summaryrefslogtreecommitdiff
path: root/toxcore
AgeCommit message (Expand)Author
2014-04-25The data in the DHT get nodes and send nodes packets can now be ofirungentoo
2014-04-24sendnodes packets now contains a byte indicating the number of nodesirungentoo
2014-04-23Updated some files so that they could build with latest core.irungentoo
2014-04-23Major cleanups.irungentoo
2014-04-22Decided pretty much how the handshake would work.irungentoo
2014-04-21Fixed a test.irungentoo
2014-04-21Crypto related cleanups.irungentoo
2014-04-20Small cleanup.irungentoo
2014-04-19Removed deprecated function from public api.irungentoo
2014-04-19Small cleanups.irungentoo
2014-04-19Fixed possible buffer overflow in function to send friend requests.irungentoo
2014-04-19Autoconf apparently gives us a nice define for processor endianess.irungentoo
2014-04-19Fixed possible pointer issues.irungentoo
2014-04-18Added function to increment nonce by specified number.irungentoo
2014-04-17Fixed build issues.irungentoo
2014-04-16Some speedups and small fixes.irungentoo
2014-04-16DHT_bootstrap.c now has TCP server functionality enabled.irungentoo
2014-04-15Fixed regression, announce responses can contain 0 nodes.irungentoo
2014-04-15Major protocol changes, this commit breaks all network compatibility.irungentoo
2014-04-14Added function to TCP client and some tests.irungentoo
2014-04-13TCP_client pretty much done?irungentoo
2014-04-13sockets: support Mac OS X way of disabling SIGPIPE on a socketSteven Noonan
2014-04-12Pings and onion packets implemented in TCP_Client.cirungentoo
2014-04-11Some code written for the TCP part.irungentoo
2014-04-10Added TCP test to build system.irungentoo
2014-04-08Include 'netinet/in_systm.h' on OpenBSDDmitrij D. Czarkoff
2014-04-06Added TCP_client.irungentoo
2014-04-04Added functions to get/set the nospam value to the public api.irungentoo
2014-04-03Maximum name lengths should now be the real maximum and not one byte less.irungentoo
2014-04-02Some code cleanups.irungentoo
2014-04-01Fixed bug where TOX_FAERR_SETNEWNOSPAM would be returned instead ofirungentoo
2014-03-31tox_group_get_names now returns a list of name lengths along with the list of...irungentoo
2014-03-30TCP server now sends/handles ping packets.irungentoo
2014-03-29TCP server now has onion functionality.irungentoo
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