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-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
2019-01-03
Added test and patch for VLA stack overflow vuln.
zoff99
2018-11-29
Implement conferences saving
zugz (tox)
2018-11-23
Return TOX_ERR_CONFERENCE_SEND_MESSAGE_NO_CONNECTION if we are not connected ...
zugz (tox)
2018-10-31
Add some hopefully helpful documentation to the functions in mono_time.h
zugz (tox)
2018-10-24
Change method of PK production for fake friend in DHT
NamsooCho
2018-10-20
Make saving and loading the responsibility of Tox rather than Messenger
zugz (tox)
2018-10-19
Add `LOGGER_ASSERT` for checking fatal error conditions.
iphydf
2018-10-16
Support DragonFlyBSD and prune unused variables.
Leonid Bobrov
2018-10-11
ensure save data unchanged after save and load
zugz (tox)
2018-10-09
Consistently use camel case enum names.
iphydf
2018-10-08
Add LAN_discovery to the list of apidsl-generated files.
iphydf
2018-10-07
Release 0.2.8
Robin Lindén
2018-10-07
Make sure logger levels stay in sync across files
Maxim Biro
[next]