summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
* 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
|
* 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
| |
| * This reverts commit d501d358810c97b10979948bdc166b21f440927dGravatar https://www.google.com/accounts/o8/id?id=AItOawk9nck8WX8-ADF3Fdh5vFo4Qrw1I_bJcR82014-02-12
| |
| * removedGravatar https://www.google.com/accounts/o8/id?id=AItOawk9nck8WX8-ADF3Fdh5vFo4Qrw1I_bJcR82014-02-12
| |
| * removedGravatar http://joeyh.name/2014-02-11
| |
| * Added a commentGravatar http://joeyh.name/2014-02-11
| |
| * Added a commentGravatar http://joeyh.name/2014-02-11
| |
| * Added a commentGravatar https://www.google.com/accounts/o8/id?id=AItOawkNE-H4vEcbcGndxq5daT8qUb7yIf7r1OE2014-02-11
|/
* use mapGravatar Joey Hess2014-02-11
|
* unify fields and tagsGravatar Joey Hess2014-02-11
|
* devblogGravatar Joey Hess2014-02-11
|
* Windows webapp: Can create repos on removable drives.Gravatar Joey Hess2014-02-11
|