Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | relicense general utility library code to BSD | Joey Hess | 2014-05-10 |
| | | | | | Omitted a couple of files what have had significant contributions from others. | ||
* | get rid of __WINDOWS__, use mingw32_HOST_OS | Joey Hess | 2013-08-02 |
| | | | | | The latter is harder for me to remember, but avoids build failures in code used by the configure program. | ||
* | Android: Fix use of cp command to not try to use features present only on ↵ | Joey Hess | 2013-06-14 |
| | | | | build system. | ||
* | Supports indirect mode on encfs in paranoia mode, and other filesystems that ↵ | Joey Hess | 2013-06-10 |
| | | | | do not support hard links, but do support symlinks and other POSIX filesystem features. | ||
* | finished where indentation changes | Joey Hess | 2012-12-13 |
| | |||
* | Pass -a to cp even when it supports --reflink=auto, to preserve permissions. | Joey Hess | 2012-05-15 |
| | | | | | | Amoung other things, this makes unlocking a WORM backed file and then re-adding it without making any changes not add a new object, as the timestamp is preserved. | ||
* | import juggling | Joey Hess | 2012-04-14 |
| | |||
* | remove Utility.Conditional and use IfElse | Joey Hess | 2012-01-24 |
| | | | | | | | This drops the >>! and >>? with the nice low fixity. IfElse does have undocumented >>=>>! and >>=>>? operators, but I deem that too fishy. Anyway, using whenM and unlessM is easier; I sometimes mixed the operators up. | ||
* | factor out common imports | Joey Hess | 2011-10-03 |
| | | | | no code changes | ||
* | split groups of related functions out of Utility | Joey Hess | 2011-08-22 |
| | |||
* | moved files around | Joey Hess | 2011-08-20 |
| | |||
* | finished hlint pass | Joey Hess | 2011-07-15 |
| | |||
* | rename | Joey Hess | 2011-07-05 |