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