Age | Commit message (Expand) | Author |
---|---|---|
2018-10-09 | Consistently use camel case enum names. | iphydf |
2018-07-21 | Avoid implementations in .h files or #including .c files. | iphydf |
2018-04-03 | Avoid the use of rand() in tests. | iphydf |
2018-02-24 | Fix a bunch of compiler warnings and remove suppressions. | iphydf |
2018-02-18 | Disable lan discovery in most tests. | iphydf |
2018-01-30 | Use nullptr as NULL pointer constant instead of NULL or 0. | iphydf |
2017-03-25 | Move c_sleep to helpers.h and misc_tools.h | Diadlo |
2017-01-28 | Add VLA compatibility macro for C89-ish compilers. | iphydf |
2017-01-06 | Revert "Revert "Portability fixes"" | David Zero |
2017-01-05 | Revert "Portability fixes" | endoffile78 |
2017-01-04 | Portability fixes | David Zero |
2016-12-22 | Use `tox_options_set_*` instead of direct member access. | iphydf |
2016-12-13 | Fix padding in SAVED_FRIEND struct and add test. | Robin Lindén |