summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2017-03-04Fix formatting with astyleDiadlo
2017-03-04Move 'family' copying after all address checksDiadlo
2017-03-01Add test for tox_strncasecmp()Maxim Biro
2017-03-01Disable -Wdisabled-macro-expansionMaxim Biro
2017-03-01Remove dependency on strings.hMaxim Biro
2017-02-27Remove empty lineLittleVulpix
2017-02-26Remove network dependency from toxcryptoDiadlo
2017-02-26Add part of platform-independent network API implementationDiadlo
2017-02-21Use VLA macroMaxim Biro
2017-02-20Fix libsodium unresolved external symbol errorsMaxim Biro
2017-02-20Fix pthreads in AppVeyor buildMaxim Biro
2017-02-11remove statics used in onion comparison functionszugz
2017-01-28Add VLA compatibility macro for C89-ish compilers.iphydf
2017-01-26Release v0.1.6.iphydf
2017-01-26Replace redundant packet type check in handler with assert.Yuri
2017-01-26Add platform-independent Socket and IP implementationDiadlo
2017-01-24Add Android build to CI.Zoff
2017-01-22Add appveyor build for native windows tests.iphydf
2017-01-21reduce thread-unsafe use of static variableszugz
2017-01-20Only retry failed tests on Circle CI instead of all.iphydf
2017-01-19Release v0.1.5.iphydf
2017-01-19Limit number of retries to 3.iphydf
2017-01-19Make Travis tests slightly more robust by re-running them.iphydf
2017-01-19Update license headers and remove redundant file name comment.iphydf
2017-01-18Add tutorial and "danger: experimental" banner to README.iphydf
2017-01-18Clarify how the autotools build is done on Travis.iphydf
2017-01-18decouple version-sync script from cmakeCarsten Brandt
2017-01-18SO versions for cmake and libtoolCarsten Brandt
2017-01-18Setup autotools to read .so version info from a separate fileSergey 'Jin' Bostandzhyan
2017-01-16Make building `DHT_bootstrap` in cmake optional.iphydf
2017-01-13Fixed FreeBSD build failure due to undefined MSG_NOSIGNAL.Yuri
2017-01-12Release v0.1.4.iphydf
2017-01-12Clarify that the pass key `new` function can fail.iphydf
2017-01-11Remove `TOX_DEBUG` and have asserts always enabled.iphydf
2017-01-11Check that TCP connections aren't dropped in callbacks.iphydf
2017-01-11Fix logging condition for IPv6 client timestamp updates.iphydf
2017-01-10Always kill invalid file transfers when receiving file controls.iphydf
2017-01-10Minor simplification in `file_seek` code.iphydf
2017-01-10Explicitly check if compiler supports C99Sergey 'Jin' Bostandzhyan
2017-01-08Add soversion to library files to generate proper symlinksCarsten Brandt
2017-01-08added comment to magic code in CMakeLists.txtCarsten Brandt
2017-01-08Fix NaCl build: tar was called incorrectly.iphydf
2017-01-08Set up autotools build to build against vanilla NaCl.iphydf
2017-01-07Run windows tests but ignore their failures.iphydf
2017-01-07Don't use `git.depth=1` anymore.iphydf
2017-01-07Fix issues in crypto_test.cendoffile78
2017-01-07Remove \ at end of list in makefile.iphydf
2017-01-07Replace make_quick_sort with qsortendoffile78
2017-01-07Avoid accessing uninitialised memory in `net_crypto`.iphydf
2017-01-06Add logging callback to messenger_test.iphydf