summaryrefslogtreecommitdiff
path: root/toxcore
AgeCommit message (Expand)Author
2014-05-03All time in core is now monotonic.irungentoo
2014-05-02Fixed one test.irungentoo
2014-05-02Messenger now works with the new net_crypto api.irungentoo
2014-05-02Move the handshake creating code to a function.irungentoo
2014-05-02Fixed one case of the handshake not being sent.irungentoo
2014-05-02Small fixes.irungentoo
2014-05-02Remove Lossless UDP (This breaks Tox.)irungentoo
2014-05-01Random number functions belong in crypto_core.irungentoo
2014-05-01Protocol implementation is starting to look ok.irungentoo
2014-05-01Improved the crypto_cmp function.irungentoo
2014-04-30Remove duplicates.irungentoo
2014-04-30Some more code written for the middle level protocol stuff.irungentoo
2014-04-30Added number to cookie request/response packets to prevent possibleirungentoo
2014-04-29Some more work done on the middle network protocol.irungentoo
2014-04-28Added some packet defines.irungentoo
2014-04-28Added some functions to create/handle middle level protocol packets.irungentoo
2014-04-27Added raw UDP cookie request packet handler.irungentoo
2014-04-27Yeah many callsmannol
2014-04-26Fixed minor issue.irungentoo
2014-04-25Fixed issue.irungentoo
2014-04-25MAX_SENT_NODE is now 4.irungentoo
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-23Properly deallocate friends' status messages in kill_messengerstal
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-16multiple spelling fixesCarlos E. Garcia
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