summaryrefslogtreecommitdiff
path: root/toxcore/ping.c
AgeCommit message (Expand)Author
2020-05-02Fix errors on error paths found by oomer.iphydf
2020-03-14Use spdx license identifier instead of GPL blurb.iphydf
2018-08-26Update copyright to 2018.iphydf
2018-08-16Use per-instance `Mono_Time` for Messenger and onion.iphydf
2018-07-09Factor out time keeping code into its own module: mono_time.c.iphydf
2018-07-05Make tox.c unambiguously parseable.iphydf
2018-05-20Finish @Diadlo's network Family abstraction.iphydf
2018-05-20Move system header includes from network.h to network.ciphydf
2018-01-30Use nullptr as NULL pointer constant instead of NULL or 0.iphydf
2018-01-16Make DHT a module-private type.iphydf
2018-01-14Use apidsl to generate ping.h.iphydf
2018-01-13Make Ping_Array a module-private type.iphydf
2017-08-24AF_INET -> TOX_AF_INETDiadlo
2017-01-19Update license headers and remove redundant file name comment.iphydf
2016-12-22Wrap all sodium/nacl functions in crypto_core.c.iphydf
2016-11-09Remove new_nonce function in favour of random_nonce.iphydf
2016-09-24Make toxcore code C++ compatible.iphydf
2016-09-13Add some astyle options to make it do more.iphydf
2016-09-13Group #include directives in 3-4 groups.iphydf
2016-09-01Sort #includes in all source files.iphydf
2016-08-31Add braces to all if statements.iphydf
2016-08-18Make tox_callback_friend_name stateless.iphydf
2016-01-27 fix: compare sensitive data with sodium_memcmpRoman Proskuryakov
2016-01-04DHT improvements part 1.irungentoo
2015-12-16Improved the to_ping list.irungentoo
2015-12-08uint32_t -> unsigned int.irungentoo
2015-12-08Forgot to stage this before committing.irungentoo
2015-12-08If we receive a packet from a node we are searching for, ping it.irungentoo
2015-08-07Removed a useless define.irungentoo
2015-07-29client_id -> public_keyirungentoo
2015-05-07Only set last_to_ping if at least one node was pinged,irungentoo
2015-01-29Code cleanups.irungentoo
2014-11-21Cleaned up packet length types in toxcore.irungentoo
2014-08-31Tweaked some values in DHT to decrease the discovery time mainlyirungentoo
2014-06-13Const correctness for various packet callbacksMarc Schütz
2014-06-10Const correctness in various interdependent filesMarc Schütz
2014-05-19Fixed a bug where someone could just send back the ping request packetirungentoo
2014-05-13Nodes already in the DHT closelist should not be added to the toping list.irungentoo
2014-05-12Added ping_array, a special efficient array for use in operationsirungentoo
2014-04-22Decided pretty much how the handshake would work.irungentoo
2014-04-21Crypto related cleanups.irungentoo
2014-04-16Some speedups and small fixes.irungentoo
2014-03-16Renamed toping to to_ping.irungentoo
2014-03-05CPU optimizations.irungentoo
2014-03-04CPU usage improvements.irungentoo
2014-03-02Small CPU optimizations to ping requests/reponses.irungentoo
2014-03-01Some small DHT CPU optimizations.irungentoo
2014-01-25Improved hole punching a bit.irungentoo
2014-01-17Incorporated onion into Tox.irungentoo
2013-12-08Cleaned up and fixed various things.irungentoo