index
:
c-toxcore.git
master
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
toxcore
/
tox.c
Age
Commit message (
Expand
)
Author
2020-04-07
Remove newlines from the end of LOGGER format strings.
iphydf
2020-03-14
Standardise on having a comma at the end of enums.
iphydf
2020-03-14
Use spdx license identifier instead of GPL blurb.
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
2019-05-19
add configurable limit on number of stored frozen peers
zugz (tox)
2019-01-12
Add some const qualifiers
zugz (tox)
2019-01-05
Expose offline conference peers in API
zugz (tox)
2018-11-29
Implement conferences saving
zugz (tox)
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-09-10
Assert that we don't kill tox before killing toxav.
iphydf
2018-09-06
Ignore "unused-result" warning in super_donators code.
iphydf
2018-08-26
Update copyright to 2018.
iphydf
2018-08-16
Use per-instance `Mono_Time` for Messenger and onion.
iphydf
2018-08-16
Reduce the number of times `unix_time_update` is called.
iphydf
2018-08-13
Avoid implicit conversion of negative value to uint32_t.
iphydf
2018-08-12
Make `conferences_object` properly typed.
iphydf
2018-08-12
add callback for successful connection to a conference
zugz (tox)
2018-08-11
Split out conference type (text/av) from identifier.
iphydf
2018-08-04
Make a separate `struct Tox` containing the Messenger.
iphydf
2018-08-02
Fix problems with initial connections and name-setting in conferences
zugz
2018-07-28
Add `by_id` and `get_id` functions, renaming from `*_uid`.
iphydf
2018-07-22
Run Clang global static analysis on Travis.
iphydf
2018-07-19
Introduce several TODOs
Jan Malakhovski
2018-07-19
Collect `PACKET_ID*` constants in `net_crypto.h`, cleanup their uses
Jan Malakhovski
2018-07-13
Add conference_by_uid and conference_get_uid functions.
iphydf
2018-07-09
Factor out time keeping code into its own module: mono_time.c.
iphydf
2018-07-05
Make tox.c unambiguously parseable.
iphydf
2018-06-26
Make arg `host` understand clearly.
cotox
2018-06-23
Make NULL options behave the same as default options.
iphydf
2018-05-20
Finish @Diadlo's network Family abstraction.
iphydf
2018-05-20
Move system header includes from network.h to network.c
iphydf
2018-02-27
Remove deprecated conference namelist change callback.
iphydf
2018-02-24
Fix a bunch of compiler warnings and remove suppressions.
iphydf
2018-02-20
Make the "persistent conference" callback changes new functions.
iphydf
2018-02-20
make groupnumber uint32_t
sudden6
2018-02-02
Revert "Add correction message type"
Diadlo
2018-01-30
Use nullptr as NULL pointer constant instead of NULL or 0.
iphydf
2018-01-20
Add correction support for conference
Diadlo
2018-01-16
Make DHT a module-private type.
iphydf
2018-01-16
Make Net_Crypto a module-private type.
iphydf
2018-01-14
Make Friend_Requests a module-private type.
iphydf
2018-01-11
Move Networking_Core struct into the .c file.
iphydf
2018-01-10
Fix formatting in some C files.
iphydf
2017-08-24
Add platform independent constants
Diadlo
2017-08-24
AF_INET -> TOX_AF_INET
Diadlo
2017-06-05
Fix theoretical memory leaks
Maxim Biro
2017-04-22
Revert "initial version of tox_loop"
Maxim Biro
2017-04-22
Revert "Implement tox_loop"
Maxim Biro
[next]