Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | update my email address and homepage url | 2015-01-21 | |
| | |||
* | copyright year update | 2015-01-21 | |
| | |||
* | on second thought, InodeCache should use getFileSize | 2015-01-20 | |
| | | | | | | | | This is necessary for interop between inode caches created on unix and windows. Which is more important than supporting inodecaches for large keys with the wrong size, which are broken anyway. There should be no slowdown from this change, except on Windows. | ||
* | devblog | 2015-01-20 | |
| | |||
* | build fix | 2015-01-20 | |
| | |||
* | fix upFrom of "." (and upFrom of "/" on Windows) | 2015-01-20 | |
| | |||
* | add getFileSize, which can get the real size of a large file on Windows | 2015-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. | ||
* | answer | 2015-01-20 | |
| | |||
* | comment; this is a dup of the windows long filename bug | 2015-01-20 | |
| | |||
* | response | 2015-01-20 | |
| | |||
* | Windows: Fix running of the pre-commit-annex hook. | 2015-01-20 | |
| | |||
* | close; dup | 2015-01-20 | |
| | |||
* | try to coax any useful info out | 2015-01-20 | |
| | |||
* | retitle original newline bug report to more generic title and close dup | 2015-01-20 | |
| | |||
* | followup | 2015-01-20 | |
| | |||
* | followup | 2015-01-20 | |
| | |||
* | remove possibly incorrect statement about walkthrough not making a direct ↵ | 2015-01-20 | |
| | | | | mode repo -- depends on OS and filesystem | ||
* | fix ld documentation which used initremote instead of enableremote | 2015-01-20 | |
| | |||
* | add new walkthrough chapter on using special remotes | 2015-01-20 | |
| | |||
* | comment | 2015-01-20 | |
| | |||
* | (no commit message) | 2015-01-20 | |
| | |||
* | Added a comment: direct mode pre-commit hooks [on windows] | 2015-01-20 | |
| | |||
* | (no commit message) | 2015-01-19 | |
| | |||
* | Added a comment | 2015-01-19 | |
| | |||
* | add bug: creating git annex unused fails when a filename contains newline | 2015-01-19 | |
| | |||
* | (no commit message) | 2015-01-19 | |
| | |||
* | (no commit message) | 2015-01-18 | |
| | |||
* | Added a comment | 2015-01-16 | |
| | |||
* | Added a comment: Thanks and question | 2015-01-16 | |
| | |||
* | tweak | 2015-01-16 | |
| | |||
* | document "unused" in preferred content expressions | 2015-01-16 | |
| | |||
* | Fix wording of message displayed when unable to get a file that is available ↵ | 2015-01-16 | |
| | | | | in untrusted repositories. | ||
* | remove unnecessary qualification | 2015-01-16 | |
| | |||
* | Merge branch 'master' of ssh://git-annex.branchable.com | 2015-01-16 | |
|\ | |||
| * | Added a comment | 2015-01-16 | |
| | | |||
* | | update | 2015-01-15 | |
|/ | |||
* | Fix build failure when wget is not installed. | 2015-01-15 | |
| | |||
* | Merge branch 'master' of ssh://git-annex.branchable.com | 2015-01-15 | |
|\ | |||
* | | remotedaemon: Fix problem that could prevent ssh connections being made ↵ | 2015-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. | ||
| * | (no commit message) | 2015-01-15 | |
| | | |||
* | | confirmed | 2015-01-15 | |
| | | |||
* | | cannot reproduce problem; more info needed | 2015-01-15 | |
| | | |||
* | | response | 2015-01-15 | |
| | | |||
* | | reply | 2015-01-15 | |
| | | |||
* | | Merge branch 'master' of ssh://git-annex.branchable.com | 2015-01-15 | |
|\| | |||
| * | Added a comment | 2015-01-15 | |
| | | |||
* | | remove ifdef that is always true | 2015-01-15 | |
| | | | | | | | | cabal file has a depends on exceptions 0.6.0 | ||
| * | Added a comment | 2015-01-14 | |
| | | |||
| * | removed | 2015-01-14 | |
| | | |||
| * | Added a comment | 2015-01-14 | |
| | |