index
:
c-toxcore.git
master
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
toxcore
/
ping.c
Age
Commit message (
Expand
)
Author
2014-08-31
Tweaked some values in DHT to decrease the discovery time mainly
irungentoo
2014-06-13
Const correctness for various packet callbacks
Marc Schütz
2014-06-10
Const correctness in various interdependent files
Marc Schütz
2014-05-19
Fixed a bug where someone could just send back the ping request packet
irungentoo
2014-05-13
Nodes already in the DHT closelist should not be added to the toping list.
irungentoo
2014-05-12
Added ping_array, a special efficient array for use in operations
irungentoo
2014-04-22
Decided pretty much how the handshake would work.
irungentoo
2014-04-21
Crypto related cleanups.
irungentoo
2014-04-16
Some speedups and small fixes.
irungentoo
2014-03-16
Renamed toping to to_ping.
irungentoo
2014-03-05
CPU optimizations.
irungentoo
2014-03-04
CPU usage improvements.
irungentoo
2014-03-02
Small CPU optimizations to ping requests/reponses.
irungentoo
2014-03-01
Some small DHT CPU optimizations.
irungentoo
2014-01-25
Improved hole punching a bit.
irungentoo
2014-01-17
Incorporated onion into Tox.
irungentoo
2013-12-08
Cleaned up and fixed various things.
irungentoo
2013-12-06
Merge branch 'master' into harden
irungentoo
2013-12-01
fix 'typedef redefinition' build errors on older gcc versions
alexandervdm
2013-11-17
Assoc's array is now allocated dynamically and per default much smaller (320 ...
Coren[m]
2013-11-14
Significantly trimmed down version of an ID<=>IP cache.
Coren[m]
2013-11-10
Merge branch 'master' into harden
irungentoo
2013-11-06
addto_lists(): store the IP/Port that was used to *send*.
Coren[m]
2013-10-28
Merge branch 'master' into harden
irungentoo
2013-10-24
Removed now useless ping_id from send/get node packets.
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
Removed define that could become confusing.
irungentoo
2013-10-23
Code cleanups.
irungentoo
2013-09-25
Fixed bug where hole punching was attempted even though the
irungentoo
2013-09-21
moved stuff that belongs into ping.[ch] there
Coren[m]
2013-09-14
astyled everything.
irungentoo
2013-09-13
Merge remote-tracking branch 'upstream/master' into Integration
Coren[m]
2013-09-13
Nonce generation changes.
irungentoo
2013-09-10
big push, putting all the infrastructure in place behind TOX_ENABLE_IPV6
Coren[m]
2013-09-09
network.h:
Coren[m]
2013-09-06
Allow to build vs nacl instead of libsodium
Jin^eLD
2013-08-30
Fixed build errors.
Kostya
2013-08-29
Removed packet structs.
irungentoo
2013-08-29
Correct a lot of the grammar and spelling. Also spent a few hours fixing the ...
pete
2013-08-24
Rename core directory because of autoconf name clash
jin-eld