| Name | Modified | Size | Downloads / Week |
|---|---|---|---|
| Parent folder | |||
| aria2-1.37.0.tar.bz2 | 2023-11-15 | 2.4 MB | |
| aria2-1.37.0.tar.gz | 2023-11-15 | 3.9 MB | |
| aria2-1.37.0.tar.xz | 2023-11-15 | 1.7 MB | |
| aria2-1.37.0-win-32bit-build1.zip | 2023-11-15 | 2.6 MB | |
| aria2-1.37.0-win-64bit-build1.zip | 2023-11-15 | 2.5 MB | |
| aria2-1.37.0-aarch64-linux-android-build1.zip | 2023-11-15 | 2.5 MB | |
| aria2 1.37.0 source code.tar.gz | 2023-11-15 | 4.2 MB | |
| aria2 1.37.0 source code.zip | 2023-11-15 | 5.5 MB | |
| README.md | 2023-11-15 | 5.2 kB | |
| Totals: 9 Items | 25.2 MB | 22 | |
What's Changed
- Fix header in --http-accept-gzip documentation by @richardnias in https://github.com/aria2/aria2/pull/1824
- Fix typo in documentation, --help text by @h3xx in https://github.com/aria2/aria2/pull/1877
- Update aria2c.rst by @ITriskTI in https://github.com/aria2/aria2/pull/1902
- Allow empty dist name in bencode which is needed for hybrid torrent by @tatsuhiro-t in https://github.com/aria2/aria2/pull/1905
- Better entropy for getRandomBytes by @tatsuhiro-t in https://github.com/aria2/aria2/pull/1907
- Deal with missing nproc on macos by @tatsuhiro-t in https://github.com/aria2/aria2/pull/1924
- Bump actions by @tatsuhiro-t in https://github.com/aria2/aria2/pull/1923
- Bump workflow ubuntu by @tatsuhiro-t in https://github.com/aria2/aria2/pull/1929
- Add missing <array> include to WinTLSSession.h by @hmartinez82 in https://github.com/aria2/aria2/pull/1943
- Fix undefined behavior/crash in GZipEncoder by @himikof in https://github.com/aria2/aria2/pull/1970
- Fix Metalink4 parsing with foreign namespaces by @himikof in https://github.com/aria2/aria2/pull/1969
- fix wrong
dht.datbinary file structure in docs by @yixinBC in https://github.com/aria2/aria2/pull/2068 - Increase ByteArrayDiskWriter maximum size by @kelson42 in https://github.com/aria2/aria2/pull/1893
- Minor grammar improvements by @nkh0472 in https://github.com/aria2/aria2/pull/1804
- Fix static link failure against libssh2 by @tatsuhiro-t in https://github.com/aria2/aria2/pull/2088
- Update Dockerfile.mingw by @tatsuhiro-t in https://github.com/aria2/aria2/pull/2089
- Prefer random number generator from crypto libraries by @tatsuhiro-t in https://github.com/aria2/aria2/pull/2091
- android(ndk r23) has timegm by @FH0 in https://github.com/aria2/aria2/pull/1822
- Add Dockerfile.android by @tatsuhiro-t in https://github.com/aria2/aria2/pull/2092
- Remove deprecated std::unary_function and std::binary_function by @tatsuhiro-t in https://github.com/aria2/aria2/pull/2093
- Update wslay by @tatsuhiro-t in https://github.com/aria2/aria2/pull/2094
- Fix test errors with ubsan by @tatsuhiro-t in https://github.com/aria2/aria2/pull/2095
- ci: Build with gnutls by @tatsuhiro-t in https://github.com/aria2/aria2/pull/2096
- ci: Build mingw image by @tatsuhiro-t in https://github.com/aria2/aria2/pull/2097
- Revert "ci: Build mingw image" by @tatsuhiro-t in https://github.com/aria2/aria2/pull/2098
- Fix overflow by @tatsuhiro-t in https://github.com/aria2/aria2/pull/2099
- Make releases with docker by @tatsuhiro-t in https://github.com/aria2/aria2/pull/2100
- Dockerfile.mingw: Parallel build by @tatsuhiro-t in https://github.com/aria2/aria2/pull/2101
- Dockerfile.android: Add dpkg-dev for dpkg-architecture by @tatsuhiro-t in https://github.com/aria2/aria2/pull/2102
- Dockerfile.mingw: Remove deprecated libssh2 configure flags by @tatsuhiro-t in https://github.com/aria2/aria2/pull/2103
- Dockerfile.mingw: Update how to get aria2c.exe from a container by @tatsuhiro-t in https://github.com/aria2/aria2/pull/2104
- Update sphinx_rtd_theme by @tatsuhiro-t in https://github.com/aria2/aria2/pull/2105
- Static check fix by @tatsuhiro-t in https://github.com/aria2/aria2/pull/2106
- Do not close stdout and stderr by @tatsuhiro-t in https://github.com/aria2/aria2/pull/2107
- Avoid non-nil argument errors by @tatsuhiro-t in https://github.com/aria2/aria2/pull/2108
- Logger: Fix format string overflow in writeHeader() by @egorenar in https://github.com/aria2/aria2/pull/2117
- ci: Bump gcc and clang by @tatsuhiro-t in https://github.com/aria2/aria2/pull/2125
- Do not require strict C++ mode and update ax_cxx_compile_stdcxx.m4 by @tatsuhiro-t in https://github.com/aria2/aria2/pull/2126
- Cap infoHashLength in .aria2 file by @tatsuhiro-t in https://github.com/aria2/aria2/pull/2127
- Fix non bt build error by @tatsuhiro-t in https://github.com/aria2/aria2/pull/2129
- Various documenation fixes and rewords by @h3xx in https://github.com/aria2/aria2/pull/1982
- Change 'meta data' to 'metadata' by @h3xx in https://github.com/aria2/aria2/pull/1983
- Dockerfile: Bump c-ares to 1.21.0 by @tatsuhiro-t in https://github.com/aria2/aria2/pull/2132
- Dockerfile.mingw: Downgrade c-ares to 1.19.1 by @tatsuhiro-t in https://github.com/aria2/aria2/pull/2135
New Contributors
- @richardnias made their first contribution in https://github.com/aria2/aria2/pull/1824
- @h3xx made their first contribution in https://github.com/aria2/aria2/pull/1877
- @hmartinez82 made their first contribution in https://github.com/aria2/aria2/pull/1943
- @himikof made their first contribution in https://github.com/aria2/aria2/pull/1970
- @yixinBC made their first contribution in https://github.com/aria2/aria2/pull/2068
- @kelson42 made their first contribution in https://github.com/aria2/aria2/pull/1893
- @nkh0472 made their first contribution in https://github.com/aria2/aria2/pull/1804
- @FH0 made their first contribution in https://github.com/aria2/aria2/pull/1822
- @egorenar made their first contribution in https://github.com/aria2/aria2/pull/2117
Full Changelog: https://github.com/aria2/aria2/compare/release-1.36.0...release-1.37.0