index
:
c-toxcore.git
master
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
2020-04-29
Bound the number of friends you can have to ~4 billion.
iphydf
2020-04-29
Disable non-hermetic tests by default.
iphydf
2020-04-27
Add execution trace option for debugging.
iphydf
2020-04-26
Rework the toxchat/bootstrap-node Docker image.
iphydf
2020-04-26
Allow test coverage to fluctuate 2% up and down, but not below 80%.
iphydf
2020-04-26
Skip invalid TCP relays and DHT nodes when loading save data
zugz (tox)
2020-04-25
Set up release-drafter.
iphydf
2020-04-25
Add CODEOWNERS and settings.yml files.
iphydf
2020-04-24
[ImgBot] Optimize images
ImgBotApp
2020-04-24
Fix continuous integration builds.
iphydf
2020-04-20
Enable TCP relay test in Bazel and autotools build.
iphydf
2020-04-19
Invert `not_valid` functions and name them `is_valid`.
iphydf
2020-04-19
fix saving of combination of loaded and connected TCP relays
zugz (tox)
2020-04-16
Add new semi-private API functions to set per-packet-id custom handlers.
zoff99
2020-04-16
Remove tokstyle exemptions from build files.
iphydf
2020-04-13
Fix things not being initialized if creating a TCP-only network
Robin Linden
2020-04-09
Stop using the "inline namespace" feature of apidsl.
iphydf
2020-04-09
Use public API for sending in RTP.
zoff99
2020-04-08
Give CI workflow a better name: clang-sanitizers
iphydf
2020-04-08
Install ci-tools and get tokstyle via the script it provides.
iphydf
2020-04-08
Use public API for sending in BWC.
zoff99
2020-04-07
Remove newlines from the end of LOGGER format strings.
iphydf
2020-04-07
Change ToxAVCall struct mutex to a more distinct name.
zoff99
2020-04-07
Create own instance of MonoTime for ToxAV.
zoff99
2020-04-05
Stop using Messenger's mono_time in bandwidth controller.
zoff99
2020-04-05
Fix 2 memory leaks in ToxAV.
zoff99
2020-04-05
Make afl_toxsave.c a bit more portable; fix memleak.
iphydf
2020-04-04
Show function names in asan/tsan stack traces on CircleCI.
zoff99
2020-04-04
Migrate format-source script to new apidsl web app.
iphydf
2020-04-04
Add minimal save generator
Maxim Biro
2020-03-29
Fixes towards building on MSVC.
iphydf
2020-03-27
Mark conference test as small.
iphydf
2020-03-24
Add basic test adapter for AFL
sudden6
2020-03-22
Smarter setup of bazel remote cache on Cirrus CI.
iphydf
2020-03-22
Release 0.2.11
Robin Linden
2020-03-22
Install libsodium from apt instead of from source.
iphydf
2020-03-22
Minor cleanups in network code.
iphydf
2020-03-22
Minor cleanup: use `assoc_timeout` function where possible.
iphydf
2020-03-22
fix typo: now we periodically try to send direct packets when connected by tcp
zugz (tox)
2020-03-22
Remove bazel build from Travis.
iphydf
2020-03-21
Disable bazel remote cache on CI.
iphydf
2020-03-18
clear out old conference connections
zugz (tox)
2020-03-18
Add "member" invite response
zugz (tox)
2020-03-18
Make function defns match their decls regarding storage class.
iphydf
2020-03-18
Check that LOGGER macros are only called with string literals.
iphydf
2020-03-18
Mark file-local function definitions as `static`.
iphydf
2020-03-17
Enable remote cache for bazel builds.
iphydf
2020-03-15
Add another bootstrap node to the bootstrap test.
iphydf
2020-03-15
clean groups code
zugz (tox)
2020-03-14
Avoid casting back and forth between void-ptr.
iphydf
[next]