| Commit message (Expand) | Author | Age |
* | When re-execing git-annex, use current program location, rather than ~/.confi... | Joey Hess | 2015-02-28 |
* | update my email address and homepage url | Joey Hess | 2015-01-21 |
* | add getFileSize, which can get the real size of a large file on Windows | Joey Hess | 2015-01-20 |
* | fixed all remaining build warnings on Windows | Joey Hess | 2014-12-29 |
* | fix some mixed space+tab indentation | Joey Hess | 2014-10-09 |
* | assistant: Detect when repository has been deleted or moved, and automaticall... | Joey Hess | 2014-09-15 |
* | unify exception handling into Utility.Exception | Joey Hess | 2014-08-07 |
* | remove unused import | Joey Hess | 2014-07-04 |
* | reorg | Joey Hess | 2014-07-04 |
* | Windows: Assistant now logs to daemon.log. | Joey Hess | 2014-06-17 |
* | assistant: Make sanity checker tmp dir cleanup code more robust. | Joey Hess | 2014-05-30 |
* | assistant: Clean up stale tmp files on startup. | Joey Hess | 2014-04-27 |
* | assistant: Smarter log file rotation, which takes free disk space into account. | Joey Hess | 2014-03-05 |
* | fix all remaining -Wall warnings on Windows | Joey Hess | 2014-02-25 |
* | fix windows build | Joey Hess | 2014-02-11 |
* | Fix build on platforms not supporting the webapp. | Joey Hess | 2014-02-08 |
* | fix delay of daily sanity check (hacked for testing and accidentially committed) | Joey Hess | 2014-01-23 |
* | try to drop unused object if it does not need to be transferred anywhere | Joey Hess | 2014-01-23 |
* | add webapp UI to manage unused files | Joey Hess | 2014-01-23 |
* | allow annex.expireunused to be set to false, as well as to a duration | Joey Hess | 2014-01-22 |
* | assistant unused file handling | Joey Hess | 2014-01-22 |
* | assistant: Run the periodic git gc in batch mode. | Joey Hess | 2014-01-22 |
* | assistant: Detect if .git/annex/index is corrupt at startup, and recover. | Joey Hess | 2014-01-14 |
* | assistant: Set StrictHostKeyChecking yes when creating ssh remotes, and add i... | Joey Hess | 2013-12-20 |
* | Improve repair of git-annex index file. | Joey Hess | 2013-12-10 |
* | merge improved fsck types from git-repair and some associated changes | Joey Hess | 2013-11-30 |
* | log missing index at notice priority | Joey Hess | 2013-11-13 |
* | inverted logic | Joey Hess | 2013-11-13 |
* | better handling of missing index file | Joey Hess | 2013-11-13 |
* | assistant: Notice on startup when the index file is corrupt, and auto-repair. | Joey Hess | 2013-11-13 |
* | webapp: remind user when using repositories that lack consistency checks | Joey Hess | 2013-10-29 |
* | add post-repair actions | Joey Hess | 2013-10-29 |
* | fix stale git locks as part of repo repair | Joey Hess | 2013-10-29 |
* | move code around and rename thread; no functional changes | Joey Hess | 2013-10-29 |
* | assistant: When autostarted, wait 5 seconds before running the startup scan, ... | Joey Hess | 2013-10-26 |
* | import: Skip .git directories. | Joey Hess | 2013-10-07 |
* | assistant: Detect stale git lock files at startup time, and remove them. | Joey Hess | 2013-10-05 |
* | hlint | Joey Hess | 2013-10-02 |
* | assistant: Daily sanity check thread is run niced. | Joey Hess | 2013-06-21 |
* | fixed the race breaking moving files from archive in direct mode | Joey Hess | 2013-03-04 |
* | better prevention of auto repack | Joey Hess | 2013-03-03 |
* | assistant: Prevent automatic commits from causing git-gc runs, as that can ma... | Joey Hess | 2013-03-03 |
* | remove excess log rotation; openLog rotates | Joey Hess | 2013-03-01 |
* | assistant: Logs are rotated to avoid them using too much disk space. | Joey Hess | 2013-03-01 |
* | webapp: Now allows restarting any threads that crash. | Joey Hess | 2013-01-26 |
* | pushed Assistant monad down into DaemonStatus code | Joey Hess | 2012-10-30 |
* | cleanup daemonStatus accessors | Joey Hess | 2012-10-30 |
* | lift alertWhile | Joey Hess | 2012-10-29 |
* | convert Watcher thread to Assistant monad | Joey Hess | 2012-10-29 |
* | Assistant monad, stage 2.5 | Joey Hess | 2012-10-29 |