summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
* Revert "work around what is likely a bug in a new version of ssh"Gravatar Joey Hess2014-02-14
| | | | | | | This reverts commit 07ab0b85ce375c1882e13780e525aba8918c6fdf. Bug was fixed in -2 of debian package, and is fixed upstream (unsure what upstream release specificically)
* Merge branch 'master' of ssh://git-annex.branchable.comGravatar Joey Hess2014-02-14
|\
* | devblogGravatar Joey Hess2014-02-14
| |
* | work around what is likely a bug in a new version of sshGravatar Joey Hess2014-02-14
| | | | | | | | | | This avoids running into it for new setups, but does not transition old setups. Just a quick fix; I hope to get ssh fixed.
* | windows webapp: fix rsync.net supportGravatar Joey Hess2014-02-14
| |
| * Added a commentGravatar https://openid.stackexchange.com/user/3f8a1927-744c-4409-8425-48fb3c86672f2014-02-14
| |
* | reorgGravatar Joey Hess2014-02-14
| |
* | remote ssh server testing and working on windowsGravatar Joey Hess2014-02-14
| |
* | fix windows env hackGravatar Joey Hess2014-02-14
| |
* | updateGravatar Joey Hess2014-02-14
| |
* | forgot to closeGravatar Joey Hess2014-02-14
| |
* | windows: hack to ensure HOME is always setGravatar Joey Hess2014-02-14
| |
* | avoid git-annex-shell testGravatar Joey Hess2014-02-14
| |
| * Added a comment: Still problemsGravatar https://www.google.com/accounts/o8/id?id=AItOawk7iPiqWr3BVPLWEDvJhSSvcOqheLEbLNo2014-02-14
| |
| * Not yet fixedGravatar https://www.google.com/accounts/o8/id?id=AItOawk9nck8WX8-ADF3Fdh5vFo4Qrw1I_bJcR82014-02-14
| | | | | | | | This reverts commit 7b2a2192cc6871a74177f35543a0590a022e51ca
| * Added a comment: Not fixedGravatar https://www.google.com/accounts/o8/id?id=AItOawk9nck8WX8-ADF3Fdh5vFo4Qrw1I_bJcR82014-02-14
|/
* windows: Fix start for already running daemonGravatar Joey Hess2014-02-13
|
* devblogGravatar Joey Hess2014-02-13
|
* windows: Fix daemon pid file locking.Gravatar Joey Hess2014-02-13
| | | | | Well, as much as it can be fixed on windows. Not atomic; not entirely guarded against the wrong process having the pid file locked.
* windows: Fix process termination code.Gravatar Joey Hess2014-02-13
| | | | | | | | | | | The ctrl-c hack used before didn't actually seem to work. No haskell libraries expose TerminateProcess. I tried just calling it via FFI, but got segfaults, probably to do with the wacky process handle not being managed correctly. Moving it all into one C function worked. This was hell. The EvilLinker hack was just final icing on the cake. We all know what the cake was made of.
* Windows: Crazy hack to make file manager not start hidden underneath web ↵Gravatar Joey Hess2014-02-13
| | | | | | browser window I can't even..
* Windows: Fix startAssistant to not wait for ever for a non-daemonizing processGravatar Joey Hess2014-02-13
| | | | Seemed to fix several problems.
* windows: fix fsck --incremental to not crashGravatar Joey Hess2014-02-13
| | | | Although it is still not incremental.
* closeGravatar Joey Hess2014-02-13
|
* Merge branch 'master' of ssh://git-annex.branchable.comGravatar Joey Hess2014-02-13
|\
* | reference branchGravatar Joey Hess2014-02-13
| |
| * (no commit message)Gravatar https://www.google.com/accounts/o8/id?id=AItOawnq-RfkVpFN15SWvQ2lpSGAi0XpNQuLxKM2014-02-13
| |
| * Added a comment: further informationGravatar https://www.google.com/accounts/o8/id?id=AItOawm78jq1Uo-ZbyOPG3diJUWVvEiM0kyAcvk2014-02-13
| |
| * (no commit message)Gravatar https://www.google.com/accounts/o8/id?id=AItOawm78jq1Uo-ZbyOPG3diJUWVvEiM0kyAcvk2014-02-13
| |
| * (no commit message)Gravatar https://www.google.com/accounts/o8/id?id=AItOawm78jq1Uo-ZbyOPG3diJUWVvEiM0kyAcvk2014-02-13
| |
| * (no commit message)Gravatar ganwell2014-02-13
| |
| * (no commit message)Gravatar ganwell2014-02-13
|/
* limiting files based on metadataGravatar Joey Hess2014-02-13
| | | | | | Note that there is currently no caching, so --metadata foo=bar --metadata tag=blah will currently read the log 2x per file.
* nice git ack space optimisation when setting the same metadata value for ↵Gravatar Joey Hess2014-02-13
| | | | multiple files
* metacata command can now operate on many files at onceGravatar Joey Hess2014-02-13
|
* avoid churning in git to no benefit when optimising metadata logGravatar Joey Hess2014-02-12
| | | | I think this is now optimal.
* Merge branch 'master' of ssh://git-annex.branchable.comGravatar Joey Hess2014-02-12
|\
* | devblogGravatar Joey Hess2014-02-12
| |
* | improve simplifierGravatar Joey Hess2014-02-12
| |
* | fix metadata log simplifier and additional quickcheck testsGravatar Joey Hess2014-02-12
| |
* | fix Ord instance for MetaValue to work like Eq instanceGravatar Joey Hess2014-02-12
| |
* | don't bring forward old values in new log lineGravatar Joey Hess2014-02-12
| |
| * link markupGravatar http://lj.rossia.org/users/imz/2014-02-13
| |
* | add metadata command to get/set metadataGravatar Joey Hess2014-02-12
| | | | | | | | | | | | | | | | | | Adds metadata log, and command. Note that unsetting field values seems to currently be broken. And in general this has had all of 2 minutes worth of testing. This commit was sponsored by Julien Lefrique.
* | data types and serialization for metadataGravatar Joey Hess2014-02-12
|/ | | | | | | A very haskell commit! Just data types, instances to serialize the metadata to a nice format, and QuickCheck tests. This commit was sponsored by Andreas Leha.
* Merge branch 'master' of ssh://git-annex.branchable.comGravatar Joey Hess2014-02-12
|\
* | unbreak the buildGravatar Joey Hess2014-02-12
| |
| * Added a commentGravatar http://joeyh.name/2014-02-12
| |
| * Added a comment: Same problem hereGravatar https://www.google.com/accounts/o8/id?id=AItOawm78jq1Uo-ZbyOPG3diJUWVvEiM0kyAcvk2014-02-12
| |
| * Added a comment: fix confirmedGravatar https://www.google.com/accounts/o8/id?id=AItOawkI9pq1WH6MWeExXHVQVEsniT3DdFv4AB82014-02-12
| |