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-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
2013-12-26
It makes more sense for new_keys() to be in new_net_crypto()
irungentoo
2013-12-21
Removed upper size limit from encrypt and decrypt_data_symmetric.
irungentoo
2013-12-12
Fixed arm bug.
irungentoo
2013-12-07
Small fixes.
irungentoo
2013-10-30
Testing requests are now sent.
irungentoo
2013-10-28
Merge branch 'master' into harden
irungentoo
2013-10-27
Cleaned up some code/fixed some warnings.
irungentoo
2013-10-25
All modules using unix_time should run unix_time_update()
irungentoo
2013-10-25
For security reasons, keep memcpy's and memcmp's in crypto functions.
irungentoo
2013-10-24
Merge remote-tracking branch 'upstream/master' into cleanup_unix_time_id_eq_c...
Coren[m]
2013-10-24
Move unix_time(), id_cpy()/id_eq(), is_timeout() to util.*
Coren[m]
2013-10-24
Added symmetric crypto functions to net_crypto.
irungentoo
2013-10-24
Removed define that could become confusing.
irungentoo
2013-10-23
Code cleanups.
irungentoo
2013-10-22
This squash should work now.
Bahkuh
2013-10-19
Fixed connection sometimes being too slow and some other possible problems.
irungentoo
2013-10-06
Code cleanups.
irungentoo
2013-10-04
Fixed some possible bugs.
irungentoo
2013-09-28
Fixed possible problem.
irungentoo
2013-09-28
Potential DoS fixed.
irungentoo
2013-09-27
Permit -Wshadow as useful warning.
Coren[m]
2013-09-25
Possible bug fixed.
irungentoo
2013-09-22
Removed unused variables.
irungentoo
2013-09-22
Fixed the connection bug and cleaned up some stuff.
irungentoo
2013-09-21
Connection speed ups.
irungentoo
2013-09-21
Lossless UDP is now suitable for sending files.
irungentoo
2013-09-17
astyled everything.
irungentoo
[prev]
[next]