summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2016-11-12Support arbitrary video resolutions in av_testMikhael-Danilov
2016-11-12Use apidsl for the crypto_core API.iphydf
2016-11-11Disable -Wunused-but-set-variable compiler warning flag.iphydf
2016-11-11Add DHT_create_packetendoffile78
2016-11-11Add decode/encode PlainText test support.iphydf
2016-11-10Work around Travis issue that causes build failures.iphydf
2016-11-09Remove new_nonce function in favour of random_nonce.iphydf
2016-11-08Add spectest to the cmake test suite.iphydf
2016-11-08Disable some gcc-specific warnings.iphydf
2016-11-07Release v0.0.3.iphydf
2016-11-06Move log callback to options.iphydf
2016-11-06Rename log levels to remove the extra "LOG" prefix.iphydf
2016-11-06Change packet kind enum to use hex constants.iphydf
2016-11-06Remove assocendoffile78
2016-11-06Enable address sanitizer on the cmake build.iphydf
2016-11-06Enable all possible C compiler warning flags.iphydf
2016-11-05Convert series of NET_PACKET_* defines into a typedef enumGregory Mullen (grayhatter)
2016-11-03Move packing and unpacking DHT request packets to DHT module.iphydf
2016-11-02Compile as C++ for windows builds.iphydf
2016-11-02Remove unimplemented "time delta" parameter.iphydf
2016-10-30TravisCI shorten IRC messageGregory Mullen (grayhatter)
2016-10-30Version Patch v0.0.2Gregory Mullen (grayhatter)
2016-10-29Rename some internal "group chat" things to "conference".iphydf
2016-10-28toxav renaming: group.{h,c} -> groupav.{h,c}Dmytro Vorobiov
2016-10-26Error if format_test can't be executed.iphydf
2016-10-26Merge remote-tracking branch 'zetok/docs-install'iphydf
2016-10-25docs: correct instructions for cloning & harden agains repo name changesZetok Zalbavar
2016-10-25Corrected libsodium tagCorey Sheldon
2016-10-17Update readme, moved the roadmap to a higher positionGregory Mullen (grayhatter)
2016-10-11Remove duplicate tests: split tests part 2.iphydf
2016-10-11Install libraries with RPATH.iphydf
2016-10-06Duplicate tox_test to 4 other files.iphydf
2016-10-06Set log level for DEBUG=ON to LOG_DEBUG.iphydf
2016-10-06Use `socklen_t` instead of `unsigned int` in call to `accept`.iphydf
2016-10-05Add option to build tox-bootstrapdMaxim Biro
2016-10-04Align things nicerMaxim Biro
2016-10-04Use TEST_TIMEOUT_SECONDS cmake flag on TravisMaxim Biro
2016-10-04Add option to set test timeoutMaxim Biro
2016-10-02Rebuild apidsl'd headers in cmake.iphydf
2016-10-02Remove the _test suffix in auto_test calls.iphydf
2016-10-01Minor documentation fixes.iphydf
2016-10-01Import the hstox SUT interface from hstox.iphydf
2016-09-30Remove return after no-return situation (and other cleanups).iphydf
2016-09-30Add the 'Tox' context object to the logger.iphydf
2016-09-30docs(INSTALL): update compiling instructions for LinuxZetok Zalbavar
2016-09-29Merge branch 'master' of https://github.com/irungentoo/toxcoreiphydf
2016-09-28Add version-sync script to update all places with versions.iphydf
2016-09-28Merge branch 'ghost-avswitch'irungentoo
2016-09-28Added astyled toxav.h to match toxav.in.hderive
2016-09-28Updated to match current toxav.hnobody