summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
* new pageGravatar Joey Hess2015-01-21
|
* Revert "remove absNormPathUnix, using my absPathFrom replacement"Gravatar Joey Hess2015-01-21
| | | | | | | | | This reverts commit b6b368ed036f2e34ee4b7d39e5b41b1ba2d0a76c. Consider: relPathDirToFile (absPathFrom "/tmp/repo/xxx" "y/bar") "/tmp/repo/.git/annex/objects/xxx" This needs to always yield "../../../.git/annex/objects/xxx" but on Windows, it is "..\\..\\/tmp/repo/.git/annex/objects/xxx"
* avoid using MissingH's HVFS layerGravatar Joey Hess2015-01-21
|
* remove absNormPathUnix, using my absPathFrom replacementGravatar Joey Hess2015-01-21
|
* remove unnecessary use of MissingHGravatar Joey Hess2015-01-21
|
* Merge branch 'master' of ssh://git-annex.branchable.comGravatar Joey Hess2015-01-21
|\
* | update my email address and homepage urlGravatar Joey Hess2015-01-21
| |
* | copyright year updateGravatar Joey Hess2015-01-21
| |
| * (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
| |
| * (no commit message)Gravatar https://id.koumbit.net/anarcat2015-01-21
|/
* on second thought, InodeCache should use getFileSizeGravatar Joey Hess2015-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.
* devblogGravatar Joey Hess2015-01-20
|
* build fixGravatar Joey Hess2015-01-20
|
* fix upFrom of "." (and upFrom of "/" on Windows)Gravatar Joey Hess2015-01-20
|
* 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.
* answerGravatar Joey Hess2015-01-20
|
* comment; this is a dup of the windows long filename bugGravatar Joey Hess2015-01-20
|
* responseGravatar 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
|
* followupGravatar Joey Hess2015-01-20
|
* followupGravatar Joey Hess2015-01-20
|
* remove possibly incorrect statement about walkthrough not making a direct ↵Gravatar Joey Hess2015-01-20
| | | | mode repo -- depends on OS and filesystem
* fix ld documentation which used initremote instead of enableremoteGravatar Joey Hess2015-01-20
|
* add new walkthrough chapter on using special remotesGravatar Joey Hess2015-01-20
|
* commentGravatar Joey Hess2015-01-20
|
* (no commit message)Gravatar Rasmus2015-01-20
|
* Added a comment: direct mode pre-commit hooks [on windows]Gravatar https://www.google.com/accounts/o8/id?id=AItOawnW_CrhP9p50n9UUhTg_a9glyKWSvnrjRQ2015-01-20
|
* (no commit message)Gravatar https://www.google.com/accounts/o8/id?id=AItOawnSJ8dmieVH2ffbZETRjQ5J7NTF4RYeKF42015-01-19
|
* 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 vsk62gate2015-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
|
* tweakGravatar Joey Hess2015-01-16
|
* document "unused" in preferred content expressionsGravatar Joey Hess2015-01-16
|
* Fix wording of message displayed when unable to get a file that is available ↵Gravatar Joey Hess2015-01-16
| | | | in untrusted repositories.
* remove unnecessary qualificationGravatar Joey Hess2015-01-16
|
* Merge branch 'master' of ssh://git-annex.branchable.comGravatar Joey Hess2015-01-16
|\
| * Added a commentGravatar mkdf2015-01-16
| |
* | updateGravatar Joey Hess2015-01-15
|/
* 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.