index
:
c-toxcore.git
master
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
toxav
/
BUILD.bazel
Age
Commit message (
Expand
)
Author
2020-04-16
Remove tokstyle exemptions from build files.
iphydf
2020-04-08
Use public API for sending in BWC.
zoff99
2020-03-12
Use rules_cc instead of native cc_library rules.
iphydf
2020-03-02
Add "cimple_test" to the bazel build.
iphydf
2018-09-24
Add Cirrus CI configuration.
iphydf
2018-08-16
Limit the size of a save file in file_saving_test.
iphydf
2018-08-13
Fix ToxAv's use of `struct Tox`.
iphydf
2018-08-12
Remove all uses of the PAIR macro in toxav.
iphydf
2018-07-22
Run Clang global static analysis on Travis.
iphydf
2018-07-12
Style fixes in TCP code; remove MIN and PAIR from util.h.
iphydf
2018-07-04
Add some tests for our ring_buffer implementation.
iphydf
2018-06-24
Use clang-format for C++ code.
iphydf
2018-02-11
Improve video key frame sending.
zoff99
2018-02-01
Manually serialise RTPHeader struct instead of memcpy.
iphydf
2018-01-30
Use nullptr as NULL pointer constant instead of NULL or 0.
iphydf
2018-01-28
Avoid clashes with "build" directories on case-insensitive file systems.
iphydf