index
:
c-toxcore.git
master
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
toxcore
/
net_crypto.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
2019-12-23
fix invalid use of mutex
sudden6
2018-09-14
Standardise header guards.
iphydf
2018-09-05
Add mechanism for recovering from disconnections in conferences
zugz
2018-08-26
Update copyright to 2018.
iphydf
2018-08-25
Change while-loop to for-loop to express for-each-frame.
iphydf
2018-08-16
Use per-instance `Mono_Time` for Messenger and onion.
iphydf
2018-07-19
Collect `PACKET_ID*` constants in `net_crypto.h`, cleanup their uses
Jan Malakhovski
2018-07-08
Use named function types for callbacks in net_crypto.
iphydf
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-05-23
Fix the often call of event tox_friend_connection_status
Pavel Karelin
2018-01-16
Make Net_Crypto a module-private type.
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-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-09
Minor cleanups: header reordering, adding {}.
iphydf
2016-09-06
Make friend requests stateless
Gregory Mullen (grayhatter)
2016-09-05
Make packet data a ptr-to-const.
iphydf
2016-09-01
Sort #includes in all source files.
iphydf
2016-09-01
Match parameter names in declarations with their definitions.
iphydf
2016-08-27
Move logging to a callback.
iphydf
2016-08-18
Make tox_callback_friend_name stateless.
iphydf
2015-12-16
Less packet spam.
irungentoo
2015-11-21
Increase max file transfer speed.
irungentoo
2015-11-21
More file transfer improvements.
irungentoo
2015-11-20
File transfer fix.
irungentoo
2015-11-19
Send queue size should not affect the speed of packets being resent.
irungentoo
2015-11-19
Attempted fix of disconnect when switching from TCP to UDP.
irungentoo
2015-11-11
Attempted fix of UDP disconnect bug that happens when both ipv4 and ipv6 are ...
irungentoo
2015-11-11
Lower chances of disconnect during file transfers.
irungentoo
2015-11-09
File transfer fixes.
irungentoo
2015-06-23
Added code to net_crypto to calculate rtt.
irungentoo
2015-05-21
Load only secret key from tox save, not public key.
irungentoo
2015-05-17
Some protocol efficiency improvements.
irungentoo
2015-05-16
Don't resend the same packet twice within a short timeframe.
irungentoo
2015-05-04
Fixed possible connection issue.
irungentoo
2015-04-24
Fixed a couple possible issues with the friend connection callback.
irungentoo
2015-04-18
Some changes to net crypto.
irungentoo
2015-04-18
Enable proxy support in TCP_connection.
irungentoo
2015-04-15
Made net_crypto use TCP_connection.
irungentoo
2015-04-03
Attempted fix of on off UDP connection causing toxcore to disconnect from
irungentoo
2015-03-13
When link can't send packets anymore, stop the request chunk callback.
irungentoo
2015-01-17
Attempted fix of Tox disconnecting during file transfers by tweaking
irungentoo
2015-01-16
Tox should work better on TCP only when some people have broken TCP
irungentoo
2015-01-07
Send less net_crypto packets.
irungentoo
[next]