summaryrefslogtreecommitdiff
path: root/doc/install.mdwn
Commit message (Collapse)AuthorAge
* basic json supportGravatar Joey Hess2011-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.Gravatar Joey Hess2011-08-27
| | | | Got tired of curl's various ugly progress bars.
* add monad-control to build dependsGravatar Joey Hess2011-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.Gravatar Joey Hess2011-07-04
|
* reorderGravatar Joey Hess2011-07-02
|
* better cabal commandGravatar Joey Hess2011-07-02
| | | | (which will work once I upload to hackage)
* updates for web remote and removing URL backendGravatar Joey Hess2011-07-01
|
* Merge branch 'master' into v3Gravatar Joey Hess2011-06-30
|\ | | | | | | | | Conflicts: debian/changelog
| * cabal can now be used to build git-annex.Gravatar Joey Hess2011-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 availableGravatar Joey Hess2011-06-26
|/
* updateGravatar Joey Hess2011-06-02
|
* fixGravatar Joey Hess2011-06-02
|
* reformatGravatar Joey Hess2011-06-02
|
* add fedora install instructionsGravatar Joey Hess2011-06-02
|
* Revert "Use haskell Crypto library instead of haskell SHA library.a"Gravatar Joey Hess2011-04-26
| | | | | | | | | This reverts commit 892593c5efacbc084d19af4b5d7164ededaea7ff. Conflicts: Crypto.hs debian/control
* Use haskell Crypto library instead of haskell SHA library.aGravatar Joey Hess2011-04-21
| | | | Since hS3 needs Crypto anyway, this actually reduces dependencies.
* Add missing build dep on dataenc.Gravatar Joey Hess2011-04-17
|
* proper encrypted keysGravatar Joey Hess2011-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 recommendedGravatar Joey Hess2011-04-16
|
* nasty hack to build when hS3 is not availableGravatar Joey Hess2011-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 docsGravatar Joey Hess2011-03-29
|
* Did a fresh install of haskell-platform on a rhel5 32bit host and ↵Gravatar https://www.google.com/accounts/o8/id?id=AItOawkSq2FDpK2n66QRUxtqqdbyDuwgbQmUWus2011-03-24
| | | | iinstalling HP, pcre-light, missingh wasnt enough to build git-annex
* (no commit message)Gravatar https://www.google.com/accounts/o8/id?id=AItOawkSq2FDpK2n66QRUxtqqdbyDuwgbQmUWus2011-03-17
|
* only enable SHA backends that configure finds support forGravatar Joey Hess2011-03-02
|
* more install notesGravatar Joey Hess2011-02-09
|
* configure: Check for sha1sum.0.20Gravatar Joey Hess2011-02-08
|
* reord install pages; per-OS instructionsGravatar Joey Hess2011-02-06
|
* Support using the uuidgen command if the uuid command is not available.Gravatar Joey Hess2011-01-19
|
* unfinished switch to using git-annex-shellGravatar Joey Hess2010-12-30
|
* use Text.Regex.PCRE.Light.Char8 rather than Text.RegexpGravatar Joey Hess2010-12-08
| | | | | Text.Regexp does not think that á matches . -- seems to be a unicode problem.
* updateGravatar Joey Hess2010-12-02
|
* Rsync will now be used to resume interrupted/failed partial file transfers ↵Gravatar Joey Hess2010-12-02
| | | | from a remote.
* ikiwiki is not really neededGravatar Joey Hess2010-10-29
|
* (no commit message)Gravatar Eugen_Paiuc2010-10-28
|
* xargs neededGravatar Joey Hess2010-10-27
|
* forgot git :)Gravatar Joey Hess2010-10-19
|
* addGravatar Joey Hess2010-10-19