summaryrefslogtreecommitdiff
path: root/toxcore/net_crypto.h
AgeCommit message (Expand)Author
2020-05-17Format comments according to tokstyle's requirements.iphydf
2020-03-14Fix up comments a bit to start being more uniform.iphydf
2020-03-14Use spdx license identifier instead of GPL blurb.iphydf
2019-12-23fix invalid use of mutexsudden6
2018-09-14Standardise header guards.iphydf
2018-09-05Add mechanism for recovering from disconnections in conferenceszugz
2018-08-26Update copyright to 2018.iphydf
2018-08-25Change while-loop to for-loop to express for-each-frame.iphydf
2018-08-16Use per-instance `Mono_Time` for Messenger and onion.iphydf
2018-07-19Collect `PACKET_ID*` constants in `net_crypto.h`, cleanup their usesJan Malakhovski
2018-07-08Use named function types for callbacks in net_crypto.iphydf
2018-06-28Various minor cleanups in `net_crypto`.iphydf
2018-06-24Add Logger to various net_crypto functions.iphydf
2018-06-22Make the net_crypto connection state an enum.iphydf
2018-05-23Fix the often call of event tox_friend_connection_statusPavel Karelin
2018-01-16Make Net_Crypto a module-private type.iphydf
2017-01-19Update license headers and remove redundant file name comment.iphydf
2016-12-22Wrap all sodium/nacl functions in crypto_core.c.iphydf
2016-09-13Use <stdbool.h> and replace _Bool with bool.iphydf
2016-09-13Group #include directives in 3-4 groups.iphydf
2016-09-10make the majority of the callbacks stateless and add some status to a testcasemichael bishop
2016-09-09Minor cleanups: header reordering, adding {}.iphydf
2016-09-06Make friend requests statelessGregory Mullen (grayhatter)
2016-09-05Make packet data a ptr-to-const.iphydf
2016-09-01Sort #includes in all source files.iphydf
2016-09-01Match parameter names in declarations with their definitions.iphydf
2016-08-27Move logging to a callback.iphydf
2016-08-18Make tox_callback_friend_name stateless.iphydf
2015-12-16Less packet spam.irungentoo
2015-11-21Increase max file transfer speed.irungentoo
2015-11-21More file transfer improvements.irungentoo
2015-11-20File transfer fix.irungentoo
2015-11-19Send queue size should not affect the speed of packets being resent.irungentoo
2015-11-19Attempted fix of disconnect when switching from TCP to UDP.irungentoo
2015-11-11Attempted fix of UDP disconnect bug that happens when both ipv4 and ipv6 are ...irungentoo
2015-11-11Lower chances of disconnect during file transfers.irungentoo
2015-11-09File transfer fixes.irungentoo
2015-06-23Added code to net_crypto to calculate rtt.irungentoo
2015-05-21Load only secret key from tox save, not public key.irungentoo
2015-05-17Some protocol efficiency improvements.irungentoo
2015-05-16Don't resend the same packet twice within a short timeframe.irungentoo
2015-05-04Fixed possible connection issue.irungentoo
2015-04-24Fixed a couple possible issues with the friend connection callback.irungentoo
2015-04-18Some changes to net crypto.irungentoo
2015-04-18Enable proxy support in TCP_connection.irungentoo
2015-04-15Made net_crypto use TCP_connection.irungentoo
2015-04-03Attempted fix of on off UDP connection causing toxcore to disconnect fromirungentoo
2015-03-13When link can't send packets anymore, stop the request chunk callback.irungentoo
2015-01-17Attempted fix of Tox disconnecting during file transfers by tweakingirungentoo
2015-01-16Tox should work better on TCP only when some people have broken TCPirungentoo