index
:
c-toxcore.git
master
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
CMakeLists.txt
Age
Commit message (
Expand
)
Author
2018-08-30
Release 0.2.7
Robin Lindén
2018-08-27
try ipv6 connections even after udp timeout
zugz (tox)
2018-08-26
Add some tests for `ping_array`.
iphydf
2018-08-23
Install the `DHT_bootstrap` binary on `make install`.
iphydf
2018-08-19
Add save file generator, save compatibility test, and generate a save file
endoffile78
2018-08-16
Release 0.2.6
Robin Lindén
2018-08-12
Remove all uses of the PAIR macro in toxav.
iphydf
2018-08-08
Release 0.2.5
Robin Lindén
2018-07-28
auto_test fixture and filenames
hugbubby
2018-07-23
More fixed_width ints and incorporating file_saving_test.c
hugbubby
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-20
Release v0.2.4
Robin Lindén
2018-07-19
Link -lsocket and -lnsl for socket functions on Solaris.
iphydf
2018-07-15
Set C++11/C99 flag manually in older cmake on not-msvc.
iphydf
2018-07-12
Style fixes in TCP code; remove MIN and PAIR from util.h.
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-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-04
Add some tests for our ring_buffer implementation.
iphydf
2018-07-01
Simplify Travis CI builds.
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-25
Release v0.2.3
Robin Lindén
2018-06-25
Remove the format test.
iphydf
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
Add random testing program.
iphydf
2018-06-23
Add tests for what happens when passing an invalid proxy host.
iphydf
2018-06-19
Add test for creating multiple conferences in one tox.
iphydf
2018-06-18
Remove resource_leak_test.
iphydf
2018-06-18
Fix linking with address sanitizer.
iphydf
2018-06-08
In DEBUG mode, make toxcore crash on signed integer overflow.
iphydf
2018-05-10
Make toxcore compile on BSD
endoffile78
2018-04-18
Release v0.2.2
Robin Lindén
2018-04-06
CMake warn if libconfig not found
Braiden Vasco
2018-03-22
fix build error on macos
hqwrong
2018-03-17
Disallow stderr logger by default.
iphydf
2018-03-17
Add COVERAGE cmake flag for clang.
iphydf
2018-03-09
Update version to 0.2.1.
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-22
Fix toxcore.pc generation.
iphydf
2018-02-22
Add an option that allows us to specify that we require toxav.
iphydf
2018-02-21
Fix the windows build: pthread needs to be linked after vpx.
iphydf
2018-02-19
Remove apidsl from the build.
iphydf
2018-02-18
Disable lan discovery in most tests.
iphydf
2018-02-18
Split up tox_test into multiple smaller tests
Robin Lindén
[next]