summaryrefslogtreecommitdiff
path: root/toxcore/ping_array.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-26Add some tests for `ping_array`.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-08Rename `BS_LIST` to `BS_List` to follow the naming conventions.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-14Add random_u16 function and rename the others to match.iphydf
2018-01-13Make Ping_Array a module-private type.iphydf
2017-01-19Update license headers and remove redundant file name comment.iphydf
2016-09-24Make toxcore code C++ compatible.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
2014-07-06Update ping_array.ckyle condon
2014-06-10Const correctness in various interdependent filesMarc Schütz
2014-05-12Fixed segfault.irungentoo
2014-05-12Added ping_array, a special efficient array for use in operationsirungentoo