summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2016-09-01Match parameter names in declarations with their definitions.iphydf
2016-08-31Remove redundant `return` statements.iphydf
2016-08-31Add newlines because astyle wants them.iphydf
2016-08-31Add braces to all if statements.iphydf
2016-08-31Enable build of av_test.iphydf
2016-08-31Remove unused and bit-rotten friends_test.iphydf
2016-08-30Add missing #includes to headers and rename tox_old to tox_group.iphydf
2016-08-29Add getters/setters for options.iphydf
2016-08-29Update tox.h with constant functions.iphydf
2016-08-28Expose constants as functions.iphydf
2016-08-27Move logging to a callback.iphydf
2016-08-26Fix plane size calculation in testmannol
2016-08-26Avoid large stack allocations on thread stacks.iphydf
2016-08-26Comment out useless TODO'd if block.iphydf
2016-08-26Initialise the id in assoc_test.iphydf
2016-08-25Reduce the timeout on travis to something much more reasonableGregory Mullen (grayhatter)
2016-08-24Add cmake test for apidsl.iphydf
2016-08-22Replace uint with unsigned int in assoc.c.iphydf
2016-08-22Make Message received receipts statelessGregory Mullen (grayhatter)
2016-08-22Make Friend User Status statelessGregory Mullen (grayhatter)
2016-08-21Fix windows build.iphydf
2016-08-20docs(INSTALL.md): update instructions for GentooZetok Zalbavar
2016-08-20Make the friend message callback statelessGregory Mullen (grayhatter)
2016-08-20Build assoc DHT code on travis.iphydf
2016-08-20Add format-source script.iphydf
2016-08-19Make Typing change callback statelessGregory Mullen (grayhatter)
2016-08-19Fix operation sequencing in TCP_test.iphydf
2016-08-18Make friend_status_message callback stateless.iphydf
2016-08-18Fix some compiler warnings.iphydf
2016-08-18Allow NULL as argument to tox_kill.iphydf
2016-08-18Make tox_callback_friend_name stateless.iphydf
2016-08-17Add missing DHT_bootstrap to CMakeLists.txt.iphydf
2016-08-17Try searching for libsodium with pkg-config in ./configure.iphydf
2016-08-17Merge remote-tracking branch 'irungentoo/master'iphydf
2016-08-17Make self_connection_status callback stateless.iphydf
2016-08-16Split toxcore into layers.iphydf
2016-08-14Update readme with tentative roadmap, removed old todo.mdGregory Mullen (grayhatter)
2016-08-12Add "make install" step to Travis build.iphydf
2016-08-12Build tox-bootstrapd in the cmake build.iphydf
2016-08-12Only report coverage on clang, not on the GCC build.iphydf
2016-08-12Add and use CMake build scriptiphydf
2016-08-12Check code formatting on Travis.iphydf
2016-08-12Run hstox test suite against toxcore on Travis.iphydf
2016-08-12Move toxcore travis build scripts out of .travis.yml.iphydf
2016-08-11Fix a few issues with running Toxcore tests on Travis-CIGregory Mullen (grayhatter)
2016-08-11Fix a bug I introduced that would make toxcore fail to initialise a second time.iphydf
2016-08-10Silence/fix some compiler warnings.iphydf
2016-07-27Merge branch 'update-sysvinit-docs' of https://github.com/LittleVulpix/toxcoreirungentoo
2016-07-12Merge remote-tracking branch 'littlevulpix/patch-1'iphydf
2016-07-12Merge branch 'master' into patch-1LittleVulpix