summaryrefslogtreecommitdiff
path: root/testing/misc_tools.c
AgeCommit message (Expand)Author
2020-03-14Use spdx license identifier instead of GPL blurb.iphydf
2018-10-16Use `bool` for IPv6 flag in test programs and `DHT_bootstrap`.iphydf
2018-10-09Consistently use camel case enum names.iphydf
2018-09-19Fix typosyangfl
2018-08-26Update copyright to 2018.iphydf
2018-08-20handle libsodium dependency of misc_tools correctly for autotoolszugz (tox)
2018-08-19Add save file generator, save compatibility test, and generate a save fileendoffile78
2018-08-17Set `_POSIX_C_SOURCE` to 200112L. We need it for C99 compat.iphydf
2018-08-12Add simple deterministic random number generator for testszugz (tox)
2018-07-21Avoid implementations in .h files or #including .c files.iphydf
2018-03-16Remove the use of the 'hh' format specifier.iphydf
2018-02-24Fix a bunch of compiler warnings and remove suppressions.iphydf
2018-01-30Use nullptr as NULL pointer constant instead of NULL or 0.iphydf
2017-06-05Build tests on appveyor, the MSVC build.iphydf
2017-03-25Move c_sleep to helpers.h and misc_tools.hDiadlo
2017-03-01Remove dependency on strings.hMaxim Biro
2017-01-19Update license headers and remove redundant file name comment.iphydf
2017-01-11Remove `TOX_DEBUG` and have asserts always enabled.iphydf
2017-01-06Revert "Revert "Portability fixes""David Zero
2017-01-05Revert "Portability fixes"endoffile78
2017-01-04Portability fixesDavid Zero
2016-09-24Make toxcore code C++ compatible.iphydf
2016-09-06Improve static and const correctness.iphydf
2016-09-06Improve C standard compliance.iphydf
2016-09-01Sort #includes in all source files.iphydf
2016-08-31Add braces to all if statements.iphydf
2016-08-17Add missing DHT_bootstrap to CMakeLists.txt.iphydf
2014-02-09Astyled and removed some useless files.irungentoo
2014-02-09Fixed buildMaxim Biro
2014-02-09Modified hex_string_to_binMaxim Biro
2013-10-13tox A/V: integration of A/V code into toxmannol
2013-09-16Fix warnings of -Wall -WextraCoren[m]
2013-09-14astyled everything.irungentoo
2013-09-11toxcore/util.h:Coren[m]
2013-09-06Allow to build vs nacl instead of libsodiumJin^eLD
2013-08-30Fixed warnings and moved hex_string_to_bin to testing/irungentoo
2013-08-29Moved misc_tools from testing to toxcore.Anony Moose
2013-08-16Passed everything through astyle.irungentoo
2013-08-09Kill EOF whitespace.Christian Brueffer
2013-08-06Added a linked list implementation.Konstantin Kowalski
2013-08-04whoops, returning a free'd variable is really not what I meant...charmlesscoin
2013-08-04Removed memory leak, thanks to diath for spotting it.charmlesscoin
2013-07-27stylingnfkd
2013-07-27[fixed]created new files misc_tools.(c|h) and moved hex_string_to_bin() there.Konstantin Kowalski