summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2018-03-16Move struct DHT_Friend into DHT.c.iphydf
2018-03-16Remove the use of the 'hh' format specifier.iphydf
2018-03-16Simplify sendpacket function, deduplicate some logic.iphydf
2018-03-10Update changelog for 0.2.1Robin Lindén
2018-03-09Update version to 0.2.1.iphydf
2018-03-09Don't set RTP_LARGE_FRAME on rtp audio packetsRobin Lindén
2018-03-09Don't throw away rtp packets from old ToxcoreRobin Lindén
2018-03-07Add missing tox_nospam_size() functionRobin Lindén
2018-03-02Make file transfers 50% faster.iphydf
2018-02-28Update changelog for 0.2.0Robin Lindén
2018-02-27Remove deprecated conference namelist change callback.iphydf
2018-02-27Fix auto_tests to stop using the deprecated conference API.iphydf
2018-02-27Change default username to empty stringtox-user
2018-02-25Change README to talk about cmake instead of autoreconf.iphydf
2018-02-25Fix warning on Mac OS X and FreeBSD.iphydf
2018-02-24Fix a bunch of compiler warnings and remove suppressions.iphydf
2018-02-24Some minor cleanups suggested by cppcheck.iphydf
2018-02-24Fix memory leak of Logger instance on error paths.iphydf
2018-02-24Minor cleanups: dead stores and avoiding complex macros.iphydf
2018-02-23Link all tests to the android cpufeatures library if available.iphydf
2018-02-23Add deprecation notices to functions that will go away in v0.3.0.iphydf
2018-02-22Fix toxcore.pc generation.iphydf
2018-02-22Add an option that allows us to specify that we require toxav.iphydf
2018-02-21Fix OSX tests: find(1) doesn't work like on Linux.iphydf
2018-02-21Fix the windows build: pthread needs to be linked after vpx.iphydf
2018-02-20Add a bazel test that ensures all our projects are GPL-3.0.iphydf
2018-02-20Make the "persistent conference" callback changes new functions.iphydf
2018-02-20make groupnumber uint32_tsudden6
2018-02-19Remove apidsl from the build.iphydf
2018-02-19Make some sizeof tests linux-only.iphydf
2018-02-18Increase range of ports available to Toxes during testsRobin Lindén
2018-02-18Run all tests in parallel on Travis.iphydf
2018-02-18Disable lan discovery in most tests.iphydf
2018-02-18Remove tox_test from autotools build.iphydf
2018-02-18Use Wine Devel instead of Wine StagingMaxim Biro
2018-02-18Split up tox_test into multiple smaller testsRobin Lindén
2018-02-18Don't build all the small sub-libraries.iphydf
2018-02-18Don't print trace level logging in tests.iphydf
2018-02-18Use `const` more in C code.iphydf
2018-02-17Send 0 as peer number in CHANGE_OCCURRED group event.iphydf
2018-02-17Add static asserts for all the struct sizes in toxcore.iphydf
2018-02-17Make outgoing Filetransfers round-robin.zoff99
2018-02-14Get rid of the only GNU extension we used.iphydf
2018-02-14Remove leftover symmetric key from DHT struct.iphydf
2018-02-12Optionally use newer cmake features.iphydf
2018-02-11Improve video key frame sending.zoff99
2018-02-11Look for dependencies in third_party/Robin Lindén
2018-02-11Improve gtest finding, support local checkout.iphydf
2018-02-09Build toxcore with libsodium.dll instead of libsodium.lib.iphydf
2018-02-09Remove libcheck from the dependencies.iphydf