summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2016-09-17Use C99 %zu format conversion in printf for size_t.iphydf
2016-09-16const-correctness in windows code.iphydf
2016-09-16Ensure that all TODOs have an owner.iphydf
2016-09-16Clean up Travis build a bit in preparation for osx/win.iphydf
2016-09-16Remove format-source from travis script.iphydf
2016-09-14Add option to build static libraries.iphydf
2016-09-13Use <stdbool.h> and replace _Bool with bool.iphydf
2016-09-13Add some astyle options to make it do more.iphydf
2016-09-13Group #include directives in 3-4 groups.iphydf
2016-09-12Merge remote-tracking branch 'chuongv/chuongv/tox_test_fix'iphydf
2016-09-12Remove `else` directly after `return`.iphydf
2016-09-11Use "phase" script for travis build phases.iphydf
2016-09-11Use TokTok's apidsl instead of the iphydf one.iphydf
2016-09-11Use correct logical operator for tox_testChuong Vu
2016-09-10make the majority of the callbacks stateless and add some status to a testcasemichael bishop
2016-09-09Minor cleanups: header reordering, adding {}.iphydf
2016-09-09Separate IP_Port packing from pack_nodes() and unpack_nodes()Jfreegman
2016-09-09Use `const` for version numbers.iphydf
2016-09-08Fix potential null pointer dereference.iphydf
2016-09-08Fix compilation for Windows.iphydf
2016-09-08Remove the packet mutation in toxav's bwcontroller.iphydf
2016-09-08Add address sanitizer option to cmake file.iphydf
2016-09-08Fix memory leak on error paths in tox_new.iphydf
2016-09-07Print a message about missing astyle in format-source.iphydf
2016-09-07Comment intentional switch fallthroughsJfreegman
2016-09-07Add debugging option to autotools configurationJfreegman
2016-09-07Prevent <winsock.h> inclusion by <windows.h>.iphydf
2016-09-06Improve static and const correctness.iphydf
2016-09-06Merge remote-tracking branch 'irungentoo/master' into merge-iruiphydf
2016-09-06Improve C standard compliance.iphydf
2016-09-06Make friend requests statelessGregory Mullen (grayhatter)
2016-09-05Fixed bug.irungentoo
2016-09-06Allocate sizeof(IP_ADAPTER_INFO) bytes instead of sizeof(T*).iphydf
2016-09-05Make packet data a ptr-to-const.iphydf
2016-09-05Add TODO for @mannol.iphydf
2016-09-03Rearrange fields to decrease size of structureisotoxin
2016-09-02Add a short sleep before each tox_iterate in av test.iphydf
2016-09-02Re-enable group chat tests.iphydf
2016-09-02Do not use `else` after `return`.iphydf
2016-09-02Replace pthread_yield with sched_yield.iphydf
2016-09-01Remove useless casts.iphydf
2016-09-01Sort #includes in all source files.iphydf
2016-09-01Add missing #include <pthread.h> to av_test.c.iphydf
2016-09-01Match parameter names in declarations with their definitions.iphydf
2016-08-31Remove redundant `return` statements.iphydf
2016-08-31Add newlines because astyle wants them.iphydf
2016-08-31Add braces to all if statements.iphydf
2016-08-31Enable build of av_test.iphydf
2016-08-31Remove unused and bit-rotten friends_test.iphydf
2016-08-30Add missing #includes to headers and rename tox_old to tox_group.iphydf