summaryrefslogtreecommitdiff
path: root/toxcore
AgeCommit message (Expand)Author
2014-03-28TCP server almost ready.irungentoo
2014-03-26TCP server testing in progress.irungentoo
2014-03-25Basic TCP server stuff should be all done, started testing it.irungentoo
2014-03-24A bit more work on TCP server.irungentoo
2014-03-23Fix NaCl builds for *BSDJin^eLD
2014-03-22Some work on TCP server done.irungentoo
2014-03-21Friends client id is now removed from the request received list when he is de...irungentoo
2014-03-20Fixed other api inconsistency.irungentoo
2014-03-20Fixed an api inconsistency.irungentoo
2014-03-19A bit more code written for TCP servers.irungentoo
2014-03-18Fixed issue where other could send a bad userstatus.irungentoo
2014-03-18nTox fixes.irungentoo
2014-03-18Fixed warning.irungentoo
2014-03-18Merge branch 'api-fix'irungentoo
2014-03-17Merge pull request #802 from JFreegman/masterirungentoo
2014-03-16Renamed toping to to_ping.irungentoo
2014-03-16Friend request callback now contains the Tox object.irungentoo
2014-03-16retain old data file friendlists on loadJfreegman
2014-03-16add api function that gets the last time a friend was seen onlineJfreegman
2014-03-15A bit of work done on the TCP relay server.irungentoo
2014-03-14Merge branch 'udp_test_fixes' of https://github.com/kc1212/ProjectTox-Core in...irungentoo
2014-03-14A bit of work done on the TCP relay server.irungentoo
2014-03-13Slightly more work done on the TCP relay server.irungentoo
2014-03-13Fixed bug, unconfirmed friends now load correctly.irungentoo
2014-03-12Started writing the code for the TCP relay server.irungentoo
2014-03-12updated compilation and execution instructions for Lossless UDP tests, and fi...Kelong Cong
2014-03-11Detailed docs for TCP server pretty much done.irungentoo
2014-03-09Reduced the number of useless onion packets sent.irungentoo
2014-03-08send_custom_user_packet now returns -1 when friend is offline.irungentoo
2014-03-07Some tox_wait_* improvementsMaxim Biro
2014-03-07Fixed clients not connecting when there is only 2 people on the network.irungentoo
2014-03-07Speeded up onion requests.irungentoo
2014-03-07Fixed some possible ways connections could linger indefinitely without being ...irungentoo
2014-03-06Your userstatus and message are now saved with tox_save().irungentoo
2014-03-06Made save more portable.irungentoo
2014-03-05CPU optimizations.irungentoo
2014-03-05Set typing status before calling callback.AZ Huang
2014-03-04CPU usage improvements.irungentoo
2014-03-03Some small changes/fixes.irungentoo
2014-03-03Made onion paths expire eventually client side.irungentoo
2014-03-03Some CPU optimizations and fixes to onion_announce_request.irungentoo
2014-03-02Small CPU optimizations to ping requests/reponses.irungentoo
2014-03-01Some small DHT CPU optimizations.irungentoo
2014-02-28Very simple fix to lower bandwidth usage at startup.irungentoo
2014-02-26Major speed/cpu usage/bandwidth improvements to onion.irungentoo
2014-02-25Allow to optionally use randombytes_stir() instead of sodium_init()Jin^eLD
2014-02-24Speeded up DHT peer finding and decreased DHT bandwidth usage.irungentoo
2014-02-23Userstatus function fixes.irungentoo
2014-02-23Strings now no longer need to be NULL terminated.irungentoo
2014-02-22Renamed dht server to dht nodeMaxim Biro