index
:
c-toxcore.git
master
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
2018-07-18
Correct the max hostname length constant.
iphydf
2018-07-16
Set `_XOPEN_SOURCE` to 700 for FreeBSD.
iphydf
2018-07-15
Set C++11/C99 flag manually in older cmake on not-msvc.
iphydf
2018-07-15
Simplify Travis-CI FreeBSD build
Maxim Biro
2018-07-15
Use the correct repository name in the coverage badge.
iphydf
2018-07-13
Add conference_by_uid and conference_get_uid functions.
iphydf
2018-07-12
Limit number of group chats to 65536.
iphydf
2018-07-12
Use named function types for group callbacks.
iphydf
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-12
Fix style in some header files.
iphydf
2018-07-10
Add the bazel build as one of the PR-blocking builds.
iphydf
2018-07-09
Factor out time keeping code into its own module: mono_time.c.
iphydf
2018-07-09
Add a thread-safe version of unix_time and friends.
iphydf
2018-07-09
Move `load_state` and its helper functions to their own module.
iphydf
2018-07-08
Use named function types for callbacks in net_crypto.
iphydf
2018-07-08
Use named function types for friend_requests callbacks.
iphydf
2018-07-08
Avoid side-effectful assignments in conditionals.
iphydf
2018-07-08
Clarify the intent of "file kinds" in the API.
iphydf
2018-07-08
Rename `BS_LIST` to `BS_List` to follow the naming conventions.
iphydf
2018-07-08
Use named types for onion callbacks.
iphydf
2018-07-08
Use named function types for friend_connection callbacks.
iphydf
2018-07-08
Remove VLA usage from `send_audio_packet`.
iphydf
2018-07-07
Call the "peer leaves" callback only once on group delete.
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-07-04
Add `#include <cstdio>` for `std::printf`.
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
Correct check for net_crypto packet index.
Evgeny Kurnevsky
2018-06-29
Remove broken conference tests.
iphydf
2018-06-28
Fix leak of Logger instances in dht_test.
iphydf
2018-06-28
Various minor cleanups in `net_crypto`.
iphydf
2018-06-28
Another TCP_test.c upgrade
hugbubby
2018-06-27
Add missing MAX_HOSTNAME_LENGTH doc.
cotox
2018-06-26
Make arg `host` understand clearly.
cotox
2018-06-25
Release v0.2.3
Robin Lindén
2018-06-25
Only run astyle if the astyle binary exists.
iphydf
2018-06-25
Remove utils.c and utils.h from toxencryptsave build.
iphydf
2018-06-25
Fixes to the imported sodium sources to compile without warnings.
iphydf
2018-06-25
Add a MAX_HOSTNAME_LENGTH constant.
iphydf
2018-06-25
Remove the format test.
iphydf
2018-06-25
Make bootstrap daemon use toxcore's version
Maxim Biro
2018-06-24
Use clang-format for C++ code.
iphydf
2018-06-24
Add new Circle CI configuration.
iphydf
2018-06-24
Add Logger to various net_crypto functions.
iphydf
[prev]
[next]