Tatsuhiro Tsujikawa
b57c64bf4f
Documented --metalink-base-uri option in man page.
2011-05-14 22:54:39 +09:00
Tatsuhiro Tsujikawa
49b032800f
Added --metalink-base-uri option.
...
--metalink-uri option specifies base URI to resolve relative URI in
metalink file stored in local disk. If URI points to a directory, URI
must end with '/'.
2011-05-14 22:52:54 +09:00
Tatsuhiro Tsujikawa
ed589ab034
Run batch file with cmd.exe. Quoted user command.
...
It seems that we have to specify the full path to cmd.exe in the first
argument of CreateProcess() to run batch file in proper manner. We
first determine the full path to cmd.exe. To do this, we get windir
environment variable and concatenate it with "\system32\cmd.exe".
2011-05-14 21:27:31 +09:00
Tatsuhiro Tsujikawa
286991e17d
Strip DQUOTE from cookie-value and updated doc.
2011-05-14 21:24:10 +09:00
Tatsuhiro Tsujikawa
3026b18ecd
Updated doc
2011-05-14 21:23:59 +09:00
Tatsuhiro Tsujikawa
00fa59d0f5
Fixed the bug that the message "Loaded cookies from ..." appears when
...
loading cookies from that file failed.
2011-05-12 09:39:03 +09:00
Tatsuhiro Tsujikawa
7d7b014c72
Fixed my e-mail address in README.asciidoc
2011-05-07 18:51:41 +09:00
Tatsuhiro Tsujikawa
990a9e6d8e
Applied patch from Dan Fandrich.
...
Thanks to Dan Fandrich.
I modified some lines to suite my taste.
2011-05-07 18:48:58 +09:00
Tatsuhiro Tsujikawa
ad5af56c17
Support relative URI in Metalink file.
...
If relative URI is found in Metalink file, aria2 resolves its full URI
contatenating the URI from which Metalink file is retrieved and
relative URI in Metalink file. This feature is not available if
Metalink file in local disk is specified in command line.
2011-05-07 18:41:18 +09:00
Tatsuhiro Tsujikawa
e7d7233d54
Moved joinUri from util namespace to uri namespace.
2011-05-06 23:20:43 +09:00
Tatsuhiro Tsujikawa
11d7e4fa46
Set DownloadEngine::setNoWait(true) in SleepCommand.
2011-04-30 23:45:17 +09:00
Tatsuhiro Tsujikawa
1122e55a35
Handle "..", "." in util::joinUri()
2011-04-30 22:42:10 +09:00
Tatsuhiro Tsujikawa
55d00d047c
Added swap for UriStruct
2011-04-30 00:29:14 +09:00
Tatsuhiro Tsujikawa
871819af59
Added util::joinUri()
2011-04-30 00:15:27 +09:00
Tatsuhiro Tsujikawa
33b9b3b27d
Added uri::construct()
2011-04-30 00:14:49 +09:00
Tatsuhiro Tsujikawa
3941c72219
Added test for OptionParser::getEraseAfterParse()
2011-04-22 23:45:30 +09:00
Tatsuhiro Tsujikawa
2c0476e6d9
Erase user and password specified in command-line from argv.
...
The user and password is masked with '*'.
2011-04-22 23:38:59 +09:00
Tatsuhiro Tsujikawa
211c4ea9f4
If no data type tag is used in XML-RPC, treat the data as string.
2011-04-22 23:02:28 +09:00
Tatsuhiro Tsujikawa
6ee58e2872
Updated bash_completion
2011-04-06 01:31:30 +09:00
Tatsuhiro Tsujikawa
aabb1f963e
Removed condition always evaluated to true.
2011-03-29 23:22:36 +09:00
Tatsuhiro Tsujikawa
4ee610f4b3
Updated NEWS
2011-03-27 21:50:32 +09:00
Tatsuhiro Tsujikawa
8d8fb31a45
Updated NEWS for 1.11.1 release.
2011-03-27 21:02:23 +09:00
Tatsuhiro Tsujikawa
c1152f061f
Documented --show-console-readout option.
2011-03-27 20:59:37 +09:00
Tatsuhiro Tsujikawa
891c9e60ac
Use A2_DELTA_MILLIS for timing critical code.
2011-03-27 20:54:51 +09:00
Tatsuhiro Tsujikawa
a4ddec44d1
Fixed typo
2011-03-27 19:19:33 +09:00
Tatsuhiro Tsujikawa
6e3f512c61
Added --show-console-readout option.
...
This option toggles appearance of console readout.
2011-03-27 19:16:54 +09:00
Tatsuhiro Tsujikawa
3d87e4e43a
Bump up version number to 1.11.1
2011-03-21 11:41:08 +09:00
Tatsuhiro Tsujikawa
ec01acab39
Updated doc
2011-03-21 11:40:52 +09:00
Tatsuhiro Tsujikawa
60a21e672c
Fixed compile error
2011-03-21 11:34:35 +09:00
Tatsuhiro Tsujikawa
64962320a6
Updated for 1.11.1 release
2011-03-20 16:10:58 +09:00
Tatsuhiro Tsujikawa
87ca37ea48
Log error when event polling function failed.
2011-03-20 15:22:42 +09:00
Tatsuhiro Tsujikawa
e95b8efc6b
Fixed the bug that microsecond part of timeval overwlows in waitData().
2011-03-20 15:00:13 +09:00
Tatsuhiro Tsujikawa
93b1a2b0b0
Fixed typo
2011-03-20 14:39:36 +09:00
Tatsuhiro Tsujikawa
7679302965
Updated Russian translation. Thanks to all translators.
2011-03-19 00:00:42 +09:00
Tatsuhiro Tsujikawa
46ac6c5df5
Updated po templates.
2011-03-18 23:58:43 +09:00
Tatsuhiro Tsujikawa
d8585fd6eb
Updated doc
2011-03-18 22:45:25 +09:00
Tatsuhiro Tsujikawa
c1c3f2d77a
Return text/javascript as Content-Type if jsoncallback is given.
2011-03-18 22:43:01 +09:00
Tatsuhiro Tsujikawa
e0b42f2795
Updated doc for 1.11.0 release
2011-03-18 21:00:00 +09:00
Tatsuhiro Tsujikawa
3d2fa5954e
Rewritten SocketBuffer::BufEntry and SocketBuffer::send()
2011-03-18 17:20:37 +09:00
Tatsuhiro Tsujikawa
18d51a3e20
Removed logging RPC request.
2011-03-17 16:09:22 +09:00
Tatsuhiro Tsujikawa
46eced8ada
Fixed compile error and unit test error without SSL library.
2011-03-17 16:08:39 +09:00
Tatsuhiro Tsujikawa
821dbbff1f
Fixed compile error with --disable-bittorrent
2011-03-17 16:02:35 +09:00
Tatsuhiro Tsujikawa
6e818a06dc
Replaced gid_t with a2_gid_t cause gid_t is commonly used as group ID.
2011-03-17 12:17:46 +09:00
Tatsuhiro Tsujikawa
09c120da9b
Updated gettext to 0.18
2011-03-17 11:28:37 +09:00
Tatsuhiro Tsujikawa
e00b5dcf1b
Bump up version number to 1.11.0
2011-03-17 10:55:36 +09:00
Tatsuhiro Tsujikawa
fbbd7d993e
Updated bash_completion
2011-03-17 01:29:49 +09:00
Tatsuhiro Tsujikawa
b9a37f48cf
Updated doc.
2011-03-16 16:56:33 +09:00
Tatsuhiro Tsujikawa
73572712d8
Use .meta4 instead of .metalink as suffix when saving metalink XML
...
uploaded by RPC.
2011-03-16 16:55:38 +09:00
Tatsuhiro Tsujikawa
4f3542a931
Documented error code 30.
2011-03-16 13:32:28 +09:00
Tatsuhiro Tsujikawa
5f58e5ac33
Updated README
2011-03-16 13:30:09 +09:00