index
:
c-toxcore.git
master
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
toxav
Age
Commit message (
Expand
)
Author
2017-02-26
Add part of platform-independent network API implementation
Diadlo
2017-01-28
Add VLA compatibility macro for C89-ish compilers.
iphydf
2017-01-26
Add platform-independent Socket and IP implementation
Diadlo
2017-01-19
Update license headers and remove redundant file name comment.
iphydf
2017-01-18
Setup autotools to read .so version info from a separate file
Sergey 'Jin' Bostandzhyan
2016-12-21
Use after free reported in #278 occurs because toxav_kill()
mannol
2016-12-03
rename messenger function, prepend m_
Gregory Mullen (grayhatter)
2016-11-20
Fix a memory leak in GroupAV
Maxim Biro
2016-11-20
Fix NULL pointer dereference in log calls
Maxim Biro
2016-11-20
Add NONE enumerator to bit mask.
iphydf
2016-10-29
Rename some internal "group chat" things to "conference".
iphydf
2016-10-28
toxav renaming: group.{h,c} -> groupav.{h,c}
Dmytro Vorobiov
2016-10-02
Rebuild apidsl'd headers in cmake.
iphydf
2016-10-01
Minor documentation fixes.
iphydf
2016-09-30
Remove return after no-return situation (and other cleanups).
iphydf
2016-09-28
v0.0.0 => v0.0.1
Gregory Mullen (grayhatter)
2016-09-25
Work around bug in opencv3 headers.
iphydf
2016-09-24
Move ring buffer out of toxcore/util into toxav.
iphydf
2016-09-24
Make toxcore code C++ compatible.
iphydf
2016-09-24
Minor cleanups: unused vars, unreachable code, static globals.
iphydf
2016-09-23
Replace `void*` with `RingBuffer*` to avoid conversions.
iphydf
2016-09-19
Revert "Make ToxAV stateless"
iphydf
2016-09-17
Make ToxAV stateless
Gregory Mullen (grayhatter)
2016-09-16
Ensure that all TODOs have an owner.
iphydf
2016-09-13
Add some astyle options to make it do more.
iphydf
2016-09-13
Group #include directives in 3-4 groups.
iphydf
2016-09-09
Minor cleanups: header reordering, adding {}.
iphydf
2016-09-09
Use `const` for version numbers.
iphydf
2016-09-08
Fix compilation for Windows.
iphydf
2016-09-08
Remove the packet mutation in toxav's bwcontroller.
iphydf
2016-09-07
Comment intentional switch fallthroughs
Jfreegman
2016-09-06
Improve static and const correctness.
iphydf
2016-09-06
Improve C standard compliance.
iphydf
2016-09-02
Do not use `else` after `return`.
iphydf
2016-09-01
Remove useless casts.
iphydf
2016-09-01
Sort #includes in all source files.
iphydf
2016-09-01
Match parameter names in declarations with their definitions.
iphydf
2016-08-31
Add newlines because astyle wants them.
iphydf
2016-08-31
Add braces to all if statements.
iphydf
2016-08-27
Move logging to a callback.
iphydf
2016-08-18
Fix some compiler warnings.
iphydf
2016-08-12
Add and use CMake build script
iphydf
2016-08-12
Check code formatting on Travis.
iphydf
2016-08-10
Silence/fix some compiler warnings.
iphydf
2016-03-09
Added astyled toxav.h to match toxav.in.h
derive
2016-02-13
added the dropped ;
Gregory Mullen (GrayHatter)
2016-02-13
missed a line tox to toxav
Gregory Mullen (GrayHatter)
2016-02-13
update the compatablity function to match the macro
Gregory Mullen (GrayHatter)
2016-02-13
SemVer toxav too
Gregory Mullen (GrayHatter)
2016-01-13
Fix issue #1497
Eniz Vukovic
[next]