index
:
git-annex-gpl
master
git-annex without the AGPL
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
Utility
/
Directory.hs
Commit message (
Expand
)
Author
Age
*
windows build warning fixes
Joey Hess
2015-08-03
*
import: Fix failure of cross-device import on Windows.
Joey Hess
2015-07-07
*
disable horrible tab warning, needed in every file that Setup.hs pulls in
Joey Hess
2015-05-10
*
rejigger imports for clean build with ghc 7.10's AMP changes
Joey Hess
2015-05-10
*
removed all uses of undefined from code base
Joey Hess
2015-04-19
*
update my email address and homepage url
Joey Hess
2015-01-21
*
fix some mixed space+tab indentation
Joey Hess
2014-10-09
*
unify exception handling into Utility.Exception
Joey Hess
2014-08-07
*
refactor
Joey Hess
2014-07-10
*
Fix minor FD leak in journal code.
Joey Hess
2014-07-09
*
fix windows build
Joey Hess
2014-07-05
*
work around getDirectoryContents not streaming lazily
Joey Hess
2014-07-04
*
relicense general utility library code to BSD
Joey Hess
2014-05-10
*
hlint
Joey Hess
2014-04-26
*
add git annex view command
Joey Hess
2014-02-18
*
Windows: Avoid using unix-compat's rename, which refuses to rename directories.
Joey Hess
2014-01-29
*
convert hacky shell linux mklibs code to haskell ; fixing symlink bug
Joey Hess
2013-12-24
*
need to stat symlink
Joey Hess
2013-12-18
*
assistant: Fix OSX-specific bug that caused the startup scan to try to follow...
Joey Hess
2013-12-18
*
import: Skip .git directories.
Joey Hess
2013-10-07
*
add dirContentsRecursiveSkipping
Joey Hess
2013-10-05
*
better nukefile
Joey Hess
2013-05-21
*
better nukeFile
Joey Hess
2013-05-21
*
rename module
Joey Hess
2013-05-12
*
fix permission damage (thanks, Windows)
Joey Hess
2013-05-11
*
no need to stub moveFile, it works
Joey Hess
2013-05-11
*
fixup #if 0 stubs to use #ifndef mingw32_HOST_OS
Joey Hess
2013-05-10
*
stub out posix stuff for Windows
Joey Hess
2013-05-10
*
finished where indentation changes
Joey Hess
2012-12-13
*
Fix dirContentsRecursive, which had missed some files in deeply nested subdir...
Joey Hess
2012-11-26
*
cleanup
Joey Hess
2012-10-16
*
releasing version 3.20121016
3.20121016
Joey Hess
2012-10-16
*
remove unused function
Joey Hess
2012-10-16
*
flip catchDefaultIO
Joey Hess
2012-09-17
*
avoid untrappable exception if dirContentsRecursive is run on a directory
Joey Hess
2012-07-02
*
kqueue: add directory content tracking, and change determination
Joey Hess
2012-06-18
*
added dirTree
Joey Hess
2012-06-18
*
hlint
Joey Hess
2012-06-12
*
factor out nukeFile
Joey Hess
2012-06-06
*
add dirContentsRecursive
Joey Hess
2012-05-31
*
Clean up handling of git directory and git worktree.
Joey Hess
2012-05-18
*
noop
Joey Hess
2012-04-21
*
move
Joey Hess
2012-03-11
*
IO exception rework
Joey Hess
2012-02-03
*
remove Utility.Conditional and use IfElse
Joey Hess
2012-01-24
*
hslint
Joey Hess
2011-12-09
*
support .git/annex on a different disk than the rest of the repo
Joey Hess
2011-11-28