index
:
c-toxcore.git
master
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
toxcore
/
onion_client.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
2020-03-14
use -1 rather than ~0 in unsigned integer types
zugz (tox)
2020-03-05
Use net_pack/unpack instead of host_to_net.
iphydf
2019-01-12
Implement all min/max functions for (un)signed int types.
iphydf
2018-10-11
ensure save data unchanged after save and load
zugz (tox)
2018-09-25
Combine last_reported_announced with last_seen in Onion_Friend
zugz (tox)
2018-08-27
Make `ip_is_lan` return bool instead of 0/-1.
iphydf
2018-08-26
Update copyright to 2018.
iphydf
2018-08-16
Use per-instance `Mono_Time` for Messenger and onion.
iphydf
2018-08-10
Use the crypto random functions instead of `rand()`.
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-07-05
Make tox.c unambiguously parseable.
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-02-24
Fix a bunch of compiler warnings and remove suppressions.
iphydf
2018-02-24
Some minor cleanups suggested by cppcheck.
iphydf
2018-02-24
Minor cleanups: dead stores and avoiding complex macros.
iphydf
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
2018-01-16
Make Net_Crypto a module-private type.
iphydf
2018-01-16
Use apidsl to generate LAN_discovery.h.
iphydf
2018-01-14
Make Onion_Client a module-private type.
iphydf
2018-01-13
Make Ping_Array a module-private type.
iphydf
2018-01-10
Fix formatting in some C files.
iphydf
2017-08-24
AF_INET -> TOX_AF_INET
Diadlo
2017-08-05
Save bandwidth by moderating onion pinging.
zugz
2017-06-04
Add a monolith_test that includes all toxcore sources.
iphydf
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-11-09
Remove new_nonce function in favour of random_nonce.
iphydf
2016-09-24
Make toxcore code C++ compatible.
iphydf
2016-09-16
Ensure that all TODOs have an owner.
iphydf
2016-09-13
Use <stdbool.h> and replace _Bool with bool.
iphydf
2016-09-13
Add some astyle options to make it do more.
iphydf
2016-09-13
Group #include directives in 3-4 groups.
iphydf
2016-09-06
Make friend requests stateless
Gregory Mullen (grayhatter)
2016-09-02
Do not use `else` after `return`.
iphydf
2016-09-01
Sort #includes in all source files.
iphydf
2016-08-31
Add braces to all if statements.
iphydf
2016-08-18
Fix some compiler warnings.
iphydf
2016-08-18
Make tox_callback_friend_name stateless.
iphydf
2016-01-27
fix: replace memset with sodium_memzero for sensitive data
Roman Proskuryakov
2016-01-27
add: comments about hairy code
Roman Proskuryakov
2016-01-27
fix: compare sensitive data with sodium_memcmp
Roman Proskuryakov
[next]