summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
* -Wall cleanGravatar Joey Hess2013-12-27
|
* updateGravatar Joey Hess2013-12-26
|
* devblogGravatar Joey Hess2013-12-26
|
* fix format of sample programGravatar Joey Hess2013-12-26
|
* Merge branch 'master' of ssh://git-annex.branchable.comGravatar Joey Hess2013-12-26
|\
* | external special remotes mostly implemented (untested)Gravatar Joey Hess2013-12-26
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This has not been tested at all. It compiles! The only known missing things are support for encryption, and for get/set of special remote configuration, and of key state. (The latter needs separate work to add a new per-key log file to store that state.) Only thing I don't much like is that initremote needs to be passed both type=external and externaltype=foo. It would be better to have just type=foo Most of this is quite straightforward code, that largely wrote itself given the types. The only tricky parts were: * Need to lock the remote when using it to eg make a request, because in theory git-annex could have multiple threads that each try to use a remote at the same time. I don't think that git-annex ever does that currently, but better safe than sorry. * Rather than starting up every external special remote program when git-annex starts, they are started only on demand, when first used. This will avoid slowdown, especially when running fast git-annex query commands. Once started, they keep running until git-annex stops, currently, which may not be ideal, but it's hard to know a better time to stop them. * Bit of a chicken and egg problem with caching the cost of the remote, because setting annex-cost in the git config needs the remote to already be set up. Managed to finesse that. This commit was sponsored by Lukas Anzinger.
* | updateGravatar Joey Hess2013-12-26
| |
* | update for external special remotesGravatar Joey Hess2013-12-26
| |
* | external special remote documentation and example scriptGravatar Joey Hess2013-12-26
| |
| * fixed markdown formattingGravatar https://openid.stackexchange.com/user/e65e6d0e-58ba-41de-84cc-1f2ba54cf5742013-12-26
| |
| * Can't see output from git-annex statusGravatar https://openid.stackexchange.com/user/e65e6d0e-58ba-41de-84cc-1f2ba54cf5742013-12-26
| |
| * corrected typo in status commandGravatar https://openid.stackexchange.com/user/e65e6d0e-58ba-41de-84cc-1f2ba54cf5742013-12-26
| |
* | simplify PROGRESSGravatar Joey Hess2013-12-26
| | | | | | | | Only one transfer will be running at a time, per external special remote.
* | update haskell patches for new versions in hackageGravatar Joey Hess2013-12-26
| |
* | install happy and alex into android build chrootGravatar Joey Hess2013-12-26
| |
| * removedGravatar http://sameer.sbuddhe.net/blog/2013-12-26
| |
| * Added a comment: walkthrough should point to this tipGravatar http://sameer.sbuddhe.net/blog/2013-12-26
| |
| * Added a commentGravatar https://www.google.com/accounts/o8/id?id=AItOawl99Gxq3NPNvwZHp3PDufaknQH4rZb_KKY2013-12-26
| |
* | future-proofingGravatar Joey Hess2013-12-25
| |
| * (no commit message)Gravatar https://www.google.com/accounts/o8/id?id=AItOawkgy5Qf4bivpTfYPw_yh92OcDlesrVTREg2013-12-25
|/
* typoGravatar Joey Hess2013-12-25
|
* Merge branch 'master' of ssh://git-annex.branchable.comGravatar Joey Hess2013-12-25
|\
* | devblogGravatar Joey Hess2013-12-25
| |
* | basic data types and serialization for external special remote protocolGravatar Joey Hess2013-12-25
| | | | | | | | | | | | | | | | | | | | This is mostly straightforward, but did turn out quite nicely stronly typed, and with a quite nice automatic tokenization and parsing of received messages. Made a few minor changes to the protocol to clear up ambiguities and make it easier to parse. Note particularly that setting remote configuration is moved to a separate command, which allows a remote to set arbitrary data.
| * Added myself to users.Gravatar Greg Grossmeier2013-12-24
|/
* Merge branch 'master' of ssh://git-annex.branchable.comGravatar Joey Hess2013-12-24
|\
* | devblogGravatar Joey Hess2013-12-24
| |
* | clean upGravatar Joey Hess2013-12-24
| |
| * Added a commentGravatar http://joeyh.name/2013-12-24
|/
* Merge branch 'master' of ssh://git-annex.branchable.comGravatar Joey Hess2013-12-24
|\
* | check that ~/Desktop/annex can be written to; fall back to ~/annex when notGravatar Joey Hess2013-12-24
| |
| * Added a commentGravatar http://joeyh.name/2013-12-24
| |
| * Added a commentGravatar http://joeyh.name/2013-12-24
|/
* Include git-receive-pack, git-upload-pack, and git wrappers in the Linux ↵Gravatar Joey Hess2013-12-24
| | | | standalone build, and OSX app, so they will be available when it's added to PATH.
* fix gconvdirGravatar Joey Hess2013-12-24
|
* Added a commentGravatar http://joeyh.name/2013-12-24
|
* Fix bug in Linux standalone build's shimming that broke git-annex-shell.Gravatar Joey Hess2013-12-24
|
* remove unused importsGravatar Joey Hess2013-12-24
|
* Fix typo in test suite.Gravatar Joey Hess2013-12-24
|
* Add tasty to build-depends, so that test suite builds again. (tasty was ↵Gravatar Joey Hess2013-12-24
| | | | stuck in incoming.)
* closeGravatar Joey Hess2013-12-24
|
* update for LinuxMkLibsGravatar Joey Hess2013-12-24
|
* resursively follow lib symlinks, just in caseGravatar Joey Hess2013-12-24
|
* Merge remote-tracking branch 'origin/master'Gravatar Joey Hess2013-12-24
|\
* | convert hacky shell linux mklibs code to haskell ; fixing symlink bugGravatar Joey Hess2013-12-24
| | | | | | | | | | | | The shell code was nasty, and buggy. New haskell code is much nicer, and it's easy to do complicated calculations to properly convert possibly absolute symlinks between libraries into relative links using it.
| * removedGravatar http://id.clacke.se/2013-12-24
| |
| * Added a comment: auto Transport Company auto Shipping transport VehicleGravatar https://www.google.com/accounts/o8/id?id=AItOawlQOB33y4pNs2tjhTOMO-vNmFAPwEm02b42013-12-24
| |
| * (no commit message)Gravatar https://launchpad.net/~psycojoker2013-12-23
| |
| * doc/git-annex.mdwn: Forgot Oxford commaGravatar Richard Hartmann2013-12-23
| |
| * doc/git-annex.mdwn: Improve docs for annex.diskreserveGravatar Richard Hartmann2013-12-23
| |