summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2017-06-05Document inverted mutex lock/unlock.iphydf
2017-06-05Change way to iterate through assocDiadlo
2017-06-05Make work with assoc more genericDiadlo
2017-06-05Improve formatting and syntaxDiadlo
2017-06-05Cleanup punch_holesDiadlo
2017-06-05Add using id_equalDiadlo
2017-06-05Update crypto_size and check indexDiadlo
2017-06-05Extract 'update_client_data' to reduce code duplicationDiadlo
2017-06-05Extract 'update_client_with_reset' function to reduce code duplicationDiadlo
2017-06-05Extract 'update_client' functionDiadlo
2017-06-05Extract variablesDiadlo
2017-06-05Change return type to be the same as return value typeDiadlo
2017-06-05Add using macros to improve codeDiadlo
2017-06-05Add 'index_of' functionsDiadlo
2017-06-05Extract SharedKey struct and use it as var instead of indexingDiadlo
2017-06-05Add using C99 'for' syntaxDiadlo
2017-06-04Split daemon's logging backends in separate modulesMaxim Biro
2017-06-04Add a monolith_test that includes all toxcore sources.iphydf
2017-06-04Test for memberlist not changing after changing own name.pranomostro
2017-06-04Factor out strict_abi cmake code into a separate module.iphydf
2017-06-04Fix formatting and spelling in version-sync script.iphydf
2017-06-04Forbid undefined symbols in shared libraries.iphydf
2017-06-03Use new encoding of `Maybe` in msgpack results.iphydf
2017-05-13Make OSX test failures fail the Travis CI build.iphydf
2017-05-13Make variable names in file saving test less cryptic.pranomostro
2017-04-29check if already in close list in ping_node_from_getnodes_ok()zugz
2017-04-27Release v0.1.8Robin Lindén
2017-04-22Revert "initial version of tox_loop"Maxim Biro
2017-04-22Revert "Implement tox_loop"Maxim Biro
2017-04-22Revert "Fix TokTok/c-toxcore#535"Maxim Biro
2017-04-19Fix markdown formattingMaxim Biro
2017-04-16Fix TokTok/c-toxcore#535Ansa89
2017-04-13Add test for DHT pack_nodes and unpack_nodesDiadlo
2017-04-13Add TCP_INET family to ip comparatorDiadlo
2017-04-12Added missing includes: <netinet/in.h> and <sys/socket.h>Yuri
2017-04-01Implement tox_loopAnsa89
2017-04-01initial version of tox_loopmichael bishop
2017-04-01Save android artifacts after CircleCI builds.Zoff
2017-03-30Implement missing TES constant functions.iphydf
2017-03-30Add TOX_NOSPAM_SIZE to the public API.iphydf
2017-03-26Retry autotools tests the same way as cmake tests.iphydf
2017-03-26Reduce ctest timeout to 2 minutes from 5 minutes.iphydf
2017-03-26CMake: install bootstrapd if it is builtCarsten Brandt
2017-03-26Release v0.1.7Robin Lindén
2017-03-26Add crypto_memzero for temp bufferDiadlo
2017-03-26Fix list malloc(0) bugDiadlo
2017-03-26Fix network malloc(0) bugDiadlo
2017-03-25Move c_sleep to helpers.h and misc_tools.hDiadlo
2017-03-25make BUILD_TOXAV and option and fail if dependencies are missingCarsten Brandt
2017-03-25Fix appveyor script: install curl.iphydf