summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
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
2017-01-06Warn on -pedantic, don't error yet.iphydf
2017-01-06Fix bad attempt at refactoringMaxim Biro
2017-01-06Eliminate dead return statement.iphydf
2017-01-06Revert "Revert "Portability fixes""David Zero
2017-01-06Add an OSX build that doesn't run tests.iphydf
2017-01-05Release v0.1.3.iphydf
2017-01-05Revert "Portability fixes"endoffile78
2017-01-05Test a few cmake option combinations before the build.iphydf
2017-01-05docs(INSTALL): Bring back autotools instructionsZetok Zalbavar
2017-01-04Portability fixesDavid Zero
2017-01-04Only fetch 1 revision from git during Travis builds.iphydf
2017-01-04Add tests to secure memcmp and memzero functions.Diadlo
2017-01-04Add secure memcmp and memzero implementation.Diadlo
2017-01-04Add CMakeLists.txt.user to gitignoreDiadlo
2017-01-03Add a separate configure switch for DHT_bootstrapSergey 'Jin' Bostandzhyan
2017-01-03Add CircleCI SupportZoff
2017-01-02Fix SSL verification in coveralls.iphydf
2016-12-29Remove .cabal-sandbox option from tox-spectest find line.iphydf
2016-12-28simplify integration as a third-party lib in cmake projectsNils Fenner
2016-12-23Release v0.1.2iphydf
2016-12-23avoid dereferencing Tox_Optionsiphydf
2016-12-22Remove tox_options_copy.iphydf
2016-12-22Use `tox_options_set_*` instead of direct member access.iphydf
2016-12-22Improve documentation of crypto_core.iphydf
2016-12-22Wrap all sodium/nacl functions in crypto_core.c.iphydf
2016-12-21Use after free reported in #278 occurs because toxav_kill()mannol
2016-12-20Add test to check if tox_new/tox_kill leaks.iphydf
2016-12-20Avoid array out of bounds read in friend saving.iphydf