Age | Commit message (Collapse) | Author | |
---|---|---|---|
2014-07-10 | Merge branch 'master' of https://github.com/irungentoo/toxcore into split-video | notsecure | |
2014-07-10 | fix send rate going up when peer disconnects | notsecure | |
2014-07-10 | wintox has been renamned to uTox | Marek Šuppa | |
2014-07-09 | Merge branch 'fun-bootstrap-node-info' of ↵ | irungentoo | |
https://github.com/nurupo/InsertProjectNameHere | |||
2014-07-09 | Merge branch 'patch-4' of https://github.com/stqism/ToxCore | irungentoo | |
2014-07-09 | TCP should be a bit more solid. | irungentoo | |
When a TCP ping request is recieved, try to send the response until success instead of just dropping it if sending the response fails on the first try. | |||
2014-07-09 | People are getting confused... | Sean | |
2014-07-09 | Added a script to query DHT bootstrap node info | Maxim Biro | |
2014-07-08 | Fixed some timer related issues. | irungentoo | |
2014-07-08 | Fixed threading bug that could cause segfaults. | irungentoo | |
2014-07-08 | Fixed deadlock. | irungentoo | |
2014-07-08 | Fixed possible out of bounds read. | irungentoo | |
2014-07-07 | Fixed segfault and other possible bugs in msi.c | irungentoo | |
toxav should no longer have weird behaviour when a dead call times out. | |||
2014-07-07 | Merge branch 'split-video' of https://github.com/notsecure/toxcore | irungentoo | |
2014-07-07 | Fixed overflow bug. | irungentoo | |
2014-07-07 | locks in test | notsecure | |
2014-07-07 | make autotests compile | notsecure | |
2014-07-07 | use callbacks for a/v | notsecure | |
2014-07-06 | Merge branch 'toxxxer-patch-1' | irungentoo | |
2014-07-06 | Update for OS X build instruction | toxxxer | |
2014-07-06 | Typo fix. | irungentoo | |
2014-07-06 | Merge branch 'kyconny-patch-1' | irungentoo | |
2014-07-06 | Update ping_array.c | kyle condon | |
Change calloc call on line 138 from empty_array->entries = calloc(size * sizeof(Ping_Array_Entry), 1);, to empty_array->entries = calloc(size, sizeof(Ping_Array_Entry)); | |||
2014-07-05 | Merge branch 'del-failed-groupchats' of ↵ | irungentoo | |
https://github.com/JFreegman/ProjectTox-Core | |||
2014-07-05 | Fixed msi_session being used after being freed. | irungentoo | |
2014-07-05 | delete groupchat when join fails | Jfreegman | |
2014-07-05 | Merge branch 'master' of https://github.com/mannol1/toxcore | irungentoo | |
2014-07-05 | Merge branch 'patch-5' of https://github.com/mouseym/ProjectTox-Core | irungentoo | |
2014-07-05 | The width and height set during the video encoder initialization is | irungentoo | |
now described as the maximum width and height of images. This is to work around what appears to be a bug in libvpx where the resolution of the stream can be decreased but increasing it above its originally set value introduces memory corruption. | |||
2014-07-05 | Check if call is active after getting mutex handle | mannol | |
2014-07-05 | Fixed bug when loading friends list already containing an added friend. | irungentoo | |
2014-07-05 | Merge branch 'mannol1-master' | irungentoo | |
2014-07-05 | This might be causing problems | mannol | |
2014-07-05 | Fixed conflicts | mannol | |
2014-07-05 | Make rtp & codec actions thread-safe | mannol | |
2014-07-04 | This seems to fix the crash that happens when changing the resolution | irungentoo | |
of the desktop stream to something higher than the initial one in utox. | |||
2014-07-04 | Fixed out of bounds read. | irungentoo | |
payload_type seems to be completely useless and should be removed. | |||
2014-07-04 | Resolution of video can now be changed during call by passing it | irungentoo | |
frames with a different resolution. Added function to change bitrate of video for later use. | |||
2014-07-04 | Merge branch 'mannol1-master' | irungentoo | |
2014-07-04 | Merge upstream | mannol | |
2014-07-04 | Added getter for current call status | mannol | |
2014-07-04 | Some extra fixes. | mouseym | |
2014-07-03 | Update OSX install instructions in INSTALL.md | mouseym | |
Removed unnecessary steps, added support for A/V libs in core and missing dependencies. | |||
2014-07-03 | Merge branch 'master' of https://github.com/mannol1/toxcore | irungentoo | |
2014-07-03 | Fix removed missing include | mannol | |
2014-07-03 | Merge branch 'mannol1-master' | irungentoo | |
2014-07-03 | Resolved conflicts when merging upstream | mannol | |
2014-07-03 | Forgot to uncomment test builds | mannol | |
2014-07-03 | Removed redundant code and fixed toxav codec actions being called when call ↵ | mannol | |
inactive | |||
2014-07-02 | Fixed const related warnings. | irungentoo | |