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