summaryrefslogtreecommitdiff
path: root/toxcore
AgeCommit message (Expand)Author
2015-01-12Fixed Windows buildMaxim Biro
2015-01-11Attempted fix of Tox killing routers.irungentoo
2015-01-10Fixed use after free.irungentoo
2015-01-10Merge branch 'mannol-master'irungentoo
2015-01-10Logger fixmannol
2015-01-09Send lossy packets to less peers.irungentoo
2015-01-08Speed up connection to network on TCP only.irungentoo
2015-01-07Send less net_crypto packets.irungentoo
2015-01-06Removed unused variables.irungentoo
2015-01-05Reduced timeout of onion paths on the first try by 1 second.irungentoo
2015-01-02Removed useless function.irungentoo
2015-01-01Code cleanups.irungentoo
2014-12-31Merge branch '1210' of https://github.com/ldrumm/toxcoreirungentoo
2014-12-31Remove useless defines.irungentoo
2014-12-31Code cleanup.irungentoo
2014-12-31Removed now useless packet id.irungentoo
2014-12-31Check if received ip family is valid for the onion packets.irungentoo
2014-12-31fixes #1210Luke Drummond
2014-12-30Remove useless code.irungentoo
2014-12-29Adjusted onion timeouts.irungentoo
2014-12-27onion_isconnected fix attempt.irungentoo
2014-12-26Make it possible to port clients to the new api by just replacingirungentoo
2014-12-26Fixed bug with auto tests and cleaned up the code a bit.irungentoo
2014-12-26Merge branch 'http-proxy-feature' of https://github.com/nurupo/InsertProjectN...irungentoo
2014-12-25Fixed bug.irungentoo
2014-12-25Onion client improvements.irungentoo
2014-12-25Add function to get nodes from onion path.irungentoo
2014-12-24Don't populate path nodes too much.irungentoo
2014-12-22Improved detection of dead paths.irungentoo
2014-12-21Fixed bug in tox_load where names of size TOX_MAX_NAME_LENGTH didn'tirungentoo
2014-12-21Further refactoring of proxy codeMaxim Biro
2014-12-21Some refactoring of proxy codeMaxim Biro
2014-12-19Merge branch 'logger_init_fix' of https://github.com/jdp5087/toxcoreirungentoo
2014-12-18Removed calloc from logger_init, because the pid was no longer being appended.Jon Poler
2014-12-15DHT fixes.irungentoo
2014-12-15Some optimizations on how TCP relays are used.irungentoo
2014-12-15Increased max TCP connections.irungentoo
2014-12-14Sendback data size is always 8 bytes.irungentoo
2014-12-13Added HTTP proxy supportMaxim Biro
2014-12-11Fixed crash when connection was killed during the packet callback.irungentoo
2014-12-10Add define for the maximum length of the friend request to the public api.irungentoo
2014-12-09Merge branch 'more_consistent_custom_packet_handlers' of https://github.com/w...irungentoo
2014-12-09Change prototype for custom_packet_handler functionsWill Rouesnel
2014-12-08Restore compatibility with older group chats.irungentoo
2014-12-08Delete close connection when peer leaves chat.irungentoo
2014-12-06Group stability fixes.irungentoo
2014-12-03Fixed possible threading issue.irungentoo
2014-12-03Fixed possible threading issue.irungentoo
2014-12-03Fixed possible threading issues.irungentoo
2014-12-02Fixed bug where group chat would see connection as offline when it was online.irungentoo