mirror of
https://github.com/aria2/aria2.git
synced 2025-02-13 02:21:05 +00:00
2008-05-07 Tatsuhiro Tsujikawa <tujikawa at rednoah dot com>
const SharedHandle<Request> -> const SharedHandle<Request>& * src/FtpDowndloadCommand.cc * src/FtpDowndloadCommand.h * src/HttpDownloadCommand.cc * src/HttpDownloadCommand.h
This commit is contained in:
parent
874714609f
commit
53464fd0fc
13
ChangeLog
13
ChangeLog
@ -1,3 +1,16 @@
|
||||
2008-05-07 Tatsuhiro Tsujikawa <tujikawa at rednoah dot com>
|
||||
|
||||
const SharedHandle<Request> -> const SharedHandle<Request>&
|
||||
* src/FtpDowndloadCommand.cc
|
||||
* src/FtpDowndloadCommand.h
|
||||
* src/HttpDownloadCommand.cc
|
||||
* src/HttpDownloadCommand.h
|
||||
|
||||
2008-05-05 Tatsuhiro Tsujikawa <tujikawa at rednoah dot com>
|
||||
|
||||
Enabled --enable-http-keep-alive by default.
|
||||
* src/option_processing.cc
|
||||
|
||||
2008-05-05 Tatsuhiro Tsujikawa <tujikawa at rednoah dot com>
|
||||
|
||||
Fixed the bug that the control file(.aria2 file) is not renamed
|
||||
|
@ -39,7 +39,7 @@
|
||||
namespace aria2 {
|
||||
|
||||
FtpDownloadCommand::FtpDownloadCommand(int cuid,
|
||||
const RequestHandle req,
|
||||
const RequestHandle& req,
|
||||
RequestGroup* requestGroup,
|
||||
DownloadEngine* e,
|
||||
const SocketHandle& dataSocket,
|
||||
|
@ -46,7 +46,7 @@ private:
|
||||
SharedHandle<SocketCore> ctrlSocket;
|
||||
public:
|
||||
FtpDownloadCommand(int cuid,
|
||||
const SharedHandle<Request> req,
|
||||
const SharedHandle<Request>& req,
|
||||
RequestGroup* requestGroup,
|
||||
DownloadEngine* e,
|
||||
const SharedHandle<SocketCore>& dataSocket,
|
||||
|
@ -47,7 +47,7 @@
|
||||
namespace aria2 {
|
||||
|
||||
HttpDownloadCommand::HttpDownloadCommand(int cuid,
|
||||
const RequestHandle req,
|
||||
const RequestHandle& req,
|
||||
RequestGroup* requestGroup,
|
||||
const HttpConnectionHandle& httpConnection,
|
||||
DownloadEngine* e,
|
||||
|
@ -49,7 +49,7 @@ protected:
|
||||
virtual bool prepareForNextSegment();
|
||||
public:
|
||||
HttpDownloadCommand(int cuid,
|
||||
const SharedHandle<Request> req,
|
||||
const SharedHandle<Request>& req,
|
||||
RequestGroup* requestGroup,
|
||||
const SharedHandle<HttpConnection>& httpConnection,
|
||||
DownloadEngine* e,
|
||||
|
Loading…
x
Reference in New Issue
Block a user