Parallelizing Multi-Protocol Utility for Downloading Files
https://aria2.github.io
aria2 is a utility for downloading files. It has a segmented
downloading engine in its core. It can download one file from
multiple URLs or multiple connections from one URL. This can be used
to speed up downloads with certain networks. The engine in was
implemented in a single-thread model.
aria2 currently supports HTTP, FTP, and BitTorrent.
- Devel package for openSUSE:Factory
-
2
derived packages
- Links to openSUSE:Factory / aria2
- Download package
-
Checkout Package
osc -A https://api.opensuse.org checkout network:utilities/aria2 && cd $_
- Create Badge
Refresh
Refresh
Source Files
Filename | Size | Changed |
---|---|---|
_link | 0000000140 140 Bytes | |
aria2-1.24.0.tar.xz | 0001495632 1.43 MB | |
aria2.changes | 0000072768 71.1 KB | |
aria2.spec | 0000005216 5.09 KB |
Revision 225 (latest revision is 260)
Martin Pluskal (pluskalm)
committed
(revision 225)
- Update to version 1.24.0: * BitTorrent: Allow 32KiB request * Don't unchoke peer which is not interested in us * Fix bug that evaluation of Peer::amChoking is negated * Faster seed/download on fast connection * Increase DHT task concurrency to 15 * Fixed mmap failure check with MAP_FAILED flag * Added file size overflow check for mmap on 32bit os * Use standard percent-encode for tracker request query * mingw32: Gain privilege before opening files * Restart active download to apply previously not applicable options
Comments 0