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