summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2016-09-28v0.0.0 => v0.0.1Gregory Mullen (grayhatter)
2016-09-27Remove redundant callback objects.iphydf
2016-09-26C++ the second round.iphydf
2016-09-25Work around bug in opencv3 headers.iphydf
2016-09-24Move ring buffer out of toxcore/util into toxav.iphydf
2016-09-24Make toxcore code C++ compatible.iphydf
2016-09-24Minor cleanups: unused vars, unreachable code, static globals.iphydf
2016-09-23Replace `void*` with `RingBuffer*` to avoid conversions.iphydf
2016-09-22Make TCP_Connections module-private.iphydf
2016-09-22Allow the OSX build to fail on travis.iphydf
2016-09-22Make TCP_Server opaque.iphydf
2016-09-21Fix strict-ld grep expressions to include digits.iphydf
2016-09-21Make group callbacks statelessJfreegman
2016-09-20Add OSX and Windows build to travis config.iphydf
2016-09-19Revert "Make ToxAV stateless"iphydf
2016-09-19Add STRICT_ABI cmake flag to generate export lists.iphydf
2016-09-18Added UB comment r/t deleting a friend w/ active callGregory Mullen (grayhatter)
2016-09-18Make internal chat list function take uint32_t* as well.iphydf
2016-09-18Only build toxav if opus and vpx are found.iphydf
2016-09-17Complete old groupchat conversion to new APIJfreegman
2016-09-17ApiDSL'ing old group chats (now: conference).iphydf
2016-09-17Make ToxAV statelessGregory Mullen (grayhatter)
2016-09-17Fix for windows dynamic libraries.iphydf
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