summaryrefslogtreecommitdiff
path: root/Utility/Path.hs
Commit message (Expand)AuthorAge
* finally really add back custom-setup stanzaJoey Hess2017-12-31
* finish fix for gitAnnexLink on windowsJoey Hess2017-10-26
* fix gitAnnexLink to not be absolute on WindowsJoey Hess2017-10-25
* adeiu, MissingHJoey Hess2017-05-16
* remove absNormPathUnix againJoey Hess2017-05-15
* Windows: Improve handling of shebang in external special remote program, sear...Joey Hess2017-03-08
* avoid warnings about not exported System.Directory.isSymbolicLinkJoey Hess2016-04-28
* Fix build with directory-1.2.6.2.Joey Hess2016-04-28
* remove now unused toCygPathJoey Hess2016-01-13
* Added new toMSYS2Path function for use with rsync on Windows.Pieter Kitslaar2016-01-11
* clarify absPathFromJoey Hess2016-01-05
* cleanupJoey Hess2015-12-06
* use intercalate instead of MissingH's joinJoey Hess2015-11-17
* proxy: Fix behavior when run in subdirectory of git repo.Joey Hess2015-08-04
* disable horrible tab warning, needed in every file that Setup.hs pulls inJoey Hess2015-05-10
* rejigger imports for clean build with ghc 7.10's AMP changesJoey Hess2015-05-10
* don't test with null pathsJoey Hess2015-04-14
* fix relPathDirToFileAbs on windows with different drive lettersJoey Hess2015-04-14
* Significantly sped up processing of large numbers of directories passed to a ...Joey Hess2015-04-02
* Revert "Significantly sped up processing of large numbers of directories pass...Joey Hess2015-04-02
* Significantly sped up processing of large numbers of directories passed to a ...Joey Hess2015-04-02
* micro-optJoey Hess2015-04-01
* Windows: Fix bug in dropping an annexed file, which caused a symlink to be st...Joey Hess2015-02-09
* Revert "remove absNormPathUnix, using my absPathFrom replacement"Joey Hess2015-01-21
* remove absNormPathUnix, using my absPathFrom replacementJoey Hess2015-01-21
* update my email address and homepage urlJoey Hess2015-01-21
* fix upFrom of "." (and upFrom of "/" on Windows)Joey Hess2015-01-20
* convert parentDir to be based on takeDirectory, but fixed for trailing /Joey Hess2015-01-09
* revert parentDir changeJoey Hess2015-01-09
* Merge branch 'master' into relativepathsJoey Hess2015-01-06
|\
| * made parentDir return a Maybe FilePath; removed most uses of itJoey Hess2015-01-06
* | Switch to using relative paths to the git repository.Joey Hess2015-01-06
|/
* Work around statfs() overflow on some XFS systems.Joey Hess2014-12-23
* sanitize filepaths provided by checkUrlJoey Hess2014-12-11
* fix some mixed space+tab indentationJoey Hess2014-10-09
* relicense general utility library code to BSDJoey Hess2014-05-10
* fix all remaining -Wall warnings on WindowsJoey Hess2014-02-25
* filter branches (incomplete)Joey Hess2014-02-16
* eliminating absNormPathJoey Hess2014-02-07
* add regression test for symlink calculationJoey Hess2014-02-06
* wiiindddoowwsJoey Hess2014-02-06
* fix windows code again (argh)Joey Hess2014-02-06
* work around absNormPath not working on WindowsJoey Hess2014-02-06
* Revert "work around absNormPath not working on Windows"Joey Hess2014-02-06
* work around absNormPath not working on WindowsJoey Hess2014-02-06
* addurl, importfeed: Sanitize | and some other symbols and special characters.Joey Hess2013-12-27
* Youtube support! (And 53 other video hosts)Joey Hess2013-08-22
* get rid of __WINDOWS__, use mingw32_HOST_OSJoey Hess2013-08-02
* Fix a few bugs involving filenames that are at or near the filesystem's maxim...Joey Hess2013-07-30
* Windows: Look for .exe extension when searching for a command in path.Joey Hess2013-07-06