summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
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
2018-01-14Make Friend_Requests a module-private type.iphydf
2018-01-14Make Onion_Announce a module-private type.iphydf
2018-01-14Add projects link to Readme.SkyzohKey
2018-01-14Filter out annoying log statements in unit tests.iphydf
2018-01-13Make Ping_Array a module-private type.iphydf
2018-01-13pkg-config .pc files: added .private versions of Libs and RequiredYuri
2018-01-13Remove useless if statementendoffile78
2018-01-12Fix some typos in code and cmake commentsyangfl
2018-01-11Move Networking_Core struct into the .c file.iphydf
2018-01-10Increase test retries to 10 (basically infinite).iphydf
2018-01-10Fix formatting in some C files.iphydf
2018-01-10Fix file descriptor leak in hstox test.iphydf
2018-01-10Zero-initialise stack-allocated objects in hstox driver.iphydf
2018-01-10Call freeaddrinfo on error paths in net_getipport.iphydf
2018-01-10Disable asan, since it seems to break on travis.iphydf
2018-01-08Bump toxcore version to 0.2.0.iphydf
2018-01-06Add support for building the monolith test on android.iphydf
2017-12-29Change toxencryptsave API to never overwrite pass keys.iphydf
2017-12-29Remove deprecated ToxDNSiphydf
2017-12-28Generate only one large library "libtoxcore".iphydf
2017-12-28Fix include for endian.h and add includes for sys/stat.h andendoffile78
2017-12-26Release v0.1.11Robin Lindén
2017-12-25Add .editorconfigendoffile78
2017-12-17Fixed the bug when receipts for messages sent from the receipt callback never...Yuri
2017-12-17Split video payload into multiple packets when >65kmannol
2017-12-16Test tox-bootstrapd Docker container on TravisMaxim Biro
2017-12-16Update tox-bootstrapd DockerfileMaxim Biro
2017-12-13Make Windows builds use an old Trusty image on TravisMaxim Biro
2017-12-12Separate FreeBSD Travis build in 2 stagesMaxim Biro
2017-12-12Fix Travis fail on addr_resolve testingDiadlo