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-18
Correct the max hostname length constant.
iphydf
2018-07-16
Set `_XOPEN_SOURCE` to 700 for FreeBSD.
iphydf
2018-07-15
Set C++11/C99 flag manually in older cmake on not-msvc.
iphydf
2018-07-13
Add conference_by_uid and conference_get_uid functions.
iphydf
2018-07-12
Limit number of group chats to 65536.
iphydf
2018-07-12
Use named function types for group callbacks.
iphydf
2018-07-12
Style fixes in TCP code; remove MIN and PAIR from util.h.
iphydf
2018-07-12
Fix style in DHT.c.
iphydf
2018-07-12
Fix style in some header files.
iphydf
2018-07-09
Factor out time keeping code into its own module: mono_time.c.
iphydf
2018-07-09
Add a thread-safe version of unix_time and friends.
iphydf
2018-07-09
Move `load_state` and its helper functions to their own module.
iphydf
2018-07-08
Use named function types for callbacks in net_crypto.
iphydf
2018-07-08
Use named function types for friend_requests callbacks.
iphydf
2018-07-08
Clarify the intent of "file kinds" in the API.
iphydf
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
[prev]
[next]