summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
* Revert "temporary debugging code for windows autobuilder test suite failure"Gravatar Joey Hess2014-12-30
| | | | This reverts commit 59956b117da3070cc0d66e997ff3b318fb6153d4.
* temporary debugging code for windows autobuilder test suite failureGravatar Joey Hess2014-12-30
|
* Windows: Got the rsync special remote working.Gravatar Joey Hess2014-12-30
| | | | | | | | | More aggressive rsync params fixup for windows. Param may contain a url, or a file path, so check if it looks like a local file path and if so, fix it up. On windows only, rsyncUrlIsPath will treat c:foo as a path, rather than as a rsyncurl starting with a host "c".
* enable rsync special remote test on windowsGravatar Joey Hess2014-12-30
|
* local rsync special remote fixed on windowsGravatar Joey Hess2014-12-30
|
* Merge branch 'master' of ssh://git-annex.branchable.comGravatar Joey Hess2014-12-30
|\
* | Windows: Fix local rsync filepath munging (fixes 26 test suite failures).Gravatar Joey Hess2014-12-30
| |
| * (no commit message)Gravatar gernot2014-12-30
|/
* bittorrent: Fix locking problem when using addurl file://Gravatar Joey Hess2014-12-30
| | | | | Fixes: /home/joey/tmp/xxx/.git/annex/misctmp/torrent18347: openFile: resource busy (file is locked)
* Merge branch 'master' of ssh://git-annex.branchable.comGravatar Joey Hess2014-12-30
|\
* | Run shutdown cleanup actions even if there were failures processing the command.Gravatar Joey Hess2014-12-30
| | | | | | | | | | Amoung other fixes, this means that addurl will stage added files even if adding one of the urls fails.
| * Added a comment: it need to be built with -fPIE -pie.Gravatar https://www.google.com/accounts/o8/id?id=AItOawkev8_Er652-NMvfEpn3r5VwulP5phjNuI2014-12-30
| |
| * transmission: preserve newlines in stdout debug, commentsGravatar https://id.koumbit.net/anarcat2014-12-29
| |
| * add script to add transmission files into git-annexGravatar https://id.koumbit.net/anarcat2014-12-29
| |
* | final warning fixGravatar Joey Hess2014-12-29
|/
* fixGravatar Joey Hess2014-12-29
|
* fix more warnings on BSD/OSXGravatar Joey Hess2014-12-29
|
* one more warningGravatar Joey Hess2014-12-29
|
* fixed all remaining build warnings on WindowsGravatar Joey Hess2014-12-29
|
* fix a OSX C compiler warning about null pointerGravatar Joey Hess2014-12-29
|
* fix build warningGravatar Joey Hess2014-12-29
| | | | strangely only OSX noticed this was imported and unused
* fix OSX build warningGravatar Joey Hess2014-12-29
|
* fix warning when building w/o dbusGravatar Joey Hess2014-12-29
|
* fix typoGravatar Joey Hess2014-12-29
|
* cleanupGravatar Joey Hess2014-12-29
|
* setpresentkey: A new plumbing-level command.Gravatar Joey Hess2014-12-29
|
* fix addurl behavior when location and url logs are inconsistentGravatar Joey Hess2014-12-29
| | | | | | | | | | | | | | | | | The url log could have an url for a key, while the location log thinks it's not present in the web. In this case, addurl --file url would not do anything. Fixed it to re-add the web as a location. I don't know how this situation could arise, but I saw it in the wild in the conference_proceedings repo, affecting key URL-s17806003--http://mirror.linux.org.au/pub/linux.conf.au/2014/Wednesday/53-Building_Effective_Alliances_around_the_Trans-Pacific_Partnershi-c0505b631127ccc67e38e637344d988e Investigating the presence log, it looked like that key was originally listed as present in the web, then in commit 56abf9e9f3e691ed9d83513037d4019313321ca3 someone else's git-annex set it and some other things to not present in the web. It would be interesting to know what that user did, but I doubt I'll be able to find out. All I can tell from this investigation is that the inconsistency was not introduced when originally addurl-ing the url.
* sync: Now supports remote groups, the same way git remote update does.Gravatar Joey Hess2014-12-29
|
* addGravatar Joey Hess2014-12-28
|
* Merge branch 'master' of ssh://git-annex.branchable.comGravatar Joey Hess2014-12-28
|\
| * Added a comment: Status of this issueGravatar https://launchpad.net/~krastanov-stefan2014-12-27
| |
| * removedGravatar https://launchpad.net/~krastanov-stefan2014-12-27
| |
| * Added a comment: Status of this issueGravatar https://launchpad.net/~krastanov-stefan2014-12-27
| |
| * Added a comment: Caveat with 'git checkout synced/master'Gravatar https://www.google.com/accounts/o8/id?id=AItOawkRW96vF6lsjg57muQ4nPnQqJJUAKGKGzw2014-12-26
| |
| * (no commit message)Gravatar http://digiuser.livejournal.com/2014-12-26
| |
| * files -> urlsGravatar http://fiatjaf.gmail.com.questo.email/2014-12-26
| |
* | updateGravatar Joey Hess2014-12-25
| |
| * Added a comment: ThanksGravatar chris2014-12-25
|/
* Added a commentGravatar https://www.google.com/accounts/o8/id?id=AItOawnx8kHW66N3BqmkVpgtXDlYMvr8TJ5VvfY2014-12-23
|
* Added a comment: even less verboseGravatar https://www.google.com/accounts/o8/id?id=AItOawnx8kHW66N3BqmkVpgtXDlYMvr8TJ5VvfY2014-12-23
|
* (no commit message)Gravatar https://www.google.com/accounts/o8/id?id=AItOawk9SYh6N-JUMkYkW4aOk55zC3Vr9KonDV42014-12-23
|
* Merge branch 'master' of ssh://git-annex.branchable.comGravatar Joey Hess2014-12-23
|\
* | Work around statfs() overflow on some XFS systems.Gravatar Joey Hess2014-12-23
| | | | | | | | | | | | statfs(".", 0xffa8ad50) = -1 EOVERFLOW (Value too large for defined data type) Ref <20141222221621.GO7251@onerussian.com>
| * Added a comment: EasyGravatar chris2014-12-23
| |
| * (no commit message)Gravatar chris2014-12-23
| |
| * Added a comment: spinning wheelGravatar https://www.google.com/accounts/o8/id?id=AItOawnx8kHW66N3BqmkVpgtXDlYMvr8TJ5VvfY2014-12-22
| |
* | split out DiffTreeItemGravatar Joey Hess2014-12-22
|/ | | | This makes github-backup happier when it reuses this library.
* vicfg: Avoid crashing on badly encoded config data.Gravatar Joey Hess2014-12-22
|
* Merge branch 'master' of ssh://git-annex.branchable.comGravatar Joey Hess2014-12-22
|\
* | add todo item for pull requestGravatar Joey Hess2014-12-22
| |