summaryrefslogtreecommitdiff
path: root/toxcore/net_crypto.c
AgeCommit message (Expand)Author
2014-03-15A bit of work done on the TCP relay server.irungentoo
2014-03-07Fixed some possible ways connections could linger indefinitely without being ...irungentoo
2014-03-03Some small changes/fixes.irungentoo
2014-01-17Incorporated onion into Tox.irungentoo
2014-01-13Added functions to add/remove friends in onion_client.irungentoo
2013-12-26It makes more sense for new_keys() to be in new_net_crypto()irungentoo
2013-12-21Removed upper size limit from encrypt and decrypt_data_symmetric.irungentoo
2013-12-12Fixed arm bug.irungentoo
2013-12-07Small fixes.irungentoo
2013-10-30Testing requests are now sent.irungentoo
2013-10-28Merge branch 'master' into hardenirungentoo
2013-10-27Cleaned up some code/fixed some warnings.irungentoo
2013-10-25All modules using unix_time should run unix_time_update()irungentoo
2013-10-25For security reasons, keep memcpy's and memcmp's in crypto functions.irungentoo
2013-10-24Merge remote-tracking branch 'upstream/master' into cleanup_unix_time_id_eq_c...Coren[m]
2013-10-24Move unix_time(), id_cpy()/id_eq(), is_timeout() to util.*Coren[m]
2013-10-24Added symmetric crypto functions to net_crypto.irungentoo
2013-10-24Removed define that could become confusing.irungentoo
2013-10-23Code cleanups.irungentoo
2013-10-22This squash should work now.Bahkuh
2013-10-19Fixed connection sometimes being too slow and some other possible problems.irungentoo
2013-10-06Code cleanups.irungentoo
2013-10-04Fixed some possible bugs.irungentoo
2013-09-28Fixed possible problem.irungentoo
2013-09-28Potential DoS fixed.irungentoo
2013-09-27Permit -Wshadow as useful warning.Coren[m]
2013-09-25Possible bug fixed.irungentoo
2013-09-22Removed unused variables.irungentoo
2013-09-22Fixed the connection bug and cleaned up some stuff.irungentoo
2013-09-21Connection speed ups.irungentoo
2013-09-21Lossless UDP is now suitable for sending files.irungentoo
2013-09-17astyled everything.irungentoo
2013-09-15Fix leaks and null dereferences in net_cryptoSebastian Stal
2013-09-13Merge remote-tracking branch 'upstream/master' into IntegrationCoren[m]
2013-09-13Nonce generation changes.irungentoo
2013-09-10big push, putting all the infrastructure in place behind TOX_ENABLE_IPV6Coren[m]
2013-09-06Allow to build vs nacl instead of libsodiumJin^eLD
2013-09-05Merge branch 'group-chats'irungentoo
2013-09-04Fixed small problem.irungentoo
2013-09-03Work in progress group chats.irungentoo
2013-09-02Removed useless code, possibly fixed something.irungentoo
2013-09-02Merge branch 'master' of https://github.com/JamoBox/ProjectTox-Core into Jamo...irungentoo
2013-09-02comment updatesJamoBox
2013-09-02Properly fixed signed/unsigned comparisons.irungentoo
2013-09-01Fix signed/unsigned comparison warningsTyler Bunnell
2013-08-30Fixed build errors.Kostya
2013-08-29Merge branch 'master' of https://github.com/JamoBox/ProjectTox-Core into Jamo...irungentoo
2013-08-29Correct a lot of the grammar and spelling. Also spent a few hours fixing the ...pete
2013-08-24Rename core directory because of autoconf name clashjin-eld