index
:
c-toxcore.git
master
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
auto_tests
Age
Commit message (
Expand
)
Author
2018-07-21
Remove redundant casts to the same type.
iphydf
2018-07-21
Add github usernames to TODOs.
iphydf
2018-07-21
Add missing braces in dht_test.c.
iphydf
2018-07-21
Run buildifier on c-toxcore BUILD files.
iphydf
2018-07-18
Wrong use of unsigned integer.
hugbubby
2018-07-18
Using stdint instead of int/long
hugbubby
2018-07-12
Style fixes in TCP code; remove MIN and PAIR from util.h.
iphydf
2018-07-12
Fix style in DHT.c.
iphydf
2018-07-09
Factor out time keeping code into its own module: mono_time.c.
iphydf
2018-07-08
Rename `BS_LIST` to `BS_List` to follow the naming conventions.
iphydf
2018-07-07
Factor out the actual test code from conference_test.
iphydf
2018-07-06
Add a test that reproduces the NULL peer nick bug.
iphydf
2018-07-06
lan_discovery_test and version_test cleanup
hugbubby
2018-07-05
Use run_auto_test.h test fixture for some auto-tests.
iphydf
2018-07-05
Make tox.c unambiguously parseable.
iphydf
2018-06-29
Add a test to try and overflow the send queue in net_crypto.
iphydf
2018-06-29
Remove broken conference tests.
iphydf
2018-06-28
Fix leak of Logger instances in dht_test.
iphydf
2018-06-28
Another TCP_test.c upgrade
hugbubby
2018-06-24
Use clang-format for C++ code.
iphydf
2018-06-24
Add new Circle CI configuration.
iphydf
2018-06-24
Add a test for double conference invite.
iphydf
2018-06-23
Disable UDP when proxy is enabled.
iphydf
2018-06-23
Avoid conditional-uninitialised warning for tcp test.
iphydf
2018-06-23
Add assertions to bootstrap tests for correct connection type.
iphydf
2018-06-23
Add tests for what happens when passing an invalid proxy host.
iphydf
2018-06-22
Clarify/Improve test_some test
hugbubby
2018-06-20
Better TCP testing (beginnings)
hugbubby
2018-06-19
Add test for creating multiple conferences in one tox.
iphydf
2018-06-18
Remove resource_leak_test.
iphydf
2018-06-17
Make dht_test more stable.
iphydf
2018-06-16
Only check full rtp offset if RTP_LARGE_FRAME is set
Robin Lindén
2018-06-04
Log only the filename, not the full path in LOGGER.
iphydf
2018-05-20
Finish @Diadlo's network Family abstraction.
iphydf
2018-05-20
Move system header includes from network.h to network.c
iphydf
2018-04-17
Improve network error reporting on Windows
Maxim Biro
2018-04-15
Restrict packet kinds that can be sent through onion path.
Evgeny Kurnevsky
2018-04-03
Avoid the use of rand() in tests.
iphydf
2018-03-17
Disallow stderr logger by default.
iphydf
2018-03-17
Add logging to the onion_test.
iphydf
2018-03-16
Remove the use of the 'hh' format specifier.
iphydf
2018-03-02
Make file transfers 50% faster.
iphydf
2018-02-27
Remove deprecated conference namelist change callback.
iphydf
2018-02-27
Fix auto_tests to stop using the deprecated conference API.
iphydf
2018-02-24
Fix a bunch of compiler warnings and remove suppressions.
iphydf
2018-02-23
Link all tests to the android cpufeatures library if available.
iphydf
2018-02-20
Make the "persistent conference" callback changes new functions.
iphydf
2018-02-19
Make some sizeof tests linux-only.
iphydf
2018-02-18
Increase range of ports available to Toxes during tests
Robin Lindén
2018-02-18
Disable lan discovery in most tests.
iphydf
[prev]
[next]