summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2014-01-07Merge pull request #18 from jpjp/patch-1v0.3.2Jakob Borg
2014-01-06synch -> syncjpjp
2014-01-06Announce read/write/delete status on startup (fixes #14)Jakob Borg
2014-01-06Verify requests against model (fixes #15)Jakob Borg
2014-01-06Add .stignore to testdataJakob Borg
2014-01-06Ignore files matching patterns in .stignore (fixes #7)Jakob Borg
2014-01-06Expand tilde in repository path (fixes #8)Jakob Borg
2014-01-06Do quick build even on test failureJakob Borg
2014-01-06Fix model testJakob Borg
2014-01-06Dead code removalJakob Borg
2014-01-06Refactor out the model into a subpackageJakob Borg
2014-01-06Link to issuesJakob Borg
2014-01-06Better progress bar calculationv0.3.1Jakob Borg
2014-01-06Add --trace-needJakob Borg
2014-01-06Refactor how --delete affects thingsJakob Borg
2014-01-06Move build artefacts dirJakob Borg
2014-01-06Prettify need tableJakob Borg
2014-01-06Workaround for bug in Solaris compilerJakob Borg
2014-01-06Redirect / to index.htmlJakob Borg
2014-01-05Rudimentary HTTP GUIv0.3.0Jakob Borg
2014-01-05Refactor statistics printingJakob Borg
2014-01-04Merge pull request #6 from philips/patch-2Jakob Borg
2014-01-03README: fix link to discover.goBrandon Philips
2014-01-01Close tmpfiles earlier (ref #2)v0.2.2Jakob Borg
2014-01-01Command line option to ignore index cacheJakob Borg
2014-01-01Use gzip compression for index cacheJakob Borg
2014-01-01Fix broken --cfg flagJakob Borg
2014-01-01Build windows binariesJakob Borg
2014-01-01Close even if we don't have a connectionv0.2.1Jakob Borg
2014-01-01Await completion of pull round before starting next (ref #2)Jakob Borg
2013-12-31Simplify index sending, prevent ping timeoutJakob Borg
2013-12-30Mostly lock free receive loopJakob Borg
2013-12-30Send index in chunks of 1000 to avoid lengthy blockingJakob Borg
2013-12-30Atomically replace local index cacheJakob Borg
2013-12-30Change default queue parameters to optimize better for small filesJakob Borg
2013-12-30Increase ping timeoutJakob Borg
2013-12-30Propagate and log reason for connection closeJakob Borg
2013-12-30Remove source info in log by defaultJakob Borg
2013-12-30Improve no such node error messagesJakob Borg
2013-12-30Remove broken Ping latency measurementJakob Borg
2013-12-30Always continue walk in the face of errors (fixes #1)Jakob Borg
2013-12-30Don't crash on zero nodes in pullJakob Borg
2013-12-30Make sure to always close directory fdJakob Borg
2013-12-30Improve log message consistencyJakob Borg
2013-12-30Fix locking around close eventsJakob Borg
2013-12-30Improve/fix buffer handlingJakob Borg
2013-12-30Clarify installing / usagev0.2Jakob Borg
2013-12-30Include README & LICENSE in buildJakob Borg
2013-12-30Don't print mysterious version messageJakob Borg
2013-12-30Remove race / unnecessary checkJakob Borg