summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2016-02-27Move argument comments to the end of lineRoman Yepishev
2016-02-27Remove unused main() argumentsRoman Yepishev
2016-02-27Remove magic numbers from addr_resolveRoman Yepishev
2016-02-14Merge branch 'GrayHatter-master'irungentoo
2016-02-13lets define this correctlly insteadGregory Mullen (GrayHatter)
2016-02-13added the dropped ;Gregory Mullen (GrayHatter)
2016-02-13added versioning to toxencryptsaveGregory Mullen (GrayHatter)
2016-02-13missed a line tox to toxavGregory Mullen (GrayHatter)
2016-02-13update the compatablity function to match the macroGregory Mullen (GrayHatter)
2016-02-13SemVer toxav tooGregory Mullen (GrayHatter)
2016-02-13Get SemVer more readyGregory Mullen (GrayHatter)
2016-01-30Realised there was no test to test these functions.irungentoo
2016-01-30Fixes.irungentoo
2016-01-30Merge branch 'kpp-code_review'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-24Merge branch 'travis-fix' of https://github.com/nurupo/InsertProjectNameHereirungentoo
2016-01-24Merge branch 'nurupo-tox-bootstrapd-get-nodes-fix'irungentoo
2016-01-24Update Travis scriptMaxim Biro
2016-01-24Add missing newlineMaxim Biro
2016-01-15Merge branch 'mannol-master'irungentoo
2016-01-13Fix issue #1497Eniz Vukovic
2016-01-04Test fix.irungentoo
2016-01-04Cleanups.irungentoo
2016-01-04Merge branch 'tox-bootstrapd-docker-support' of https://github.com/nurupo/Ins...irungentoo
2016-01-04DHT improvements part 1.irungentoo
2016-01-02Change init.d to SysVinitMaxim Biro
2016-01-02Add information on how to update the bootstrap daemonMaxim Biro
2016-01-01Keep it in alphabetical orderMaxim Biro
2016-01-01Version bumpMaxim Biro
2016-01-01Add Dockerfile for the daemonMaxim Biro
2016-01-01Flush stdout outputMaxim Biro
2016-01-01Unify function comment styleMaxim Biro
2016-01-01Fix license headers and file descriptionsMaxim Biro
2016-01-01Fix include pathsMaxim Biro
2016-01-01Remove dependency on files from testing directoryMaxim Biro
2016-01-01Put command-line arguments related functions in a separate fileMaxim Biro
2016-01-01Put config-related functions in a separate fileMaxim Biro
2015-12-31Add ability to run the daemon in foregroundMaxim Biro
2015-12-31Fix wrong filename mentioned above licenseMaxim Biro
2015-12-31Rename LOGGER_BACKEND to LOG_BACKENDMaxim Biro
2015-12-31Add ability to specify multiple command line argumentsMaxim Biro
2015-12-31Make daemon use the new log codeMaxim Biro
2015-12-31Make logger a global object instead of an instanceMaxim Biro
2015-12-30Add logger object to be able to support multiple logging backendsMaxim Biro
2015-12-30Change log levelsMaxim Biro
2015-12-17Fixed possible bug.irungentoo