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 (
Expand
)
Author
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
2013-07-27
[fixed]created new files misc_tools.(c|h) and moved hex_string_to_bin() there.
Konstantin Kowalski