Age | Commit message (Collapse) | Author | |
---|---|---|---|
2018-03-09 | Update version to 0.2.1. | iphydf | |
2018-03-09 | Don't set RTP_LARGE_FRAME on rtp audio packets | Robin Lindén | |
2018-03-09 | Don't throw away rtp packets from old Toxcore | Robin Lindén | |
2018-03-07 | Add missing tox_nospam_size() function | Robin Lindén | |
2018-03-02 | Make file transfers 50% faster. | iphydf | |
By increasing a magic number.. Also, added more verbose logging to the file transfer test. | |||
2018-02-28 | Update changelog for 0.2.0 | Robin Lindén | |
2018-02-27 | Remove deprecated conference namelist change callback. | iphydf | |
2018-02-27 | Fix auto_tests to stop using the deprecated conference API. | iphydf | |
2018-02-27 | Change default username to empty string | tox-user | |
Fixes #768 | |||
2018-02-25 | Change README to talk about cmake instead of autoreconf. | iphydf | |
2018-02-25 | Fix warning on Mac OS X and FreeBSD. | iphydf | |
This currently fails the nightly build. | |||
2018-02-24 | Fix a bunch of compiler warnings and remove suppressions. | iphydf | |
2018-02-24 | Some minor cleanups suggested by cppcheck. | iphydf | |
DETECTED=cppcheck | |||
2018-02-24 | Fix memory leak of Logger instance on error paths. | iphydf | |
Found using the infer static analyser. https://github.com/facebook/infer DETECTED=infer | |||
2018-02-24 | Minor cleanups: dead stores and avoiding complex macros. | iphydf | |
2018-02-23 | Link all tests to the android cpufeatures library if available. | iphydf | |
This is needed for libvpx to work on android. This also means that we can upload our test binaries to an android device and actually run them, now that libcheck is no longer a blocker. | |||
2018-02-23 | Add deprecation notices to functions that will go away in v0.3.0. | iphydf | |
2018-02-22 | Fix toxcore.pc generation. | iphydf | |
It's missing vpx and opus at the moment. | |||
2018-02-22 | Add an option that allows us to specify that we require toxav. | iphydf | |
2018-02-21 | Fix OSX tests: find(1) doesn't work like on Linux. | iphydf | |
2018-02-21 | Fix the windows build: pthread needs to be linked after vpx. | iphydf | |
2018-02-20 | Add a bazel test that ensures all our projects are GPL-3.0. | iphydf | |
2018-02-20 | Make the "persistent conference" callback changes new functions. | iphydf | |
We can now revert the changes to the callbacks and keep supporting them until clients have moved off them. | |||
2018-02-20 | make groupnumber uint32_t | sudden6 | |
fixes #606 | |||
2018-02-19 | Remove apidsl from the build. | iphydf | |
apidsl is in feature freeze. We can rely on the web service, instead. | |||
2018-02-19 | Make some sizeof tests linux-only. | iphydf | |
net_crypto has pthread types in its struct, so its size is system dependent. In particular, the sizes are wrong on FreeBSD. | |||
2018-02-18 | Increase range of ports available to Toxes during tests | Robin Lindén | |
2018-02-18 | Run all tests in parallel on Travis. | iphydf | |
The first round some tests will fail and others will segfault. The second round, still some will fail, but the third round it might pass. At some point, tests will pass. The reason for this is that tests assume a lot about which ports they are given, and also toxcore's default port range has too few ports to run all tests in parallel. These issues will be fixed in future PRs. | |||
2018-02-18 | Disable lan discovery in most tests. | iphydf | |
2018-02-18 | Remove tox_test from autotools build. | iphydf | |
2018-02-18 | Use Wine Devel instead of Wine Staging | Maxim Biro | |
Wine Staging is not maintained https://wine-staging.com/news/2018-02-17-future-wine-staging.html | |||
2018-02-18 | Split up tox_test into multiple smaller tests | Robin Lindén | |
2018-02-18 | Don't build all the small sub-libraries. | iphydf | |
This caused us to build everything 2-4 times, now we only build it 1-2 times (depending on selection of static/shared builds). The disadvantage is that now it's more up to the reviewer to ensure modularity (we still catch it in the bazel build, though). | |||
2018-02-18 | Don't print trace level logging in tests. | iphydf | |
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 | Add static asserts for all the struct sizes in toxcore. | iphydf | |
This forces us to record size changes (for LP64) and helps estimate memory consumption of internal data structures. | |||
2018-02-17 | Make outgoing Filetransfers round-robin. | zoff99 | |
Instead of 1 FT blocking all others. | |||
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-12 | Optionally use newer cmake features. | iphydf | |
So we can keep supporting cmake 2.8.12, which is the version on ubuntu trusty. | |||
2018-02-11 | Improve video key frame sending. | zoff99 | |
This change does not include the addition of VP9. We do that in a separate pull request. Changes: * fix the video bug (video frames larger than 65KBytes) by sending full frame length in alternate header field * improve video frame reconstruction logic with slots * configure video encoder and decoder to be multihtreaded * set error resilience flags on video codec * change encoder and decoder softdeadline | |||
2018-02-11 | Look for dependencies in third_party/ | Robin Lindén | |
2018-02-11 | Improve gtest finding, support local checkout. | iphydf | |
Also fix library dependency order for monolith test. | |||
2018-02-09 | Build toxcore with libsodium.dll instead of libsodium.lib. | iphydf | |
The .lib doesn't have debugging information. The .dll has a .pdb file next to it. | |||
2018-02-09 | Remove libcheck from the dependencies. | iphydf | |
We're not gaining much from this library, and it's a burden, especially for windows development. | |||
2018-02-09 | Add gtest include directory to -I flags if found. | iphydf | |
Otherwise it won't be found when cross-compiling. | |||
2018-02-09 | Adopt the "change occurred" API change from isotoxin-groupchat. | iphydf | |
The logic and behaviour remain the same, but PEER_EXIT and PEER_JOIN are merged into LIST_CHANGED. This allows clients to take a first step to adapt to the API change without us having to actually submit the full change, yet. | |||
2018-02-08 | Add MSVC compilation instructions | Robin Lindén | |
2018-02-08 | Use the markdown GPLv3 license in the c-toxcore repo. | iphydf | |