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
2020-03-14
Use spdx license identifier instead of GPL blurb.
iphydf
2018-08-26
Update copyright to 2018.
iphydf
2018-08-16
Use per-instance `Mono_Time` for Messenger and onion.
iphydf
2018-07-09
Factor out time keeping code into its own module: mono_time.c.
iphydf
2018-07-05
Make tox.c unambiguously parseable.
iphydf
2018-05-20
Finish @Diadlo's network Family abstraction.
iphydf
2018-05-20
Move system header includes from network.h to network.c
iphydf
2018-01-30
Use nullptr as NULL pointer constant instead of NULL or 0.
iphydf
2018-01-16
Make DHT a module-private type.
iphydf
2018-01-14
Use apidsl to generate ping.h.
iphydf
2018-01-13
Make Ping_Array a module-private type.
iphydf
2017-08-24
AF_INET -> TOX_AF_INET
Diadlo
2017-01-19
Update license headers and remove redundant file name comment.
iphydf
2016-12-22
Wrap all sodium/nacl functions in crypto_core.c.
iphydf
2016-11-09
Remove new_nonce function in favour of random_nonce.
iphydf
2016-09-24
Make toxcore code C++ compatible.
iphydf
2016-09-13
Add some astyle options to make it do more.
iphydf
2016-09-13
Group #include directives in 3-4 groups.
iphydf
2016-09-01
Sort #includes in all source files.
iphydf
2016-08-31
Add braces to all if statements.
iphydf
2016-08-18
Make tox_callback_friend_name stateless.
iphydf
2016-01-27
fix: compare sensitive data with sodium_memcmp
Roman Proskuryakov
2016-01-04
DHT improvements part 1.
irungentoo
2015-12-16
Improved the to_ping list.
irungentoo
2015-12-08
uint32_t -> unsigned int.
irungentoo
2015-12-08
Forgot to stage this before committing.
irungentoo
2015-12-08
If we receive a packet from a node we are searching for, ping it.
irungentoo
2015-08-07
Removed a useless define.
irungentoo
2015-07-29
client_id -> public_key
irungentoo
2015-05-07
Only set last_to_ping if at least one node was pinged,
irungentoo
2015-01-29
Code cleanups.
irungentoo
2014-11-21
Cleaned up packet length types in toxcore.
irungentoo
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
[next]