| Commit message (Collapse) | Author | Age |
|
|
|
| |
In unstable now.
|
|
|
|
| |
Backporters will need to revert this.
|
|
|
|
| |
recommending bittornado | bittorrent.
|
|
|
|
|
|
|
| |
yet implemented in git-annex for the hurd.
Note that https://github.com/haskell/hackage-server/issues/269 is fixed, so
hopefully I can upload this to hackage this time.
|
|
|
|
|
|
|
|
| |
using the cryptonite library.
While cryptohash has SHA3 support, it has not been updated for the final
version of the spec. Note that cryptonite has not been ported to all arches
that cryptohash builds on yet.
|
| |
|
|
|
|
| |
Type of str changed in 0.11.
|
|
|
|
| |
This removes support for incremental fsck.
|
| |
|
|
|
|
| |
hurd-i386. WebDAV support is also available on those architectures.
|
|
|
|
| |
Debian stable has 0.10.0.
|
| |
|
| |
|
|
|
|
|
|
|
|
|
| |
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.
|
|
|
|
| |
shakespeare provides this now
|
| |
|
|
|
|
|
|
|
| |
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.
|
| |
|
|
|
|
|
|
| |
I've tested all the dataenc to sandi conversions except Assistant.XMPP,
and all have unchanged behavior, including behavior on large unicode code
points.
|
| |
|
|
|
|
|
|
| |
Jessie.
466 lines of compat cruft deleted!
|
| |
|
| |
|
|
|
|
| |
Windows is still building with an older git.
|
|
|
|
|
|
|
| |
1:2.0.
Git.Merge needs >= 1.7.7.6 if built with such a version; rest of code all
probes git version at runtime.
|
| |
|
| |
|
| |
|
| |
|
|
|
|
|
|
|
|
|
|
| |
addurl behavior change: When downloading an url ending in .torrent,
it will download files from bittorrent, instead of the old behavior
of adding the torrent file to the repository.
Added Recommends on aria2 and bittornado | bittorrent.
This commit was sponsored by Asbjørn Sloth Tønnesen.
|
|\ |
|
| | |
|
| |
| |
| |
| | |
patched with the necessary stuff
|
| |\
| |/
|/|
| |
| | |
Conflicts:
Remote/S3.hs
|
| | |
|
| |
| |
| |
| | |
armhf.
|
| |
| |
| |
| | |
work. Closes: #763057
|
| |
| |
| |
| | |
debian/rules.
|
| | |
|
| |\
| |/
|/|
| |
| |
| |
| | |
Conflicts:
Utility/Url.hs
debian/changelog
git-annex.cabal
|
| |
| |
| |
| |
| |
| |
| | |
sparc no longer supports yesod (and is probably not going to be a release
arch anyway)
tasty is now built on mipsel.
|
| |
| |
| |
| | |
No assistant there
|
| | |
|
| |
| |
| |
| |
| |
| | |
This is needed only because of the new MonadMask needed for bracket
in the new version. Ifdefing it everywhere is not practical, since the
Setup.hs uses it.
|
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
The hoary old HTTP library was only used when checking if an url exists,
when curl was not available. It had many problems, including not supporting
https at all.
Now, this is done using http-conduit for all urls that it supports. Falls
back to curl for any url that http-conduit doesn't like (probably ftp etc,
but could also be an url that its parser chokes on for whatever reason).
This adds a new dependency on http-conduit, but webdav support already
indirectly depended on that, and the s3-aws branch also uses it.
This opens up the possibility of using http-conduit for large file
downloads, but for now I've left it using wget/curl.
This commit was sponsored by Paul Tötterman.
|
| |\
| | |
| | |
| | |
| | | |
Conflicts:
git-annex.cabal
|
| |/
|/|
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
The hoary old HTTP library was only used when checking if an url exists,
when curl was not available. It had many problems, including not supporting
https at all.
Now, this is done using http-conduit for all urls that it supports. Falls
back to curl for any url that http-conduit doesn't like (probably ftp etc,
but could also be an url that its parser chokes on for whatever reason).
This adds a new dependency on http-conduit, but webdav support already
indirectly depended on that, and the s3-aws branch also uses it.
|
|/ |
|
| |
|
| |
|