index
:
c-toxcore.git
master
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
testing
Age
Commit message (
Expand
)
Author
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
2018-01-22
Use self-built portaudio instead of system-provided.
iphydf
2018-01-21
Make BUILD files more finely-grained.
iphydf
2018-01-21
Add BUILD files for all the little tools in the repo.
iphydf
2018-01-21
Don't allocate or dereference Tox_Options in tests.
iphydf
2018-01-20
Add testing/*.c (except av_test) to bazel build.
iphydf
2018-01-20
Remove nTox from the repo.
iphydf
2018-01-18
Add bazel build scripts for c-toxcore.
iphydf
2018-01-16
Make DHT a module-private type.
iphydf
2018-01-15
Remove hstox test for now.
iphydf
2018-01-14
Fix some memory or file descriptor leaks in test code.
iphydf
2018-01-10
Fix formatting in some C files.
iphydf
2018-01-10
Fix file descriptor leak in hstox test.
iphydf
2018-01-10
Zero-initialise stack-allocated objects in hstox driver.
iphydf
2017-12-29
Remove deprecated ToxDNS
iphydf
2017-12-28
Generate only one large library "libtoxcore".
iphydf
2017-12-28
Fix include for endian.h and add includes for sys/stat.h and
endoffile78
2017-08-24
AF_INET -> TOX_AF_INET
Diadlo
2017-06-05
Build tests on appveyor, the MSVC build.
iphydf
2017-06-04
Fix formatting and spelling in version-sync script.
iphydf
2017-06-03
Use new encoding of `Maybe` in msgpack results.
iphydf
2017-03-25
Move c_sleep to helpers.h and misc_tools.h
Diadlo
2017-03-04
Fix formatting with astyle
Diadlo
2017-03-01
Remove dependency on strings.h
Maxim Biro
2017-02-26
Add part of platform-independent network API implementation
Diadlo
[next]