summaryrefslogtreecommitdiff
path: root/toxcore/onion.c
AgeCommit message (Expand)Author
2020-03-14Fix up comments a bit to start being more uniform.iphydf
2020-03-14Use spdx license identifier instead of GPL blurb.iphydf
2018-09-19Fix typosyangfl
2018-08-16Use per-instance `Mono_Time` for Messenger and onion.iphydf
2018-07-09Factor out time keeping code into its own module: mono_time.c.iphydf
2018-07-08Use named types for onion callbacks.iphydf
2018-05-20Finish @Diadlo's network Family abstraction.iphydf
2018-05-20Move system header includes from network.h to network.ciphydf
2018-04-15Restrict packet kinds that can be sent through onion path.Evgeny Kurnevsky
2018-02-14Get rid of the only GNU extension we used.iphydf
2018-01-30Use nullptr as NULL pointer constant instead of NULL or 0.iphydf
2018-01-16Make DHT a module-private type.iphydf
2017-08-24Remove useless 'to_net_family' and 'to_host_family'Diadlo
2017-08-24AF_INET -> TOX_AF_INETDiadlo
2017-01-28Add VLA compatibility macro for C89-ish compilers.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-11-09Remove new_nonce function in favour of random_nonce.iphydf
2016-09-24Make toxcore code C++ compatible.iphydf
2016-09-13Use <stdbool.h> and replace _Bool with bool.iphydf
2016-09-13Group #include directives in 3-4 groups.iphydf
2016-09-02Do not use `else` after `return`.iphydf
2016-08-31Add braces to all if statements.iphydf
2016-08-18Make tox_callback_friend_name stateless.iphydf
2015-05-01Added a define for the length of onion paths.irungentoo
2015-04-20Some small fixes.irungentoo
2015-01-29Code cleanups.irungentoo
2015-01-20Fixed gcc warnings.irungentoo
2015-01-13Fix TCP server regression.irungentoo
2015-01-01Code cleanups.irungentoo
2014-12-31Code cleanup.irungentoo
2014-12-31Check if received ip family is valid for the onion packets.irungentoo
2014-12-25Add function to get nodes from onion path.irungentoo
2014-11-21Cleaned up packet length types in toxcore.irungentoo
2014-08-13Added function to create onion packets to send via TCP.irungentoo
2014-08-11Added length check to onion_send_1().irungentoo
2014-07-02Merge branch 'const_correctness' of https://github.com/schuetzm/ProjectTox-Coreirungentoo
2014-06-30Const-correctness for onion.cMarc Schütz
2014-06-30Const-correctness for toxcore/onion_announce.cMarc Schütz
2014-06-18Preparation work to make onion packets go through TCP.irungentoo
2014-06-13Const correctness for various packet callbacksMarc Schütz
2014-05-19added missing ipport_packnotsecure
2014-05-19IP_Port packing unpacking in onion.cnotsecure
2014-04-23Major cleanups.irungentoo
2014-04-22Decided pretty much how the handshake would work.irungentoo
2014-04-21Crypto related cleanups.irungentoo
2014-03-29TCP server now has onion functionality.irungentoo
2014-03-28TCP server almost ready.irungentoo
2014-03-05CPU optimizations.irungentoo
2014-02-26Major speed/cpu usage/bandwidth improvements to onion.irungentoo