summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2014-08-03Merge branch 'JFreegman-debug'irungentoo
2014-08-03remove unneeded printf's/prevent stdout spamJfreegman
2014-08-02Increase dequeue queue size to 16 to prevent stuttering.irungentoo
2014-08-02Merge branch 'mannol1-master'irungentoo
2014-08-02Added userdata pointer to audio/video callbacksmannol
2014-08-01Disable decode deadline, fixed build error.irungentoo
2014-08-01Merge branch 'notsecure-split-video'irungentoo
2014-08-01audio/video decoding on separate thread with a queuenotsecure
2014-07-31fix initialization ordernotsecure
2014-07-31fix testnotsecure
2014-07-31decode video on separate threadnotsecure
2014-07-31Adding a new connection while a lossy packet is being sent couldirungentoo
also cause thread related issues.
2014-07-31Fixed 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-31Updated download page link.irungentoo
2014-07-30Added function to get public and private key from Tox object.irungentoo
2014-07-29Merge branch 'master' of https://github.com/pyruvate/toxcoreirungentoo
2014-07-29Size parameter is now checked in toxav_send_audio().irungentoo
Cleaned up code a bit.
2014-07-29Spreading packets around TCP relays causes issues with the audio and video.irungentoo
Make each connection stick to the same relay.
2014-07-28Fixed segfault.irungentoo
2014-07-28Fix test_many_clients in tox_testpyruvate
Stack variable to_comp goes out of scope, but a reference to the variable is used later in Fiend_Requests.
2014-07-27Reduced max size of queue.irungentoo
2014-07-27Initialize 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-27Merge branch 'master' of https://github.com/pyruvate/toxcoreirungentoo
2014-07-27Only send kill packet when killing established connection.irungentoo
2014-07-27Fixed undefined references from libvpx.so in toxav_basic_testpyruvate
2014-07-26Merge branch 'mannol1-master'irungentoo
2014-07-27Fixed buffer overflowmannol
2014-07-27Fixed tests and conflictsmannol
2014-07-26Make codec settings dynamicmannol
2014-07-25Start sequence number at zero instead of one.irungentoo
2014-07-24Fixed crash.irungentoo
2014-07-24Fixed some issues with queue.irungentoo
disconnecting then reconnecting right away should no longer kill audio transmission.
2014-07-24Increased default jitter buffer size by 1.irungentoo
2014-07-24Merge branch 'master' of https://github.com/mannol1/toxcoreirungentoo
2014-07-24Rewrote audio packet queue.irungentoo
Audio killing itself after 20 minutes in a call should be fixed.
2014-07-23dark forces were very active, so to say...mannol
2014-07-23Merge branch 'split-video' of https://github.com/notsecure/toxcore into ↵irungentoo
notsecure-split-video
2014-07-23fix warningsnotsecure
2014-07-23fix mannolnotsecure
2014-07-22Fixed --disable-epoll making configure fail.irungentoo
2014-07-22Use epoll_create() instead of epoll_create1() for compatibility withirungentoo
older kernels.
2014-07-22Fixed warning.irungentoo
2014-07-22Merge branch 'master' of https://github.com/mannol1/toxcoreirungentoo
2014-07-21This should fix test failingmannol
2014-07-21Fixed bug where two Tox clients sometimes didn't reconnect rightirungentoo
after disconnecting due to them getting stuck in a connection loop.
2014-07-21Don't set connection to established if packet is kill packet.irungentoo
Removed now useless defines in network.h
2014-07-21Fixed conflictsmannol
2014-07-21Updated gitignore to ignore kdevelop directorymannol
2014-07-20LAN discovery should now work on windows machines with multipleirungentoo
ethernet devices. Added some code to get real adapter broadcast addresses on windows.
2014-07-20Added addr_parse_ip() to network.h header.irungentoo
Removed useless semicolons.