summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2019-01-03Use new WineHQ Debian package repository keyMaxim Biro
2019-01-03Define tox_conference_id_size and tox_conference_uid_sizezugz (tox)
2019-01-03Fix indices calculation for congestion control.Evgeny Kurnevsky
2019-01-03Added test and patch for VLA stack overflow vuln.zoff99
2019-01-03Allow unauthenticated wine packages in the Windows build.iphydf
2018-12-11Add cmake option for building additional testszugz (tox)
2018-11-29Implement conferences savingzugz (tox)
2018-11-23Avoid format truncation in save compatibility testzugz (tox)
2018-11-23Return TOX_ERR_CONFERENCE_SEND_MESSAGE_NO_CONNECTION if we are not connected ...zugz (tox)
2018-11-22Upgrade bazel to 0.19.0 to fix the bazel build.iphydf
2018-11-04Build tox-bootstrapd on FreeBSD Travis-CIMaxim Biro
2018-11-04Increase NOFILE limit for tox-bootstrapdMaxim Biro
2018-10-31Add some hopefully helpful documentation to the functions in mono_time.hzugz (tox)
2018-10-24Change method of PK production for fake friend in DHTNamsooCho
2018-10-20Make saving and loading the responsibility of Tox rather than Messengerzugz (tox)
2018-10-19Add `LOGGER_ASSERT` for checking fatal error conditions.iphydf
2018-10-17Include `CTest` in CMakeLists.txt to get valgrind support.iphydf
2018-10-17Use cmake to build toxcore in tox-boostrapd's DockerfileMaxim Biro
2018-10-17tox-bootstrapd's Dockerfile shouldn't use master branchMaxim Biro
2018-10-16Don't warn about macro expansion in run-clangMaxim Biro
2018-10-16Make tox-bootstrapd free memory on SIGINT and SIGTERMMaxim Biro
2018-10-16Use `bool` for IPv6 flag in test programs and `DHT_bootstrap`.iphydf
2018-10-16Support DragonFlyBSD and prune unused variables.Leonid Bobrov
2018-10-11ensure save data unchanged after save and loadzugz (tox)
2018-10-09Consistently use camel case enum names.iphydf
2018-10-08Remove Alpine Linux bootstrap daemon dockerfile.iphydf
2018-10-08Add LAN_discovery to the list of apidsl-generated files.iphydf
2018-10-08Improve Windows compatibility of toxav code.iphydf
2018-10-07Add AUTOTEST Option to CMakeLists.txtchrono
2018-10-07Release 0.2.8Robin Lindén
2018-10-07Make sure logger levels stay in sync across filesMaxim Biro
2018-10-07Default to not defining MIN_LOGGER_LEVEL in CMakeMaxim Biro
2018-10-07Fix logger level defaulting to TRACE in CMakeMaxim Biro
2018-10-07Fix memleak in tcp server by wiping priority queues on deletionzugz (tox)
2018-10-06Avoid use of IPv6 in tests if not supported (e.g. on Travis).iphydf
2018-09-26Remove a function-like macro and replace it with a function.iphydf
2018-09-26Use new `@pthread` library from Bazel for Windows compat.iphydf
2018-09-25Use a working DHT node for bootstrap tests.iphydf
2018-09-24Revert "Improve cmake build for MSVC."iphydf
2018-09-25Combine last_reported_announced with last_seen in Onion_Friendzugz (tox)
2018-09-24Add Cirrus CI configuration.iphydf
2018-09-23Run tests on Appveyor (Windows native build).iphydf
2018-09-22Run UBSAN (undefined behaviour sanitizer) on Circle CI.iphydf
2018-09-22Improve cmake build for MSVC.Mick Sayson
2018-09-21Fix using uninitialized mutex on call end.Mick Sayson
2018-09-20Send rejoin packets on conference disconnectionzugz (tox)
2018-09-19Fix typosyangfl
2018-09-19Fix yamllint test (it's gone from bazel, add a new one).iphydf
2018-09-16Format yaml files according to yamllint's requirements.iphydf
2018-09-16Fixed a silly boolean practice using uint8_thugbubby