index
:
c-toxcore.git
master
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
toxcore
/
net_crypto.c
Age
Commit message (
Expand
)
Author
2020-03-22
fix typo: now we periodically try to send direct packets when connected by tcp
zugz (tox)
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)
2019-12-25
don't wait for connection when killing Tox
sudden6
2019-12-23
fix invalid use of mutex
sudden6
2019-01-03
Fix indices calculation for congestion control.
Evgeny Kurnevsky
2018-09-03
Avoid use of global mutable state in mono_time on win32.
iphydf
2018-08-27
try ipv6 connections even after udp timeout
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-19
make Mono_Time an argument to current_time_monotonic
zugz (tox)
2018-08-16
Use per-instance `Mono_Time` for Messenger and onion.
iphydf
2018-08-16
Reduce the number of times `unix_time_update` is called.
iphydf
2018-07-19
Collect `PACKET_ID*` constants in `net_crypto.h`, cleanup their uses
Jan Malakhovski
2018-07-18
replace LOGGER_ERROR with LOGGER_DEBUG on send_data_packet() failure in send_...
zugz
2018-07-09
Factor out time keeping code into its own module: mono_time.c.
iphydf
2018-07-08
Use named function types for callbacks in net_crypto.
iphydf
2018-07-08
Rename `BS_LIST` to `BS_List` to follow the naming conventions.
iphydf
2018-07-05
Make tox.c unambiguously parseable.
iphydf
2018-06-29
Correct check for net_crypto packet index.
Evgeny Kurnevsky
2018-06-28
Various minor cleanups in `net_crypto`.
iphydf
2018-06-24
Add Logger to various net_crypto functions.
iphydf
2018-06-22
Make the net_crypto connection state an enum.
iphydf
2018-06-17
Minor cleanup: return early on error condition.
iphydf
2018-05-29
Fix enumeration of Crypto_Connection instances
Pavel Karelin
2018-05-23
Fix the often call of event tox_friend_connection_status
Pavel Karelin
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-03
add comment to func cryptpacket_received
hqwrong
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-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
Add random_u16 function and rename the others to match.
iphydf
2018-01-10
Fix formatting in some C files.
iphydf
2017-08-24
AF_INET -> TOX_AF_INET
Diadlo
2017-06-06
Fix non-portable zeroing out of doubles
Maxim Biro
2017-06-05
Document inverted mutex lock/unlock.
iphydf
2017-02-26
Add part of platform-independent network API implementation
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
2017-01-07
Avoid accessing uninitialised memory in `net_crypto`.
iphydf
2016-12-22
Wrap all sodium/nacl functions in crypto_core.c.
iphydf
2016-12-10
net_crypto give handle_data_packet_helper a better name
Gregory Mullen (grayhatter)
2016-11-09
Remove new_nonce function in favour of random_nonce.
iphydf
2016-09-30
Remove return after no-return situation (and other cleanups).
iphydf
[next]