index
:
c-toxcore.git
master
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
2018-10-07
Fix memleak in tcp server by wiping priority queues on deletion
zugz (tox)
2018-10-06
Avoid use of IPv6 in tests if not supported (e.g. on Travis).
iphydf
2018-10-03
Fix memory leak when closing TCP connection.
irungentoo
2018-09-26
Remove a function-like macro and replace it with a function.
iphydf
2018-09-26
Use new `@pthread` library from Bazel for Windows compat.
iphydf
2018-09-25
Use a working DHT node for bootstrap tests.
iphydf
2018-09-24
Revert "Improve cmake build for MSVC."
iphydf
2018-09-25
Combine last_reported_announced with last_seen in Onion_Friend
zugz (tox)
2018-09-24
Add Cirrus CI configuration.
iphydf
2018-09-23
Run tests on Appveyor (Windows native build).
iphydf
2018-09-22
Run UBSAN (undefined behaviour sanitizer) on Circle CI.
iphydf
2018-09-22
Improve cmake build for MSVC.
Mick Sayson
2018-09-21
Fix using uninitialized mutex on call end.
Mick Sayson
2018-09-20
Send rejoin packets on conference disconnection
zugz (tox)
2018-09-19
Fix typos
yangfl
2018-09-19
Fix yamllint test (it's gone from bazel, add a new one).
iphydf
2018-09-16
Format yaml files according to yamllint's requirements.
iphydf
2018-09-16
Fixed a silly boolean practice using uint8_t
hugbubby
2018-09-14
Use most recent version of Bazel (0.17.1).
iphydf
2018-09-14
Standardise header guards.
iphydf
2018-09-14
Use C++ style casts in C++ code.
iphydf
2018-09-14
Use run_auto_test fixture in typing_test.c
hugbubby
2018-09-10
Assert that we don't kill tox before killing toxav.
iphydf
2018-09-08
Always use the passed logger (from Messenger) in msi_kill.
iphydf
2018-09-08
Add tool to find directly recursive calls in toxcore.
iphydf
2018-09-08
Fix typo: tcp_replays -> tcp_relays.
iphydf
2018-09-08
Use `(void)` for empty parameter lists in C.
iphydf
2018-09-07
Add messenger state plugin system.
iphydf
2018-09-06
Avoid recursion in `ip_is_lan` and `ip_is_local`.
iphydf
2018-09-06
Ignore "unused-result" warning in super_donators code.
iphydf
2018-09-05
Add mechanism for recovering from disconnections in conferences
zugz
2018-09-03
Avoid use of global mutable state in mono_time on win32.
iphydf
2018-09-02
Use `code font` for tool names and flags in INSTALL.md.
iphydf
2018-09-01
Fix login issue on Travis-CI FreeBSD build
Maxim Biro
2018-08-31
Use test clock in run_auto_test tests and dht test
zugz (tox)
2018-08-30
Use our own logging facility to log toxcore's logs
Maxim Biro
2018-08-30
Feature bootstrap trace/debug log output
cotox
2018-08-30
Simplify configure.ac for faster autotools build.
iphydf
2018-08-30
Remove the use of `CLOCK_MONOTONIC_RAW`.
iphydf
2018-08-30
Clean up `add_to_list` function a bit.
iphydf
2018-08-30
Include necessary opencv2 header on OSX.
iphydf
2018-08-30
Release 0.2.7
Robin Lindén
2018-08-27
try ipv6 connections even after udp timeout
zugz (tox)
2018-08-27
Make `ip_is_lan` return bool instead of 0/-1.
iphydf
2018-08-27
Enable FreeBSD Travis-CI build
Maxim Biro
2018-08-27
Fix FreeBSD VM on Travis not shutting down
Maxim Biro
2018-08-26
Use `bool` in place of 0/1 int values.
iphydf
2018-08-26
Make the tsan build fail instead of swallowing its errors.
iphydf
2018-08-26
Add support for setting a custom monotonic time function in mono_time
zugz (tox)
2018-08-26
Format crypto_core.c.
iphydf
[prev]
[next]