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
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
2015-12-17
Fixed possible bug.
irungentoo
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-20
File transfer fix.
irungentoo
2015-11-19
Send queue size should not affect the speed of packets being resent.
irungentoo
2015-11-19
Fixed division by 0.
irungentoo
2015-11-19
Attempted fix of disconnect when switching from TCP to UDP.
irungentoo
2015-11-17
Send more request packets if packet receive rate is high.
irungentoo
2015-11-17
Don't spam request packets.
irungentoo
2015-11-12
Less magic numbers.
irungentoo
2015-11-12
Remove an old fix that didn't fix anything.
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-10
More file transfer improvements.
irungentoo
2015-11-09
File transfer fixes.
irungentoo
2015-09-09
Increased cookie timeout.
irungentoo
2015-07-26
This might improve the file transfer disconnect issue.
irungentoo
2015-07-07
Link changes.
irungentoo
2015-06-28
Fixed bug.
irungentoo
2015-06-25
Fixed warning.
irungentoo
2015-06-23
Added code to net_crypto to calculate rtt.
irungentoo
2015-06-21
Lower the chances of disconnect when transferring files.
irungentoo
2015-06-16
Made new_tcp_connections() not depend on dht.
irungentoo
2015-05-31
Congestion control tweaks.
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-15
Fixed friends getting disconnected when transferring files.
irungentoo
2015-05-04
Fixed possible connection issue.
irungentoo
2015-05-01
Fixed some non standard C.
irungentoo
[next]