summaryrefslogtreecommitdiff
path: root/toxav
AgeCommit message (Expand)Author
2017-06-04Add a monolith_test that includes all toxcore sources.iphydf
2017-02-26Add part of platform-independent network API implementationDiadlo
2017-01-28Add VLA compatibility macro for C89-ish compilers.iphydf
2017-01-26Add platform-independent Socket and IP implementationDiadlo
2017-01-19Update license headers and remove redundant file name comment.iphydf
2017-01-18Setup autotools to read .so version info from a separate fileSergey 'Jin' Bostandzhyan
2016-12-21Use after free reported in #278 occurs because toxav_kill()mannol
2016-12-03rename messenger function, prepend m_Gregory Mullen (grayhatter)
2016-11-20Fix a memory leak in GroupAVMaxim Biro
2016-11-20Fix NULL pointer dereference in log callsMaxim Biro
2016-11-20Add NONE enumerator to bit mask.iphydf
2016-10-29Rename some internal "group chat" things to "conference".iphydf
2016-10-28toxav renaming: group.{h,c} -> groupav.{h,c}Dmytro Vorobiov
2016-10-02Rebuild apidsl'd headers in cmake.iphydf
2016-10-01Minor documentation fixes.iphydf
2016-09-30Remove return after no-return situation (and other cleanups).iphydf
2016-09-28v0.0.0 => v0.0.1Gregory Mullen (grayhatter)
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-19Revert "Make ToxAV stateless"iphydf
2016-09-17Make ToxAV statelessGregory Mullen (grayhatter)
2016-09-16Ensure that all TODOs have an owner.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-09Minor cleanups: header reordering, adding {}.iphydf
2016-09-09Use `const` for version numbers.iphydf
2016-09-08Fix compilation for Windows.iphydf
2016-09-08Remove the packet mutation in toxav's bwcontroller.iphydf
2016-09-07Comment intentional switch fallthroughsJfreegman
2016-09-06Improve static and const correctness.iphydf
2016-09-06Improve C standard compliance.iphydf
2016-09-02Do not use `else` after `return`.iphydf
2016-09-01Remove useless casts.iphydf
2016-09-01Sort #includes in all source files.iphydf
2016-09-01Match parameter names in declarations with their definitions.iphydf
2016-08-31Add newlines because astyle wants them.iphydf
2016-08-31Add braces to all if statements.iphydf
2016-08-27Move logging to a callback.iphydf
2016-08-18Fix some compiler warnings.iphydf
2016-08-12Add and use CMake build scriptiphydf
2016-08-12Check code formatting on Travis.iphydf
2016-08-10Silence/fix some compiler warnings.iphydf
2016-03-09Added astyled toxav.h to match toxav.in.hderive
2016-02-13added the dropped ;Gregory Mullen (GrayHatter)
2016-02-13missed a line tox to toxavGregory Mullen (GrayHatter)
2016-02-13update the compatablity function to match the macroGregory Mullen (GrayHatter)
2016-02-13SemVer toxav tooGregory Mullen (GrayHatter)