Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | move manual cabal install into its own page, and simplify it | Joey Hess | 2012-04-13 |
| | |||
* | (no commit message) | http://mildred.pip.verisignlabs.com/ | 2012-04-13 |
| | |||
* | Installation by hand using cabal / Setup.hs | http://mildred.pip.verisignlabs.com/ | 2012-04-13 |
| | |||
* | autocorrection | Joey Hess | 2012-04-12 |
| | | | | | | | git-annex (but not git-annex-shell) supports the git help.autocorrect configuration setting, doing fuzzy matching using the restricted Damerau-Levenshtein edit distance, just as git does. This adds a build dependency on the haskell edit-distance library. | ||
* | finish bloom filters | Joey Hess | 2012-03-12 |
| | | | | | | | | Add tuning, docs, etc. Not sure if status is the right place to remote size.. perhaps unused should report the size and also warn if it sees more keys than the bloom filter allows? | ||
* | note 7.4 needed | Joey Hess | 2012-02-04 |
| | |||
* | 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. | ||
* | Added NixOS to the list of distributions that support git-annex. | http://peter-simons.myopenid.com/ | 2012-01-13 |
| | |||
* | move windows support to a todo item | Joey Hess | 2012-01-13 |
| | | | | not holding my breath on this one.. | ||
* | remove S3stub stuff | Joey Hess | 2012-01-05 |
| | | | | | Let's keep that in a no-s3 branch, which can be merged into eg, debian-stable. | ||
* | add arch link | Joey Hess | 2012-01-02 |
| | |||
* | Merge branch 'new-monad-control' | Joey Hess | 2011-12-30 |
| | | | | | Conflicts: debian/changelog | ||
* | add a page for openSUSE install instructions | http://adamspiers.myopenid.com/ | 2011-12-24 |
| | |||
* | include --bindir in all cabal install examples | Joey Hess | 2011-09-25 |
| | |||
* | basic json support | Joey Hess | 2011-09-01 |
| | | | | | | | | | | | | | | | | | | This includes a generic JSONStream library built on top of Text.JSON (somewhat hackishly). It would be possible to stream out a single json document describing all actions, but it's probably better for consumers if they can expect one json document per line, so I did it that way instead. Output from external programs used for transferring files is not currently hidden when outputting json, which probably makes it not very useful there. This may be dealt with if there is demand for json output for --get or --move to be parsable. The version, status, and find subcommands have hand-crafted output and don't do json. The whereis subcommand needs to be modified to produce useful json. | ||
* | The wget command will now be used in preference to curl, if available. | Joey Hess | 2011-08-27 |
| | | | | Got tired of curl's various ugly progress bars. | ||
* | add monad-control to build depends | Joey Hess | 2011-07-07 |
| | | | | Will use this to handle exceptions in the Annex monad, yay. | ||
* | Drop the dependency on the haskell curl bindings, use regular haskell HTTP. | Joey Hess | 2011-07-04 |
| | |||
* | reorder | Joey Hess | 2011-07-02 |
| | |||
* | better cabal command | Joey Hess | 2011-07-02 |
| | | | | (which will work once I upload to hackage) | ||
* | updates for web remote and removing URL backend | Joey Hess | 2011-07-01 |
| | |||
* | Merge branch 'master' into v3 | Joey Hess | 2011-06-30 |
|\ | | | | | | | | | Conflicts: debian/changelog | ||
| * | cabal can now be used to build git-annex. | Joey Hess | 2011-06-30 |
| | | | | | | | | | | | | This is substantially slower than using make, does not build or install documentation, does not run the test suite, and is not particularly recommended, but could be useful to some. | ||
* | | freebsd port now available | Joey Hess | 2011-06-26 |
|/ | |||
* | update | Joey Hess | 2011-06-02 |
| | |||
* | fix | Joey Hess | 2011-06-02 |
| | |||
* | reformat | Joey Hess | 2011-06-02 |
| | |||
* | add fedora install instructions | Joey Hess | 2011-06-02 |
| | |||
* | Revert "Use haskell Crypto library instead of haskell SHA library.a" | Joey Hess | 2011-04-26 |
| | | | | | | | | | This reverts commit 892593c5efacbc084d19af4b5d7164ededaea7ff. Conflicts: Crypto.hs debian/control | ||
* | Use haskell Crypto library instead of haskell SHA library.a | Joey Hess | 2011-04-21 |
| | | | | Since hS3 needs Crypto anyway, this actually reduces dependencies. | ||
* | Add missing build dep on dataenc. | Joey Hess | 2011-04-17 |
| | |||
* | proper encrypted keys | Joey Hess | 2011-04-16 |
| | | | | | | For HMAC, using the Data.Digest.Pure.SHA library. I have been avoiding this library for checksumming generally, since it's (probably) not as fast as external utilities, but it's fine to use it for HMAC. | ||
* | gpg recommended | Joey Hess | 2011-04-16 |
| | |||
* | nasty hack to build when hS3 is not available | Joey Hess | 2011-03-30 |
| | | | | | | | | | | | So, it would be nicer to just use Cabal and take advantage of its conditional compilation support. But, Cabal seems to lack good support for a package with an internal library that is used by multiple executables. It wants to build everything twice or more. That's too slow for me. Anyway, fairly soon, I expect to upgrade hS3 to a requirment, and I can just revert this. | ||
* | more S3 docs | Joey Hess | 2011-03-29 |
| | |||
* | Did a fresh install of haskell-platform on a rhel5 32bit host and ↵ | https://www.google.com/accounts/o8/id?id=AItOawkSq2FDpK2n66QRUxtqqdbyDuwgbQmUWus | 2011-03-24 |
| | | | | iinstalling HP, pcre-light, missingh wasnt enough to build git-annex | ||
* | (no commit message) | https://www.google.com/accounts/o8/id?id=AItOawkSq2FDpK2n66QRUxtqqdbyDuwgbQmUWus | 2011-03-17 |
| | |||
* | only enable SHA backends that configure finds support for | Joey Hess | 2011-03-02 |
| | |||
* | more install notes | Joey Hess | 2011-02-09 |
| | |||
* | configure: Check for sha1sum.0.20 | Joey Hess | 2011-02-08 |
| | |||
* | reord install pages; per-OS instructions | Joey Hess | 2011-02-06 |
| | |||
* | Support using the uuidgen command if the uuid command is not available. | Joey Hess | 2011-01-19 |
| | |||
* | unfinished switch to using git-annex-shell | Joey Hess | 2010-12-30 |
| | |||
* | use Text.Regex.PCRE.Light.Char8 rather than Text.Regexp | Joey Hess | 2010-12-08 |
| | | | | | Text.Regexp does not think that á matches . -- seems to be a unicode problem. | ||
* | update | Joey Hess | 2010-12-02 |
| | |||
* | Rsync will now be used to resume interrupted/failed partial file transfers ↵ | Joey Hess | 2010-12-02 |
| | | | | from a remote. | ||
* | ikiwiki is not really needed | Joey Hess | 2010-10-29 |
| | |||
* | (no commit message) | Eugen_Paiuc | 2010-10-28 |
| | |||
* | xargs needed | Joey Hess | 2010-10-27 |
| | |||
* | forgot git :) | Joey Hess | 2010-10-19 |
| |