index
:
c-toxcore.git
master
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
toxcore
Age
Commit message (
Expand
)
Author
2018-07-08
Rename `BS_LIST` to `BS_List` to follow the naming conventions.
iphydf
2018-07-08
Use named types for onion callbacks.
iphydf
2018-07-08
Use named function types for friend_connection callbacks.
iphydf
2018-07-07
Call the "peer leaves" callback only once on group delete.
iphydf
2018-07-05
Make tox.c unambiguously parseable.
iphydf
2018-07-01
Simplify Travis CI builds.
iphydf
2018-06-29
Add a test to try and overflow the send queue in net_crypto.
iphydf
2018-06-29
Correct check for net_crypto packet index.
Evgeny Kurnevsky
2018-06-28
Various minor cleanups in `net_crypto`.
iphydf
2018-06-27
Add missing MAX_HOSTNAME_LENGTH doc.
cotox
2018-06-26
Make arg `host` understand clearly.
cotox
2018-06-25
Release v0.2.3
Robin Lindén
2018-06-25
Add a MAX_HOSTNAME_LENGTH constant.
iphydf
2018-06-24
Use clang-format for C++ code.
iphydf
2018-06-24
Add new Circle CI configuration.
iphydf
2018-06-24
Add Logger to various net_crypto functions.
iphydf
2018-06-23
Disable UDP when proxy is enabled.
iphydf
2018-06-23
Make NULL options behave the same as default options.
iphydf
2018-06-22
Make the net_crypto connection state an enum.
iphydf
2018-06-17
Minor cleanup: return early on error condition.
iphydf
2018-06-09
Sort bazel build file according to buildifier standard.
iphydf
2018-06-04
Log only the filename, not the full path in LOGGER.
iphydf
2018-06-03
Fix macOS macro because of GNU Mach
yangfl
2018-05-29
Fix enumeration of Crypto_Connection instances
Pavel Karelin
2018-05-23
Fix ipport_isset: port 0 is not a valid port.
iphydf
2018-05-23
Fix the often call of event tox_friend_connection_status
Pavel Karelin
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-05-10
Make toxcore compile on BSD
endoffile78
2018-04-17
Improve network error reporting on Windows
Maxim Biro
2018-04-18
Release v0.2.2
Robin Lindén
2018-04-15
Restrict packet kinds that can be sent through onion path.
Evgeny Kurnevsky
2018-04-03
Avoid the use of rand() in tests.
iphydf
2018-04-03
add comment to func cryptpacket_received
hqwrong
2018-03-17
Disallow stderr logger by default.
iphydf
2018-03-16
Add default stderr logger for logging to nullptr.
iphydf
2018-03-16
Move struct DHT_Friend into DHT.c.
iphydf
2018-03-16
Remove the use of the 'hh' format specifier.
iphydf
2018-03-16
Simplify sendpacket function, deduplicate some logic.
iphydf
2018-03-09
Update version to 0.2.1.
iphydf
2018-03-07
Add missing tox_nospam_size() function
Robin Lindén
2018-03-02
Make file transfers 50% faster.
iphydf
2018-02-27
Remove deprecated conference namelist change callback.
iphydf
2018-02-27
Change default username to empty string
tox-user
2018-02-25
Fix warning on Mac OS X and FreeBSD.
iphydf
2018-02-24
Fix a bunch of compiler warnings and remove suppressions.
iphydf
2018-02-24
Some minor cleanups suggested by cppcheck.
iphydf
2018-02-24
Fix memory leak of Logger instance on error paths.
iphydf
2018-02-24
Minor cleanups: dead stores and avoiding complex macros.
iphydf
2018-02-23
Add deprecation notices to functions that will go away in v0.3.0.
iphydf
[prev]
[next]