summaryrefslogtreecommitdiff
path: root/toxcore
AgeCommit message (Expand)Author
2020-04-07Remove newlines from the end of LOGGER format strings.iphydf
2020-04-04Migrate format-source script to new apidsl web app.iphydf
2020-03-22Release 0.2.11Robin Linden
2020-03-22Minor cleanups in network code.iphydf
2020-03-22Minor cleanup: use `assoc_timeout` function where possible.iphydf
2020-03-22fix typo: now we periodically try to send direct packets when connected by tcpzugz (tox)
2020-03-18clear out old conference connectionszugz (tox)
2020-03-18Add "member" invite responsezugz (tox)
2020-03-18Check that LOGGER macros are only called with string literals.iphydf
2020-03-15clean groups codezugz (tox)
2020-03-14Avoid casting back and forth between void-ptr.iphydf
2020-03-14Standardise on having a comma at the end of enums.iphydf
2020-03-14Fix up comments a bit to start being more uniform.iphydf
2020-03-14Use spdx license identifier instead of GPL blurb.iphydf
2020-03-14use -1 rather than ~0 in unsigned integer typeszugz (tox)
2020-03-12Use rules_cc instead of native cc_library rules.iphydf
2020-03-11Add a mutex lock/unlock inside every public API function.iphydf
2020-03-08Pass packet ID to custom packet handlers.iphydf
2020-03-06Use `net_pack` instead of casting bytes to ints.iphydf
2020-03-05Use net_pack/unpack instead of host_to_net.iphydf
2020-03-02Add "cimple_test" to the bazel build.iphydf
2020-01-22handle message_number wraparoundzugz (tox)
2020-01-22workaround for message number saving (fixes #961)zugz (tox)
2020-01-22refactorzugz (tox)
2019-12-25don't wait for connection when killing Toxsudden6
2019-12-23fix invalid use of mutexsudden6
2019-11-17Fix miscellaneous small problems with groups:zugz (tox)
2019-09-18Fix pthread_mutex_destroy getting too many argumentsRobin Lindén
2019-09-09don't update the overflow state in current_time_monotonicsudden6
2019-09-06fix concurrency issues in mono_timesudden6
2019-08-04fix overflow in peer nick lensudden6
2019-08-04fix missing group title length checksudden6
2019-05-30Release 0.2.10Robin Lindén
2019-05-19add configurable limit on number of stored frozen peerszugz (tox)
2019-05-01Do not send the same packet to the same node twice.Evgeny Kurnevsky
2019-02-10Expose api functions for enabling and disabling AV in AV groupszugz (tox)
2019-01-21Specify that buffer size for tox_conference_peer_get_name is given by $sizezugz (tox)
2019-01-12Release 0.2.9Robin Lindén
2019-01-12Add some const qualifierszugz (tox)
2019-01-12Implement all min/max functions for (un)signed int types.iphydf
2019-01-10Fix misaligned 4-byte access in trace logging.iphydf
2019-01-07Avoid sending group messages to a peer before we have its group numberzugz (tox)
2019-01-06Improve handling of peers entering and leaving conferenceszugz (tox)
2019-01-05Expose offline conference peers in APIzugz (tox)
2019-01-03Define tox_conference_id_size and tox_conference_uid_sizezugz (tox)
2019-01-03Fix indices calculation for congestion control.Evgeny Kurnevsky
2019-01-03Added test and patch for VLA stack overflow vuln.zoff99
2018-11-29Implement conferences savingzugz (tox)
2018-11-23Return TOX_ERR_CONFERENCE_SEND_MESSAGE_NO_CONNECTION if we are not connected ...zugz (tox)
2018-10-31Add some hopefully helpful documentation to the functions in mono_time.hzugz (tox)