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
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
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
Group #include directives in 3-4 groups.
iphydf
2016-09-10
make the majority of the callbacks stateless and add some status to a testcase
michael bishop
2016-09-06
Improve static and const correctness.
iphydf
2016-09-06
Make friend requests stateless
Gregory Mullen (grayhatter)
2016-09-05
Make packet data a ptr-to-const.
iphydf
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-27
Move logging to a callback.
iphydf
2016-08-26
Comment out useless TODO'd if block.
iphydf
2016-08-18
Make tox_callback_friend_name stateless.
iphydf
2016-01-30
Fixes.
irungentoo
2016-01-27
fix: replace memset with sodium_memzero for sensitive data
Roman Proskuryakov
2016-01-27
fix: compare sensitive data with sodium_memcmp
Roman Proskuryakov
[next]