summaryrefslogtreecommitdiff
path: root/doc/bugs
Commit message (Collapse)AuthorAge
* Windows: Fix S3 special remote; need to call withSocketsDo to support ↵Gravatar Joey Hess2015-02-05
| | | | Windows. Thanks, Trent.
* responseGravatar Joey Hess2015-02-05
|
* Added a commentGravatar https://www.google.com/accounts/o8/id?id=AItOawkDqgw0JLrxLH3GIpg36Mp79F_1pxZxWxU2015-02-05
|
* Removed test tool name that may confuse thingsGravatar https://www.google.com/accounts/o8/id?id=AItOawmOdbVjVGAnGCL9cF2gTQSn22c5L7b_lLY2015-02-05
|
* (no commit message)Gravatar https://www.google.com/accounts/o8/id?id=AItOawmssikjU3jIGWA_NztiIVja4kU2zIsrqxU2015-02-05
|
* Initial reportGravatar https://www.google.com/accounts/o8/id?id=AItOawmOdbVjVGAnGCL9cF2gTQSn22c5L7b_lLY2015-02-05
|
* Added a commentGravatar https://www.google.com/accounts/o8/id?id=AItOawmg0NqVniTETKYIWr6eyYRJnakNg0A6tRc2015-02-04
|
* move to todoGravatar Joey Hess2015-02-04
|
* commentGravatar Joey Hess2015-02-04
|
* move to todoGravatar Joey Hess2015-02-04
|
* commentGravatar Joey Hess2015-02-04
|
* followup and retitleGravatar Joey Hess2015-02-04
|
* commentGravatar Joey Hess2015-02-04
|
* comment and close; bug reporter is using old version and is also mistaken ↵Gravatar Joey Hess2015-02-04
| | | | about how S3 security works
* commentGravatar Joey Hess2015-02-04
|
* commentGravatar Joey Hess2015-02-04
|
* Added a commentGravatar https://www.google.com/accounts/o8/id?id=AItOawnx8kHW66N3BqmkVpgtXDlYMvr8TJ5VvfY2015-02-04
|
* Added a commentGravatar https://www.google.com/accounts/o8/id?id=AItOawkDqgw0JLrxLH3GIpg36Mp79F_1pxZxWxU2015-02-04
|
* (no commit message)Gravatar https://www.google.com/accounts/o8/id?id=AItOawmg0NqVniTETKYIWr6eyYRJnakNg0A6tRc2015-02-03
|
* (no commit message)Gravatar https://www.google.com/accounts/o8/id?id=AItOawnW_CrhP9p50n9UUhTg_a9glyKWSvnrjRQ2015-02-02
|
* (no commit message)Gravatar https://www.google.com/accounts/o8/id?id=AItOawlvmWVPaSpWJO5_rimCL0lEoJRoKOIjhHE2015-01-28
|
* Added a comment: still an issueGravatar anarcat2015-01-26
|
* (no commit message)Gravatar https://www.google.com/accounts/o8/id?id=AItOawk9nck8WX8-ADF3Fdh5vFo4Qrw1I_bJcR82015-01-25
|
* Added a comment: Proposed resolutionGravatar https://www.google.com/accounts/o8/id?id=AItOawkXzY87FdO942LR-qNyJFeCth0LjWORNuw2015-01-24
|
* Added a comment: proposed resolutionGravatar https://www.google.com/accounts/o8/id?id=AItOawkXzY87FdO942LR-qNyJFeCth0LjWORNuw2015-01-24
|
* (no commit message)Gravatar madduck2015-01-23
|
* removedGravatar https://www.google.com/accounts/o8/id?id=AItOawkXzY87FdO942LR-qNyJFeCth0LjWORNuw2015-01-22
|
* Added a comment: Additional experimentGravatar https://www.google.com/accounts/o8/id?id=AItOawkXzY87FdO942LR-qNyJFeCth0LjWORNuw2015-01-22
|
* Added a comment: Additional experimentGravatar https://www.google.com/accounts/o8/id?id=AItOawkXzY87FdO942LR-qNyJFeCth0LjWORNuw2015-01-22
|
* (no commit message)Gravatar https://www.google.com/accounts/o8/id?id=AItOawkXzY87FdO942LR-qNyJFeCth0LjWORNuw2015-01-22
|
* (no commit message)Gravatar https://www.google.com/accounts/o8/id?id=AItOawkXzY87FdO942LR-qNyJFeCth0LjWORNuw2015-01-21
|
* Added a commentGravatar https://www.google.com/accounts/o8/id?id=AItOawnwNDA50ZupMvOgpgDqzDRyu5B-mYlVwa42015-01-21
|
* (no commit message)Gravatar https://www.google.com/accounts/o8/id?id=AItOawlo7XnC4EU3u_9t80JUYXV7XPnUqBQ7mD42015-01-21
|
* (no commit message)Gravatar https://www.google.com/accounts/o8/id?id=AItOawlo7XnC4EU3u_9t80JUYXV7XPnUqBQ7mD42015-01-21
|
* add getFileSize, which can get the real size of a large file on WindowsGravatar Joey Hess2015-01-20
| | | | | | | | | | | | | | Avoid using fileSize which maxes out at just 2 gb on Windows. Instead, use hFileSize, which doesn't have a bounded size. Fixes support for files > 2 gb on Windows. Note that the InodeCache code only needs to compare a file size, so it doesn't matter it the file size wraps. So it has been left as-is. This was necessary both to avoid invalidating existing inode caches, and because the code passed FileStatus around and would have become more expensive if it called getFileSize. This commit was sponsored by Christian Dietrich.
* comment; this is a dup of the windows long filename bugGravatar Joey Hess2015-01-20
|
* Windows: Fix running of the pre-commit-annex hook.Gravatar Joey Hess2015-01-20
|
* close; dupGravatar Joey Hess2015-01-20
|
* try to coax any useful info outGravatar Joey Hess2015-01-20
|
* retitle original newline bug report to more generic title and close dupGravatar Joey Hess2015-01-20
|
* (no commit message)Gravatar Rasmus2015-01-20
|
* Added a commentGravatar https://www.google.com/accounts/o8/id?id=AItOawnwNDA50ZupMvOgpgDqzDRyu5B-mYlVwa42015-01-19
|
* add bug: creating git annex unused fails when a filename contains newlineGravatar zoltanp2015-01-19
|
* (no commit message)Gravatar Phyks2015-01-18
|
* Added a commentGravatar http://joeyh.name/2015-01-16
|
* Added a comment: Thanks and questionGravatar https://www.google.com/accounts/o8/id?id=AItOawnmF_9CAtfqdZkC4e-_dCX-rK5bqh4RWkw2015-01-16
|
* Added a commentGravatar mkdf2015-01-16
|
* Fix build failure when wget is not installed.Gravatar Joey Hess2015-01-15
|
* Merge branch 'master' of ssh://git-annex.branchable.comGravatar Joey Hess2015-01-15
|\
* | remotedaemon: Fix problem that could prevent ssh connections being made ↵Gravatar Joey Hess2015-01-15
| | | | | | | | | | | | | | | | after two LOSTNET messages were received in a row Perhaps due to two different network interfaces being brought down. Since there is no reliable way to drain a Chan, I switched to STM TChan.