summaryrefslogtreecommitdiffstats
path: root/scanner/walk.go
AgeCommit message (Expand)Author
2014-06-23Remove spurious debug output in .stignore handlingJakob Borg
2014-06-16Handle .stignore correctly on Windows (fixes #369)Jakob Borg
2014-06-11Drop and warn about non-normalized file names on Linux/Windows (fixes #329)Jakob Borg
2014-06-01Add license headerJakob Borg
2014-05-28Don't start repo with non-directory root (fixes #276)Jakob Borg
2014-05-26Send default permissions 0777 on directories when IgnorePerms set (ref #284)Jakob Borg
2014-05-25Simple file versioning (fixes #218)Jakob Borg
2014-05-24Default permission bits are 0666Jakob Borg
2014-05-23Implement IgnorePermsJakob Borg
2014-05-23Internal support for ignoring permissionsJakob Borg
2014-05-23There should be only OneJakob Borg
2014-05-23Convenience functions for flag testingJakob Borg
2014-05-19Properly handle read-write/read-only windows<->posix (fixes #236)Jakob Borg
2014-05-19Also sync changes to only permission bits (fixes #237)Jakob Borg
2014-05-15Refactor model into separate packageJakob Borg
2014-05-14Refactor logging into separate packageJakob Borg
2014-05-04Stop repository if the directory disappears (fixes #154)Jakob Borg
2014-04-06Remove followSymlinks option (ref #92)Jakob Borg
2014-04-02Synchronize directory existence & metadata (fixes #11)Jakob Borg
2014-03-29The Great Rewrite (fixes #36, #61, #94, #101)Jakob Borg
2014-03-21Enforce correct filename normalization (fixes #96)Jakob Borg
2014-03-16Reimplement quick startup scanv0.6.5Jakob Borg
2014-03-09Test for previous commit and never ignore entire repo directoryv0.6.4Jakob Borg
2014-03-09Do not descend into ignored directories (fixes #86)Jakob Borg
2014-03-09Discovery tracingJakob Borg
2014-03-08Fix relative path open bugJakob Borg
2014-03-08Refactor out file scanner into separate packageJakob Borg