| Name | Modified | Size | Downloads / Week |
|---|---|---|---|
| Parent folder | |||
| aria2-1.34.0-win-64bit-build1.zip | 2018-05-15 | 2.1 MB | |
| aria2-1.34.0-android-arm-build1.zip | 2018-05-15 | 1.9 MB | |
| aria2-1.34.0-win-32bit-build1.zip | 2018-05-15 | 2.1 MB | |
| aria2-1.34.0.tar.xz | 2018-05-15 | 1.5 MB | |
| aria2-1.34.0.tar.bz2 | 2018-05-15 | 2.3 MB | |
| aria2-1.34.0.tar.gz | 2018-05-15 | 3.8 MB | |
| aria2 1.34.0.tar.gz | 2018-05-15 | 2.2 MB | |
| aria2 1.34.0.zip | 2018-05-15 | 3.4 MB | |
| README.md | 2018-05-15 | 889 Bytes | |
| Totals: 9 Items | 19.3 MB | 0 | |
Release Note
This release fixes several bugs. See Changes for details.
Changes
- mingw: Use SetFileTime to avoid DST adjustment
GH-1079
- UnknownLengthPieceStorage: return piece length
show something in console status when downloading items with unknown content length
Patch from kwkam
GH-1065
- WinConsoleFile: fix colour properly
Patch from kwkam
GH-1058
- util: also detect xdg_* env variables on windows
so if people like to keep FHS they could define XDG_* for it
Patch from kwkam
GH-1057
-
MacOS: Allocate once (apfs compat)
-
Fix bug that signal handler does not work with libaria2
This commit fixes the bug that signal handler does not work with libaria2 when aria2::RUN_ONCE is passed to aria2::run().
GH-1053
- Retry on HTTP 502
Patch from nicolov
GH-1038