summaryrefslogtreecommitdiff
path: root/doc
Commit message (Collapse)AuthorAge
* Added a commentGravatar https://openid.stackexchange.com/user/3f8a1927-744c-4409-8425-48fb3c86672f2014-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
|
* 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.
* metacata command can now operate on many files at onceGravatar Joey Hess2014-02-13
|
* Merge branch 'master' of ssh://git-annex.branchable.comGravatar Joey Hess2014-02-12
|\
* | devblogGravatar 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.
* 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
|
* remove windows --git-dir unix style path hackGravatar Joey Hess2014-02-11
| | | | | | This is no longer necessary, at least with msysgit 1.8.5.2.msysgit.0. Its root cause may have been fixed by other recent git path fixes. It was causing the webapp to fail to make repos on other drives.
* noteGravatar Joey Hess2014-02-11
|
* Merge branch 'master' of ssh://git-annex.branchable.comGravatar Joey Hess2014-02-11
|\
* | plumb creds from webapp to initremoteGravatar Joey Hess2014-02-11
| | | | | | | | | | Avoids abusing setting environment variables, which was always a hack and won't work on windows.
| * Added a comment: finished rebuilding everythingGravatar http://joeyh.name/2014-02-11
|/
* typoGravatar Joey Hess2014-02-11
|
* cleanupGravatar Joey Hess2014-02-11
|
* correctionGravatar Joey Hess2014-02-11
|
* every idea that came to me in my sleep. there were rather a lot of themGravatar Joey Hess2014-02-11
|
* interesting new design just gelled.. almostGravatar Joey Hess2014-02-11
|
* Added a commentGravatar http://schnouki.net/2014-02-11
|