index
:
c-toxcore.git
master
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
testing
/
misc_tools.c
Age
Commit message (
Expand
)
Author
2020-03-14
Use spdx license identifier instead of GPL blurb.
iphydf
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
2018-09-19
Fix typos
yangfl
2018-08-26
Update copyright to 2018.
iphydf
2018-08-20
handle libsodium dependency of misc_tools correctly for autotools
zugz (tox)
2018-08-19
Add save file generator, save compatibility test, and generate a save file
endoffile78
2018-08-17
Set `_POSIX_C_SOURCE` to 200112L. We need it for C99 compat.
iphydf
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
2018-03-16
Remove the use of the 'hh' format specifier.
iphydf
2018-02-24
Fix a bunch of compiler warnings and remove suppressions.
iphydf
2018-01-30
Use nullptr as NULL pointer constant instead of NULL or 0.
iphydf
2017-06-05
Build tests on appveyor, the MSVC build.
iphydf
2017-03-25
Move c_sleep to helpers.h and misc_tools.h
Diadlo
2017-03-01
Remove dependency on strings.h
Maxim Biro
2017-01-19
Update license headers and remove redundant file name comment.
iphydf
2017-01-11
Remove `TOX_DEBUG` and have asserts always enabled.
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-09-24
Make toxcore code C++ compatible.
iphydf
2016-09-06
Improve static and const correctness.
iphydf
2016-09-06
Improve C standard compliance.
iphydf
2016-09-01
Sort #includes in all source files.
iphydf
2016-08-31
Add braces to all if statements.
iphydf
2016-08-17
Add missing DHT_bootstrap to CMakeLists.txt.
iphydf
2014-02-09
Astyled and removed some useless files.
irungentoo
2014-02-09
Fixed build
Maxim Biro
2014-02-09
Modified hex_string_to_bin
Maxim Biro
2013-10-13
tox A/V: integration of A/V code into tox
mannol
2013-09-16
Fix warnings of -Wall -Wextra
Coren[m]
2013-09-14
astyled everything.
irungentoo
2013-09-11
toxcore/util.h:
Coren[m]
2013-09-06
Allow to build vs nacl instead of libsodium
Jin^eLD
2013-08-30
Fixed warnings and moved hex_string_to_bin to testing/
irungentoo
2013-08-29
Moved misc_tools from testing to toxcore.
Anony Moose
2013-08-16
Passed everything through astyle.
irungentoo
2013-08-09
Kill EOF whitespace.
Christian Brueffer
2013-08-06
Added a linked list implementation.
Konstantin Kowalski
2013-08-04
whoops, returning a free'd variable is really not what I meant...
charmlesscoin
2013-08-04
Removed memory leak, thanks to diath for spotting it.
charmlesscoin
2013-07-27
styling
nfkd
2013-07-27
[fixed]created new files misc_tools.(c|h) and moved hex_string_to_bin() there.
Konstantin Kowalski