summaryrefslogtreecommitdiff
path: root/toxcore
AgeCommit message (Expand)Author
2014-08-14Added disabling of UDP and basic SOCKS5 proxy support to public API.irungentoo
2014-08-14Function to save path nodes.irungentoo
2014-08-14When getting disconnected from good relay, try to reconnect.irungentoo
2014-08-14Save some path nodes to speed up joining network on pure TCP.irungentoo
2014-08-14tox_isconnected() now works on TCP only.irungentoo
2014-08-14UDP can now be disabled.irungentoo
2014-08-14Remove useless code.irungentoo
2014-08-14Added basic socks5 proxy support to TCP client.irungentoo
2014-08-13Tox should now work on TCP only networks.irungentoo
2014-08-13Tox now closer to working on TCP only networks.irungentoo
2014-08-13If the path is a TCP one, the onion packet is sent with TCP.irungentoo
2014-08-13Added function to create onion packets to send via TCP.irungentoo
2014-08-12Fixed bug that led to increased bandwidth usage.irungentoo
2014-08-12Onion packets can now be received via TCP.irungentoo
2014-08-12No longer rely on source ip to get the path the packet was sent with.irungentoo
2014-08-11Added functions to receive and send onion packets via TCP to net_crypto.cirungentoo
2014-08-11Some code refactoring to make passing onion packets through TCP easier.irungentoo
2014-08-11Added length check to onion_send_1().irungentoo
2014-08-10Fixed bug.irungentoo
2014-08-09Merge branch 'remove-sort_list' of https://github.com/pyruvate/toxcoreirungentoo
2014-08-09Onion paths creation no longer dependent on DHT only.irungentoo
2014-08-09Refactoring of node replacements in addto_lists functionpyruvate
2014-08-08Added path_nodes array and add_path_node() function.irungentoo
2014-08-07Increased ping interval time to decrease bandwidth usage.irungentoo
2014-08-04The receiver of a file now needs to confirm that he did receive itirungentoo
2014-08-04Update with upstreammannol
2014-08-04Fix some toxav warningsmannol
2014-08-03remove unneeded printf's/prevent stdout spamJfreegman
2014-07-31Adding a new connection while a lossy packet is being sent couldirungentoo
2014-07-31Fixed possible threading issues.irungentoo
2014-07-30Added function to get public and private key from Tox object.irungentoo
2014-07-29Spreading packets around TCP relays causes issues with the audio and video.irungentoo
2014-07-27Only send kill packet when killing established connection.irungentoo
2014-07-22Use epoll_create() instead of epoll_create1() for compatibility withirungentoo
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