summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
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
2018-01-25Rename some rtp header struct members to be clearer.iphydf
2018-01-25Remove dead return statement.iphydf
2018-01-25Disable the autotools build in PR builds.iphydf
2018-01-22Publish a single public BUILD target for c-toxcore.iphydf
2018-01-22Use <stdlib.h> for alloca on FreeBSD.iphydf
2018-01-22Use self-built portaudio instead of system-provided.iphydf
2018-01-21Make the monolith test a C++ binary.iphydf
2018-01-21Make BUILD files more finely-grained.iphydf
2018-01-21Add comment from #629 in ring_buffer.c.iphydf
2018-01-21Add BUILD files for all the little tools in the repo.iphydf
2018-01-21Don't allocate or dereference Tox_Options in tests.iphydf
2018-01-20Add testing/*.c (except av_test) to bazel build.iphydf
2018-01-20Remove nTox from the repo.iphydf
2018-01-20Add correction support for conferenceDiadlo
2018-01-20Fix log message in simple_conference_test: invite -> message.iphydf
2018-01-20Add a simple conference test with 3 friends.iphydf
2018-01-20update to astyle 2.04 on circleCI to get the correct resultzoff99
2018-01-19Add astyle to Circle CI build.iphydf
2018-01-19Add some explanatory comments to the toxav audio code.iphydf
2018-01-19Use more descriptive names in bwcontroller.iphydf
2018-01-19Extract named constants from magic numbers in toxav/audio.c.iphydf
2018-01-19Use larger arrays in crypto timing tests.iphydf
2018-01-18Use C99 standard in bazel builds.iphydf
2018-01-18Add bazel build scripts for c-toxcore.iphydf
2018-01-16Make DHT a module-private type.iphydf
2018-01-16Make Net_Crypto a module-private type.iphydf
2018-01-16Make libcheck optional for windows builds.iphydf
2018-01-16Use apidsl to generate LAN_discovery.h.iphydf
2018-01-16Make pack/unpack_ip_port public DHT functions.iphydf
2018-01-16Add Alpine Linux Dockerfileromik-g
2018-01-16Sort monolith.h according to ls(1): uppercase first.iphydf
2018-01-15Don't install packages needlessly on TravisMaxim Biro
2018-01-15Run fewer Travis jobs during Pull Requests.iphydf
2018-01-15Remove hstox test for now.iphydf
2018-01-15update rpm spec and use variables in cmake instead of hardcoded paths (#624)Smoked Cheese
2018-01-15Add correction message typeDiadlo
2018-01-14Add random_u16 function and rename the others to match.iphydf
2018-01-14Use apidsl to generate ping.h.iphydf
2018-01-14Fix some memory or file descriptor leaks in test code.iphydf
2018-01-14Make TCP_Client_Connection a module-private type.iphydf
2018-01-14Move TCP_Secure_Connection from .h to .c file.iphydf
2018-01-14Make Friend_Connections a module-private type.iphydf
2018-01-14Make Onion_Client a module-private type.iphydf