Commit graph

5940 commits

Author SHA1 Message Date
https://www.google.com/accounts/o8/id?id=AItOawmOdbVjVGAnGCL9cF2gTQSn22c5L7b_lLY
e135b9436f Initial report 2015-02-05 07:23:57 +00:00
https://www.google.com/accounts/o8/id?id=AItOawmg0NqVniTETKYIWr6eyYRJnakNg0A6tRc
951a126470 Added a comment 2015-02-04 21:42:22 +00:00
Joey Hess
41d462001d move to todo 2015-02-04 15:53:19 -04:00
Joey Hess
41cd98c869 comment 2015-02-04 15:53:03 -04:00
Joey Hess
9a93de3d36 move to todo 2015-02-04 15:47:36 -04:00
Joey Hess
130b58ca5b comment 2015-02-04 15:47:29 -04:00
Joey Hess
7ab9f0b7d3 followup and retitle 2015-02-04 15:34:45 -04:00
Joey Hess
6783afe757 comment 2015-02-04 15:10:32 -04:00
Joey Hess
092eef5894 comment and close; bug reporter is using old version and is also mistaken about how S3 security works 2015-02-04 15:00:33 -04:00
Joey Hess
c30414a5aa comment 2015-02-04 14:55:00 -04:00
Joey Hess
7e7f404426 comment 2015-02-04 14:44:35 -04:00
https://www.google.com/accounts/o8/id?id=AItOawnx8kHW66N3BqmkVpgtXDlYMvr8TJ5VvfY
81de790fc7 Added a comment 2015-02-04 15:53:48 +00:00
https://www.google.com/accounts/o8/id?id=AItOawkDqgw0JLrxLH3GIpg36Mp79F_1pxZxWxU
191afafc78 Added a comment 2015-02-04 14:56:36 +00:00
https://www.google.com/accounts/o8/id?id=AItOawmg0NqVniTETKYIWr6eyYRJnakNg0A6tRc
cb80962a9e 2015-02-03 19:45:05 +00:00
https://www.google.com/accounts/o8/id?id=AItOawnW_CrhP9p50n9UUhTg_a9glyKWSvnrjRQ
4cf73bc9f3 2015-02-02 12:30:46 +00:00
https://www.google.com/accounts/o8/id?id=AItOawlvmWVPaSpWJO5_rimCL0lEoJRoKOIjhHE
9939dc5caf 2015-01-28 18:11:28 +00:00
anarcat
2ad51296fb Added a comment: still an issue 2015-01-26 17:27:26 +00:00
https://www.google.com/accounts/o8/id?id=AItOawk9nck8WX8-ADF3Fdh5vFo4Qrw1I_bJcR8
2e74f09ade 2015-01-25 23:39:30 +00:00
https://www.google.com/accounts/o8/id?id=AItOawkXzY87FdO942LR-qNyJFeCth0LjWORNuw
7b56bdaf29 Added a comment: Proposed resolution 2015-01-24 17:18:14 +00:00
https://www.google.com/accounts/o8/id?id=AItOawkXzY87FdO942LR-qNyJFeCth0LjWORNuw
dff431ca95 Added a comment: proposed resolution 2015-01-24 17:10:20 +00:00
madduck
acd59594ed 2015-01-23 21:47:46 +00:00
https://www.google.com/accounts/o8/id?id=AItOawkXzY87FdO942LR-qNyJFeCth0LjWORNuw
7d0e5f9fc9 removed 2015-01-22 18:26:45 +00:00
https://www.google.com/accounts/o8/id?id=AItOawkXzY87FdO942LR-qNyJFeCth0LjWORNuw
22a7fd020c Added a comment: Additional experiment 2015-01-22 18:26:18 +00:00
https://www.google.com/accounts/o8/id?id=AItOawkXzY87FdO942LR-qNyJFeCth0LjWORNuw
202f549926 Added a comment: Additional experiment 2015-01-22 18:24:34 +00:00
https://www.google.com/accounts/o8/id?id=AItOawkXzY87FdO942LR-qNyJFeCth0LjWORNuw
53455fe723 2015-01-22 18:11:35 +00:00
https://www.google.com/accounts/o8/id?id=AItOawkXzY87FdO942LR-qNyJFeCth0LjWORNuw
289d4f5065 2015-01-21 16:12:48 +00:00
https://www.google.com/accounts/o8/id?id=AItOawnwNDA50ZupMvOgpgDqzDRyu5B-mYlVwa4
51932beb70 Added a comment 2015-01-21 07:30:51 +00:00
https://www.google.com/accounts/o8/id?id=AItOawlo7XnC4EU3u_9t80JUYXV7XPnUqBQ7mD4
77c16fb113 2015-01-21 02:20:34 +00:00
https://www.google.com/accounts/o8/id?id=AItOawlo7XnC4EU3u_9t80JUYXV7XPnUqBQ7mD4
6dab6e5225 2015-01-21 02:18:05 +00:00
Joey Hess
4f657aa14e add getFileSize, which can get the real size of a large file on Windows
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.
2015-01-20 17:09:24 -04:00
Joey Hess
ffe0c8e482 comment; this is a dup of the windows long filename bug 2015-01-20 15:14:44 -04:00
Joey Hess
6035f94666 Windows: Fix running of the pre-commit-annex hook. 2015-01-20 14:48:16 -04:00
Joey Hess
d818e4c06c close; dup 2015-01-20 13:13:55 -04:00
Joey Hess
2a0a06ba36 try to coax any useful info out 2015-01-20 13:06:46 -04:00
Joey Hess
3e8af7610a retitle original newline bug report to more generic title and close dup 2015-01-20 13:03:29 -04:00
Rasmus
1c6059bb7f 2015-01-20 13:31:40 +00:00
https://www.google.com/accounts/o8/id?id=AItOawnwNDA50ZupMvOgpgDqzDRyu5B-mYlVwa4
5ca14275bf Added a comment 2015-01-19 11:49:32 +00:00
zoltanp
274432021c add bug: creating git annex unused fails when a filename contains newline 2015-01-19 11:22:17 +00:00
Phyks
36a332ba15 2015-01-18 23:54:43 +00:00
http://joeyh.name/
b25ac126ee Added a comment 2015-01-16 20:38:57 +00:00
https://www.google.com/accounts/o8/id?id=AItOawnmF_9CAtfqdZkC4e-_dCX-rK5bqh4RWkw
dec9e5ff0e Added a comment: Thanks and question 2015-01-16 20:14:32 +00:00
mkdf
dbf77f81c0 Added a comment 2015-01-16 06:10:43 +00:00
Joey Hess
a92737c8b9 Fix build failure when wget is not installed. 2015-01-15 15:42:15 -04:00
Joey Hess
8872f2fbdb Merge branch 'master' of ssh://git-annex.branchable.com 2015-01-15 15:39:01 -04:00
Joey Hess
1ce8367417 remotedaemon: Fix problem that could prevent ssh connections being made 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.
2015-01-15 15:37:53 -04:00
https://www.google.com/accounts/o8/id?id=AItOawnmF_9CAtfqdZkC4e-_dCX-rK5bqh4RWkw
3bc2b4d956 2015-01-15 19:24:19 +00:00
Joey Hess
ec90116851 confirmed 2015-01-15 15:11:41 -04:00
Joey Hess
11eef8eefd cannot reproduce problem; more info needed 2015-01-15 15:04:27 -04:00
https://www.google.com/accounts/o8/id?id=AItOawnwNDA50ZupMvOgpgDqzDRyu5B-mYlVwa4
2edb51fe6e 2015-01-14 15:33:35 +00:00
https://www.google.com/accounts/o8/id?id=AItOawnwNDA50ZupMvOgpgDqzDRyu5B-mYlVwa4
e8571a15e4 2015-01-14 15:32:24 +00:00