summaryrefslogtreecommitdiff
path: root/doc
Commit message (Collapse)AuthorAge
* Merge branch 'master' into remotecontrolGravatar Joey Hess2014-04-12
|\ | | | | | | | | Conflicts: debian/changelog
| * Add doc/bugs/Drop_--from_always_trusts_local_repository.mdwnGravatar David Triendl2014-04-12
| |
| * removedGravatar https://openid.stackexchange.com/user/e65e6d0e-58ba-41de-84cc-1f2ba54cf5742014-04-12
| |
| * devblogGravatar Joey Hess2014-04-11
| |
| * add news item for git-annex 5.20140412Gravatar Joey Hess2014-04-11
| |
| * add news item for git-annex 5.20140411Gravatar Joey Hess2014-04-11
| |
| * prep releaseGravatar Joey Hess2014-04-11
| |
| * Merge branch 'master' of ssh://git-annex.branchable.comGravatar Joey Hess2014-04-11
| |\
| * | assistant: Fix high CPU usage triggered when a monthly fsck is scheduled, ↵Gravatar Joey Hess2014-04-11
| | | | | | | | | | | | and the last time the job ran was a day of the month > 12. This caused a runaway loop. Thanks to Anarcat for his assistance, and to Maximiliano Curia for identifying the cause of this bug.
| | * Added a commentGravatar http://joeyh.name/2014-04-11
| | |
| * | typoGravatar Joey Hess2014-04-11
| |/
| * note that GIT_ANNEX_SHELL_READONLY does not imply GIT_ANNEX_SHELL_LIMITEDGravatar Joey Hess2014-04-11
| |
| * Merge branch 'master' of ssh://git-annex.branchable.comGravatar Joey Hess2014-04-11
| |\
| * | update for g3Gravatar Joey Hess2014-04-11
| | |
| | * (no commit message)Gravatar https://www.google.com/accounts/o8/id?id=AItOawn6-8_3tbusU0Myh97-GGuGUY9bBoBP3bQ2014-04-11
| |/
| * updateGravatar Joey Hess2014-04-10
| |
| * note automatic upgrade issueGravatar Joey Hess2014-04-10
| |
| * Merge branch 'master' of ssh://git-annex.branchable.comGravatar Joey Hess2014-04-10
| |\
| * | fix title (#150)Gravatar Joey Hess2014-04-10
| | |
| | * (no commit message)Gravatar https://me.yahoo.com/a/FHnTlSBo1eCGJRwueeKeB6.RCaPbGMPr5jxx8A--#ce0d82014-04-10
| | |
| | * (no commit message)Gravatar https://me.yahoo.com/a/FHnTlSBo1eCGJRwueeKeB6.RCaPbGMPr5jxx8A--#ce0d82014-04-10
| | |
| | * Added a comment: I can't add google drive as remoteGravatar https://www.google.com/accounts/o8/id?id=AItOawl64jV2rE8GMogJ6XuqESSkz78RVBgVdGw2014-04-10
| | |
| | * Added a commentGravatar ayutheos2014-04-10
| | |
| | * removedGravatar https://www.google.com/accounts/o8/id?id=AItOawl64jV2rE8GMogJ6XuqESSkz78RVBgVdGw2014-04-10
| | |
| | * Added a comment: I can't add special remotesGravatar https://www.google.com/accounts/o8/id?id=AItOawl64jV2rE8GMogJ6XuqESSkz78RVBgVdGw2014-04-10
| |/
| * updateGravatar Joey Hess2014-04-09
| |
| * Merge branch 'master' of ssh://git-annex.branchable.comGravatar Joey Hess2014-04-09
| |\
| * | devblogGravatar Joey Hess2014-04-09
| | |
* | | webapp: Show a network signal icon next to ssh remotes that it's currently ↵Gravatar Joey Hess2014-04-09
| | | | | | | | | | | | connected with.
* | | typoGravatar Joey Hess2014-04-09
| | |
* | | make git-remote-daemon ssh transport robustGravatar Joey Hess2014-04-09
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Remote system might be available, and connection get lost. Should reconnect, but needs to avoid bad behavior (ie, constant reconnect attempts.) Use exponential backoff. * Detect if old system had a too old git-annex-shell, and show the user a nice message in the webapp. Required parsing error messages, so perhaps this code shoudl be removed once enough time has passed.. * Switch the protocol to using remote URI's, rather than remote names. Names change. Also avoids issues with serialization of names containing whitespace. This is nearly ready for merge into master now. I'd still like to make the ssh transport smarter about reusing ssh connection caching during git pull. This commit was sponsored by Jim Paris.
| | * Added a commentGravatar EvanDeaubl2014-04-09
| |/
| * add day's sponsorGravatar Joey Hess2014-04-08
| |
| * Merge branch 'master' of ssh://git-annex.branchable.comGravatar Joey Hess2014-04-08
| |\
| * | how to send patchesGravatar Joey Hess2014-04-08
| | |
| | * Added a commentGravatar augusto2014-04-08
| | |
| | * (no commit message)Gravatar https://www.google.com/accounts/o8/id?id=AItOawl-xMSPoRHcT5d2nAc1K8pWVi-AexKkYik2014-04-08
| | |
| | * link to the haskell page, which has many teaching resources about itGravatar https://id.koumbit.net/anarcat2014-04-08
| |/
| * devblogGravatar Joey Hess2014-04-08
| |
| * Merge branch 'master' of ssh://git-annex.branchable.comGravatar Joey Hess2014-04-08
| |\
| * | add contribute page, mention haskell on front pageGravatar Joey Hess2014-04-08
| | |
* | | updateGravatar Joey Hess2014-04-08
| | |
* | | assistant: Now detects immediately when other repositories push changes toGravatar Joey Hess2014-04-08
|/ / | | | | | | | | | | | | | | | | | | | | | | a ssh remote, and pulls. XMPP is no longer needed in this configuration! Requires the remote server have git-annex-shell with notifychanges support. (untested) This commit was sponsored by Geog Wechslberger.
* | fix STOPGravatar Joey Hess2014-04-08
| |
* | cleaned up AnnexState handling in transportsGravatar Joey Hess2014-04-08
| |
* | clarifyGravatar Joey Hess2014-04-08
| |
| * Added a comment: Encrypt with pub or sub?Gravatar https://openid.stackexchange.com/user/e65e6d0e-58ba-41de-84cc-1f2ba54cf5742014-04-08
| |
| * removedGravatar https://openid.stackexchange.com/user/e65e6d0e-58ba-41de-84cc-1f2ba54cf5742014-04-08
| |
| * Added a comment: Encrypt with pub or sub?Gravatar https://openid.stackexchange.com/user/e65e6d0e-58ba-41de-84cc-1f2ba54cf5742014-04-08
|/
* Merge branch 'master' of ssh://git-annex.branchable.comGravatar Joey Hess2014-04-07
|\