index
:
c-toxcore.git
master
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
toxcore
/
BUILD.bazel
Age
Commit message (
Expand
)
Author
2020-05-03
Enable cimple tests by default but allow disabling them.
iphydf
2020-04-20
Enable TCP relay test in Bazel and autotools build.
iphydf
2020-04-16
Add new semi-private API functions to set per-packet-id custom handlers.
zoff99
2020-04-16
Remove tokstyle exemptions from build files.
iphydf
2020-03-12
Use rules_cc instead of native cc_library rules.
iphydf
2020-03-02
Add "cimple_test" to the bazel build.
iphydf
2019-09-06
fix concurrency issues in mono_time
sudden6
2018-09-26
Use new `@pthread` library from Bazel for Windows compat.
iphydf
2018-09-24
Add Cirrus CI configuration.
iphydf
2018-08-26
Add some tests for `ping_array`.
iphydf
2018-07-22
Run Clang global static analysis on Travis.
iphydf
2018-07-09
Factor out time keeping code into its own module: mono_time.c.
iphydf
2018-07-09
Move `load_state` and its helper functions to their own module.
iphydf
2018-06-24
Use clang-format for C++ code.
iphydf
2018-06-09
Sort bazel build file according to buildifier standard.
iphydf
2018-05-20
Move system header includes from network.h to network.c
iphydf
2018-02-24
Fix a bunch of compiler warnings and remove suppressions.
iphydf
2018-02-11
Improve video key frame sending.
zoff99
2018-02-08
Add some unit tests for util.h.
iphydf
2018-02-06
Improve stability of crypto_memcmp test.
iphydf
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