index
:
git-annex-gpl
master
git-annex without the AGPL
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
Assistant
/
Threads
/
Watcher.hs
Commit message (
Expand
)
Author
Age
*
fix some mixed space+tab indentation
Joey Hess
2014-10-09
*
unify exception handling into Utility.Exception
Joey Hess
2014-08-07
*
better exception display
Joey Hess
2014-07-26
*
replace (Key, Backend) with Key
Joey Hess
2014-04-17
*
reorg matcher types; no non-type code changes
Joey Hess
2014-03-29
*
annex.startupscan can be set to false to disable the assistant's startup scan.
Joey Hess
2014-03-05
*
fix all remaining -Wall warnings on Windows
Joey Hess
2014-02-25
*
assistant: Always batch changes found in startup scan.
Joey Hess
2013-12-16
*
avoid needing --force on windows despite no lsof
Joey Hess
2013-12-09
*
assistant: Notice on startup when the index file is corrupt, and auto-repair.
Joey Hess
2013-11-13
*
moved code out of webapp
Joey Hess
2013-10-26
*
git-recover-repository 1/2 done
Joey Hess
2013-10-20
*
assistant: Detect stale git lock files at startup time, and remove them.
Joey Hess
2013-10-05
*
watcher: Detect at startup time when there is a stale .git/lock, and remove i...
Joey Hess
2013-10-03
*
hlint
Joey Hess
2013-10-02
*
gitignore support for the assistant and watcher
Joey Hess
2013-08-02
*
remove debug print
Joey Hess
2013-05-25
*
test suite passes in direct mode
Joey Hess
2013-05-17
*
optimise direct mode startup scan
Joey Hess
2013-04-24
*
get rid of need to run pre-commit hook when assistant commits in direct mode
Joey Hess
2013-04-24
*
refactoring and minor performance tweak
Joey Hess
2013-04-24
*
assistant: Bug fix to avoid annexing the files that git uses to stand in for ...
Joey Hess
2013-04-10
*
Use lower case hash directories for storing files on crippled filesystems, sa...
Joey Hess
2013-04-04
*
convert "./file" from inotify to just "file"
Joey Hess
2013-04-02
*
Update working tree files fully atomically
Joey Hess
2013-04-02
*
optimise last commit
Joey Hess
2013-04-02
*
assistant: Fix bug that could cause direct mode files to be unstaged from git.
Joey Hess
2013-04-02
*
assistant: Check small files into git directly.
Joey Hess
2013-03-29
*
New annex.largefiles setting, which configures which files `git annex add` an...
Joey Hess
2013-03-29
*
synthesize RmChange when a directory is deleted
Joey Hess
2013-03-11
*
let's put type modules under the parent module, not in a Types directory
Joey Hess
2013-03-10
*
moved transfer queueing out of watcher and into committer
Joey Hess
2013-03-10
*
fix another potential race with the watcher and direct mode
Joey Hess
2013-03-04
*
fixed the race breaking moving files from archive in direct mode
Joey Hess
2013-03-04
*
add additional debug info about reasons for drops
Joey Hess
2013-03-01
*
add additional debug info about reasons for transfers
Joey Hess
2013-03-01
*
fix inverted logic
Joey Hess
2013-02-22
*
fully support core.symlinks=false in all relevant symlink handling code
Joey Hess
2013-02-17
*
close
Joey Hess
2013-01-28
*
assistant: Ignore .DS_Store on OSX.
Joey Hess
2013-01-28
*
annex.autocommit
Joey Hess
2013-01-27
*
webapp: Now allows restarting any threads that crash.
Joey Hess
2013-01-26
*
webapp: Now always logs to .git/annex/daemon.log
Joey Hess
2013-01-15
*
guard readSymbolicLink
Joey Hess
2013-01-05
*
assistant: Make expensive transfer scan work fully in direct mode.
Joey Hess
2013-01-05
*
avoid double commits with inotify when direct mode file is created
Joey Hess
2012-12-29
*
add missing modifyHook for watcher
Joey Hess
2012-12-28
*
assistant direct mode file add/change bookkeeping
Joey Hess
2012-12-25
*
assistant adding of modified files in direct mode
Joey Hess
2012-12-24
*
make startup scan for deleted files work in direct mode
Joey Hess
2012-12-24
[next]