Age | Commit message (Collapse) | Author | |
---|---|---|---|
2014-08-09 | Remove DEFTESTCASE and DEFTESTCASE_SLOW redefinitions | pyruvate | |
2014-08-08 | Added path_nodes array and add_path_node() function. | irungentoo | |
2014-08-07 | Increased ping interval time to decrease bandwidth usage. | irungentoo | |
This should not increase the time it takes for people to find themselves. | |||
2014-08-06 | crypto speed test is pretty useless, removed it. | irungentoo | |
2014-08-05 | memset call to zero when killing call. | irungentoo | |
2014-08-05 | Merge branch 'fr0stycl34r-patch-1' | irungentoo | |
2014-08-05 | Update readme | Ben Praeger | |
2014-08-04 | The receiver of a file now needs to confirm that he did receive it | irungentoo | |
correctly. This should fix an issue that happened when both clients got disconnected when the file was almost finished sending. The sender would show that the file had been sent successfully when it had not. See the modifications to tox.h | |||
2014-08-04 | Merge branch 'master' of https://github.com/mannol1/toxcore | irungentoo | |
Conflicts: toxav/toxav.c | |||
2014-08-04 | Set pointer to NULL when freeing to fix issue. | irungentoo | |
2014-08-04 | Fixed threading bug. | irungentoo | |
2014-08-04 | Merge branch 'notsecure-split-video' | irungentoo | |
2014-08-04 | one decoding thread per call | notsecure | |
2014-08-04 | Update with upstream | mannol | |
2014-08-04 | Fix some toxav warnings | mannol | |
2014-08-03 | Merge branch 'JFreegman-debug' | irungentoo | |
2014-08-03 | remove unneeded printf's/prevent stdout spam | Jfreegman | |
2014-08-02 | Increase dequeue queue size to 16 to prevent stuttering. | irungentoo | |
2014-08-02 | Merge branch 'mannol1-master' | irungentoo | |
2014-08-02 | Added userdata pointer to audio/video callbacks | mannol | |
2014-08-01 | Disable decode deadline, fixed build error. | irungentoo | |
2014-08-01 | Merge branch 'notsecure-split-video' | irungentoo | |
2014-08-01 | audio/video decoding on separate thread with a queue | notsecure | |
2014-07-31 | fix initialization order | notsecure | |
2014-07-31 | fix test | notsecure | |
2014-07-31 | decode video on separate thread | notsecure | |
2014-07-31 | Adding a new connection while a lossy packet is being sent could | irungentoo | |
also cause thread related issues. | |||
2014-07-31 | Fixed possible threading issues. | irungentoo | |
send_lossy_cryptpacket() can get called from another thread meaning the connection can be killed while the packet is sending. | |||
2014-07-31 | Updated download page link. | irungentoo | |
2014-07-30 | Added function to get public and private key from Tox object. | irungentoo | |
2014-07-29 | Merge branch 'master' of https://github.com/pyruvate/toxcore | irungentoo | |
2014-07-29 | Size parameter is now checked in toxav_send_audio(). | irungentoo | |
Cleaned up code a bit. | |||
2014-07-29 | Spreading packets around TCP relays causes issues with the audio and video. | irungentoo | |
Make each connection stick to the same relay. | |||
2014-07-28 | Fixed segfault. | irungentoo | |
2014-07-28 | Fix test_many_clients in tox_test | pyruvate | |
Stack variable to_comp goes out of scope, but a reference to the variable is used later in Fiend_Requests. | |||
2014-07-27 | Reduced max size of queue. | irungentoo | |
2014-07-27 | Initialize codec session with right values. | irungentoo | |
Audio decoder and encoder channel values are sepparate values, the decoder should be set to the number of channels the other peer has his encoder set. | |||
2014-07-27 | Merge branch 'master' of https://github.com/pyruvate/toxcore | irungentoo | |
2014-07-27 | Only send kill packet when killing established connection. | irungentoo | |
2014-07-27 | Fixed undefined references from libvpx.so in toxav_basic_test | pyruvate | |
2014-07-26 | Merge branch 'mannol1-master' | irungentoo | |
2014-07-27 | Fixed buffer overflow | mannol | |
2014-07-27 | Fixed tests and conflicts | mannol | |
2014-07-26 | Make codec settings dynamic | mannol | |
2014-07-25 | Start sequence number at zero instead of one. | irungentoo | |
2014-07-24 | Fixed crash. | irungentoo | |
2014-07-24 | Fixed some issues with queue. | irungentoo | |
disconnecting then reconnecting right away should no longer kill audio transmission. | |||
2014-07-24 | Increased default jitter buffer size by 1. | irungentoo | |
2014-07-24 | Merge branch 'master' of https://github.com/mannol1/toxcore | irungentoo | |
2014-07-24 | Rewrote audio packet queue. | irungentoo | |
Audio killing itself after 20 minutes in a call should be fixed. |