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
2014-07-14
Set packets_left to default non zero values when creating connection.
irungentoo
2014-07-14
Packets can now be sent from the connection status callback.
irungentoo
2014-07-14
Attempted fix of file transfer issue.
irungentoo
2014-07-11
.
notsecure
2014-07-10
fix send rate going up when peer disconnects
notsecure
2014-07-02
Merge branch 'const_correctness' of https://github.com/schuetzm/ProjectTox-Core
irungentoo
2014-06-30
Const-correctness for toxcore/net_crypto.c
Marc Schütz
2014-06-30
Const correctness for toxcore/Messenger.c and related files
Marc Schütz
2014-06-29
Core should no longer attempt to send data faster than the links can
irungentoo
2014-06-25
Fixed some more possible issues with file transfers/conjestion control.
irungentoo
2014-06-25
Tweaked conjestion control algorithm.
irungentoo
2014-06-20
Reduced number of realloc calls bs_list does
Maxim Biro
2014-06-15
Astyled code.
irungentoo
2014-06-13
Const correctness for various packet callbacks
Marc Schütz
2014-06-12
pthread is now a core dependency instead of just a toxav dependency.
irungentoo
2014-06-10
Const correctness in various interdependent files
Marc Schütz
2014-06-06
Renamed list functions to fix conflict issue on certain machines.
irungentoo
2014-06-05
Fixed regression that made packet_send_rate increase even when
irungentoo
2014-06-05
Optimized net_crypto UDP packet sorting using list.
irungentoo
2014-06-04
Doubled minimum transfer rate.
irungentoo
2014-06-04
Request packets are now sent with send_data_packet_helper().
irungentoo
2014-06-04
Added data packet padding to toxcore.
irungentoo
2014-06-03
Tweaked file transfers a bit.
irungentoo
2014-06-02
Increased some timeouts to try to prevent disconnections when
irungentoo
2014-05-30
Renamed tox_do_run_interval to tox_do_interval.
irungentoo
2014-05-26
file transfer fixes
notsecure
2014-05-22
more conjestion control
notsecure
2014-05-21
improved conjestion control
notsecure
2014-05-21
Added functions to send and receive lossy encrypted packets over
irungentoo
2014-05-18
Save a couple TCP relays on save and reconnect to them on load.
irungentoo
2014-05-18
Fixed connection issue.
irungentoo
2014-05-18
TCP branch now ready for start of real testing.
irungentoo
2014-05-17
add_tcp_relay_peer() can be used to add relays that we know that
irungentoo
2014-05-17
net_crypto now works again on pure UDP.
irungentoo
2014-05-17
Added a function to get the DHT public key stored in net_crypto.
irungentoo
2014-05-17
Net_crypto can now handle packets sent as TCP OOB packets.
irungentoo
2014-05-17
Changed cookie/cookie request packet.
irungentoo
2014-05-16
Fixed typo.
irungentoo
2014-05-16
Some TCP code added to net_crypto.
irungentoo
2014-05-15
Fixed possibility that packet_send_rate would get stuck.
irungentoo
2014-05-12
Fixed some issues.
irungentoo
2014-05-11
Fixed issue where callbacks were not set for accepted connection.
irungentoo
2014-05-11
Added kill packets.
irungentoo
2014-05-10
Added basic congestion control to net_crypto.
irungentoo
2014-05-09
Fixed small issues.
irungentoo
2014-05-08
Connection between toxes is lossless once again.
irungentoo
2014-05-05
Fixed bug.
irungentoo
2014-05-04
Added arrays to store packets on send/recv in net crypto.
irungentoo
2014-05-03
All time in core is now monotonic.
irungentoo
2014-05-02
Messenger now works with the new net_crypto api.
irungentoo
[prev]
[next]