index
:
c-toxcore.git
master
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
toxcore
/
onion_announce.c
Age
Commit message (
Expand
)
Author
2018-02-24
Some minor cleanups suggested by cppcheck.
iphydf
2018-02-24
Minor cleanups: dead stores and avoiding complex macros.
iphydf
2018-02-04
Use more ubuntu packages; remove hstox for now.
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
2018-01-16
Use apidsl to generate LAN_discovery.h.
iphydf
2018-01-14
Make Onion_Announce a module-private type.
iphydf
2018-01-11
Move Networking_Core struct into the .c file.
iphydf
2018-01-10
Fix formatting in some C files.
iphydf
2017-10-28
set onion pingid timeout to announce timeout (300s)
zugz
2017-02-21
Use VLA macro
Maxim Biro
2017-02-11
remove statics used in onion comparison functions
zugz
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-09-24
Make toxcore code C++ compatible.
iphydf
2016-09-13
Group #include directives in 3-4 groups.
iphydf
2016-09-01
Remove useless casts.
iphydf
2016-09-01
Sort #includes in all source files.
iphydf
2016-08-31
Add braces to all if statements.
iphydf
2016-08-18
Make tox_callback_friend_name stateless.
iphydf
2016-01-30
Fixes.
irungentoo
2016-01-27
fix: compare sensitive data with sodium_memcmp
Roman Proskuryakov
2015-01-29
Code cleanups.
irungentoo
2014-11-21
Cleaned up packet length types in toxcore.
irungentoo
2014-10-24
Don't send -1 bytes. There is such check everythere. But if we add it in side...
xor2003
2014-09-06
This fixes an issue where nodes could stay unannounced for certain
irungentoo
2014-08-28
Fixed gcc warnings.
irungentoo
2014-08-11
Some code refactoring to make passing onion packets through TCP easier.
irungentoo
2014-07-02
Merge branch 'const_correctness' of https://github.com/schuetzm/ProjectTox-Core
irungentoo
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-06-01
Fixed TOX_MAX_MESSAGE_LENGTH define.
irungentoo
2014-05-12
Use ping_array to store onion announce information instead of sending
irungentoo
2014-04-23
Updated some files so that they could build with latest core.
irungentoo
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-04-15
Fixed regression, announce responses can contain 0 nodes.
irungentoo
2014-04-15
Major protocol changes, this commit breaks all network compatibility.
irungentoo
2014-03-05
CPU optimizations.
irungentoo
2014-03-03
Some CPU optimizations and fixes to onion_announce_request.
irungentoo
2014-02-26
Major speed/cpu usage/bandwidth improvements to onion.
irungentoo
2014-02-15
Fixed some possible issues.
irungentoo
2014-02-01
Added DHT bootstrap server info packets.
irungentoo
2014-01-25
Fixed possible anonimity leak with the onion routing.
irungentoo
2014-01-19
Small protocol change for more replay attack prevention.
irungentoo
2014-01-17
Incorporated onion into Tox.
irungentoo
[next]