summaryrefslogtreecommitdiff
path: root/toxcore
AgeCommit message (Expand)Author
2020-05-17Format comments according to tokstyle's requirements.iphydf
2020-05-05refactor: Remove multi-declarators entirely.iphydf
2020-05-05refactor: Disallow multiple initialised declarators per decl.iphydf
2020-05-05refactor: Minor cleanup: limit scope of loop iterators.iphydf
2020-05-04Fix typo: `NAC_LIBS` -> `NACL_LIBS`.iphydf
2020-05-04Add logging to TCP and onion client.iphydf
2020-05-03Fix a bug in savedata loading when malloc fails.iphydf
2020-05-03Enable cimple tests by default but allow disabling them.iphydf
2020-05-02Add a check that we don't have any unused functions.iphydf
2020-05-02Fix errors on error paths found by oomer.iphydf
2020-05-02Include `<string.h>` for `explicit_bzero`.iphydf
2020-05-01Release 0.2.12Robin Linden
2020-04-29Bound the number of friends you can have to ~4 billion.iphydf
2020-04-26Skip invalid TCP relays and DHT nodes when loading save datazugz (tox)
2020-04-20Enable TCP relay test in Bazel and autotools build.iphydf
2020-04-19Invert `not_valid` functions and name them `is_valid`.iphydf
2020-04-19fix saving of combination of loaded and connected TCP relayszugz (tox)
2020-04-16Add new semi-private API functions to set per-packet-id custom handlers.zoff99
2020-04-16Remove tokstyle exemptions from build files.iphydf
2020-04-13Fix things not being initialized if creating a TCP-only networkRobin Linden
2020-04-09Stop using the "inline namespace" feature of apidsl.iphydf
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