summaryrefslogtreecommitdiff
path: root/toxcore
AgeCommit message (Expand)Author
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
2014-07-21Don't set connection to established if packet is kill packet.irungentoo
2014-07-20LAN discovery should now work on windows machines with multipleirungentoo
2014-07-20Added addr_parse_ip() to network.h header.irungentoo
2014-07-19Removed useless function.irungentoo
2014-07-18Spread packets over many TCP relays instead of just using the first one.irungentoo
2014-07-16Fixed possible bug with TCP nonce not getting incremented.irungentoo
2014-07-16Merge branch 'split-video' of https://github.com/notsecure/toxcoreirungentoo
2014-07-16fix memory leakJfreegman
2014-07-16applied priority queue changes to the TCP client toonotsecure
2014-07-15Merge branch 'notsecure-split-video'irungentoo
2014-07-15fixed some issuesnotsecure
2014-07-15added priority packet system for TCP servernotsecure
2014-07-15Fixed TCP bug.irungentoo
2014-07-15Fixed bug with TCP.irungentoo
2014-07-14Fixed file sending documentation.irungentoo
2014-07-14Change connection status before handling data packets.irungentoo
2014-07-14Set packets_left to default non zero values when creating connection.irungentoo
2014-07-14Packets can now be sent from the connection status callback.irungentoo
2014-07-14Attempted fix of file transfer issue.irungentoo
2014-07-13Fixed documentation comment errorsJin^eLD
2014-07-12Merge branch 'split-video' of https://github.com/notsecure/toxcoreirungentoo
2014-07-11Fixed some small TCP issues.irungentoo
2014-07-11.notsecure
2014-07-10Made TCP a bit more solid.irungentoo
2014-07-10Merge branch 'master' of https://github.com/irungentoo/toxcore into split-videonotsecure
2014-07-10fix send rate going up when peer disconnectsnotsecure
2014-07-09TCP should be a bit more solid.irungentoo
2014-07-08Fixed possible out of bounds read.irungentoo
2014-07-07Fixed overflow bug.irungentoo
2014-07-06Typo fix.irungentoo
2014-07-06Update ping_array.ckyle condon
2014-07-05delete groupchat when join failsJfreegman
2014-07-05Fixed bug when loading friends list already containing an added friend.irungentoo
2014-07-02Merge branch 'const_correctness' of https://github.com/schuetzm/ProjectTox-Coreirungentoo
2014-06-30Const-correctness for tox.cMarc Schütz
2014-06-30Const-correctness for TCP_server.cMarc Schütz
2014-06-30Const-correctness for TCP_client.cMarc Schütz
2014-06-30Const-correctness for onion_client.cMarc Schütz
2014-06-30Const-correctness for onion.cMarc Schütz
2014-06-30Const-correctness for toxcore/onion_announce.cMarc Schütz
2014-06-30Const-correctness for toxcore/net_crypto.cMarc Schütz
2014-06-30Const correctness for toxcore/Messenger.c and related filesMarc Schütz
2014-06-29Core should no longer attempt to send data faster than the links canirungentoo
2014-06-28Merge branch 'mannol1-master'irungentoo
2014-06-27Merge branch 'master' of https://github.com/notsecure/toxcoreirungentoo
2014-06-27Fixed tox_do_interval() returning value so high it broke A/V.irungentoo
2014-06-27remove pointer type warnings when building with mingwnotsecure