index
:
c-toxcore.git
master
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
toxcore
Age
Commit message (
Expand
)
Author
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-07
Remove newlines from the end of LOGGER format strings.
iphydf
2020-04-04
Migrate format-source script to new apidsl web app.
iphydf
2020-03-22
Release 0.2.11
Robin Linden
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-18
clear out old conference connections
zugz (tox)
2020-03-18
Add "member" invite response
zugz (tox)
2020-03-18
Check that LOGGER macros are only called with string literals.
iphydf
2020-03-15
clean groups code
zugz (tox)
2020-03-14
Avoid casting back and forth between void-ptr.
iphydf
2020-03-14
Standardise on having a comma at the end of enums.
iphydf
2020-03-14
Fix up comments a bit to start being more uniform.
iphydf
2020-03-14
Use spdx license identifier instead of GPL blurb.
iphydf
2020-03-14
use -1 rather than ~0 in unsigned integer types
zugz (tox)
2020-03-12
Use rules_cc instead of native cc_library rules.
iphydf
2020-03-11
Add a mutex lock/unlock inside every public API function.
iphydf
2020-03-08
Pass packet ID to custom packet handlers.
iphydf
2020-03-06
Use `net_pack` instead of casting bytes to ints.
iphydf
2020-03-05
Use net_pack/unpack instead of host_to_net.
iphydf
2020-03-02
Add "cimple_test" to the bazel build.
iphydf
2020-01-22
handle message_number wraparound
zugz (tox)
2020-01-22
workaround for message number saving (fixes #961)
zugz (tox)
2020-01-22
refactor
zugz (tox)
2019-12-25
don't wait for connection when killing Tox
sudden6
2019-12-23
fix invalid use of mutex
sudden6
2019-11-17
Fix miscellaneous small problems with groups:
zugz (tox)
2019-09-18
Fix pthread_mutex_destroy getting too many arguments
Robin Lindén
2019-09-09
don't update the overflow state in current_time_monotonic
sudden6
2019-09-06
fix concurrency issues in mono_time
sudden6
2019-08-04
fix overflow in peer nick len
sudden6
2019-08-04
fix missing group title length check
sudden6
2019-05-30
Release 0.2.10
Robin Lindén
2019-05-19
add configurable limit on number of stored frozen peers
zugz (tox)
2019-05-01
Do not send the same packet to the same node twice.
Evgeny Kurnevsky
2019-02-10
Expose api functions for enabling and disabling AV in AV groups
zugz (tox)
2019-01-21
Specify that buffer size for tox_conference_peer_get_name is given by $size
zugz (tox)
2019-01-12
Release 0.2.9
Robin Lindén
2019-01-12
Add some const qualifiers
zugz (tox)
2019-01-12
Implement all min/max functions for (un)signed int types.
iphydf
2019-01-10
Fix misaligned 4-byte access in trace logging.
iphydf
2019-01-07
Avoid sending group messages to a peer before we have its group number
zugz (tox)
2019-01-06
Improve handling of peers entering and leaving conferences
zugz (tox)
2019-01-05
Expose offline conference peers in API
zugz (tox)
2019-01-03
Define tox_conference_id_size and tox_conference_uid_size
zugz (tox)
2019-01-03
Fix indices calculation for congestion control.
Evgeny Kurnevsky
[next]