aboutsummaryrefslogtreecommitdiff
path: root/doc/bugs
Commit message (Collapse)AuthorAge
* commentGravatar Joey Hess2016-03-01
|
* Added a commentGravatar https://me.yahoo.com/a/EbvxpTI_xP9Aod7Mg4cwGhgjrCrdM5s-#7c0f42016-03-01
|
* Added a commentGravatar https://me.yahoo.com/a/EbvxpTI_xP9Aod7Mg4cwGhgjrCrdM5s-#7c0f42016-03-01
|
* Added a comment: recent snapshot seems has fixed itGravatar https://me.yahoo.com/a/EbvxpTI_xP9Aod7Mg4cwGhgjrCrdM5s-#7c0f42016-03-01
|
* Added a comment: more infoGravatar https://me.yahoo.com/a/EbvxpTI_xP9Aod7Mg4cwGhgjrCrdM5s-#7c0f42016-03-01
|
* moreinfoGravatar Joey Hess2016-03-01
|
* Fix bug preventing moving files to/from a repository with annex.pidlock set.Gravatar Joey Hess2016-03-01
|
* Fix data loss that can occur when annex.pidlock is set in a repository.Gravatar Joey Hess2016-03-01
|
* commentGravatar Joey Hess2016-03-01
|
* commentGravatar Joey Hess2016-03-01
|
* reopenGravatar Joey Hess2016-03-01
|
* commentGravatar Joey Hess2016-03-01
|
* Added a comment: similar problemGravatar bvaa2016-03-01
|
* initial whiningGravatar https://me.yahoo.com/a/EbvxpTI_xP9Aod7Mg4cwGhgjrCrdM5s-#7c0f42016-03-01
|
* (no commit message)Gravatar https://me.yahoo.com/a/EbvxpTI_xP9Aod7Mg4cwGhgjrCrdM5s-#7c0f42016-03-01
|
* (no commit message)Gravatar michael.hanke@c60e12358aa3fc6060531bdead1f530ac4d582ec2016-02-29
|
* forgot to add this comment earlierGravatar Joey Hess2016-02-29
|
* close bug and changelogGravatar Joey Hess2016-02-26
| | | | finished testing recent commits, and I did solve it
* updateGravatar Joey Hess2016-02-26
|
* bugGravatar Joey Hess2016-02-26
|
* closeGravatar Joey Hess2016-02-26
|
* (no commit message)Gravatar https://me.yahoo.com/a/EbvxpTI_xP9Aod7Mg4cwGhgjrCrdM5s-#7c0f42016-02-26
|
* (no commit message)Gravatar https://me.yahoo.com/a/EbvxpTI_xP9Aod7Mg4cwGhgjrCrdM5s-#7c0f42016-02-26
|
* (no commit message)Gravatar https://me.yahoo.com/a/EbvxpTI_xP9Aod7Mg4cwGhgjrCrdM5s-#7c0f42016-02-24
|
* todoGravatar Joey Hess2016-02-23
|
* commentGravatar Joey Hess2016-02-23
|
* added [[!meta author=yoh]]Gravatar https://me.yahoo.com/a/EbvxpTI_xP9Aod7Mg4cwGhgjrCrdM5s-#7c0f42016-02-23
|
* (no commit message)Gravatar https://me.yahoo.com/a/EbvxpTI_xP9Aod7Mg4cwGhgjrCrdM5s-#7c0f42016-02-23
|
* tag bugs that will be fixed when direct mode is removedGravatar Joey Hess2016-02-19
|
* closeGravatar Joey Hess2016-02-19
|
* followupGravatar Joey Hess2016-02-19
|
* Linux and OSX standalone builds put the bundled gpg last in PATH, so any ↵Gravatar Joey Hess2016-02-19
| | | | system gpg will be preferred over it.
* closeGravatar Joey Hess2016-02-19
|
* commentGravatar Joey Hess2016-02-19
|
* Added a comment: 'git-annex semitrust' seems to solve the issueGravatar emanuele.olivetti@47d88ed185b03191e25329caa6fabc2efb3118b22016-02-18
|
* Added a commentGravatar christoph.schober@b8a66d38d9dfeeb6d7cd83888079d5870014ad7a2016-02-18
|
* Added a comment: repository marked as dead (!)Gravatar emanuele.olivetti@47d88ed185b03191e25329caa6fabc2efb3118b22016-02-18
|
* followupGravatar Joey Hess2016-02-17
|
* followupGravatar Joey Hess2016-02-17
|
* Add some more info to the bug reportGravatar Øyvind A. Holm2016-02-17
|
* Add bug report about failing tests when annex.backends is definedGravatar sunny2562016-02-17
|
* (no commit message)Gravatar https://me.yahoo.com/a/EbvxpTI_xP9Aod7Mg4cwGhgjrCrdM5s-#7c0f42016-02-15
|
* Added a commentGravatar emanuele.olivetti@47d88ed185b03191e25329caa6fabc2efb3118b22016-02-15
|
* Merge branch 'master' of ssh://git-annex.branchable.comGravatar Joey Hess2016-02-14
|\
* | fsck: Populate unlocked files in v6 repositories whose content is present in ↵Gravatar Joey Hess2016-02-14
| | | | | | | | | | | | annex/objects but didn't reach the work tree. This also handles fixing up after f9dfeaf801da2e4d5879b3de5895dc3cef68a329
* | Fix storing of filenames of v6 unlocked files when the filename is not ↵Gravatar Joey Hess2016-02-14
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | representable in the current locale. This is a mostly backwards compatable change. I broke backwards compatability in the case where a filename starts with double-quote. That seems likely to be very rare, and v6 unlocked files are a new feature anyway, and fsck needs to fix missing associated file mappings anyway. So, I decided that is good enough. The encoding used is to just show the String when it contains a problem character. While that adds some overhead to addAssociatedFile and removeAssociatedFile, those are not called very often. This approach has minimal decode overhead, because most filenames won't be encoded that way, and it only has to look for the leading double-quote to skip the expensive read. So, getAssociatedFiles remains fast. I did consider using ByteString instead, but getting a FilePath converted with all chars intact, even surrigates, is difficult, and it looks like instance PersistField ByteString uses Text, which I don't trust for problem encoded data. It would probably be slower too, and it would make the database less easy to inspect manually.
| * Added a commentGravatar jody.frankowski@46af27a91b08450190f627a8fba772a61e22719f2016-02-14
| |
* | closeGravatar Joey Hess2016-02-14
|/
* closeGravatar Joey Hess2016-02-14
|
* commentGravatar Joey Hess2016-02-14
|