summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
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.
2014-07-21Improved protocol and cleaned code a bitmannol
2014-07-19Merge branch 'lllllllleeeeeeeeellllll' of ↵irungentoo
https://github.com/stal888/ProjectTox-Core
2014-07-19remove this toostal
2014-07-19declare calculate_sum_sq static inlinestal
2014-07-19Removed useless function.irungentoo
2014-07-19Set some functions as static, fixed warning.irungentoo
2014-07-18Spread packets over many TCP relays instead of just using the first one.irungentoo
2014-07-17Build system now automatically enables epoll support in TCP serverirungentoo
when supported.
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-16Merge branch 'JFreegman-memleak'irungentoo
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
Packet was being copied with a wrong, smaller length.
2014-07-15Fixed bug with TCP.irungentoo
Don't increment nonce if packet was discarded instead of being sent.
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
Instead of dropping the rate to minimum just half it until it drops to the minimum.
2014-07-13Merge branch 'fix-mingw32-native' of https://github.com/jin-eld/ProjectTox-Coreirungentoo
2014-07-13Merge branch 'jin-eld-fix-code-doc'irungentoo
2014-07-13Fix win32 mingw native buildJin^eLD
toxdns was not linking because of references to functions in crypto_core
2014-07-13Fixed documentation comment errorsJin^eLD
2014-07-12Set a deadline in the vpx video decoder to try to solve issues onirungentoo
slow hardware.
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-10Merge branch 'patch-1' of https://github.com/mrshu/toxcoreirungentoo
2014-07-10Call now gets terminated when other person times out.irungentoo
2014-07-10Made TCP a bit more solid.irungentoo
TCP ping requests in TCP_client should have a higher success rate.
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-10wintox has been renamned to uToxMarek Šuppa
2014-07-09Merge branch 'fun-bootstrap-node-info' of ↵irungentoo
https://github.com/nurupo/InsertProjectNameHere
2014-07-09Merge branch 'patch-4' of https://github.com/stqism/ToxCoreirungentoo
2014-07-09TCP 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-09People are getting confused...Sean
2014-07-09Added a script to query DHT bootstrap node infoMaxim Biro
2014-07-08Fixed some timer related issues.irungentoo
2014-07-08Fixed threading bug that could cause segfaults.irungentoo
2014-07-08Fixed deadlock.irungentoo
2014-07-08Fixed possible out of bounds read.irungentoo
2014-07-07Fixed segfault and other possible bugs in msi.cirungentoo
toxav should no longer have weird behaviour when a dead call times out.
2014-07-07Merge branch 'split-video' of https://github.com/notsecure/toxcoreirungentoo