summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
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
2018-02-09Add gtest include directory to -I flags if found.iphydf
2018-02-09Adopt the "change occurred" API change from isotoxin-groupchat.iphydf
2018-02-08Add MSVC compilation instructionsRobin Lindén
2018-02-08Use the markdown GPLv3 license in the c-toxcore repo.iphydf
2018-02-08Reject discovery packets coming from outside the LAN.iphydf
2018-02-08Fix LAN discovery on FreeBSD.iphydf
2018-02-08Remove csrc from the RTPHeader struct.iphydf
2018-02-08Add some unit tests for util.h.iphydf
2018-02-06Make cmake script more forgiving.iphydf
2018-02-06Improve stability of crypto_memcmp test.iphydf
2018-02-06Format .cpp files with format-source.iphydf
2018-02-06Move tox_shell program to the toxins repository.iphydf
2018-02-06Move irc_syncbot to the toxins repository.iphydf
2018-02-05Move the tox_sync tool to the toxins repository.iphydf
2018-02-05use official debian domainsudden6
2018-02-04Use more ubuntu packages; remove hstox for now.iphydf
2018-02-02Revert "Add correction message type"Diadlo
2018-02-01Manually serialise RTPHeader struct instead of memcpy.iphydf
2018-02-01Improve conference test stability.iphydf
2018-01-31Change the "capabilities" field to a "flags" field.iphydf
2018-01-30Use nullptr as NULL pointer constant instead of NULL or 0.iphydf
2018-01-29Add RTP header fields for the full frame length and offset.iphydf
2018-01-29Add `-D__STDC_LIMIT_MACROS=1` for C++ code.iphydf
2018-01-28Avoid clashes with "build" directories on case-insensitive file systems.iphydf
2018-01-28Make audio/video bit rates "properties"xhe
2018-01-27Fix link in README.mdsudden6
2018-01-26Fix out of bounds read in error case in messenger_test.iphydf
2018-01-25Use Wine Staging for running Windows testsMaxim Biro
2018-01-25Show source file name and line number on crashMaxim Biro
2018-01-25Make Travis test Windows DockerfileMaxim Biro
2018-01-25Add Dockerfile for Windows cross-compilationMaxim Biro
2018-01-25Update install instructions to use CMakeMaxim Biro
2018-01-25Install runtime modules into bin directoryMaxim Biro
2018-01-25Prefix add_test() with $CROSSCOMPILING_EMULATORMaxim Biro
2018-01-25Split bit_rate_set(), one for audio, one for video.xhe