Andrey Prygunkov
|
d2fdc28c85
|
refactor: reworked Connection-class: fully encapsulted sockets; better read/write methods
|
2012-12-30 15:27:38 +00:00 |
|
Andrey Prygunkov
|
d3fd5ba9ac
|
fixed: url-downloads could fail when compiled with gzip-support (bug introduced in r440)
|
2012-09-08 06:40:59 +00:00 |
|
Andrey Prygunkov
|
f604460d56
|
set svn keywords
|
2012-08-06 20:32:48 +00:00 |
|
Andrey Prygunkov
|
d507325378
|
added gzip-support to URL-downloader
|
2012-07-09 20:56:28 +00:00 |
|
Andrey Prygunkov
|
3e81a03087
|
refactor: corrected inconsistent include of <config.h>
|
2012-06-23 18:58:56 +00:00 |
|
Andrey Prygunkov
|
f49f01ec85
|
refactor: splitted class <Util> into <Util> and <Webtil>
|
2012-06-20 22:15:09 +00:00 |
|
Andrey Prygunkov
|
ec80850e76
|
improved error reporting when trying to download a HTTPS-URL and the program was compiled without TLS/SSL support
|
2012-05-04 14:55:49 +00:00 |
|
Andrey Prygunkov
|
ab75a8b3e5
|
added the ability to queue URLs. The program automatically downloads nzb-files from given URLs and put them to download queue. When multiple URLs are added in a short time, they are put into a special URL-queue. The number of simultaneous URL-downloads are controlled via new option UrlConnections. With the new option ReloadUrlQueue can be controlled if the URL-queue should be reloaded after the program is restarted (if the URL-queue was not empty). New switch <-U> for remote-command <--append/-A> to queue an URL. New subcommand <-U> in the remote command <--list/-L> prints the current URL-queue. If URL-download fails, the URL is moved into history. With subcommand <-R> of command <--edit> the failed URL can be returned to URL-queue for redownload. The remote command <--list/-L> for history can now print the infos for URL history items. New XML/JSON-RPC command <appendurl> to add an URL or multiple URLs for download. New XML/JSON-RPC command <urlqueue> returns the items from the URL-queue. The XML/JSON-RPC command <history> was exteneded to provide infos about URL history items. The URL-queue obeys the pause-state of download queue. The URL-downloads support HTTP and HTTPS protocols.
|
2012-05-03 13:47:44 +00:00 |
|