index
:
c-toxcore.git
master
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
testing
Age
Commit message (
Expand
)
Author
2020-04-27
Add execution trace option for debugging.
iphydf
2020-04-05
Make afl_toxsave.c a bit more portable; fix memleak.
iphydf
2020-03-24
Add basic test adapter for AFL
sudden6
2020-03-14
Use spdx license identifier instead of GPL blurb.
iphydf
2020-03-12
Use rules_cc instead of native cc_library rules.
iphydf
2020-03-02
Remove testing/av_test.c.
iphydf
2020-03-02
Upgrade bazel to 2.1.1.
iphydf
2018-10-20
Make saving and loading the responsibility of Tox rather than Messenger
zugz (tox)
2018-10-16
Use `bool` for IPv6 flag in test programs and `DHT_bootstrap`.
iphydf
2018-10-09
Consistently use camel case enum names.
iphydf
2018-09-19
Fix typos
yangfl
2018-09-06
Ignore "unused-result" warning in super_donators code.
iphydf
2018-09-03
Avoid use of global mutable state in mono_time on win32.
iphydf
2018-08-30
Include necessary opencv2 header on OSX.
iphydf
2018-08-26
Update copyright to 2018.
iphydf
2018-08-26
Add some tests for `ping_array`.
iphydf
2018-08-20
handle libsodium dependency of misc_tools correctly for autotools
zugz (tox)
2018-08-19
make Mono_Time an argument to current_time_monotonic
zugz (tox)
2018-08-19
Add save file generator, save compatibility test, and generate a save file
endoffile78
2018-08-17
Set `_POSIX_C_SOURCE` to 200112L. We need it for C99 compat.
iphydf
2018-08-16
Use per-instance `Mono_Time` for Messenger and onion.
iphydf
2018-08-16
Reduce the number of times `unix_time_update` is called.
iphydf
2018-08-15
Fix possible resource leaks in test
crypto-universe
2018-08-13
Fix some printf format specifiers.
iphydf
2018-08-12
Add simple deterministic random number generator for tests
zugz (tox)
2018-08-12
Assert that we don't divide by 0 in random_testing.cc.
iphydf
2018-08-12
Fix a few warnings from clang.
iphydf
2018-07-22
Run Clang global static analysis on Travis.
iphydf
2018-07-21
Avoid implementations in .h files or #including .c files.
iphydf
2018-07-09
Factor out time keeping code into its own module: mono_time.c.
iphydf
2018-07-05
Make tox.c unambiguously parseable.
iphydf
2018-07-04
Add `#include <cstdio>` for `std::printf`.
iphydf
2018-06-29
Remove broken conference tests.
iphydf
2018-06-24
Use clang-format for C++ code.
iphydf
2018-06-24
Add new Circle CI configuration.
iphydf
2018-06-23
Add random testing program.
iphydf
2018-04-17
Improve network error reporting on Windows
Maxim Biro
2018-03-16
Move struct DHT_Friend into DHT.c.
iphydf
2018-03-16
Remove the use of the 'hh' format specifier.
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
Remove csrc from the RTPHeader struct.
iphydf
2018-02-06
Move tox_shell program to the toxins repository.
iphydf
2018-02-06
Move irc_syncbot to the toxins repository.
iphydf
2018-02-05
Move the tox_sync tool to the toxins repository.
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
2018-01-28
Make audio/video bit rates "properties"
xhe
2018-01-26
Fix out of bounds read in error case in messenger_test.
iphydf
2018-01-22
Publish a single public BUILD target for c-toxcore.
iphydf
[next]