summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
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-13Decreased maximum onion_test test time.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-09Tests fix for an original behavior for duplicatespyruvate
2014-08-09Refactoring of node replacements in addto_lists functionpyruvate
2014-08-09Added tests for addto_lists functionpyruvate
2014-08-09Remove DEFTESTCASE and DEFTESTCASE_SLOW redefinitionspyruvate
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-06crypto speed test is pretty useless, removed it.irungentoo
2014-08-05memset call to zero when killing call.irungentoo
2014-08-05Merge branch 'fr0stycl34r-patch-1'irungentoo
2014-08-05Update readmeBen Praeger
2014-08-04The receiver of a file now needs to confirm that he did receive itirungentoo
2014-08-04Merge branch 'master' of https://github.com/mannol1/toxcoreirungentoo
2014-08-04Set pointer to NULL when freeing to fix issue.irungentoo
2014-08-04Fixed threading bug.irungentoo
2014-08-04Merge branch 'notsecure-split-video'irungentoo
2014-08-04one decoding thread per callnotsecure
2014-08-04Update with upstreammannol
2014-08-04Fix some toxav warningsmannol
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
2014-07-31Fixed possible threading issues.irungentoo
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