index
:
c-toxcore.git
master
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
toxcore
/
onion.h
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-09-14
Standardise header guards.
iphydf
2018-08-26
Update copyright to 2018.
iphydf
2018-08-16
Use per-instance `Mono_Time` for Messenger and onion.
iphydf
2018-07-12
Fix style in some header files.
iphydf
2018-07-08
Use named types for onion callbacks.
iphydf
2017-08-24
AF_INET -> TOX_AF_INET
Diadlo
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
2015-05-01
Added a define for the length of onion paths.
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-12
No longer rely on source ip to get the path the packet was sent with.
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-15
Astyled code.
irungentoo
2014-06-13
Const correctness for various packet callbacks
Marc Schütz
2014-05-19
IP_Port packing unpacking in onion.c
notsecure
2014-04-23
Major cleanups.
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
2014-02-13
Made onion paths expire.
irungentoo
2014-01-05
Tests added and some fixes for the onion part.
irungentoo
2014-01-04
Some work on the onion part done.
irungentoo
2014-01-03
A bit of work done on the onion part.
irungentoo
2014-01-01
Some small cleanups.
irungentoo
2013-12-30
Added a function to create and send a onion packet.
irungentoo
2013-12-25
All recv packets now handled.
irungentoo
2013-12-24
Added the shell of onion.{c, h}
irungentoo