ca3e6680f3
- Update to version 1.35.0 * Drop SSLv3.0 and TLSv1.0 and add TLSv1.3 * TLSv1.3 support is added for GNUTLS and OpenSSL. * Platform: Fix compilation without deprecated OpenSSL APIs * Remove linux getrandom and use C++ stdlib instead * Don't send Accept Metalink header if Metalink is disabled - Drop no longer needed aria2-CVE-2019-3500.patch
Martin Pluskal2019-10-08 07:54:02 +00:00
573fb20f07
- Update to version 1.35.0 * Drop SSLv3.0 and TLSv1.0 and add TLSv1.3 * TLSv1.3 support is added for GNUTLS and OpenSSL. * Platform: Fix compilation without deprecated OpenSSL APIs * Remove linux getrandom and use C++ stdlib instead * Don't send Accept Metalink header if Metalink is disabled - Drop no longer needed aria2-CVE-2019-3500.patch
Martin Pluskal2019-10-08 07:54:02 +00:00
22d4332bc0
- Update to version 1.33.0: * libaria2: Return last error code from DownloadHandle::getErrorCode * libuv: use pkg-config * Add --peer-agent option * Add --bt-load-saved-metadata option * Don't save control file if --auto-save-interval is 0. * Fix infinite loop bug when file is not found
Martin Pluskal2017-10-19 07:55:32 +00:00
f4426bfc32
- Update to version 1.33.0: * libaria2: Return last error code from DownloadHandle::getErrorCode * libuv: use pkg-config * Add --peer-agent option * Add --bt-load-saved-metadata option * Don't save control file if --auto-save-interval is 0. * Fix infinite loop bug when file is not found
Martin Pluskal2017-10-19 07:55:32 +00:00
5efed7a0d6
- Update to version 0.29.0: * WinTLS: Fix busy loop on write error * Support 1xx non-final response * Update wslay * Don't download piece which is filtered out (e.g., --select-file)
Martin Pluskal2016-11-17 17:52:45 +00:00
75135e27c2
- Update to version 0.29.0: * WinTLS: Fix busy loop on write error * Support 1xx non-final response * Update wslay * Don't download piece which is filtered out (e.g., --select-file)
Martin Pluskal2016-11-17 17:52:45 +00:00
0ce7f466e1
- Update to version 0.28.0: * Restore LTLIBINTL in src/Makefile.am * Add --keep-unfinished-download-result option * Fix -Wexpansion-to-defined warning with clang-3.9 * Fix bug that file name is not logged with --conditional-get
Martin Pluskal2016-10-18 22:37:59 +00:00
4cc11f2a9c
- Update to version 0.28.0: * Restore LTLIBINTL in src/Makefile.am * Add --keep-unfinished-download-result option * Fix -Wexpansion-to-defined warning with clang-3.9 * Fix bug that file name is not logged with --conditional-get
Martin Pluskal2016-10-18 22:37:59 +00:00
d1b8dc2f27
- Update to version 1.27.1: * Add missing libssl_compat.h to SRCS - Changes for version 1.27.0: * Fix possible cause of crash if UDP tracker is used * Remove custom ftruncate64 for Android * The latest NDK versions support ftruncate64, so building a local copy of ftruncate64 is no longer needed. * Also, the arm and x86 builds of ftruncate64 failed when targeting API level 21 or higher, as they include which are not present starting from API level 21. * Fix typo found by Debian's Lintian * Add --save-not-found option * Compile with openssl 1.1.0
Martin Pluskal2016-10-03 19:11:26 +00:00
ad9e9e77e7
- Update to version 1.27.1: * Add missing libssl_compat.h to SRCS - Changes for version 1.27.0: * Fix possible cause of crash if UDP tracker is used * Remove custom ftruncate64 for Android * The latest NDK versions support ftruncate64, so building a local copy of ftruncate64 is no longer needed. * Also, the arm and x86 builds of ftruncate64 failed when targeting API level 21 or higher, as they include which are not present starting from API level 21. * Fix typo found by Debian's Lintian * Add --save-not-found option * Compile with openssl 1.1.0
Martin Pluskal2016-10-03 19:11:26 +00:00
f059245bbf
- Update to version 1.26.0: * aria2mon: Replace client.call with local method * Reorder a note section in aria2c.rst * bash_completion: Add missing options which takes one of pre-defined values * Replace "/" with "-" in magnet dn name when used as in-memory download name * Fix Dockerfile.raspberrypi to correctly decompress expat archive * Enable ccache in travis-ci * Enable OSX/macOS build for travis * Better auto-renaming * Log number of items loaded from input file * Link external libraries to libaria2 with --enable-libaria2 * Allow seconds for seed-time (fractional minutes) - Drop no longer needed aria2-no-return-in-nonvoid-function.patch
Martin Pluskal2016-08-21 10:58:45 +00:00
2940131942
- Update to version 1.26.0: * aria2mon: Replace client.call with local method * Reorder a note section in aria2c.rst * bash_completion: Add missing options which takes one of pre-defined values * Replace "/" with "-" in magnet dn name when used as in-memory download name * Fix Dockerfile.raspberrypi to correctly decompress expat archive * Enable ccache in travis-ci * Enable OSX/macOS build for travis * Better auto-renaming * Log number of items loaded from input file * Link external libraries to libaria2 with --enable-libaria2 * Allow seconds for seed-time (fractional minutes) - Drop no longer needed aria2-no-return-in-nonvoid-function.patch
Martin Pluskal2016-08-21 10:58:45 +00:00
52cc5afa2e
Accepting request 415454 from home:jengelh:branches:network:utilities
Martin Pluskal2016-07-27 22:32:20 +00:00
f123f8926f
Accepting request 415454 from home:jengelh:branches:network:utilities
Martin Pluskal2016-07-27 22:32:20 +00:00
6f635629ee
- Update to version 1.25.0: * Update third-party libraries for binary releases * Send have message without too much delay * Also send bitfield rather than have messages if bitfield message is equal to or less than the sum of have messages which otherwise would be sent. * Fix bug that causes bogus EOF connection failure in BitTorrent downloads * Fix frequent interested/not interested message transmission * Fix frequent choke/unchoke message transmission * Try to use available URI if all pooled requests are sleeping * Update expat in OSX build * aria2mon: Add --secret option * Set server status error on network failure in server performance profile * Disable AI_ADDRCONFIG if no IPv4/IPv6 address is configured for any interface * Russian manual: Update aria2c.rst * Apply --retry-wait on 503 only * Ensure that lowest speed check is done even when download speed is 0 * Document that -o is always relative to -d option * Allow larger ut_metadata size * mingw: Change FD_SETSIZE to 32768 * Fix compile error on OS X - Add aria2-no-return-in-nonvoid-function.patch
Martin Pluskal2016-07-25 14:10:32 +00:00
d13e56ce40
- Update to version 1.25.0: * Update third-party libraries for binary releases * Send have message without too much delay * Also send bitfield rather than have messages if bitfield message is equal to or less than the sum of have messages which otherwise would be sent. * Fix bug that causes bogus EOF connection failure in BitTorrent downloads * Fix frequent interested/not interested message transmission * Fix frequent choke/unchoke message transmission * Try to use available URI if all pooled requests are sleeping * Update expat in OSX build * aria2mon: Add --secret option * Set server status error on network failure in server performance profile * Disable AI_ADDRCONFIG if no IPv4/IPv6 address is configured for any interface * Russian manual: Update aria2c.rst * Apply --retry-wait on 503 only * Ensure that lowest speed check is done even when download speed is 0 * Document that -o is always relative to -d option * Allow larger ut_metadata size * mingw: Change FD_SETSIZE to 32768 * Fix compile error on OS X - Add aria2-no-return-in-nonvoid-function.patch
Martin Pluskal2016-07-25 14:10:32 +00:00
1246d9f64d
- 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
Martin Pluskal2016-06-18 10:13:28 +00:00
d33b764867
- 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
Martin Pluskal2016-06-18 10:13:28 +00:00
d272a76563
- Update to version 1.23.0: * Simplify cache write * Allow subsecond value in ns cookie.txt file's expiry time field * Adjust chromium cookie time * import-po: iterate on glob, not ls output * Add --stderr option to redirect all stdout log output to stderr * Add "hide" to --download-result option * Fix downloaded metaurl torrent filename * Add a little bit of color to have a better visual of important informations * Update README URLs based on HTTP redirects * Relocate from github.com/tatsuhiro-t/aria2 to github.com/aria2/aria2 * mingw: Defer the falloc warning until falloc is specified by option * Add bittorrent key to aria2.tellStopped status * Addsystem.listNotifications RPC method * Report CheckIntegrity info in tellStatus - Update download url
Martin Pluskal2016-05-17 08:19:23 +00:00
70466242c0
- Update to version 1.23.0: * Simplify cache write * Allow subsecond value in ns cookie.txt file's expiry time field * Adjust chromium cookie time * import-po: iterate on glob, not ls output * Add --stderr option to redirect all stdout log output to stderr * Add "hide" to --download-result option * Fix downloaded metaurl torrent filename * Add a little bit of color to have a better visual of important informations * Update README URLs based on HTTP redirects * Relocate from github.com/tatsuhiro-t/aria2 to github.com/aria2/aria2 * mingw: Defer the falloc warning until falloc is specified by option * Add bittorrent key to aria2.tellStopped status * Addsystem.listNotifications RPC method * Report CheckIntegrity info in tellStatus - Update download url
Martin Pluskal2016-05-17 08:19:23 +00:00
5011b723e9
* Add description about possible fragmentation with * Make single-entry metalink download with multi-file torrent * Add all contributor's names in AUTHORS. * Ignore floating number in torrent file. * Added support for a dynamic management of the number of * Add --stream-piece-selector=random.
Martin Pluskal2016-05-01 10:05:14 +00:00
2f83e47484
* Add description about possible fragmentation with * Make single-entry metalink download with multi-file torrent * Add all contributor's names in AUTHORS. * Ignore floating number in torrent file. * Added support for a dynamic management of the number of * Add --stream-piece-selector=random.
Martin Pluskal2016-05-01 10:05:14 +00:00
132c320edd
Accepting request 393095 from home:Zaitor:branches:network:utilities
Martin Pluskal2016-05-01 10:00:04 +00:00
be64f89332
Accepting request 393095 from home:Zaitor:branches:network:utilities
Martin Pluskal2016-05-01 10:00:04 +00:00
852dfebe28
- Update to 1.21.0 * SessionSerializer: Fix bug that pause=true is added to wrong item * Add "following" to aria2.tellStatus response key as reverse link for followedBy * mingw: Add warning for falloc * Update ciphers in AppleTLS * OSX: Enable libssh2 and sftp * Update OSX dependencies * Fix compile error without TLS support * Add support for using gnutls system wide crypto policy - Update project url
Martin Pluskal2016-03-31 20:45:46 +00:00
ba31ef20a5
- Update to 1.21.0 * SessionSerializer: Fix bug that pause=true is added to wrong item * Add "following" to aria2.tellStatus response key as reverse link for followedBy * mingw: Add warning for falloc * Update ciphers in AppleTLS * OSX: Enable libssh2 and sftp * Update OSX dependencies * Fix compile error without TLS support * Add support for using gnutls system wide crypto policy - Update project url
Martin Pluskal2016-03-31 20:45:46 +00:00
a3a070df2f
- Update to 1.20.0 * src/WinConsoleFile.cc: fix colour * configure.ac: fix autoreconf error * Don't inherit file descriptor to child process * Update Russian version documentation * Add "seeder" key to tellStatus RPC response * WinTLS: Fix hang because of buffered received data * Add --max-mmap-limit option * mingw: Use SetFileValidData to make --file-allocation=falloc work * Retry with 504 status code * Increase DHT transaction ID from 2 to 4 bytes to avoid conflict * Update wslay * Add --enable-werror option to configure to enable warning flags * Don't modify user variables (e.g., CFLAGS, LIBS, etc) * Improve error message when loading pkcs12 file failed * Updated dependency and source url's * Reduce delay in tracker request * Disable IPv6 on non-async NameResolver if configuration wants * Fix mysterious 1 second delay with async DNS * Fix bug that UDP port was incorrectly used in UDP tracker announce request * Refactor HttpRequest * Send Want-Digest as per RFC 3230 * Try all found address set to bind sockets with --multiple-interface * Replace sourceforge references with aria2.github.io * Add system.listMethods RPC method * Support content-range from non-compliant server * Reduce UDP tracker request timeout
Martin Pluskal2016-03-06 09:37:06 +00:00
bac80a3786
- Update to 1.20.0 * src/WinConsoleFile.cc: fix colour * configure.ac: fix autoreconf error * Don't inherit file descriptor to child process * Update Russian version documentation * Add "seeder" key to tellStatus RPC response * WinTLS: Fix hang because of buffered received data * Add --max-mmap-limit option * mingw: Use SetFileValidData to make --file-allocation=falloc work * Retry with 504 status code * Increase DHT transaction ID from 2 to 4 bytes to avoid conflict * Update wslay * Add --enable-werror option to configure to enable warning flags * Don't modify user variables (e.g., CFLAGS, LIBS, etc) * Improve error message when loading pkcs12 file failed * Updated dependency and source url's * Reduce delay in tracker request * Disable IPv6 on non-async NameResolver if configuration wants * Fix mysterious 1 second delay with async DNS * Fix bug that UDP port was incorrectly used in UDP tracker announce request * Refactor HttpRequest * Send Want-Digest as per RFC 3230 * Try all found address set to bind sockets with --multiple-interface * Replace sourceforge references with aria2.github.io * Add system.listMethods RPC method * Support content-range from non-compliant server * Reduce UDP tracker request timeout
Martin Pluskal2016-03-06 09:37:06 +00:00