summaryrefslogtreecommitdiff
path: root/toxcore
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-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-26Comment out useless TODO'd if block.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-20Make the friend message callback statelessGregory Mullen (grayhatter)
2016-08-19Make Typing change callback statelessGregory Mullen (grayhatter)
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-17Make self_connection_status callback stateless.iphydf
2016-08-12Check code formatting on Travis.iphydf
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-03-19Merge branch 'network-test-magic' of https://github.com/roman-yepishev/toxcoreirungentoo
2016-02-27Move argument comments to the end of lineRoman Yepishev
2016-02-27Remove magic numbers from addr_resolveRoman Yepishev
2016-02-26Add missing files so that archive for make dist is completeRoman Yepishev
2016-02-13added the dropped ;Gregory Mullen (GrayHatter)
2016-02-13update the compatablity function to match the macroGregory Mullen (GrayHatter)
2016-02-13Get SemVer more readyGregory Mullen (GrayHatter)
2016-01-30Fixes.irungentoo
2016-01-27 fix: replace memset with sodium_memzero for sensitive dataRoman Proskuryakov
2016-01-27 add: more comments into network.cRoman Proskuryakov
2016-01-27 add: comments about hairy codeRoman Proskuryakov
2016-01-27 add: comment about endiannessRoman Proskuryakov
2016-01-27 fix: compare sensitive data with sodium_memcmpRoman Proskuryakov
2016-01-04Cleanups.irungentoo
2016-01-04DHT improvements part 1.irungentoo
2015-12-17Fixed possible bug.irungentoo
2015-12-17Allow 0 length sendnode.irungentoo
2015-12-16Send get nodes instead of ping to timing out nodes.irungentoo
2015-12-16This is still useful.irungentoo
2015-12-16Slightly increase ping timeout.irungentoo
2015-12-16Less packet spam.irungentoo
2015-12-16Improved the to_ping list.irungentoo
2015-12-15More efficient DHT searching.irungentoo
2015-12-14Sort list if timed out nodes are in the middle of the list.irungentoo
2015-12-14Send get nodes more to closer nodes than further nodes.irungentoo
2015-12-12Small onion search improvement.irungentoo