index
:
c-toxcore.git
master
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
testing
/
misc_tools.h
Age
Commit message (
Collapse
)
Author
2018-10-16
Use `bool` for IPv6 flag in test programs and `DHT_bootstrap`.
iphydf
2018-10-09
Consistently use camel case enum names.
iphydf
Including in tests and implementation files.
2018-08-19
Add save file generator, save compatibility test, and generate a save file
endoffile78
2018-08-12
Add simple deterministic random number generator for tests
zugz (tox)
2018-07-21
Avoid implementations in .h files or #including .c files.
iphydf
Also, avoid the need for putting `_XOPEN_SOURCE` in every test file.
2013-08-29
Moved misc_tools from testing to toxcore.
Anony Moose
2013-08-28
Fixed another thing in loop; added initialization for tox_array in lossless UDP.
Anony Moose
2013-08-26
Fixed several embarrassing errors and potential problems in tox_array.
Anony Moose
2013-08-26
connection_id can be negative, so it shouldn't be uint32_t.
Anony Moose
2013-08-26
Trying to fix memory leak.
Anony Moose
2013-08-25
Modified Lossless_UDP connections to work with tox_array.
Anony Moose
2013-08-24
Added array for loop.
Anony Moose
2013-08-24
Some more style changes
Anony Moose
2013-08-24
Fixed style in several macros.
Anony Moose
2013-08-24
Fixed semantics of tox_array (should also be more memory efficient).
Anony Moose
2013-08-16
Passed everything through astyle.
irungentoo
2013-08-09
Added headers to fix build errors.
Konstantin Kowalski
2013-08-09
Minor style changes.
Konstantin Kowalski
2013-08-09
Moved long comments to wiki.
Konstantin Kowalski
2013-08-09
Added arrays.
Konstantin Kowalski
2013-08-09
Added INFO() debugging macro.
Konstantin Kowalski
2013-08-07
Add #undef before #define to fix redefinition warning
Robert Sutton
2013-08-06
Added ERROR() and WARNING() for debugging.
Konstantin Kowalski
2013-08-06
Added a linked list implementation.
Konstantin Kowalski
2013-07-30
Add missing newlines at EOF in sources
Dmitry Marakasov
(missing newlines break build due to -Werror)
2013-07-27
[fixed]created new files misc_tools.(c|h) and moved hex_string_to_bin() there.
Konstantin Kowalski