index
:
c-toxcore.git
master
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
2018-07-21
Add missing braces in dht_test.c.
iphydf
2018-07-21
Run buildifier on c-toxcore BUILD files.
iphydf
2018-07-20
Release v0.2.4
Robin Lindén
2018-07-19
Introduce several TODOs
Jan Malakhovski
2018-07-19
Rename `m_handle_custom_lossy_packet -> m_handle_lossy_packet`
Jan Malakhovski
2018-07-19
Collect `PACKET_ID*` constants in `net_crypto.h`, cleanup their uses
Jan Malakhovski
2018-07-19
Use string comparison operator in configure.ac.
iphydf
2018-07-19
Link -lsocket and -lnsl for socket functions on Solaris.
iphydf
2018-07-18
replace LOGGER_ERROR with LOGGER_DEBUG on send_data_packet() failure in send_...
zugz
2018-07-18
Use enums for group packet types.
iphydf
2018-07-18
Wrong use of unsigned integer.
hugbubby
2018-07-18
Using stdint instead of int/long
hugbubby
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
[prev]
[next]