Age | Commit message (Expand) | Author |
---|---|---|
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 |