Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | improve error message when special remote program cannot be run | Joey Hess | 2015-11-18 |
| | |||
* | Merge branch 'master' of ssh://git-annex.branchable.com | Joey Hess | 2015-11-18 |
|\ | |||
* | | seems ok; hints at debugging what's wrong | Joey Hess | 2015-11-18 |
| | | |||
| * | Added a comment: Finding IPFS hash | rob.syme@92895c98b16fd7a88bed5f10913c522ebfd76c31 | 2015-11-18 |
| | | |||
* | | use intercalate instead of MissingH's join | Joey Hess | 2015-11-17 |
| | | | | | | | | The two functions are identical. | ||
* | | reorg quickcheck to a separate module | Joey Hess | 2015-11-17 |
| | | |||
| * | Added a comment: My current workflow | juh | 2015-11-17 |
| | | |||
| * | Added a comment | Agenta | 2015-11-17 |
| | | |||
| * | Added a comment: Should something else, not annex solve the ad hoc git use case? | annex.nrb@0b99c9078ef84fe229eb6f00841028a57dc07612 | 2015-11-17 |
|/ | |||
* | avoid spawning file size polling thread when not in -J mode | Joey Hess | 2015-11-16 |
| | |||
* | Display progress meter in -J mode when downloading from the web. | Joey Hess | 2015-11-16 |
| | | | | | Including in addurl, and get --from web, but also in S3 and External special remotes when a web url is known for content in those remotes. | ||
* | refactor | Joey Hess | 2015-11-16 |
| | |||
* | Merge branch 'master' of ssh://git-annex.branchable.com | Joey Hess | 2015-11-16 |
|\ | |||
* | | Display progress meter in -J mode when copying from a local git repo, to a ↵ | Joey Hess | 2015-11-16 |
| | | | | | | | | | | | | | | | | | | | | | | | | local git repo, and from a remote git repo. Had everything available, just didn't combine the progress meter with the other places progress is sent to update it. (And to a remote repo already did show progress.) Most special remotes should already display progress meters with -J, same as without it. One exception to this is the web, since it relies on wget/curl progress display without -J. Still todo.. | ||
* | | warning when built w/o concurrent-output | Joey Hess | 2015-11-16 |
| | | |||
| * | Added a comment: How to get deleted files and older versions out of a full ↵ | r@9dd621f83d4900d70d4ed2319f20160749f1343e | 2015-11-16 |
|/ | | | | backup repository? | ||
* | wording | Joey Hess | 2015-11-16 |
| | |||
* | BF: standalone debian package -- dh_makeshlibs --noscripts | Yaroslav Halchenko | 2015-11-16 |
| | | | | | To avoid creation of unnecessary trigger calling out to ldconfig via activate-noawait which is not present on older releases (e.g. squeeze) | ||
* | Build with -j1 again to get reproducible build. | Joey Hess | 2015-11-16 |
| | | | | | | | This was in the cabal file earlier, and was removed because it broke the android cross build. Moving to the git-annex target of the Makefile will make it be used for Debian packages etc but not android cross builds or make fast or when users build with cabal. | ||
* | remove old news comments | Joey Hess | 2015-11-16 |
| | |||
* | add news item for git-annex 5.20151116 | Joey Hess | 2015-11-16 |
| | |||
* | typo5.20151116 | Joey Hess | 2015-11-16 |
| | |||
* | fix warning | Joey Hess | 2015-11-16 |
| | |||
* | add missing checkSaneLock wrapper for pidlocks | Joey Hess | 2015-11-16 |
| | |||
* | store abspath to the lock file | Joey Hess | 2015-11-16 |
| | | | | Avoids problems if the program chdirs | ||
* | fix use of hifalutin terminology | Joey Hess | 2015-11-16 |
| | |||
* | avoid crashing in checkDaemon when fcntl locking is not supported | Joey Hess | 2015-11-16 |
| | | | | | Instead, just assume the daemon isn't running. Since the pid file locking fails on such a filesystem, we know it's not running. | ||
* | prep release | Joey Hess | 2015-11-16 |
| | |||
* | comment | Joey Hess | 2015-11-16 |
| | |||
* | enable ConcurrentOutput by default when library is available | Joey Hess | 2015-11-16 |
| | |||
* | Merge branch 'master' of ssh://git-annex.branchable.com | Joey Hess | 2015-11-16 |
|\ | |||
* | | wording | Joey Hess | 2015-11-16 |
| | | |||
* | | clean up side lock files when we're done with them | Joey Hess | 2015-11-16 |
| | | | | | | | | | | | | | | | | | | | | | | There's a potential race, but it's detected and just results in the other process failing to take the side lock, so possibly retrying one second later on. The race window is quite narrow so the extra delay is minor. Left the side lock files mode 666 because an interruption can leave a side lock file created by another user for a shared repository. When this happens, the non-owning user can't delete it (+t) but can still lock it, and so the code falls back to acting as it did before this commit. | ||
| * | Added a comment | atrent | 2015-11-16 |
| | | |||
| * | Added a comment | atrent | 2015-11-16 |
| | | |||
| * | Added a comment: Thanks | craig@6ddb6e2c94325e18a0d631a06e63fdc111ab1f12 | 2015-11-16 |
|/ | |||
* | fix typo | edward | 2015-11-14 |
| | |||
* | devblog | Joey Hess | 2015-11-13 |
| | |||
* | close | Joey Hess | 2015-11-13 |
| | |||
* | starting to get a handle on how to detect that mad gleam in lustre's eye | Joey Hess | 2015-11-13 |
| | |||
* | comment | Joey Hess | 2015-11-13 |
| | |||
* | more warnings about networked filesystems | Joey Hess | 2015-11-13 |
| | |||
* | one more try to get sane behavior our of lustre | Joey Hess | 2015-11-13 |
| | |||
* | fixed a fd double-close | Joey Hess | 2015-11-13 |
| | |||
* | also compare lock file contents to double-check link worked | Joey Hess | 2015-11-13 |
| | | | | | And it closes the tmp file before this. I don't know if this will help avoid lustre's craziness, but it can't hurt.. | ||
* | use /tmp for sidelock file when no /dev/shm | Joey Hess | 2015-11-13 |
| | |||
* | require the side lock be held to take pidlock | Joey Hess | 2015-11-13 |
| | | | | | | This is less portable, since currently sidelocks rely on /dev/shm. But, I've seen crazy lustre inconsistencies that make me not trust the link() method at all, so what can you do. | ||
* | avoid over-long filenames for side lock files | Joey Hess | 2015-11-13 |
| | |||
* | comment | Joey Hess | 2015-11-13 |
| | |||
* | update | Joey Hess | 2015-11-13 |
| |