summaryrefslogtreecommitdiff
path: root/debian
Commit message (Collapse)AuthorAge
...
* dead --key: Can be used to mark a key as dead.Gravatar Joey Hess2015-06-09
|
* fsck: Ignore keys that are known to be dead when running in --all mode or a ↵Gravatar Joey Hess2015-06-09
| | | | in a bare repo. Otherwise, still reports files with lost contents, even if the content is dead.
* re-remove hamlet depGravatar Joey Hess2015-06-06
|
* S3: Publically accessible buckets can be used without creds.Gravatar Joey Hess2015-06-05
|
* public=yes config to send AclPublicReadGravatar Joey Hess2015-06-05
| | | | | | | | | | | In my tests, this has to be set when uploading a file to the bucket and then the file can be accessed using the bucketname.s3.amazonaws.com url. Setting it when creating the bucket didn't seem to make the whole bucket public, or allow accessing files stored in it. But I have gone ahead and also sent it when creating the bucket just in case that is needed in some case.
* import --clean-duplicates: Fix bug that didn't count local or trusted repo's ↵Gravatar Joey Hess2015-06-03
| | | | copy of a file as one of the necessary copies to allow removing it from the import location.
* get --incomplete: New option to resume any interrupted downloads.Gravatar Joey Hess2015-06-02
|
* assistant: Consume systemd-networkd dbus events to learn about changes to ↵Gravatar Joey Hess2015-06-02
| | | | network connections, as was already done with network-manager and wicd. Thanks to Sebastian Reuße for the patches.
* sync, remotedaemon: Pass configured ssh-options even when annex.sshcaching ↵Gravatar Joey Hess2015-05-30
| | | | is disabled.
* fromkey, registerurl: Improve handling of urls that happen to also be ↵Gravatar Joey Hess2015-05-30
| | | | parsable as strange keys.
* prep releaseGravatar Joey Hess2015-05-28
|
* fsck: When checksumming a file fails due to a hardware fault, the file is ↵Gravatar Joey Hess2015-05-27
| | | | now moved to the bad directory, and the fsck proceeds. Before, the fsck immediately failed.
* Revert removal dependency on obsolete hamlet package, since the autobuilders ↵Gravatar Joey Hess2015-05-27
| | | | are not ready for this change yet and it prevented them from building the webapp. Reopens: #786659
* Revert "remove deprecated hamlet package"Gravatar Joey Hess2015-05-27
| | | | | | | | | This reverts commit 8c9908de63ace83efa14744e3f7cf3f12fc8f197. It's too early to do this; the linux and android autobuilder will need to be updated to use the new version of shakespeare, and that will require a complete refresh of them. In the meantime, this has knocked the webapp out of the autobuilders.
* Linux standalone, OSX app: Improve runshell script to always quote shell ↵Gravatar Joey Hess2015-05-26
| | | | vars, so that it will work when eg, untarred into a directory path with spaces in its name.
* changelog for bug closed in last releaseGravatar Joey Hess2015-05-24
|
* fromkey, registerurl: Allow urls to be specified instead of keys, and ↵Gravatar Joey Hess2015-05-22
| | | | | | | | generate URL keys. This is especially useful because the caller doesn't need to generate valid url keys, which involves some escaping of characters, and may involve taking a md5sum of the url if it's too long.
* lintian fixGravatar Joey Hess2015-05-22
|
* remove deprecated hamlet packageGravatar Joey Hess2015-05-22
| | | | shakespeare provides this now
* prep releaseGravatar Joey Hess2015-05-22
|
* OSX: Corrected the location of trustedkeys.gpg, so the built-in upgrade code ↵Gravatar Joey Hess2015-05-22
| | | | will find it. Fixes OSX upgrade going forward, but older versions won't upgrade themselves due to this problem.
* Build documentation with TZ=UTC for reproducible builds. See #785736.Gravatar Joey Hess2015-05-19
|
* use lock pools throughout git-annexGravatar Joey Hess2015-05-19
| | | | | | | | | | | | | The one exception is in Utility.Daemon. As long as a process only daemonizes once, which seems reasonable, and as long as it avoids calling checkDaemon once it's already running as a daemon, the fcntl locking gotchas won't be a problem there. Annex.LockFile has it's own separate lock pool layer, which has been renamed to LockCache. This is a persistent cache of locks that persist until closed. This is not quite done; lockContent stil needs to be converted.
* webapp: Fix zombie xdg-open process left when opening file browser. Closes: ↵Gravatar Joey Hess2015-05-17
| | | | #785498
* fix type in the name of --used-refspec in changelogGravatar Joey Hess2015-05-14
|
* add annex.used-refspecGravatar Joey Hess2015-05-14
|
* unused: Add --used option, which can specify a set of refs to consider used, ↵Gravatar Joey Hess2015-05-14
| | | | rather than the default of considering all refs used.
* Stale transfer lock and info files will be cleaned up automatically when ↵Gravatar Joey Hess2015-05-12
| | | | | | get/unused/info commands are run. Deleting lock files is tricky, tricky stuff. I think I got it right!
* Fix an unlikely race that could result in two transfers of the same key ↵Gravatar Joey Hess2015-05-12
| | | | | | running at once. As discussed in bug report.
* Avoid accumulating transfer failure log files unless the assistant is being ↵Gravatar Joey Hess2015-05-12
| | | | | | | | | | | | used. Only the assistant uses these, and only the assistant cleans them up, so make only git annex transferkeys write them, There is one behavior change from this. If glacier is being used, and a manual git annex get --from glacier fails because the file isn't available yet, the assistant will no longer later see that failed transfer file and retry the get. Hope no-one depended on that old behavior.
* Take space that will be used by running downloads into account when checking ↵Gravatar Joey Hess2015-05-12
| | | | annex.diskreserve.
* allow building without ascii-progress, since it is not ready yetGravatar Joey Hess2015-05-12
| | | | No progress bars with -J unless built with ascii-progress.
* Merge branch 'master' into concurrentprogressGravatar Joey Hess2015-05-12
|\ | | | | | | | | | | | | | | | | | | | | | | Conflicts: Command/Fsck.hs Messages.hs Remote/Directory.hs Remote/Git.hs Remote/Helper/Special.hs Types/Remote.hs debian/changelog git-annex.cabal
| * note about git annex drop behavior change in bare repoGravatar Joey Hess2015-05-12
| |
| * drop: Now supports --all, --unused, and --key.Gravatar Joey Hess2015-05-12
| |
| * import: Refuse to import files that are within the work tree, as that does ↵Gravatar Joey Hess2015-05-11
| | | | | | | | not make sense and could cause data loss.
| * cutting a point release, will be a cabal-only updateGravatar Joey Hess2015-05-11
| |
| * ENH: make debianstandalone{,-dsc} rulesGravatar Yaroslav Halchenko2015-05-11
| | | | | | | | | | Moved rules out of debian/rules and avoided need for patching it for standalone builds
| * more FlexibleContextsGravatar Joey Hess2015-05-10
| |
| * ENH: leave only git for depends of standalone -- the rest is providedGravatar Yaroslav Halchenko2015-05-10
| | | | | | | | Otherwise, versioned depends forbid installation on elderly squeeze
| * seems that webapp ssh password ssh-agent hack is broken on windows after ↵5.20150508Gravatar Joey Hess2015-05-08
| | | | | | | | recent ssh changes
| * prep releaseGravatar Joey Hess2015-05-08
| |
| * Improve quvi 0.4 output parsing to handle cases wher there is no known ↵Gravatar Joey Hess2015-05-08
| | | | | | | | filename extension. This is currently the case when using quvi with youtube. In this case, the extension ".m" will be used.
| * Revert "Android: Updated bundled ssh from 6.1p1 to 6.4p1."Gravatar Joey Hess2015-05-08
| | | | | | | | | | | | | | This reverts commit 742bdf6353ac8e08fb603fe60b53c1495d4fa801. Build didn't actually seem to succeed, for both versions of android, so I'll need to revisit this later.
| * typoGravatar Joey Hess2015-05-07
| |
| * Debian's ghc now supports TH on arm! Adjust build dependencies to build the ↵Gravatar Joey Hess2015-05-07
| | | | | | | | | | | | | | webapp on arm, and enable DAV support on arm. \o/ Also, adjust some other arch specific build dependencies that are now available on more architectures in Devian unstable.
| * remove workaround for now fixed bug #763078Gravatar Joey Hess2015-05-07
| |
| * reorderGravatar Joey Hess2015-05-07
| |
| * remaining dataenc to sandi conversionsGravatar Joey Hess2015-05-07
| | | | | | | | | | | | I've tested all the dataenc to sandi conversions except Assistant.XMPP, and all have unchanged behavior, including behavior on large unicode code points.
| * Windows: Roll back to an older version of rsync from cygwin. The newer ↵Gravatar Joey Hess2015-05-07
| | | | | | | | version has some dependency on a newer ssh from cygwin.