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-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
2014-05-02
Move the handshake creating code to a function.
irungentoo
2014-05-02
Fixed one case of the handshake not being sent.
irungentoo
2014-05-02
Small fixes.
irungentoo
2014-05-02
Remove Lossless UDP (This breaks Tox.)
irungentoo
2014-05-01
Protocol implementation is starting to look ok.
irungentoo
2014-04-30
Remove duplicates.
irungentoo
2014-04-30
Some more code written for the middle level protocol stuff.
irungentoo
2014-04-30
Added number to cookie request/response packets to prevent possible
irungentoo
2014-04-29
Some more work done on the middle network protocol.
irungentoo
2014-04-28
Added some functions to create/handle middle level protocol packets.
irungentoo
2014-04-27
Added raw UDP cookie request packet handler.
irungentoo
2014-04-23
Major cleanups.
irungentoo
2014-04-22
Decided pretty much how the handshake would work.
irungentoo
2014-04-21
Crypto related cleanups.
irungentoo
2014-04-18
Added function to increment nonce by specified number.
irungentoo
2014-03-15
A bit of work done on the TCP relay server.
irungentoo
2014-03-07
Fixed some possible ways connections could linger indefinitely without being ...
irungentoo
2014-03-03
Some small changes/fixes.
irungentoo
2014-01-17
Incorporated onion into Tox.
irungentoo
2014-01-13
Added functions to add/remove friends in onion_client.
irungentoo
[prev]
[next]