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
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
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
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
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
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
f123f8926f
Accepting request 415454 from home:jengelh:branches:network:utilities
Martin Pluskal2016-07-27 22:32:20 +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
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
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
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
be64f89332
Accepting request 393095 from home:Zaitor:branches:network:utilities
Martin Pluskal2016-05-01 10:00:04 +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
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
784c002d6f
Accepting request 205631 from network:utilities
Stephan Kulow
2013-11-04 06:04:50 +00:00
1075f58464
Accepting request 205624 from home:RedDwarf:branches:network:utilities
OBS User mrdocs
2013-11-03 03:35:09 +00:00
b3e4e5f983
Accepting request 198757 from network:utilities
Tomáš Chvátal
2013-09-13 12:44:09 +00:00
782a7e6858
Accepting request 198661 from home:RedDwarf:branches:network:utilities
Andreas Stieger2013-09-12 19:12:51 +00:00
3124307f2c
Accepting request 178004 from network:utilities
Stephan Kulow
2013-06-11 04:23:07 +00:00
72505c2ff9
- Update to 1.17.1 * Add code to detect rst2html.py or rst2html * Enable multicast loopback in BitTorrent local peer discovery * Enable TLS1.1 with gnutls build * Check zlib availability usin AC_CHECK_LIB * Treat response is completed if EOF is received before streamFilter completes * uitos: Fix off-by-one error bug * Add configure support for linking tcmalloc_minimal and/or jemalloc * Close GZipFiles in the d'tor * Add libaria2, C++ library interface to aria2 (not built) * Add missing check for sigaction * Fix cached data is not flushed when downloaded data is less than 16KiB * LibUV: Implement LibuvEventPoll
Cristian Morales Vega
2013-06-07 12:10:25 +00:00
50f11fa295
Accepting request 174629 from network:utilities
Stephan Kulow
2013-05-07 05:21:19 +00:00
81e19d58f3
- Update to 1.17.0 * Updated Russian manual * Updated Portuguese manual * Append --static to pkg-config arguments when ARIA2_STATIC=yes * Save options directly specified for download in --save-session * Save URI returned only from FileEntry::getRemainingUris() * Print linked 3rd party libraries with version in aria2c -v output * Use info level log for system trusted ca imports failure * Remove deprecated options: --enable-direct-io and --metalink-servers * Deprecate --enable-async-dns6 * Fix uninitialized UDPTrackerClient::numWatchers_ * Implement simple Happy Eyeballs for HTTP/FTP downloads * Parallel A and AAAA record lookups with c-ares
Cristian Morales Vega
2013-05-06 12:00:38 +00:00
af7726f62d
Accepting request 161953 from network:utilities
Stephan Kulow
2013-04-02 09:38:44 +00:00
62fdcf3e6d
Accepting request 155842 from network:utilities
Stephan Kulow
2013-02-20 08:14:24 +00:00
a5f8d00cd2
- update to 1.16.3 * Fix invalid iterator handling when deleting RequestGroup * Check SSL_OP_NO_COMPRESSION is available before using it * Fix bug returnPeer is not called if sequence_ == INITIATOR_SEND_KEY * Accept k and m as well as K and M in util::getRealSize() * Added --save-session-interval option * Use request URI as referer if --referer="*" is given * Log warn if unknown option is found in config file or -i file * Added --console-log-level option
Cristian Morales Vega
2013-02-19 17:47:32 +00:00
3515bdaf3c
- Update to 1.16.1 * adds the ability to persist GID across sessions * now GID is 64 bits binary data and represented by 16 characters hex string in RPC query * the disk cache feature was added * the console readout was redesigned
Cristian Morales Vega
2012-12-27 23:07:54 +00:00
6de02c2565
Accepting request 144925 from network:utilities
Stephan Kulow
2012-12-10 12:45:52 +00:00
60c96cfc84
Accepting request 139144 from network:utilities
Stephan Kulow
2012-10-24 15:01:46 +00:00
be4d1ebff4
- Update to version 1.15.2: Fixes several critical bugs. It also adds new features such as TLS SNI and CORS support. The --file--allocation option now take another value trunc. The new option --enalbe-mmap was added. aria2 now uses system-wide SSL/TLS certificates by default, which eliminates the requirement to specify --ca-certificate option. - Remove aria2-1.15.1-system_certificates.patch. Applied upstream. - Remove autotools BuildRequires since we don't have patches any more.
Cristian Morales Vega
2012-10-23 23:09:20 +00:00
3b1af742db
Accepting request 127249 from network:utilities
Stephan Kulow
2012-07-09 05:52:55 +00:00
222f9de6c0
Accepting request 127214 from home:babelworx:ldig:branches:network:utilities
Andreas Stieger2012-07-05 20:30:00 +00:00
102e13852c
Accepting request 127107 from home:RedDwarf:branches:network:utilities
Andreas Stieger2012-07-04 21:08:03 +00:00
b70625e720
Accepting request 126590 from network:utilities
Stephan Kulow
2012-06-29 11:58:48 +00:00
bea5a61686
Accepting request 126585 from home:AndreasStieger:branches:network:utilities
Andreas Stieger2012-06-29 10:57:33 +00:00
6fd4c6b808
Accepting request 126575 from home:RedDwarf:branches:network:utilities
Andreas Stieger2012-06-29 10:43:34 +00:00
04423cd290
Accepting request 113022 from network:utilities
Stephan Kulow
2012-04-12 07:18:29 +00:00
fa5aac9522
Accepting request 113017 from home:dimstar:branches:network:utilities
Andreas Stieger2012-04-09 17:21:36 +00:00
b52cf62e48
Accepting request 110283 from network:utilities
Stephan Kulow
2012-03-22 11:31:08 +00:00
7218436bfa
Accepting request 110276 from home:dimstar:gcc47
Andreas Stieger2012-03-20 23:17:53 +00:00
25fc2c93a3
Accepting request 109183 from network:utilities
Stephan Kulow
2012-03-20 10:25:08 +00:00
032d886ad4
Accepting request 109061 from home:babelworx:ldig:branches:network:utilities
Andreas Stieger2012-03-13 20:50:39 +00:00