summaryrefslogtreecommitdiff
path: root/testing/misc_tools.c
AgeCommit message (Collapse)Author
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
Also-by: Sergey 'Jin' Bostandzhyan <jin@mediatomb.cc>
2013-09-16Fix warnings of -Wall -WextraCoren[m]
2013-09-14astyled everything.irungentoo
2013-09-11toxcore/util.h:Coren[m]
- moved cmdline_parsefor_ipv46() to testing/misc_tools.c
2013-09-06Allow to build vs nacl instead of libsodiumJin^eLD
By default libsodium is used. Only if --enable-nacl is specified, then nacl will be used instead of libsodium. Pass locations of nacl headers and libraries by using the following options: --with-nacl-headers=/home/me/somewhere/nacl-20110221/build/469/include/amd64/ --with-nacl-libs=/home/me/somewhere/nacl-20110221/build/469/lib/amd64/
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