summaryrefslogtreecommitdiff
path: root/Assistant/Threads/Watcher.hs
Commit message (Expand)AuthorAge
* assistant: Notice on startup when the index file is corrupt, and auto-repair.Gravatar Joey Hess2013-11-13
* moved code out of webappGravatar Joey Hess2013-10-26
* git-recover-repository 1/2 doneGravatar Joey Hess2013-10-20
* assistant: Detect stale git lock files at startup time, and remove them.Gravatar Joey Hess2013-10-05
* watcher: Detect at startup time when there is a stale .git/lock, and remove i...Gravatar Joey Hess2013-10-03
* hlintGravatar Joey Hess2013-10-02
* gitignore support for the assistant and watcherGravatar Joey Hess2013-08-02
* remove debug printGravatar Joey Hess2013-05-25
* test suite passes in direct modeGravatar Joey Hess2013-05-17
* optimise direct mode startup scanGravatar Joey Hess2013-04-24
* get rid of need to run pre-commit hook when assistant commits in direct modeGravatar Joey Hess2013-04-24
* refactoring and minor performance tweakGravatar Joey Hess2013-04-24
* assistant: Bug fix to avoid annexing the files that git uses to stand in for ...Gravatar Joey Hess2013-04-10
* Use lower case hash directories for storing files on crippled filesystems, sa...Gravatar Joey Hess2013-04-04
* convert "./file" from inotify to just "file"Gravatar Joey Hess2013-04-02
* Update working tree files fully atomicallyGravatar Joey Hess2013-04-02
* optimise last commitGravatar Joey Hess2013-04-02
* assistant: Fix bug that could cause direct mode files to be unstaged from git.Gravatar Joey Hess2013-04-02
* assistant: Check small files into git directly.Gravatar Joey Hess2013-03-29
* New annex.largefiles setting, which configures which files `git annex add` an...Gravatar Joey Hess2013-03-29
* synthesize RmChange when a directory is deletedGravatar Joey Hess2013-03-11
* let's put type modules under the parent module, not in a Types directoryGravatar Joey Hess2013-03-10
* moved transfer queueing out of watcher and into committerGravatar Joey Hess2013-03-10
* fix another potential race with the watcher and direct modeGravatar Joey Hess2013-03-04
* fixed the race breaking moving files from archive in direct modeGravatar Joey Hess2013-03-04
* add additional debug info about reasons for dropsGravatar Joey Hess2013-03-01
* add additional debug info about reasons for transfersGravatar Joey Hess2013-03-01
* fix inverted logicGravatar Joey Hess2013-02-22
* fully support core.symlinks=false in all relevant symlink handling codeGravatar Joey Hess2013-02-17
* closeGravatar Joey Hess2013-01-28
* assistant: Ignore .DS_Store on OSX.Gravatar Joey Hess2013-01-28
* annex.autocommitGravatar Joey Hess2013-01-27
* webapp: Now allows restarting any threads that crash.Gravatar Joey Hess2013-01-26
* webapp: Now always logs to .git/annex/daemon.logGravatar Joey Hess2013-01-15
* guard readSymbolicLinkGravatar Joey Hess2013-01-05
* assistant: Make expensive transfer scan work fully in direct mode.Gravatar Joey Hess2013-01-05
* avoid double commits with inotify when direct mode file is createdGravatar Joey Hess2012-12-29
* add missing modifyHook for watcherGravatar Joey Hess2012-12-28
* assistant direct mode file add/change bookkeepingGravatar Joey Hess2012-12-25
* assistant adding of modified files in direct modeGravatar Joey Hess2012-12-24
* make startup scan for deleted files work in direct modeGravatar Joey Hess2012-12-24
* assistant adding of files in direct modeGravatar Joey Hess2012-12-24
* move thirdparty program installation for standalone bundle into haskell programGravatar Joey Hess2012-12-14
* webapp and assistant glacier supportGravatar Joey Hess2012-11-24
* queue uploads when a new or renamed symlink is handledGravatar Joey Hess2012-11-24
* finished pushing Assistant monad into all relevant filesGravatar Joey Hess2012-10-30
* pushed Assistant monad down into DaemonStatus codeGravatar Joey Hess2012-10-30
* cleanup daemonStatus accessorsGravatar Joey Hess2012-10-30
* split Changes and liftedGravatar Joey Hess2012-10-29
* lift alertWhileGravatar Joey Hess2012-10-29