summaryrefslogtreecommitdiff
path: root/testing/misc_tools.h
AgeCommit message (Expand)Author
2018-10-16Use `bool` for IPv6 flag in test programs and `DHT_bootstrap`.iphydf
2018-10-09Consistently use camel case enum names.iphydf
2018-08-19Add save file generator, save compatibility test, and generate a save fileendoffile78
2018-08-12Add simple deterministic random number generator for testszugz (tox)
2018-07-21Avoid implementations in .h files or #including .c files.iphydf
2013-08-29Moved misc_tools from testing to toxcore.Anony Moose
2013-08-28Fixed another thing in loop; added initialization for tox_array in lossless UDP.Anony Moose
2013-08-26Fixed several embarrassing errors and potential problems in tox_array.Anony Moose
2013-08-26connection_id can be negative, so it shouldn't be uint32_t.Anony Moose
2013-08-26Trying to fix memory leak.Anony Moose
2013-08-25Modified Lossless_UDP connections to work with tox_array.Anony Moose
2013-08-24Added array for loop.Anony Moose
2013-08-24Some more style changesAnony Moose
2013-08-24Fixed style in several macros.Anony Moose
2013-08-24Fixed semantics of tox_array (should also be more memory efficient).Anony Moose
2013-08-16Passed everything through astyle.irungentoo
2013-08-09Added headers to fix build errors.Konstantin Kowalski
2013-08-09Minor style changes.Konstantin Kowalski
2013-08-09Moved long comments to wiki.Konstantin Kowalski
2013-08-09Added arrays.Konstantin Kowalski
2013-08-09Added INFO() debugging macro.Konstantin Kowalski
2013-08-07Add #undef before #define to fix redefinition warningRobert Sutton
2013-08-06Added ERROR() and WARNING() for debugging.Konstantin Kowalski
2013-08-06Added a linked list implementation.Konstantin Kowalski
2013-07-30Add missing newlines at EOF in sourcesDmitry Marakasov
2013-07-27[fixed]created new files misc_tools.(c|h) and moved hex_string_to_bin() there.Konstantin Kowalski