index
:
c-toxcore.git
master
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
toxcore
/
onion_client.h
Age
Commit message (
Expand
)
Author
2014-11-02
This might fix some peer finding issues.
irungentoo
2014-09-27
Increasing max number of onion paths might increase initial connection
irungentoo
2014-09-26
Removed useless code from onion_client.
irungentoo
2014-09-26
Added callbacks to onion_client and net_crypto for the temp dht key.
irungentoo
2014-08-18
Speeded up onion friend finding.
irungentoo
2014-08-14
Function to save path nodes.
irungentoo
2014-08-14
tox_isconnected() now works on TCP only.
irungentoo
2014-08-13
Tox should now work on TCP only networks.
irungentoo
2014-08-08
Added path_nodes array and add_path_node() function.
irungentoo
2014-06-30
Const-correctness for onion_client.c
Marc Schütz
2014-06-30
Const correctness for toxcore/Messenger.c and related files
Marc Schütz
2014-06-13
Const correctness in toxcore/onion_client.c
Marc Schütz
2014-06-10
Astyle and fixes.
irungentoo
2014-06-10
Const correctness in various interdependent files
Marc Schütz
2014-05-19
Removed now useless code.
irungentoo
2014-05-18
TCP branch now ready for start of real testing.
irungentoo
2014-05-17
Added function to set the DHT public key in onion_client.
irungentoo
2014-05-17
Net_crypto can now handle packets sent as TCP OOB packets.
irungentoo
2014-05-12
Use ping_array to store onion announce information instead of sending
irungentoo
2014-05-08
Merge branch 'master' into TCP
irungentoo
2014-05-02
Messenger now works with the new net_crypto api.
irungentoo
2014-04-23
Major cleanups.
irungentoo
2014-04-21
Crypto related cleanups.
irungentoo
2014-04-16
multiple spelling fixes
Carlos E. Garcia
2014-03-09
Reduced the number of useless onion packets sent.
irungentoo
2014-03-03
Some small changes/fixes.
irungentoo
2014-03-03
Made onion paths expire eventually client side.
irungentoo
2014-02-28
Very simple fix to lower bandwidth usage at startup.
irungentoo
2014-02-26
Major speed/cpu usage/bandwidth improvements to onion.
irungentoo
2014-02-13
Onion now eventualy deletes friends from the DHT search.
irungentoo
2014-01-21
Adjusted some timeouts.
irungentoo
2014-01-20
Fakeid packets are now also sent via the DHT.
irungentoo
2014-01-19
Small protocol change for more replay attack prevention.
irungentoo
2014-01-19
Added no_replay and added some things to the docs.
irungentoo
2014-01-18
Some optimizations and fixes.
irungentoo
2014-01-17
Incorporated onion into Tox.
irungentoo
2014-01-15
onion_client almost done.
irungentoo
2014-01-14
Onion data packets can now be handled in onion_client.
irungentoo
2014-01-13
Added functions to add/remove friends in onion_client.
irungentoo
2014-01-12
Some work done in onion_client.
irungentoo
2014-01-11
Some work done on onion_client
irungentoo
2014-01-10
Some work on onion_client done.
irungentoo
2014-01-09
Some work done on the client part.
irungentoo
2014-01-07
Added shell of onion_client.c
irungentoo