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-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
2018-02-20
Make the "persistent conference" callback changes new functions.
iphydf
2018-02-20
make groupnumber uint32_t
sudden6
2018-02-18
Use `const` more in C code.
iphydf
2018-02-17
Send 0 as peer number in CHANGE_OCCURRED group event.
iphydf
2018-02-17
Make outgoing Filetransfers round-robin.
zoff99
2018-02-14
Get rid of the only GNU extension we used.
iphydf
2018-02-14
Remove leftover symmetric key from DHT struct.
iphydf
2018-02-11
Improve video key frame sending.
zoff99
2018-02-09
Adopt the "change occurred" API change from isotoxin-groupchat.
iphydf
2018-02-08
Reject discovery packets coming from outside the LAN.
iphydf
2018-02-08
Fix LAN discovery on FreeBSD.
iphydf
2018-02-08
Add some unit tests for util.h.
iphydf
2018-02-06
Improve stability of crypto_memcmp test.
iphydf
2018-02-04
Use more ubuntu packages; remove hstox for now.
iphydf
2018-02-02
Revert "Add correction message type"
Diadlo
2018-02-01
Manually serialise RTPHeader struct instead of memcpy.
iphydf
2018-01-30
Use nullptr as NULL pointer constant instead of NULL or 0.
iphydf
2018-01-28
Avoid clashes with "build" directories on case-insensitive file systems.
iphydf
2018-01-25
Remove dead return statement.
iphydf
2018-01-22
Publish a single public BUILD target for c-toxcore.
iphydf
2018-01-22
Use <stdlib.h> for alloca on FreeBSD.
iphydf
2018-01-21
Make the monolith test a C++ binary.
iphydf
2018-01-21
Make BUILD files more finely-grained.
iphydf
2018-01-20
Add correction support for conference
Diadlo
2018-01-18
Use C99 standard in bazel builds.
iphydf
2018-01-18
Add bazel build scripts for c-toxcore.
iphydf
2018-01-16
Make DHT a module-private type.
iphydf
2018-01-16
Make Net_Crypto a module-private type.
iphydf
[next]