| .. |
|
android
|
Fix link error with Android NDK r9
|
2013-09-18 23:10:25 +09:00 |
|
includes
|
Improve aria2.rst and usage texts a bit.
|
2014-05-20 18:02:47 +02:00 |
|
.gitignore
|
…
|
|
|
A2STR.cc
|
…
|
|
|
A2STR.h
|
…
|
|
|
ARC4Encryptor.h
|
Provide internal ARC4 implementation
|
2013-09-24 19:11:26 +02:00 |
|
AbstractAuthResolver.cc
|
Rewrite AuthConfig objects using std::unique_ptr
|
2013-06-26 21:45:29 +09:00 |
|
AbstractAuthResolver.h
|
Rewrite AuthConfig objects using std::unique_ptr
|
2013-06-26 21:45:29 +09:00 |
|
AbstractBtMessage.cc
|
Convert most 0/NULL pointers to nullptr
|
2013-08-20 21:28:24 +02:00 |
|
AbstractBtMessage.h
|
Use CXX11_OVERRIDE
|
2013-07-06 18:15:09 +09:00 |
|
AbstractCommand.cc
|
sftp: basic download works
|
2015-05-12 00:31:57 +09:00 |
|
AbstractCommand.h
|
Cleanup AbstractCommand take 2
|
2014-05-29 18:39:53 +02:00 |
|
AbstractDiskWriter.cc
|
Disard cache when checking checksum
|
2014-07-02 00:05:43 +09:00 |
|
AbstractDiskWriter.h
|
Disard cache when checking checksum
|
2014-07-02 00:05:43 +09:00 |
|
AbstractHttpServerResponseCommand.cc
|
Wrap Command object in std::unique_ptr
|
2013-06-23 21:55:52 +09:00 |
|
AbstractHttpServerResponseCommand.h
|
Use CXX11_OVERRIDE
|
2013-07-06 18:15:09 +09:00 |
|
AbstractOptionHandler.cc
|
Introduce PrefPtr typedef
|
2013-09-19 19:59:33 +02:00 |
|
AbstractOptionHandler.h
|
clang-modernize -add-override on headers
|
2013-09-20 23:06:49 +02:00 |
|
AbstractProxyRequestCommand.cc
|
Use std::make_shared and make_unique where possible, part 1
|
2014-09-13 00:07:21 +09:00 |
|
AbstractProxyRequestCommand.h
|
Use CXX11_OVERRIDE
|
2013-07-06 18:15:09 +09:00 |
|
AbstractProxyResponseCommand.cc
|
Wrap Command object in std::unique_ptr
|
2013-06-23 21:55:52 +09:00 |
|
AbstractProxyResponseCommand.h
|
clang-modernize -add-override on headers
|
2013-09-20 23:06:49 +02:00 |
|
AbstractSingleDiskAdaptor.cc
|
Disard cache when checking checksum
|
2014-07-02 00:05:43 +09:00 |
|
AbstractSingleDiskAdaptor.h
|
Disard cache when checking checksum
|
2014-07-02 00:05:43 +09:00 |
|
ActivePeerConnectionCommand.cc
|
Wrap Command object in std::unique_ptr
|
2013-06-23 21:55:52 +09:00 |
|
ActivePeerConnectionCommand.h
|
Use CXX11_OVERRIDE
|
2013-07-06 18:15:09 +09:00 |
|
AdaptiveFileAllocationIterator.cc
|
Use std::unique_ptr for FileAllocationIterator
|
2013-07-06 15:56:08 +09:00 |
|
AdaptiveFileAllocationIterator.h
|
Use CXX11_OVERRIDE
|
2013-07-06 18:15:09 +09:00 |
|
AdaptiveURISelector.cc
|
New round of clang-modernize
|
2014-05-29 19:38:34 +02:00 |
|
AdaptiveURISelector.h
|
New round of clang-modernize
|
2014-05-29 19:38:34 +02:00 |
|
Adler32MessageDigestImpl.cc
|
Support Adler32 checksum
|
2014-09-13 00:08:07 +09:00 |
|
Adler32MessageDigestImpl.h
|
Support Adler32 checksum
|
2014-09-13 00:08:07 +09:00 |
|
AnnounceList.cc
|
AnnounceList, AnnounceTier: Code cleanup using C++11 features
|
2014-06-06 00:04:37 +09:00 |
|
AnnounceList.h
|
AnnounceList, AnnounceTier: Code cleanup using C++11 features
|
2014-06-06 00:04:37 +09:00 |
|
AnnounceTier.cc
|
AnnounceList, AnnounceTier: Code cleanup using C++11 features
|
2014-06-06 00:04:37 +09:00 |
|
AnnounceTier.h
|
AnnounceList, AnnounceTier: Code cleanup using C++11 features
|
2014-06-06 00:04:37 +09:00 |
|
AnonDiskWriterFactory.h
|
Use CXX11_OVERRIDE
|
2013-07-06 18:15:09 +09:00 |
|
ApiCallbackDownloadEventListener.cc
|
Add download event callback API and its example
|
2013-05-11 19:40:24 +09:00 |
|
ApiCallbackDownloadEventListener.h
|
Use CXX11_OVERRIDE
|
2013-07-06 18:15:09 +09:00 |
|
AppleMessageDigestImpl.cc
|
Support Adler32 checksum
|
2014-09-13 00:08:07 +09:00 |
|
AppleTLSContext.cc
|
Add --min-tls-version option
|
2014-12-06 17:50:35 +09:00 |
|
AppleTLSContext.h
|
Add --min-tls-version option
|
2014-12-06 17:50:35 +09:00 |
|
AppleTLSSession.cc
|
Move warn logic into SocketCore
|
2014-12-14 10:34:09 +01:00 |
|
AppleTLSSession.h
|
Fixed some typos in code comments
|
2015-01-16 01:17:35 +01:00 |
|
AsyncNameResolver.cc
|
Use std::make_shared and make_unique where possible, part 1
|
2014-09-13 00:07:21 +09:00 |
|
AsyncNameResolver.h
|
Require -std=c++11 and use std::shared_ptr instead of SharedHandle
|
2013-06-22 01:10:38 +09:00 |
|
AsyncNameResolverMan.cc
|
Fixed some typos in code comments
|
2015-01-16 01:17:35 +01:00 |
|
AsyncNameResolverMan.h
|
Require -std=c++11 and use std::shared_ptr instead of SharedHandle
|
2013-06-22 01:10:38 +09:00 |
|
AuthConfig.cc
|
Return nullptr directly where std::unique_ptr is expected
|
2013-07-04 21:33:36 +09:00 |
|
AuthConfig.h
|
Rewrite AuthConfig objects using std::unique_ptr
|
2013-06-26 21:45:29 +09:00 |
|
AuthConfigFactory.cc
|
sftp: basic download works
|
2015-05-12 00:31:57 +09:00 |
|
AuthConfigFactory.h
|
Rewrite AuthConfig objects using std::unique_ptr
|
2013-06-26 21:45:29 +09:00 |
|
AuthResolver.h
|
Rewrite AuthConfig objects using std::unique_ptr
|
2013-06-26 21:45:29 +09:00 |
|
AutoSaveCommand.cc
|
…
|
|
|
AutoSaveCommand.h
|
Use CXX11_OVERRIDE
|
2013-07-06 18:15:09 +09:00 |
|
BackupIPv4ConnectCommand.cc
|
Use std::make_shared and make_unique where possible, part 1
|
2014-09-13 00:07:21 +09:00 |
|
BackupIPv4ConnectCommand.h
|
Use CXX11_OVERRIDE
|
2013-07-06 18:15:09 +09:00 |
|
BencodeDiskWriter.h
|
…
|
|
|
BencodeDiskWriterFactory.h
|
…
|
|
|
BencodeParser.cc
|
Convert most 0/NULL pointers to nullptr
|
2013-08-20 21:28:24 +02:00 |
|
BencodeParser.h
|
…
|
|
|
BinaryStream.h
|
…
|
|
|
BitfieldMan.cc
|
Stuff memory holes
|
2013-12-09 15:41:43 +01:00 |
|
BitfieldMan.h
|
Stuff memory holes
|
2013-12-09 15:41:43 +01:00 |
|
BtAbortOutstandingRequestEvent.cc
|
Require -std=c++11 and use std::shared_ptr instead of SharedHandle
|
2013-06-22 01:10:38 +09:00 |
|
BtAbortOutstandingRequestEvent.h
|
Require -std=c++11 and use std::shared_ptr instead of SharedHandle
|
2013-06-22 01:10:38 +09:00 |
|
BtAllowedFastMessage.cc
|
More auto-converts by cpp11-migrate
|
2013-09-20 23:06:49 +02:00 |
|
BtAllowedFastMessage.h
|
Use CXX11_OVERRIDE
|
2013-07-06 18:15:09 +09:00 |
|
BtAnnounce.cc
|
…
|
|
|
BtAnnounce.h
|
Require -std=c++11 and use std::shared_ptr instead of SharedHandle
|
2013-06-22 01:10:38 +09:00 |
|
BtBitfieldMessage.cc
|
Use std::make_shared and make_unique where possible, part 1
|
2014-09-13 00:07:21 +09:00 |
|
BtBitfieldMessage.h
|
Use std::make_shared and make_unique where possible, part 1
|
2014-09-13 00:07:21 +09:00 |
|
BtBitfieldMessageValidator.cc
|
…
|
|
|
BtBitfieldMessageValidator.h
|
Use CXX11_OVERRIDE
|
2013-07-06 18:15:09 +09:00 |
|
BtCancelMessage.cc
|
Wrap BtMessage objects by std::unique_ptr instead of std::shared_ptr
|
2013-06-30 22:55:43 +09:00 |
|
BtCancelMessage.h
|
Use CXX11_OVERRIDE
|
2013-07-06 18:15:09 +09:00 |
|
BtCancelSendingPieceEvent.h
|
…
|
|
|
BtCheckIntegrityEntry.cc
|
Run on-bt-download-complete command when -V reports download finished
|
2015-03-22 17:58:13 +09:00 |
|
BtCheckIntegrityEntry.h
|
Use CXX11_OVERRIDE
|
2013-07-06 18:15:09 +09:00 |
|
BtChokeMessage.cc
|
More auto-converts by cpp11-migrate
|
2013-09-20 23:06:49 +02:00 |
|
BtChokeMessage.h
|
Use CXX11_OVERRIDE
|
2013-07-06 18:15:09 +09:00 |
|
BtChokingEvent.h
|
…
|
|
|
BtConstants.h
|
…
|
|
|
BtDependency.cc
|
Shuffle web-seeding URIs
|
2015-02-07 00:38:03 +09:00 |
|
BtDependency.h
|
Use CXX11_OVERRIDE
|
2013-07-06 18:15:09 +09:00 |
|
BtExtendedMessage.cc
|
Convert to autos and ranged loops
|
2013-08-21 05:56:17 +02:00 |
|
BtExtendedMessage.h
|
Use CXX11_OVERRIDE
|
2013-07-06 18:15:09 +09:00 |
|
BtFileAllocationEntry.cc
|
Add --bt-detach-seed-only option
|
2014-10-14 00:13:29 +09:00 |
|
BtFileAllocationEntry.h
|
Use CXX11_OVERRIDE
|
2013-07-06 18:15:09 +09:00 |
|
BtHandshakeMessage.cc
|
Convert to autos and ranged loops
|
2013-08-21 05:56:17 +02:00 |
|
BtHandshakeMessage.h
|
Use CXX11_OVERRIDE
|
2013-07-06 18:15:09 +09:00 |
|
BtHandshakeMessageValidator.cc
|
…
|
|
|
BtHandshakeMessageValidator.h
|
Use CXX11_OVERRIDE
|
2013-07-06 18:15:09 +09:00 |
|
BtHaveAllMessage.cc
|
Wrap BtMessage objects by std::unique_ptr instead of std::shared_ptr
|
2013-06-30 22:55:43 +09:00 |
|
BtHaveAllMessage.h
|
Use CXX11_OVERRIDE
|
2013-07-06 18:15:09 +09:00 |
|
BtHaveMessage.cc
|
Wrap BtMessage objects by std::unique_ptr instead of std::shared_ptr
|
2013-06-30 22:55:43 +09:00 |
|
BtHaveMessage.h
|
Use CXX11_OVERRIDE
|
2013-07-06 18:15:09 +09:00 |
|
BtHaveNoneMessage.cc
|
Wrap BtMessage objects by std::unique_ptr instead of std::shared_ptr
|
2013-06-30 22:55:43 +09:00 |
|
BtHaveNoneMessage.h
|
Use CXX11_OVERRIDE
|
2013-07-06 18:15:09 +09:00 |
|
BtInteractive.h
|
Use std::unique_ptr to receive BtMessage
|
2013-07-04 22:35:41 +09:00 |
|
BtInterestedMessage.cc
|
More auto-converts by cpp11-migrate
|
2013-09-20 23:06:49 +02:00 |
|
BtInterestedMessage.h
|
Use CXX11_OVERRIDE
|
2013-07-06 18:15:09 +09:00 |
|
BtKeepAliveMessage.cc
|
Convert to autos and ranged loops
|
2013-08-21 05:56:17 +02:00 |
|
BtKeepAliveMessage.h
|
Use CXX11_OVERRIDE
|
2013-07-06 18:15:09 +09:00 |
|
BtLeecherStateChoke.cc
|
More auto-converts by cpp11-migrate
|
2013-09-20 23:06:49 +02:00 |
|
BtLeecherStateChoke.h
|
Require -std=c++11 and use std::shared_ptr instead of SharedHandle
|
2013-06-22 01:10:38 +09:00 |
|
BtMessage.h
|
…
|
|
|
BtMessageDispatcher.h
|
Wrap BtMessage objects by std::unique_ptr instead of std::shared_ptr
|
2013-06-30 22:55:43 +09:00 |
|
BtMessageFactory.h
|
Use std::unique_ptr for ExtensionMessage
|
2013-07-01 21:42:51 +09:00 |
|
BtMessageReceiver.h
|
Use std::unique_ptr to receive BtMessage
|
2013-07-04 22:35:41 +09:00 |
|
BtMessageValidator.h
|
…
|
|
|
BtNotInterestedMessage.cc
|
More auto-converts by cpp11-migrate
|
2013-09-20 23:06:49 +02:00 |
|
BtNotInterestedMessage.h
|
Use CXX11_OVERRIDE
|
2013-07-06 18:15:09 +09:00 |
|
BtPieceMessage.cc
|
More auto-converts by cpp11-migrate
|
2013-09-20 23:06:49 +02:00 |
|
BtPieceMessage.h
|
Use CXX11_OVERRIDE
|
2013-07-06 18:15:09 +09:00 |
|
BtPieceMessageValidator.cc
|
…
|
|
|
BtPieceMessageValidator.h
|
Use CXX11_OVERRIDE
|
2013-07-06 18:15:09 +09:00 |
|
BtPortMessage.cc
|
Use std::make_shared and make_unique where possible, part 1
|
2014-09-13 00:07:21 +09:00 |
|
BtPortMessage.h
|
Use CXX11_OVERRIDE
|
2013-07-06 18:15:09 +09:00 |
|
BtPostDownloadHandler.cc
|
Add --pause-metadata option
|
2014-06-21 00:58:21 +09:00 |
|
BtPostDownloadHandler.h
|
Refactor DownloadHandlerFactory
|
2013-11-10 18:19:02 +09:00 |
|
BtProgressInfoFile.h
|
…
|
|
|
BtRegistry.cc
|
BtRegistry: Use std::unique_ptr for BtObject
|
2013-07-06 19:09:39 +09:00 |
|
BtRegistry.h
|
BtRegistry: Use std::unique_ptr for BtObject
|
2013-07-06 19:09:39 +09:00 |
|
BtRejectMessage.cc
|
Wrap BtMessage objects by std::unique_ptr instead of std::shared_ptr
|
2013-06-30 22:55:43 +09:00 |
|
BtRejectMessage.h
|
Use CXX11_OVERRIDE
|
2013-07-06 18:15:09 +09:00 |
|
BtRequestFactory.h
|
Wrap BtMessage objects by std::unique_ptr instead of std::shared_ptr
|
2013-06-30 22:55:43 +09:00 |
|
BtRequestMessage.cc
|
Wrap BtMessage objects by std::unique_ptr instead of std::shared_ptr
|
2013-06-30 22:55:43 +09:00 |
|
BtRequestMessage.h
|
Use CXX11_OVERRIDE
|
2013-07-06 18:15:09 +09:00 |
|
BtRuntime.cc
|
…
|
|
|
BtRuntime.h
|
…
|
|
|
BtSeederStateChoke.cc
|
More auto-converts by cpp11-migrate
|
2013-09-20 23:06:49 +02:00 |
|
BtSeederStateChoke.h
|
Require -std=c++11 and use std::shared_ptr instead of SharedHandle
|
2013-06-22 01:10:38 +09:00 |
|
BtSetup.cc
|
Use std::make_shared and make_unique where possible, part 1
|
2014-09-13 00:07:21 +09:00 |
|
BtSetup.h
|
Wrap Command object in std::unique_ptr
|
2013-06-23 21:55:52 +09:00 |
|
BtStopDownloadCommand.cc
|
…
|
|
|
BtStopDownloadCommand.h
|
Use CXX11_OVERRIDE
|
2013-07-06 18:15:09 +09:00 |
|
BtSuggestPieceMessage.cc
|
Wrap BtMessage objects by std::unique_ptr instead of std::shared_ptr
|
2013-06-30 22:55:43 +09:00 |
|
BtSuggestPieceMessage.h
|
Use CXX11_OVERRIDE
|
2013-07-06 18:15:09 +09:00 |
|
BtUnchokeMessage.cc
|
More auto-converts by cpp11-migrate
|
2013-09-20 23:06:49 +02:00 |
|
BtUnchokeMessage.h
|
Use CXX11_OVERRIDE
|
2013-07-06 18:15:09 +09:00 |
|
BufferedFile.cc
|
mingw32: Fix bug that aria2 does not read piped stdin
|
2014-07-30 00:38:45 +09:00 |
|
BufferedFile.h
|
Use CXX11_OVERRIDE
|
2013-07-06 18:15:09 +09:00 |
|
ByteArrayDiskWriter.cc
|
…
|
|
|
ByteArrayDiskWriter.h
|
Use CXX11_OVERRIDE
|
2013-07-06 18:15:09 +09:00 |
|
ByteArrayDiskWriterFactory.h
|
…
|
|
|
CUIDCounter.cc
|
…
|
|
|
CUIDCounter.h
|
…
|
|
|
CheckIntegrityCommand.cc
|
Use std::unique_ptr for CheckIntegrityEntry and FileAllocationEntry
|
2013-07-06 15:56:08 +09:00 |
|
CheckIntegrityCommand.h
|
Use CXX11_OVERRIDE
|
2013-07-06 18:15:09 +09:00 |
|
CheckIntegrityDispatcherCommand.cc
|
DownloadEngine: Use std::unique_ptr for checkIntegrityMan_, fileAllocationMan_
|
2013-07-06 15:56:08 +09:00 |
|
CheckIntegrityDispatcherCommand.h
|
Use CXX11_OVERRIDE
|
2013-07-06 18:15:09 +09:00 |
|
CheckIntegrityEntry.cc
|
Use std::unique_ptr for CheckIntegrityEntry and FileAllocationEntry
|
2013-07-06 15:56:08 +09:00 |
|
CheckIntegrityEntry.h
|
Use CXX11_OVERRIDE
|
2013-07-06 18:15:09 +09:00 |
|
CheckIntegrityMan.h
|
…
|
|
|
Checksum.cc
|
Use move for XML parser
|
2013-11-10 20:39:31 +09:00 |
|
Checksum.h
|
Use move for XML parser
|
2013-11-10 20:39:31 +09:00 |
|
ChecksumCheckIntegrityEntry.cc
|
Use std::unique_ptr for CheckIntegrityEntry and FileAllocationEntry
|
2013-07-06 15:56:08 +09:00 |
|
ChecksumCheckIntegrityEntry.h
|
Use CXX11_OVERRIDE
|
2013-07-06 18:15:09 +09:00 |
|
ChunkChecksum.cc
|
Use move for XML parser
|
2013-11-10 20:39:31 +09:00 |
|
ChunkChecksum.h
|
Use move for XML parser
|
2013-11-10 20:39:31 +09:00 |
|
ChunkedDecodingStreamFilter.cc
|
Use std::unique_ptr for StreamFilter instead of std::shared_ptr
|
2013-07-04 00:39:11 +09:00 |
|
ChunkedDecodingStreamFilter.h
|
Use nullptr for std::shared_ptr and unique_ptr default parameter
|
2013-08-19 23:50:58 +09:00 |
|
ColorizedStream.cc
|
ColorizedStreamBuf::str: Append character prefix to stream directly
|
2013-11-23 15:34:43 +09:00 |
|
ColorizedStream.h
|
New round of clang-modernize
|
2014-05-29 19:38:34 +02:00 |
|
Command.cc
|
Stuff memory holes
|
2013-12-09 15:41:43 +01:00 |
|
Command.h
|
Stuff memory holes
|
2013-12-09 15:41:43 +01:00 |
|
ConnectCommand.cc
|
Cleanup AbstractCommand take 2
|
2014-05-29 18:39:53 +02:00 |
|
ConnectCommand.h
|
Cleanup AbstractCommand take 2
|
2014-05-29 18:39:53 +02:00 |
|
ConsoleStatCalc.cc
|
Use std::make_shared and make_unique where possible, part 1
|
2014-09-13 00:07:21 +09:00 |
|
ConsoleStatCalc.h
|
Use std::make_shared and make_unique where possible, part 1
|
2014-09-13 00:07:21 +09:00 |
|
ContentTypeRequestGroupCriteria.cc
|
…
|
|
|
ContentTypeRequestGroupCriteria.h
|
Use CXX11_OVERRIDE
|
2013-07-06 18:15:09 +09:00 |
|
Context.cc
|
multiple interface support for link aggregation
|
2015-04-21 20:59:38 +06:00 |
|
Context.h
|
Require -std=c++11 and use std::shared_ptr instead of SharedHandle
|
2013-06-22 01:10:38 +09:00 |
|
ContextAttribute.cc
|
…
|
|
|
ContextAttribute.h
|
…
|
|
|
ControlChain.h
|
…
|
|
|
Cookie.cc
|
Stuff memory holes
|
2013-12-09 15:41:43 +01:00 |
|
Cookie.h
|
Stuff memory holes
|
2013-12-09 15:41:43 +01:00 |
|
CookieStorage.cc
|
Set old cookie's creation-time to new cookie on replacement
|
2013-09-20 00:24:03 +09:00 |
|
CookieStorage.h
|
Fixed some typos in code comments
|
2015-01-16 01:17:35 +01:00 |
|
CreateRequestCommand.cc
|
Use std::unique_ptr for URISelector instead of std::shared_ptr
|
2013-07-04 01:16:48 +09:00 |
|
CreateRequestCommand.h
|
Use CXX11_OVERRIDE
|
2013-07-06 18:15:09 +09:00 |
|
DHKeyExchange.h
|
Internal implementation of DHKeyExchange
|
2013-09-24 19:11:00 +02:00 |
|
DHTAbstractMessage.cc
|
Use std::unique_ptr to store DHTMessages instead of std::shared_ptr
|
2013-07-02 22:58:20 +09:00 |
|
DHTAbstractMessage.h
|
Use CXX11_OVERRIDE
|
2013-07-06 18:15:09 +09:00 |
|
DHTAbstractNodeLookupTask.h
|
Use CXX11_OVERRIDE
|
2013-07-06 18:15:09 +09:00 |
|
DHTAbstractTask.cc
|
Convert most 0/NULL pointers to nullptr
|
2013-08-20 21:28:24 +02:00 |
|
DHTAbstractTask.h
|
Use CXX11_OVERRIDE
|
2013-07-06 18:15:09 +09:00 |
|
DHTAnnouncePeerMessage.cc
|
Use std::unique_ptr for ValueBase object hierarchy
|
2013-07-11 21:09:51 +09:00 |
|
DHTAnnouncePeerMessage.h
|
Use std::unique_ptr for ValueBase object hierarchy
|
2013-07-11 21:09:51 +09:00 |
|
DHTAnnouncePeerReplyMessage.cc
|
Use std::unique_ptr for ValueBase object hierarchy
|
2013-07-11 21:09:51 +09:00 |
|
DHTAnnouncePeerReplyMessage.h
|
Use std::unique_ptr for ValueBase object hierarchy
|
2013-07-11 21:09:51 +09:00 |
|
DHTAutoSaveCommand.cc
|
Convert to autos and ranged loops
|
2013-08-21 05:56:17 +02:00 |
|
DHTAutoSaveCommand.h
|
Use CXX11_OVERRIDE
|
2013-07-06 18:15:09 +09:00 |
|
DHTBucket.cc
|
Use std::unique_ptr for DHTBucketTree's left and right pointers
|
2014-09-13 00:49:08 +09:00 |
|
DHTBucket.h
|
Use std::unique_ptr for DHTBucketTree's left and right pointers
|
2014-09-13 00:49:08 +09:00 |
|
DHTBucketRefreshCommand.cc
|
Use std::unique_ptr in DHTRegistry
|
2013-07-02 23:52:40 +09:00 |
|
DHTBucketRefreshCommand.h
|
Use CXX11_OVERRIDE
|
2013-07-06 18:15:09 +09:00 |
|
DHTBucketRefreshTask.cc
|
Use std::make_shared and make_unique where possible, part 1
|
2014-09-13 00:07:21 +09:00 |
|
DHTBucketRefreshTask.h
|
Use CXX11_OVERRIDE
|
2013-07-06 18:15:09 +09:00 |
|
DHTBucketTree.cc
|
Use std::unique_ptr for DHTBucketTree's left and right pointers
|
2014-09-13 00:49:08 +09:00 |
|
DHTBucketTree.h
|
Fixed some typos in code comments
|
2015-01-16 01:17:35 +01:00 |
|
DHTConnection.h
|
…
|
|
|
DHTConnectionImpl.cc
|
Use std::make_shared and make_unique where possible, part 1
|
2014-09-13 00:07:21 +09:00 |
|
DHTConnectionImpl.h
|
Fixed some typos in code comments
|
2015-01-16 01:17:35 +01:00 |
|
DHTConstants.h
|
…
|
|
|
DHTEntryPointNameResolveCommand.cc
|
Use std::make_shared and make_unique where possible, part 1
|
2014-09-13 00:07:21 +09:00 |
|
DHTEntryPointNameResolveCommand.h
|
Use CXX11_OVERRIDE
|
2013-07-06 18:15:09 +09:00 |
|
DHTFindNodeMessage.cc
|
Use std::unique_ptr for ValueBase object hierarchy
|
2013-07-11 21:09:51 +09:00 |
|
DHTFindNodeMessage.h
|
Use std::unique_ptr for ValueBase object hierarchy
|
2013-07-11 21:09:51 +09:00 |
|
DHTFindNodeReplyMessage.cc
|
Use std::unique_ptr for ValueBase object hierarchy
|
2013-07-11 21:09:51 +09:00 |
|
DHTFindNodeReplyMessage.h
|
Use std::unique_ptr for ValueBase object hierarchy
|
2013-07-11 21:09:51 +09:00 |
|
DHTGetPeersCommand.cc
|
Use std::unique_ptr in DHTRegistry
|
2013-07-02 23:52:40 +09:00 |
|
DHTGetPeersCommand.h
|
Use CXX11_OVERRIDE
|
2013-07-06 18:15:09 +09:00 |
|
DHTGetPeersMessage.cc
|
Use std::unique_ptr for ValueBase object hierarchy
|
2013-07-11 21:09:51 +09:00 |
|
DHTGetPeersMessage.h
|
Use std::unique_ptr for ValueBase object hierarchy
|
2013-07-11 21:09:51 +09:00 |
|
DHTGetPeersReplyMessage.cc
|
Fixed some typos in code comments
|
2015-01-16 01:17:35 +01:00 |
|
DHTGetPeersReplyMessage.h
|
Use std::unique_ptr for ValueBase object hierarchy
|
2013-07-11 21:09:51 +09:00 |
|
DHTIDCloser.h
|
Use std::unique_ptr to store DHTMessages instead of std::shared_ptr
|
2013-07-02 22:58:20 +09:00 |
|
DHTInteractionCommand.cc
|
DHTInteractionCommand: Use std::unique_ptr for DHTConnection
|
2013-07-07 23:28:51 +09:00 |
|
DHTInteractionCommand.h
|
DHTInteractionCommand: Use std::unique_ptr for DHTConnection
|
2013-07-07 23:28:51 +09:00 |
|
DHTMessage.cc
|
Use std::unique_ptr to store DHTMessages instead of std::shared_ptr
|
2013-07-02 22:58:20 +09:00 |
|
DHTMessage.h
|
Require -std=c++11 and use std::shared_ptr instead of SharedHandle
|
2013-06-22 01:10:38 +09:00 |
|
DHTMessageCallback.h
|
Use std::unique_ptr to store DHTMessages instead of std::shared_ptr
|
2013-07-02 22:58:20 +09:00 |
|
DHTMessageDispatcher.h
|
Use std::unique_ptr to store DHTMessages instead of std::shared_ptr
|
2013-07-02 22:58:20 +09:00 |
|
DHTMessageDispatcherImpl.cc
|
Use std::unique_ptr to store DHTMessages instead of std::shared_ptr
|
2013-07-02 22:58:20 +09:00 |
|
DHTMessageDispatcherImpl.h
|
Use CXX11_OVERRIDE
|
2013-07-06 18:15:09 +09:00 |
|
DHTMessageEntry.cc
|
Use std::unique_ptr to store DHTMessages instead of std::shared_ptr
|
2013-07-02 22:58:20 +09:00 |
|
DHTMessageEntry.h
|
Use std::unique_ptr to store DHTMessages instead of std::shared_ptr
|
2013-07-02 22:58:20 +09:00 |
|
DHTMessageFactory.h
|
Use std::unique_ptr to store DHTMessages instead of std::shared_ptr
|
2013-07-02 22:58:20 +09:00 |
|
DHTMessageFactoryImpl.cc
|
Convert to autos and ranged loops
|
2013-08-21 05:56:17 +02:00 |
|
DHTMessageFactoryImpl.h
|
Use CXX11_OVERRIDE
|
2013-07-06 18:15:09 +09:00 |
|
DHTMessageReceiver.cc
|
DHTInteractionCommand: Use std::unique_ptr for DHTConnection
|
2013-07-07 23:28:51 +09:00 |
|
DHTMessageReceiver.h
|
DHTInteractionCommand: Use std::unique_ptr for DHTConnection
|
2013-07-07 23:28:51 +09:00 |
|
DHTMessageTracker.cc
|
Use std::unique_ptr in DHTRegistry
|
2013-07-02 23:52:40 +09:00 |
|
DHTMessageTracker.h
|
Use std::unique_ptr in DHTRegistry
|
2013-07-02 23:52:40 +09:00 |
|
DHTMessageTrackerEntry.cc
|
Use std::unique_ptr to store DHTMessages instead of std::shared_ptr
|
2013-07-02 22:58:20 +09:00 |
|
DHTMessageTrackerEntry.h
|
Use std::unique_ptr to store DHTMessages instead of std::shared_ptr
|
2013-07-02 22:58:20 +09:00 |
|
DHTNode.cc
|
Use std::unique_ptr to store DHTMessages instead of std::shared_ptr
|
2013-07-02 22:58:20 +09:00 |
|
DHTNode.h
|
Use std::unique_ptr to store DHTMessages instead of std::shared_ptr
|
2013-07-02 22:58:20 +09:00 |
|
DHTNodeLookupEntry.cc
|
Require -std=c++11 and use std::shared_ptr instead of SharedHandle
|
2013-06-22 01:10:38 +09:00 |
|
DHTNodeLookupEntry.h
|
Require -std=c++11 and use std::shared_ptr instead of SharedHandle
|
2013-06-22 01:10:38 +09:00 |
|
DHTNodeLookupTask.cc
|
Use std::unique_ptr to store DHTMessages instead of std::shared_ptr
|
2013-07-02 22:58:20 +09:00 |
|
DHTNodeLookupTask.h
|
Use CXX11_OVERRIDE
|
2013-07-06 18:15:09 +09:00 |
|
DHTNodeLookupTaskCallback.cc
|
Require -std=c++11 and use std::shared_ptr instead of SharedHandle
|
2013-06-22 01:10:38 +09:00 |
|
DHTNodeLookupTaskCallback.h
|
Use CXX11_OVERRIDE
|
2013-07-06 18:15:09 +09:00 |
|
DHTPeerAnnounceCommand.cc
|
Use std::unique_ptr in DHTRegistry
|
2013-07-02 23:52:40 +09:00 |
|
DHTPeerAnnounceCommand.h
|
Use CXX11_OVERRIDE
|
2013-07-06 18:15:09 +09:00 |
|
DHTPeerAnnounceEntry.cc
|
Use std::make_shared and make_unique where possible, part 1
|
2014-09-13 00:07:21 +09:00 |
|
DHTPeerAnnounceEntry.h
|
Require -std=c++11 and use std::shared_ptr instead of SharedHandle
|
2013-06-22 01:10:38 +09:00 |
|
DHTPeerAnnounceStorage.cc
|
Use std::make_shared and make_unique where possible, part 1
|
2014-09-13 00:07:21 +09:00 |
|
DHTPeerAnnounceStorage.h
|
Use std::unique_ptr in DHTRegistry
|
2013-07-02 23:52:40 +09:00 |
|
DHTPeerLookupTask.cc
|
Use std::unique_ptr to store DHTMessages instead of std::shared_ptr
|
2013-07-02 22:58:20 +09:00 |
|
DHTPeerLookupTask.h
|
Use CXX11_OVERRIDE
|
2013-07-06 18:15:09 +09:00 |
|
DHTPeerLookupTaskCallback.cc
|
Require -std=c++11 and use std::shared_ptr instead of SharedHandle
|
2013-06-22 01:10:38 +09:00 |
|
DHTPeerLookupTaskCallback.h
|
Use CXX11_OVERRIDE
|
2013-07-06 18:15:09 +09:00 |
|
DHTPingMessage.cc
|
Use std::unique_ptr for ValueBase object hierarchy
|
2013-07-11 21:09:51 +09:00 |
|
DHTPingMessage.h
|
Use std::unique_ptr for ValueBase object hierarchy
|
2013-07-11 21:09:51 +09:00 |
|
DHTPingReplyMessage.cc
|
Use std::unique_ptr for ValueBase object hierarchy
|
2013-07-11 21:09:51 +09:00 |
|
DHTPingReplyMessage.h
|
Use std::unique_ptr for ValueBase object hierarchy
|
2013-07-11 21:09:51 +09:00 |
|
DHTPingReplyMessageCallback.h
|
Use CXX11_OVERRIDE
|
2013-07-06 18:15:09 +09:00 |
|
DHTPingTask.cc
|
Use std::unique_ptr to store DHTMessages instead of std::shared_ptr
|
2013-07-02 22:58:20 +09:00 |
|
DHTPingTask.h
|
Use CXX11_OVERRIDE
|
2013-07-06 18:15:09 +09:00 |
|
DHTQueryMessage.cc
|
Require -std=c++11 and use std::shared_ptr instead of SharedHandle
|
2013-06-22 01:10:38 +09:00 |
|
DHTQueryMessage.h
|
Use std::unique_ptr for ValueBase object hierarchy
|
2013-07-11 21:09:51 +09:00 |
|
DHTRegistry.cc
|
…
|
|
|
DHTRegistry.h
|
Use std::unique_ptr in DHTRegistry
|
2013-07-02 23:52:40 +09:00 |
|
DHTReplaceNodeTask.cc
|
Use std::unique_ptr to store DHTMessages instead of std::shared_ptr
|
2013-07-02 22:58:20 +09:00 |
|
DHTReplaceNodeTask.h
|
Use CXX11_OVERRIDE
|
2013-07-06 18:15:09 +09:00 |
|
DHTResponseMessage.cc
|
Require -std=c++11 and use std::shared_ptr instead of SharedHandle
|
2013-06-22 01:10:38 +09:00 |
|
DHTResponseMessage.h
|
Use std::unique_ptr for ValueBase object hierarchy
|
2013-07-11 21:09:51 +09:00 |
|
DHTRoutingTable.cc
|
Use std::make_shared and make_unique where possible, part 1
|
2014-09-13 00:07:21 +09:00 |
|
DHTRoutingTable.h
|
Use std::make_shared and make_unique where possible, part 1
|
2014-09-13 00:07:21 +09:00 |
|
DHTRoutingTableDeserializer.cc
|
Use std::make_shared and make_unique where possible, part 1
|
2014-09-13 00:07:21 +09:00 |
|
DHTRoutingTableDeserializer.h
|
Require -std=c++11 and use std::shared_ptr instead of SharedHandle
|
2013-06-22 01:10:38 +09:00 |
|
DHTRoutingTableSerializer.cc
|
Require -std=c++11 and use std::shared_ptr instead of SharedHandle
|
2013-06-22 01:10:38 +09:00 |
|
DHTRoutingTableSerializer.h
|
Require -std=c++11 and use std::shared_ptr instead of SharedHandle
|
2013-06-22 01:10:38 +09:00 |
|
DHTSetup.cc
|
Use std::make_shared and make_unique where possible, part 1
|
2014-09-13 00:07:21 +09:00 |
|
DHTSetup.h
|
Wrap Command object in std::unique_ptr
|
2013-06-23 21:55:52 +09:00 |
|
DHTTask.h
|
…
|
|
|
DHTTaskExecutor.cc
|
Cleanup a2functional.h
|
2013-06-22 17:53:39 +09:00 |
|
DHTTaskExecutor.h
|
Require -std=c++11 and use std::shared_ptr instead of SharedHandle
|
2013-06-22 01:10:38 +09:00 |
|
DHTTaskFactory.h
|
Require -std=c++11 and use std::shared_ptr instead of SharedHandle
|
2013-06-22 01:10:38 +09:00 |
|
DHTTaskFactoryImpl.cc
|
Use std::make_shared and make_unique where possible, part 1
|
2014-09-13 00:07:21 +09:00 |
|
DHTTaskFactoryImpl.h
|
Use CXX11_OVERRIDE
|
2013-07-06 18:15:09 +09:00 |
|
DHTTaskQueue.h
|
Require -std=c++11 and use std::shared_ptr instead of SharedHandle
|
2013-06-22 01:10:38 +09:00 |
|
DHTTaskQueueImpl.cc
|
Require -std=c++11 and use std::shared_ptr instead of SharedHandle
|
2013-06-22 01:10:38 +09:00 |
|
DHTTaskQueueImpl.h
|
Use CXX11_OVERRIDE
|
2013-07-06 18:15:09 +09:00 |
|
DHTTokenTracker.cc
|
Convert to autos and ranged loops
|
2013-08-21 05:56:17 +02:00 |
|
DHTTokenTracker.h
|
…
|
|
|
DHTTokenUpdateCommand.cc
|
Use std::unique_ptr in DHTRegistry
|
2013-07-02 23:52:40 +09:00 |
|
DHTTokenUpdateCommand.h
|
Use CXX11_OVERRIDE
|
2013-07-06 18:15:09 +09:00 |
|
DHTUnknownMessage.cc
|
Convert most 0/NULL pointers to nullptr
|
2013-08-20 21:28:24 +02:00 |
|
DHTUnknownMessage.h
|
Use CXX11_OVERRIDE
|
2013-07-06 18:15:09 +09:00 |
|
DNSCache.cc
|
Use std::make_shared and make_unique where possible, part 1
|
2014-09-13 00:07:21 +09:00 |
|
DNSCache.h
|
New round of clang-modernize
|
2014-05-29 19:38:34 +02:00 |
|
DefaultAuthResolver.cc
|
Rewrite AuthConfig objects using std::unique_ptr
|
2013-06-26 21:45:29 +09:00 |
|
DefaultAuthResolver.h
|
Use CXX11_OVERRIDE
|
2013-07-06 18:15:09 +09:00 |
|
DefaultBtAnnounce.cc
|
Add --bt-force-encryption option
|
2015-01-12 17:46:20 +09:00 |
|
DefaultBtAnnounce.h
|
Use CXX11_OVERRIDE
|
2013-07-06 18:15:09 +09:00 |
|
DefaultBtInteractive.cc
|
Fixed some typos in code comments
|
2015-01-16 01:17:35 +01:00 |
|
DefaultBtInteractive.h
|
Refactor PeerInterationCommand ctor
|
2013-07-06 22:03:37 +09:00 |
|
DefaultBtMessageDispatcher.cc
|
DefaultBtMessageDispatcher: Remove unused members peerStorage_, pieceStorage_
|
2013-07-07 23:28:51 +09:00 |
|
DefaultBtMessageDispatcher.h
|
DefaultBtMessageDispatcher: Remove unused members peerStorage_, pieceStorage_
|
2013-07-07 23:28:51 +09:00 |
|
DefaultBtMessageFactory.cc
|
Use std::unique_ptr for ExtensionMessage
|
2013-07-01 21:42:51 +09:00 |
|
DefaultBtMessageFactory.h
|
Use CXX11_OVERRIDE
|
2013-07-06 18:15:09 +09:00 |
|
DefaultBtMessageReceiver.cc
|
Convert most 0/NULL pointers to nullptr
|
2013-08-20 21:28:24 +02:00 |
|
DefaultBtMessageReceiver.h
|
Use CXX11_OVERRIDE
|
2013-07-06 18:15:09 +09:00 |
|
DefaultBtProgressInfoFile.cc
|
Use std::make_shared and make_unique where possible, part 1
|
2014-09-13 00:07:21 +09:00 |
|
DefaultBtProgressInfoFile.h
|
Use CXX11_OVERRIDE
|
2013-07-06 18:15:09 +09:00 |
|
DefaultBtRequestFactory.cc
|
More auto-converts by cpp11-migrate
|
2013-09-20 23:06:49 +02:00 |
|
DefaultBtRequestFactory.h
|
Use CXX11_OVERRIDE
|
2013-07-06 18:15:09 +09:00 |
|
DefaultDiskWriter.cc
|
…
|
|
|
DefaultDiskWriter.h
|
Use CXX11_OVERRIDE
|
2013-07-06 18:15:09 +09:00 |
|
DefaultDiskWriterFactory.cc
|
MultiDiskAdaptor: Use std::unique_ptr for DiskWriterEntry and DiskWriter
|
2013-07-06 15:56:08 +09:00 |
|
DefaultDiskWriterFactory.h
|
Use CXX11_OVERRIDE
|
2013-07-06 18:15:09 +09:00 |
|
DefaultExtensionMessageFactory.cc
|
Check negative number from Integer::i() where it is not allowed
|
2014-05-01 11:34:27 +09:00 |
|
DefaultExtensionMessageFactory.h
|
Use CXX11_OVERRIDE
|
2013-07-06 18:15:09 +09:00 |
|
DefaultPeerStorage.cc
|
DefaultPeerStorage: Code cleanup
|
2013-10-26 21:28:58 +09:00 |
|
DefaultPeerStorage.h
|
DefaultPeerStorage: Code cleanup
|
2013-10-26 21:28:58 +09:00 |
|
DefaultPieceStorage.cc
|
Add --bt-detach-seed-only option
|
2014-10-14 00:13:29 +09:00 |
|
DefaultPieceStorage.h
|
Use std::make_shared and make_unique where possible, part 1
|
2014-09-13 00:07:21 +09:00 |
|
DefaultStreamPieceSelector.cc
|
…
|
|
|
DefaultStreamPieceSelector.h
|
Use CXX11_OVERRIDE
|
2013-07-06 18:15:09 +09:00 |
|
DelayedCommand.h
|
Delay auth failures instead of PBKDF2
|
2014-07-22 21:58:30 +02:00 |
|
Dependency.h
|
…
|
|
|
DirectDiskAdaptor.cc
|
…
|
|
|
DirectDiskAdaptor.h
|
Use CXX11_OVERRIDE
|
2013-07-06 18:15:09 +09:00 |
|
DiskAdaptor.cc
|
Fix use-after-free on exit with multi-file torrent download + DHT
|
2014-06-08 17:03:34 +09:00 |
|
DiskAdaptor.h
|
Disard cache when checking checksum
|
2014-07-02 00:05:43 +09:00 |
|
DiskWriter.h
|
Disard cache when checking checksum
|
2014-07-02 00:05:43 +09:00 |
|
DiskWriterFactory.h
|
MultiDiskAdaptor: Use std::unique_ptr for DiskWriterEntry and DiskWriter
|
2013-07-06 15:56:08 +09:00 |
|
DlAbortEx.cc
|
Use std::make_shared and make_unique where possible, part 1
|
2014-09-13 00:07:21 +09:00 |
|
DlAbortEx.h
|
Use CXX11_OVERRIDE
|
2013-07-06 18:15:09 +09:00 |
|
DlRetryEx.cc
|
Use std::make_shared and make_unique where possible, part 1
|
2014-09-13 00:07:21 +09:00 |
|
DlRetryEx.h
|
Use CXX11_OVERRIDE
|
2013-07-06 18:15:09 +09:00 |
|
DownloadCommand.cc
|
sftp: basic download works
|
2015-05-12 00:31:57 +09:00 |
|
DownloadCommand.h
|
sftp: basic download works
|
2015-05-12 00:31:57 +09:00 |
|
DownloadContext.cc
|
Use std::make_shared and make_unique where possible, part 1
|
2014-09-13 00:07:21 +09:00 |
|
DownloadContext.h
|
util::parseIntSegments: Return SegList<int>
|
2014-06-04 23:21:01 +09:00 |
|
DownloadEngine.cc
|
Use std::make_shared and make_unique where possible, part 1
|
2014-09-13 00:07:21 +09:00 |
|
DownloadEngine.h
|
Delay auth failures instead of PBKDF2
|
2014-07-22 21:58:30 +02:00 |
|
DownloadEngineFactory.cc
|
Remove ENABLE_MESSAGE_DIGEST, since we got the internal md, always
|
2014-04-17 18:02:42 +02:00 |
|
DownloadEngineFactory.h
|
MultiUrlRequestFactory: Use std::unique_ptr for DownloadEngine
|
2013-07-06 19:45:01 +09:00 |
|
DownloadFailureException.cc
|
Use std::make_shared and make_unique where possible, part 1
|
2014-09-13 00:07:21 +09:00 |
|
DownloadFailureException.h
|
Use CXX11_OVERRIDE
|
2013-07-06 18:15:09 +09:00 |
|
DownloadHandler.cc
|
Refactor DownloadHandlerFactory
|
2013-11-10 18:19:02 +09:00 |
|
DownloadHandler.h
|
Refactor DownloadHandlerFactory
|
2013-11-10 18:19:02 +09:00 |
|
DownloadHandlerConstants.cc
|
Convert most 0/NULL pointers to nullptr
|
2013-08-20 21:28:24 +02:00 |
|
DownloadHandlerConstants.h
|
…
|
|
|
DownloadResult.cc
|
Stuff memory holes
|
2013-12-09 15:41:43 +01:00 |
|
DownloadResult.h
|
Stuff memory holes
|
2013-12-09 15:41:43 +01:00 |
|
EpollEventPoll.cc
|
Refactor event poll classes so that we don't have to allocate memory on query
|
2014-09-13 17:33:22 +09:00 |
|
EpollEventPoll.h
|
Refactor event poll classes so that we don't have to allocate memory on query
|
2014-09-13 17:33:22 +09:00 |
|
Event.h
|
Refactor event poll classes so that we don't have to allocate memory on query
|
2014-09-13 17:33:22 +09:00 |
|
EventPoll.h
|
Require -std=c++11 and use std::shared_ptr instead of SharedHandle
|
2013-06-22 01:10:38 +09:00 |
|
Exception.cc
|
Require -std=c++11 and use std::shared_ptr instead of SharedHandle
|
2013-06-22 01:10:38 +09:00 |
|
Exception.h
|
clang-modernize -add-override on headers
|
2013-09-20 23:06:49 +02:00 |
|
ExpatXmlParser.cc
|
Use move for XML parser
|
2013-11-10 20:39:31 +09:00 |
|
ExpatXmlParser.h
|
…
|
|
|
ExtensionMessage.h
|
Wrap BtMessage objects by std::unique_ptr instead of std::shared_ptr
|
2013-06-30 22:55:43 +09:00 |
|
ExtensionMessageFactory.h
|
Use std::unique_ptr for ExtensionMessage
|
2013-07-01 21:42:51 +09:00 |
|
ExtensionMessageRegistry.cc
|
Convert most 0/NULL pointers to nullptr
|
2013-08-20 21:28:24 +02:00 |
|
ExtensionMessageRegistry.h
|
Fixed some typos in code comments
|
2015-01-16 01:17:35 +01:00 |
|
FallocFileAllocationIterator.cc
|
…
|
|
|
FallocFileAllocationIterator.h
|
Use CXX11_OVERRIDE
|
2013-07-06 18:15:09 +09:00 |
|
FatalException.cc
|
Use std::make_shared and make_unique where possible, part 1
|
2014-09-13 00:07:21 +09:00 |
|
FatalException.h
|
Use CXX11_OVERRIDE
|
2013-07-06 18:15:09 +09:00 |
|
FeatureConfig.cc
|
sftp: basic download works
|
2015-05-12 00:31:57 +09:00 |
|
FeatureConfig.h
|
Improve compiler/platform/libs information in logs
|
2014-06-10 11:28:34 +02:00 |
|
FeedbackURISelector.cc
|
Convert to autos and ranged loops
|
2013-08-21 05:56:17 +02:00 |
|
FeedbackURISelector.h
|
Use CXX11_OVERRIDE
|
2013-07-06 18:15:09 +09:00 |
|
File.cc
|
mingw: Use MoveFileExW for better atomic move
|
2014-10-10 23:49:53 +09:00 |
|
File.h
|
…
|
|
|
FileAllocationCommand.cc
|
Use std::unique_ptr for CheckIntegrityEntry and FileAllocationEntry
|
2013-07-06 15:56:08 +09:00 |
|
FileAllocationCommand.h
|
Use CXX11_OVERRIDE
|
2013-07-06 18:15:09 +09:00 |
|
FileAllocationDispatcherCommand.cc
|
DownloadEngine: Use std::unique_ptr for checkIntegrityMan_, fileAllocationMan_
|
2013-07-06 15:56:08 +09:00 |
|
FileAllocationDispatcherCommand.h
|
Use CXX11_OVERRIDE
|
2013-07-06 18:15:09 +09:00 |
|
FileAllocationEntry.cc
|
Use std::unique_ptr for FileAllocationIterator
|
2013-07-06 15:56:08 +09:00 |
|
FileAllocationEntry.h
|
Use CXX11_OVERRIDE
|
2013-07-06 18:15:09 +09:00 |
|
FileAllocationIterator.h
|
Require -std=c++11 and use std::shared_ptr instead of SharedHandle
|
2013-06-22 01:10:38 +09:00 |
|
FileAllocationMan.h
|
…
|
|
|
FileEntry.cc
|
Use std::make_shared and make_unique where possible, part 1
|
2014-09-13 00:07:21 +09:00 |
|
FileEntry.h
|
Fixed some typos in code comments
|
2015-01-16 01:17:35 +01:00 |
|
FillRequestGroupCommand.cc
|
DownloadEngine: Use std::unique_ptr for RequestGroupMan
|
2013-07-06 15:56:08 +09:00 |
|
FillRequestGroupCommand.h
|
Use CXX11_OVERRIDE
|
2013-07-06 18:15:09 +09:00 |
|
FtpConnection.cc
|
Fixed some typos in code comments
|
2015-01-16 01:17:35 +01:00 |
|
FtpConnection.h
|
Require -std=c++11 and use std::shared_ptr instead of SharedHandle
|
2013-06-22 01:10:38 +09:00 |
|
FtpDownloadCommand.cc
|
Use std::make_shared and make_unique where possible, part 1
|
2014-09-13 00:07:21 +09:00 |
|
FtpDownloadCommand.h
|
Use CXX11_OVERRIDE
|
2013-07-06 18:15:09 +09:00 |
|
FtpFinishDownloadCommand.cc
|
Wrap Command object in std::unique_ptr
|
2013-06-23 21:55:52 +09:00 |
|
FtpFinishDownloadCommand.h
|
Use CXX11_OVERRIDE
|
2013-07-06 18:15:09 +09:00 |
|
FtpInitiateConnectionCommand.cc
|
sftp: Make sftp works through HTTP proxy
|
2015-05-12 00:32:30 +09:00 |
|
FtpInitiateConnectionCommand.h
|
Fix no-return warning in FtpInitiateConnectionCommand
|
2013-08-24 20:02:13 +02:00 |
|
FtpNegotiationCommand.cc
|
Fixed some typos in code comments
|
2015-01-16 01:17:35 +01:00 |
|
FtpNegotiationCommand.h
|
Use CXX11_OVERRIDE
|
2013-07-06 18:15:09 +09:00 |
|
FtpNegotiationConnectChain.h
|
Use CXX11_OVERRIDE
|
2013-07-06 18:15:09 +09:00 |
|
FtpTunnelRequestCommand.cc
|
Wrap Command object in std::unique_ptr
|
2013-06-23 21:55:52 +09:00 |
|
FtpTunnelRequestCommand.h
|
Use CXX11_OVERRIDE
|
2013-07-06 18:15:09 +09:00 |
|
FtpTunnelRequestConnectChain.h
|
Use CXX11_OVERRIDE
|
2013-07-06 18:15:09 +09:00 |
|
FtpTunnelResponseCommand.cc
|
sftp: Make sftp works through HTTP proxy
|
2015-05-12 00:32:30 +09:00 |
|
FtpTunnelResponseCommand.h
|
Use CXX11_OVERRIDE
|
2013-07-06 18:15:09 +09:00 |
|
GZipDecodingStreamFilter.cc
|
Convert most 0/NULL pointers to nullptr
|
2013-08-20 21:28:24 +02:00 |
|
GZipDecodingStreamFilter.h
|
Use nullptr for std::shared_ptr and unique_ptr default parameter
|
2013-08-19 23:50:58 +09:00 |
|
GZipEncoder.cc
|
Convert most 0/NULL pointers to nullptr
|
2013-08-20 21:28:24 +02:00 |
|
GZipEncoder.h
|
Fixed some typos in code comments
|
2015-01-16 01:17:35 +01:00 |
|
GZipFile.cc
|
mingw32: Fix bug that aria2 does not read piped stdin
|
2014-07-30 00:38:45 +09:00 |
|
GZipFile.h
|
Use CXX11_OVERRIDE
|
2013-07-06 18:15:09 +09:00 |
|
GenericParser.h
|
Rewrite auto_deleter_r with defer function template
|
2014-09-16 23:49:50 +09:00 |
|
GeomStreamPieceSelector.cc
|
…
|
|
|
GeomStreamPieceSelector.h
|
Use CXX11_OVERRIDE
|
2013-07-06 18:15:09 +09:00 |
|
GroupId.cc
|
Convert to autos and ranged loops
|
2013-08-21 05:56:17 +02:00 |
|
GroupId.h
|
Require -std=c++11 and use std::shared_ptr instead of SharedHandle
|
2013-06-22 01:10:38 +09:00 |
|
GrowSegment.cc
|
Fix (unknown length) downloads larger than 2GiB
|
2014-05-25 14:49:29 +02:00 |
|
GrowSegment.h
|
Fix (unknown length) downloads larger than 2GiB
|
2014-05-25 14:49:29 +02:00 |
|
HandshakeExtensionMessage.cc
|
Fixed some typos in code comments
|
2015-01-16 01:17:35 +01:00 |
|
HandshakeExtensionMessage.h
|
clang-modernize -add-override on headers
|
2013-09-20 23:06:49 +02:00 |
|
HashFuncEntry.h
|
New round of clang-modernize
|
2014-05-29 19:38:34 +02:00 |
|
HaveEraseCommand.cc
|
Convert to autos and ranged loops
|
2013-08-21 05:56:17 +02:00 |
|
HaveEraseCommand.h
|
Use CXX11_OVERRIDE
|
2013-07-06 18:15:09 +09:00 |
|
HttpConnection.cc
|
SocketRecvBuffer: Eliminate memmove
|
2015-04-14 00:25:23 +09:00 |
|
HttpConnection.h
|
Code cleanup in Http*
|
2013-09-20 23:06:49 +02:00 |
|
HttpDownloadCommand.cc
|
Revert to existing "proper" coding style
|
2014-06-03 23:41:30 +09:00 |
|
HttpDownloadCommand.h
|
Code cleanup in Http*
|
2013-09-20 23:06:49 +02:00 |
|
HttpHeader.cc
|
Fixed some typos in code comments
|
2015-01-16 01:17:35 +01:00 |
|
HttpHeader.h
|
Fixed some typos in code comments
|
2015-01-16 01:17:35 +01:00 |
|
HttpHeaderProcessor.cc
|
Cleanup HttpHeaderProcessor take 2
|
2014-05-29 18:29:37 +02:00 |
|
HttpHeaderProcessor.h
|
Cleanup HttpHeaderProcessor take 2
|
2014-05-29 18:29:37 +02:00 |
|
HttpInitiateConnectionCommand.cc
|
Use std::make_shared and make_unique where possible, part 2
|
2014-09-13 18:37:57 +09:00 |
|
HttpInitiateConnectionCommand.h
|
Use CXX11_OVERRIDE
|
2013-07-06 18:15:09 +09:00 |
|
HttpListenCommand.cc
|
Use std::make_shared and make_unique where possible, part 2
|
2014-09-13 18:37:57 +09:00 |
|
HttpListenCommand.h
|
Use CXX11_OVERRIDE
|
2013-07-06 18:15:09 +09:00 |
|
HttpProxyRequestCommand.cc
|
Wrap Command object in std::unique_ptr
|
2013-06-23 21:55:52 +09:00 |
|
HttpProxyRequestCommand.h
|
Use CXX11_OVERRIDE
|
2013-07-06 18:15:09 +09:00 |
|
HttpProxyRequestConnectChain.h
|
Use CXX11_OVERRIDE
|
2013-07-06 18:15:09 +09:00 |
|
HttpProxyResponseCommand.cc
|
Wrap Command object in std::unique_ptr
|
2013-06-23 21:55:52 +09:00 |
|
HttpProxyResponseCommand.h
|
Use CXX11_OVERRIDE
|
2013-07-06 18:15:09 +09:00 |
|
HttpRequest.cc
|
Stuff memory holes
|
2013-12-09 15:41:43 +01:00 |
|
HttpRequest.h
|
Stuff memory holes
|
2013-12-09 15:41:43 +01:00 |
|
HttpRequestCommand.cc
|
Use index.html as filename for conditional-get when file is missing in URI
|
2014-05-08 21:49:04 +09:00 |
|
HttpRequestCommand.h
|
Use CXX11_OVERRIDE
|
2013-07-06 18:15:09 +09:00 |
|
HttpRequestConnectChain.h
|
Use CXX11_OVERRIDE
|
2013-07-06 18:15:09 +09:00 |
|
HttpResponse.cc
|
Revert to existing "proper" coding style
|
2014-06-03 23:41:30 +09:00 |
|
HttpResponse.h
|
Remove ENABLE_MESSAGE_DIGEST, since we got the internal md, always
|
2014-04-17 18:02:42 +02:00 |
|
HttpResponseCommand.cc
|
Fixed some typos in code comments
|
2015-01-16 01:17:35 +01:00 |
|
HttpResponseCommand.h
|
Remove ENABLE_MESSAGE_DIGEST, since we got the internal md, always
|
2014-04-17 18:02:42 +02:00 |
|
HttpServer.cc
|
SocketRecvBuffer: Eliminate memmove
|
2015-04-14 00:25:23 +09:00 |
|
HttpServer.h
|
Internally use HMAC in http auth
|
2014-05-22 15:24:20 +02:00 |
|
HttpServerBodyCommand.cc
|
Remove request pre-authorization again
|
2014-07-22 21:58:30 +02:00 |
|
HttpServerBodyCommand.h
|
Delay auth failures instead of PBKDF2
|
2014-07-22 21:58:30 +02:00 |
|
HttpServerCommand.cc
|
Use std::make_shared and make_unique where possible, part 2
|
2014-09-13 18:37:57 +09:00 |
|
HttpServerCommand.h
|
Use CXX11_OVERRIDE
|
2013-07-06 18:15:09 +09:00 |
|
HttpServerResponseCommand.cc
|
Wrap Command object in std::unique_ptr
|
2013-06-23 21:55:52 +09:00 |
|
HttpServerResponseCommand.h
|
Use CXX11_OVERRIDE
|
2013-07-06 18:15:09 +09:00 |
|
HttpSkipResponseCommand.cc
|
SocketRecvBuffer: Eliminate memmove
|
2015-04-14 00:25:23 +09:00 |
|
HttpSkipResponseCommand.h
|
Stuff memory holes
|
2013-12-09 15:41:43 +01:00 |
|
IOFile.cc
|
Convert most 0/NULL pointers to nullptr
|
2013-08-20 21:28:24 +02:00 |
|
IOFile.h
|
clang-modernize -add-override on headers
|
2013-09-20 23:06:49 +02:00 |
|
IndexBtMessage.cc
|
More auto-converts by cpp11-migrate
|
2013-09-20 23:06:49 +02:00 |
|
IndexBtMessage.h
|
Use CXX11_OVERRIDE
|
2013-07-06 18:15:09 +09:00 |
|
IndexBtMessageValidator.cc
|
…
|
|
|
IndexBtMessageValidator.h
|
Use CXX11_OVERRIDE
|
2013-07-06 18:15:09 +09:00 |
|
IndexedList.h
|
Fixed some typos in code comments
|
2015-01-16 01:17:35 +01:00 |
|
InitiateConnectionCommand.cc
|
Fixed some typos in code comments
|
2015-01-16 01:17:35 +01:00 |
|
InitiateConnectionCommand.h
|
Use CXX11_OVERRIDE
|
2013-07-06 18:15:09 +09:00 |
|
InitiateConnectionCommandFactory.cc
|
sftp: basic download works
|
2015-05-12 00:31:57 +09:00 |
|
InitiateConnectionCommandFactory.h
|
Wrap Command object in std::unique_ptr
|
2013-06-23 21:55:52 +09:00 |
|
InitiatorMSEHandshakeCommand.cc
|
Add --bt-force-encryption option
|
2015-01-12 17:46:20 +09:00 |
|
InitiatorMSEHandshakeCommand.h
|
Use std::make_shared and make_unique where possible, part 2
|
2014-09-13 18:37:57 +09:00 |
|
InorderStreamPieceSelector.cc
|
…
|
|
|
InorderStreamPieceSelector.h
|
Use CXX11_OVERRIDE
|
2013-07-06 18:15:09 +09:00 |
|
InorderURISelector.cc
|
…
|
|
|
InorderURISelector.h
|
Use CXX11_OVERRIDE
|
2013-07-06 18:15:09 +09:00 |
|
InternalARC4Encryptor.cc
|
InternalARC4Encryptor: Fix compiler warning and remove no use ctor/dtor
|
2013-09-26 00:11:10 +09:00 |
|
InternalARC4Encryptor.h
|
InternalARC4Encryptor: Fix compiler warning and remove no use ctor/dtor
|
2013-09-26 00:11:10 +09:00 |
|
InternalDHKeyExchange.cc
|
Internal implementation of DHKeyExchange
|
2013-09-24 19:11:00 +02:00 |
|
InternalDHKeyExchange.h
|
InternalDHKeyExchange: Remove unused dtor
|
2013-09-26 00:13:25 +09:00 |
|
InternalMessageDigestImpl.cc
|
Support Adler32 checksum
|
2014-09-13 00:08:07 +09:00 |
|
IteratableChecksumValidator.cc
|
Disard cache when checking checksum
|
2014-07-02 00:05:43 +09:00 |
|
IteratableChecksumValidator.h
|
Use CXX11_OVERRIDE
|
2013-07-06 18:15:09 +09:00 |
|
IteratableChunkChecksumValidator.cc
|
Use std::make_shared and make_unique where possible, part 2
|
2014-09-13 18:37:57 +09:00 |
|
IteratableChunkChecksumValidator.h
|
Use std::make_shared and make_unique where possible, part 2
|
2014-09-13 18:37:57 +09:00 |
|
IteratableValidator.h
|
…
|
|
|
JsonDiskWriter.h
|
…
|
|
|
JsonParser.cc
|
Require -std=c++11 and use std::shared_ptr instead of SharedHandle
|
2013-06-22 01:10:38 +09:00 |
|
JsonParser.h
|
…
|
|
|
KeepRunningCommand.cc
|
Fix compile error
|
2013-06-27 00:20:48 +09:00 |
|
KeepRunningCommand.h
|
Use CXX11_OVERRIDE
|
2013-07-06 18:15:09 +09:00 |
|
KqueueEventPoll.cc
|
Use std::make_shared and make_unique where possible, part 2
|
2014-09-13 18:37:57 +09:00 |
|
KqueueEventPoll.h
|
Refactor event poll classes so that we don't have to allocate memory on query
|
2014-09-13 17:33:22 +09:00 |
|
LibgcryptARC4Encryptor.cc
|
New round of clang-modernize
|
2014-05-29 19:38:34 +02:00 |
|
LibgcryptARC4Encryptor.h
|
…
|
|
|
LibgcryptDHKeyExchange.cc
|
New round of clang-modernize
|
2014-05-29 19:38:34 +02:00 |
|
LibgcryptDHKeyExchange.h
|
…
|
|
|
LibgcryptMessageDigestImpl.cc
|
Use std::make_shared and make_unique where possible, part 2
|
2014-09-13 18:37:57 +09:00 |
|
LibgmpDHKeyExchange.cc
|
Use mpz_pown_sec where available
|
2014-04-13 18:51:06 +02:00 |
|
LibgmpDHKeyExchange.h
|
…
|
|
|
LibgnutlsTLSContext.cc
|
Add --min-tls-version option
|
2014-12-06 17:50:35 +09:00 |
|
LibgnutlsTLSContext.h
|
Add --min-tls-version option
|
2014-12-06 17:50:35 +09:00 |
|
LibgnutlsTLSSession.cc
|
Fixed some typos in code comments
|
2015-01-16 01:17:35 +01:00 |
|
LibgnutlsTLSSession.h
|
Move warn logic into SocketCore
|
2014-12-14 10:34:09 +01:00 |
|
LibnettleARC4Encryptor.cc
|
…
|
|
|
LibnettleARC4Encryptor.h
|
…
|
|
|
LibnettleMessageDigestImpl.cc
|
Use std::make_shared and make_unique where possible, part 2
|
2014-09-13 18:37:57 +09:00 |
|
LibsslARC4Encryptor.cc
|
…
|
|
|
LibsslARC4Encryptor.h
|
…
|
|
|
LibsslDHKeyExchange.cc
|
New round of clang-modernize
|
2014-05-29 19:38:34 +02:00 |
|
LibsslDHKeyExchange.h
|
…
|
|
|
LibsslMessageDigestImpl.cc
|
Use std::make_shared and make_unique where possible, part 2
|
2014-09-13 18:37:57 +09:00 |
|
LibsslTLSContext.cc
|
Add --min-tls-version option
|
2014-12-06 17:50:35 +09:00 |
|
LibsslTLSContext.h
|
Add --min-tls-version option
|
2014-12-06 17:50:35 +09:00 |
|
LibsslTLSSession.cc
|
TLS: Fix memory leak with OpenSSL
|
2014-12-26 18:04:50 +09:00 |
|
LibsslTLSSession.h
|
Move warn logic into SocketCore
|
2014-12-14 10:34:09 +01:00 |
|
LibuvEventPoll.cc
|
Add backward-compatible libuv defs
|
2014-12-30 22:36:24 +01:00 |
|
LibuvEventPoll.h
|
Port poll changes to LibuvEventPoll
|
2014-12-12 12:21:39 +01:00 |
|
Lock.h
|
Implement a simple resource lock (threading)
|
2013-08-18 06:01:52 +02:00 |
|
LogFactory.cc
|
Fixed some typos in code comments
|
2015-01-16 01:17:35 +01:00 |
|
LogFactory.h
|
Add --enable-color option to enable/disable terminal color output
|
2014-01-30 00:15:05 +09:00 |
|
Logger.cc
|
Use std::make_shared and make_unique where possible, part 2
|
2014-09-13 18:37:57 +09:00 |
|
Logger.h
|
Add --enable-color option to enable/disable terminal color output
|
2014-01-30 00:15:05 +09:00 |
|
LongestSequencePieceSelector.cc
|
…
|
|
|
LongestSequencePieceSelector.h
|
Use CXX11_OVERRIDE
|
2013-07-06 18:15:09 +09:00 |
|
LpdDispatchMessageCommand.cc
|
Wrap Command object in std::unique_ptr
|
2013-06-23 21:55:52 +09:00 |
|
LpdDispatchMessageCommand.h
|
Use CXX11_OVERRIDE
|
2013-07-06 18:15:09 +09:00 |
|
LpdMessage.cc
|
Require -std=c++11 and use std::shared_ptr instead of SharedHandle
|
2013-06-22 01:10:38 +09:00 |
|
LpdMessage.h
|
Require -std=c++11 and use std::shared_ptr instead of SharedHandle
|
2013-06-22 01:10:38 +09:00 |
|
LpdMessageDispatcher.cc
|
Use std::make_shared and make_unique where possible, part 2
|
2014-09-13 18:37:57 +09:00 |
|
LpdMessageDispatcher.h
|
Require -std=c++11 and use std::shared_ptr instead of SharedHandle
|
2013-06-22 01:10:38 +09:00 |
|
LpdMessageReceiver.cc
|
Return nullptr directly where std::unique_ptr is expected
|
2013-07-04 21:33:36 +09:00 |
|
LpdMessageReceiver.h
|
Use std::unique_ptr for LpdMessage instead of std::shared_ptr
|
2013-07-04 00:56:29 +09:00 |
|
LpdReceiveMessageCommand.cc
|
BtRegistry: Use std::unique_ptr for BtObject
|
2013-07-06 19:09:39 +09:00 |
|
LpdReceiveMessageCommand.h
|
Use CXX11_OVERRIDE
|
2013-07-06 18:15:09 +09:00 |
|
MSEHandshake.cc
|
Add --bt-force-encryption option
|
2015-01-12 17:46:20 +09:00 |
|
MSEHandshake.h
|
Use std::make_shared and make_unique where possible, part 2
|
2014-09-13 18:37:57 +09:00 |
|
Makefile.am
|
sftp: basic download works
|
2015-05-12 00:31:57 +09:00 |
|
MemoryBencodePreDownloadHandler.h
|
…
|
|
|
MemoryBufferPreDownloadHandler.h
|
…
|
|
|
MemoryPreDownloadHandler.h
|
Refactor DownloadHandlerFactory
|
2013-11-10 18:19:02 +09:00 |
|
MessageDigest.cc
|
Support Adler32 checksum
|
2014-09-13 00:08:07 +09:00 |
|
MessageDigest.h
|
Use std::unique_ptr for MessageDigest
|
2013-07-03 01:13:13 +09:00 |
|
MessageDigestImpl.h
|
MessageDigestImpl.h: Simplify hash_info_t access
|
2013-09-28 23:40:06 +09:00 |
|
MetadataInfo.cc
|
Require -std=c++11 and use std::shared_ptr instead of SharedHandle
|
2013-06-22 01:10:38 +09:00 |
|
MetadataInfo.h
|
Require -std=c++11 and use std::shared_ptr instead of SharedHandle
|
2013-06-22 01:10:38 +09:00 |
|
Metalink2RequestGroup.cc
|
Merge branch 'comments' of https://github.com/dfandrich/aria2 into dfandrich-comments
|
2015-01-16 21:36:22 +09:00 |
|
Metalink2RequestGroup.h
|
Use std::unique_ptr for Metalink objects
|
2013-07-12 23:09:23 +09:00 |
|
MetalinkEntry.cc
|
Remove ENABLE_MESSAGE_DIGEST, since we got the internal md, always
|
2014-04-17 18:02:42 +02:00 |
|
MetalinkEntry.h
|
Remove ENABLE_MESSAGE_DIGEST, since we got the internal md, always
|
2014-04-17 18:02:42 +02:00 |
|
MetalinkHttpEntry.cc
|
…
|
|
|
MetalinkHttpEntry.h
|
…
|
|
|
MetalinkMetaurl.cc
|
…
|
|
|
MetalinkMetaurl.h
|
…
|
|
|
MetalinkParserController.cc
|
sftp: basic download works
|
2015-05-12 00:31:57 +09:00 |
|
MetalinkParserController.h
|
Remove ENABLE_MESSAGE_DIGEST, since we got the internal md, always
|
2014-04-17 18:02:42 +02:00 |
|
MetalinkParserState.cc
|
…
|
|
|
MetalinkParserState.h
|
Use move for XML parser
|
2013-11-10 20:39:31 +09:00 |
|
MetalinkParserStateImpl.cc
|
Convert most 0/NULL pointers to nullptr
|
2013-08-20 21:28:24 +02:00 |
|
MetalinkParserStateImpl.h
|
Use CXX11_OVERRIDE
|
2013-07-06 18:15:09 +09:00 |
|
MetalinkParserStateMachine.cc
|
Use move for XML parser
|
2013-11-10 20:39:31 +09:00 |
|
MetalinkParserStateMachine.h
|
Use move for XML parser
|
2013-11-10 20:39:31 +09:00 |
|
MetalinkParserStateV3Impl.cc
|
Fixed some typos in code comments
|
2015-01-16 01:17:35 +01:00 |
|
MetalinkParserStateV3Impl.h
|
Use move for XML parser
|
2013-11-10 20:39:31 +09:00 |
|
MetalinkParserStateV4Impl.cc
|
Remove ENABLE_MESSAGE_DIGEST, since we got the internal md, always
|
2014-04-17 18:02:42 +02:00 |
|
MetalinkParserStateV4Impl.h
|
Use move for XML parser
|
2013-11-10 20:39:31 +09:00 |
|
MetalinkPostDownloadHandler.cc
|
Add --pause-metadata option
|
2014-06-21 00:58:21 +09:00 |
|
MetalinkPostDownloadHandler.h
|
Refactor DownloadHandlerFactory
|
2013-11-10 18:19:02 +09:00 |
|
MetalinkResource.cc
|
…
|
|
|
MetalinkResource.h
|
Use std::unique_ptr for Metalink objects
|
2013-07-12 23:09:23 +09:00 |
|
Metalinker.cc
|
Use std::unique_ptr for Metalink objects
|
2013-07-12 23:09:23 +09:00 |
|
Metalinker.h
|
Use std::unique_ptr for Metalink objects
|
2013-07-12 23:09:23 +09:00 |
|
MultiDiskAdaptor.cc
|
Refactor MultiDiskAdaptor::closeFile() and add assert for debugging
|
2015-03-22 18:38:50 +09:00 |
|
MultiDiskAdaptor.h
|
Disard cache when checking checksum
|
2014-07-02 00:05:43 +09:00 |
|
MultiFileAllocationIterator.cc
|
Use dedicated DiskWriter in MultiDiskFileAllocationIterator
|
2015-03-22 01:32:38 +09:00 |
|
MultiFileAllocationIterator.h
|
Use dedicated DiskWriter in MultiDiskFileAllocationIterator
|
2015-03-22 01:32:38 +09:00 |
|
MultiUrlRequestInfo.cc
|
Add --min-tls-version option
|
2014-12-06 17:50:35 +09:00 |
|
MultiUrlRequestInfo.h
|
MultiUrlRequestFactory: Use std::unique_ptr for DownloadEngine
|
2013-07-06 19:45:01 +09:00 |
|
NameResolveCommand.cc
|
Use std::unique_ptr for AsyncResolverMan
|
2013-07-03 01:30:01 +09:00 |
|
NameResolveCommand.h
|
Use CXX11_OVERRIDE
|
2013-07-06 18:15:09 +09:00 |
|
NameResolver.cc
|
Convert most 0/NULL pointers to nullptr
|
2013-08-20 21:28:24 +02:00 |
|
NameResolver.h
|
…
|
|
|
NetStat.cc
|
…
|
|
|
NetStat.h
|
…
|
|
|
Netrc.cc
|
Use std::make_shared and make_unique where possible, part 2
|
2014-09-13 18:37:57 +09:00 |
|
Netrc.h
|
Use CXX11_OVERRIDE
|
2013-07-06 18:15:09 +09:00 |
|
NetrcAuthResolver.cc
|
Rewrite AuthConfig objects using std::unique_ptr
|
2013-06-26 21:45:29 +09:00 |
|
NetrcAuthResolver.h
|
Use CXX11_OVERRIDE
|
2013-07-06 18:15:09 +09:00 |
|
Notifier.cc
|
DownloadEngine:: Use std::unique_ptr for webSocketSessionMan_
|
2013-07-06 18:33:59 +09:00 |
|
Notifier.h
|
DownloadEngine:: Use std::unique_ptr for webSocketSessionMan_
|
2013-07-06 18:33:59 +09:00 |
|
NsCookieParser.cc
|
Return nullptr directly where std::unique_ptr is expected
|
2013-07-04 21:33:36 +09:00 |
|
NsCookieParser.h
|
Rewrite CookieStorage
|
2013-06-29 23:09:09 +09:00 |
|
NullHandle.h
|
Require -std=c++11 and use std::shared_ptr instead of SharedHandle
|
2013-06-22 01:10:38 +09:00 |
|
NullOutputFile.h
|
Use CXX11_OVERRIDE
|
2013-07-06 18:15:09 +09:00 |
|
NullProgressInfoFile.h
|
Use CXX11_OVERRIDE
|
2013-07-06 18:15:09 +09:00 |
|
NullSinkStreamFilter.cc
|
…
|
|
|
NullSinkStreamFilter.h
|
Use CXX11_OVERRIDE
|
2013-07-06 18:15:09 +09:00 |
|
NullStatCalc.h
|
Use CXX11_OVERRIDE
|
2013-07-06 18:15:09 +09:00 |
|
NullWebSocketSessionMan.h
|
Require -std=c++11 and use std::shared_ptr instead of SharedHandle
|
2013-06-22 01:10:38 +09:00 |
|
OpenedFileCounter.cc
|
Avoid copy
|
2015-03-13 00:18:14 +09:00 |
|
OpenedFileCounter.h
|
Fix use-after-free on exit with multi-file torrent download + DHT
|
2014-06-08 17:03:34 +09:00 |
|
Option.cc
|
Include prefs.h instead of typedef PrefPtr everywhere
|
2013-09-26 00:15:18 +09:00 |
|
Option.h
|
Include prefs.h instead of typedef PrefPtr everywhere
|
2013-09-26 00:15:18 +09:00 |
|
OptionHandler.cc
|
…
|
|
|
OptionHandler.h
|
Include prefs.h instead of typedef PrefPtr everywhere
|
2013-09-26 00:15:18 +09:00 |
|
OptionHandlerException.cc
|
Use std::make_shared and make_unique where possible, part 2
|
2014-09-13 18:37:57 +09:00 |
|
OptionHandlerException.h
|
Include prefs.h instead of typedef PrefPtr everywhere
|
2013-09-26 00:15:18 +09:00 |
|
OptionHandlerFactory.cc
|
Document --multiple-interface option
|
2015-04-22 22:48:49 +09:00 |
|
OptionHandlerFactory.h
|
…
|
|
|
OptionHandlerImpl.cc
|
Fixed some typos in code comments
|
2015-01-16 01:17:35 +01:00 |
|
OptionHandlerImpl.h
|
Fixed some typos in code comments
|
2015-01-16 01:17:35 +01:00 |
|
OptionParser.cc
|
Use std::make_shared and make_unique where possible, part 2
|
2014-09-13 18:37:57 +09:00 |
|
OptionParser.h
|
Fixed some typos in code comments
|
2015-01-16 01:17:35 +01:00 |
|
OutputFile.h
|
Work around libintl's vprintf macro messing with OutputFile::vprintf
|
2014-10-05 11:27:17 +02:00 |
|
ParserStateMachine.h
|
Use move for XML parser
|
2013-11-10 20:39:31 +09:00 |
|
Peer.cc
|
New round of clang-modernize
|
2014-05-29 19:38:34 +02:00 |
|
Peer.h
|
Peer: Use std::unique_ptr for res_
|
2013-10-26 21:38:17 +09:00 |
|
PeerAbstractCommand.cc
|
Use std::make_shared and make_unique where possible, part 2
|
2014-09-13 18:37:57 +09:00 |
|
PeerAbstractCommand.h
|
Use CXX11_OVERRIDE
|
2013-07-06 18:15:09 +09:00 |
|
PeerAddrEntry.cc
|
…
|
|
|
PeerAddrEntry.h
|
…
|
|
|
PeerChokeCommand.cc
|
Wrap Command object in std::unique_ptr
|
2013-06-23 21:55:52 +09:00 |
|
PeerChokeCommand.h
|
Use CXX11_OVERRIDE
|
2013-07-06 18:15:09 +09:00 |
|
PeerConnection.cc
|
Use std::make_shared and make_unique where possible, part 2
|
2014-09-13 18:37:57 +09:00 |
|
PeerConnection.h
|
Use std::make_shared and make_unique where possible, part 2
|
2014-09-13 18:37:57 +09:00 |
|
PeerInitiateConnectionCommand.cc
|
Refactored DSCP-related code a bit
|
2014-01-28 23:09:21 +04:00 |
|
PeerInitiateConnectionCommand.h
|
Use CXX11_OVERRIDE
|
2013-07-06 18:15:09 +09:00 |
|
PeerInteractionCommand.cc
|
DefaultBtMessageDispatcher: Remove unused members peerStorage_, pieceStorage_
|
2013-07-07 23:28:51 +09:00 |
|
PeerInteractionCommand.h
|
Refactor PeerInterationCommand ctor
|
2013-07-06 22:03:37 +09:00 |
|
PeerListenCommand.cc
|
Use std::make_shared and make_unique where possible, part 2
|
2014-09-13 18:37:57 +09:00 |
|
PeerListenCommand.h
|
Fixed some typos in code comments
|
2015-01-16 01:17:35 +01:00 |
|
PeerReceiveHandshakeCommand.cc
|
Convert most 0/NULL pointers to nullptr
|
2013-08-20 21:28:24 +02:00 |
|
PeerReceiveHandshakeCommand.h
|
Refactor PeerInterationCommand ctor
|
2013-07-06 22:03:37 +09:00 |
|
PeerSessionResource.cc
|
Use std::make_shared and make_unique where possible, part 2
|
2014-09-13 18:37:57 +09:00 |
|
PeerSessionResource.h
|
Use std::make_shared and make_unique where possible, part 2
|
2014-09-13 18:37:57 +09:00 |
|
PeerStat.cc
|
…
|
|
|
PeerStat.h
|
…
|
|
|
PeerStorage.h
|
Require -std=c++11 and use std::shared_ptr instead of SharedHandle
|
2013-06-22 01:10:38 +09:00 |
|
Piece.cc
|
Use std::make_shared and make_unique where possible, part 2
|
2014-09-13 18:37:57 +09:00 |
|
Piece.h
|
Use std::make_shared and make_unique where possible, part 2
|
2014-09-13 18:37:57 +09:00 |
|
PieceHashCheckIntegrityEntry.cc
|
Remove ENABLE_MESSAGE_DIGEST, since we got the internal md, always
|
2014-04-17 18:02:42 +02:00 |
|
PieceHashCheckIntegrityEntry.h
|
Use CXX11_OVERRIDE
|
2013-07-06 18:15:09 +09:00 |
|
PieceSelector.h
|
…
|
|
|
PieceStatMan.cc
|
Use std::unique_ptr instead of std::shared_ptr
|
2013-06-22 15:49:41 +09:00 |
|
PieceStatMan.h
|
Require -std=c++11 and use std::shared_ptr instead of SharedHandle
|
2013-06-22 01:10:38 +09:00 |
|
PieceStorage.h
|
Require -std=c++11 and use std::shared_ptr instead of SharedHandle
|
2013-06-22 01:10:38 +09:00 |
|
PiecedSegment.cc
|
Fix (unknown length) downloads larger than 2GiB
|
2014-05-25 14:49:29 +02:00 |
|
PiecedSegment.h
|
Fix (unknown length) downloads larger than 2GiB
|
2014-05-25 14:49:29 +02:00 |
|
Platform.cc
|
Add basic ssh/sftp code to SocketCore and introduce SSHSession
|
2015-05-10 00:00:23 +09:00 |
|
Platform.h
|
…
|
|
|
PollEventPoll.cc
|
Refactor event poll classes so that we don't have to allocate memory on query
|
2014-09-13 17:33:22 +09:00 |
|
PollEventPoll.h
|
Refactor event poll classes so that we don't have to allocate memory on query
|
2014-09-13 17:33:22 +09:00 |
|
PortEventPoll.cc
|
Refactor event poll classes so that we don't have to allocate memory on query
|
2014-09-13 17:33:22 +09:00 |
|
PortEventPoll.h
|
Use CXX11_OVERRIDE
|
2013-07-06 18:15:09 +09:00 |
|
PostDownloadHandler.h
|
Refactor DownloadHandlerFactory
|
2013-11-10 18:19:02 +09:00 |
|
PreDownloadHandler.h
|
Refactor DownloadHandlerFactory
|
2013-11-10 18:19:02 +09:00 |
|
PriorityPieceSelector.cc
|
More auto-converts by cpp11-migrate
|
2013-09-20 23:06:49 +02:00 |
|
PriorityPieceSelector.h
|
Use CXX11_OVERRIDE
|
2013-07-06 18:15:09 +09:00 |
|
ProgressAwareEntry.h
|
…
|
|
|
ProtocolDetector.cc
|
Convert most 0/NULL pointers to nullptr
|
2013-08-20 21:28:24 +02:00 |
|
ProtocolDetector.h
|
…
|
|
|
Randomizer.h
|
Randomizer: Remove unused interfaces
|
2013-09-28 22:55:05 +09:00 |
|
Range.cc
|
…
|
|
|
Range.h
|
…
|
|
|
RangeBtMessage.cc
|
Convert to autos and ranged loops
|
2013-08-21 05:56:17 +02:00 |
|
RangeBtMessage.h
|
Use CXX11_OVERRIDE
|
2013-07-06 18:15:09 +09:00 |
|
RangeBtMessageValidator.cc
|
…
|
|
|
RangeBtMessageValidator.h
|
Use CXX11_OVERRIDE
|
2013-07-06 18:15:09 +09:00 |
|
RarestPieceSelector.cc
|
Require -std=c++11 and use std::shared_ptr instead of SharedHandle
|
2013-06-22 01:10:38 +09:00 |
|
RarestPieceSelector.h
|
Use CXX11_OVERRIDE
|
2013-07-06 18:15:09 +09:00 |
|
RealtimeCommand.cc
|
…
|
|
|
RealtimeCommand.h
|
Use CXX11_OVERRIDE
|
2013-07-06 18:15:09 +09:00 |
|
ReceiverMSEHandshakeCommand.cc
|
Add --bt-force-encryption option
|
2015-01-12 17:46:20 +09:00 |
|
ReceiverMSEHandshakeCommand.h
|
Use std::make_shared and make_unique where possible, part 2
|
2014-09-13 18:37:57 +09:00 |
|
RecoverableException.cc
|
Use std::make_shared and make_unique where possible, part 2
|
2014-09-13 18:37:57 +09:00 |
|
RecoverableException.h
|
Use CXX11_OVERRIDE
|
2013-07-06 18:15:09 +09:00 |
|
Request.cc
|
Use std::make_shared and make_unique where possible, part 2
|
2014-09-13 18:37:57 +09:00 |
|
Request.h
|
Use index.html as filename for conditional-get when file is missing in URI
|
2014-05-08 21:49:04 +09:00 |
|
RequestGroup.cc
|
Fix compiler warning
|
2014-12-12 10:34:53 +01:00 |
|
RequestGroup.h
|
Add --bt-detach-seed-only option
|
2014-10-14 00:13:29 +09:00 |
|
RequestGroupCriteria.h
|
Require -std=c++11 and use std::shared_ptr instead of SharedHandle
|
2013-06-22 01:10:38 +09:00 |
|
RequestGroupEntry.cc
|
Return std::unique_ptr member as const ref
|
2013-06-26 23:56:43 +09:00 |
|
RequestGroupEntry.h
|
Return std::unique_ptr member as const ref
|
2013-06-26 23:56:43 +09:00 |
|
RequestGroupMan.cc
|
Fixed some typos in code comments
|
2015-01-16 01:17:35 +01:00 |
|
RequestGroupMan.h
|
Add --bt-detach-seed-only option
|
2014-10-14 00:13:29 +09:00 |
|
RequestSlot.cc
|
Use RequestSlot as pointer to avoid copying
|
2013-06-30 00:31:50 +09:00 |
|
RequestSlot.h
|
New round of clang-modernize
|
2014-05-29 19:38:34 +02:00 |
|
RpcMethod.cc
|
Remove request pre-authorization again
|
2014-07-22 21:58:30 +02:00 |
|
RpcMethod.h
|
Delay auth failures instead of PBKDF2
|
2014-07-22 21:58:30 +02:00 |
|
RpcMethodFactory.cc
|
Add aria2.saveSession RPC method
|
2014-02-19 22:02:50 +09:00 |
|
RpcMethodFactory.h
|
Rewrite RPC method factory function
|
2013-07-11 21:50:47 +09:00 |
|
RpcMethodImpl.cc
|
Don't send back rpc-secret option value in aria2.getGlobalOption RPC method
|
2015-03-13 01:09:01 +09:00 |
|
RpcMethodImpl.h
|
Delay auth failures instead of PBKDF2
|
2014-07-22 21:58:30 +02:00 |
|
RpcRequest.cc
|
Remove request pre-authorization again
|
2014-07-22 21:58:30 +02:00 |
|
RpcRequest.h
|
Remove request pre-authorization again
|
2014-07-22 21:58:30 +02:00 |
|
RpcResponse.cc
|
Fix crash when JSON batch response vector is empty
|
2014-10-16 22:56:23 +09:00 |
|
RpcResponse.h
|
Delay auth failures instead of PBKDF2
|
2014-07-22 21:58:30 +02:00 |
|
SSHSession.cc
|
sftp: basic download works
|
2015-05-12 00:31:57 +09:00 |
|
SSHSession.h
|
sftp: basic download works
|
2015-05-12 00:31:57 +09:00 |
|
SaveSessionCommand.cc
|
Save session only when there is change since the last serialization
|
2014-05-31 16:19:57 +09:00 |
|
SaveSessionCommand.h
|
Use CXX11_OVERRIDE
|
2013-07-06 18:15:09 +09:00 |
|
SeedCheckCommand.cc
|
Use std::unique_ptr for UnionSeedCriteria
|
2013-06-23 22:07:25 +09:00 |
|
SeedCheckCommand.h
|
Use CXX11_OVERRIDE
|
2013-07-06 18:15:09 +09:00 |
|
SeedCriteria.h
|
Require -std=c++11 and use std::shared_ptr instead of SharedHandle
|
2013-06-22 01:10:38 +09:00 |
|
SegList.h
|
Fixed some typos in code comments
|
2015-01-16 01:17:35 +01:00 |
|
Segment.h
|
Fix (unknown length) downloads larger than 2GiB
|
2014-05-25 14:49:29 +02:00 |
|
SegmentMan.cc
|
Use std::make_shared and make_unique where possible, part 2
|
2014-09-13 18:37:57 +09:00 |
|
SegmentMan.h
|
Fix (unknown length) downloads larger than 2GiB
|
2014-05-25 14:49:29 +02:00 |
|
SelectEventPoll.cc
|
Refactor event poll classes so that we don't have to allocate memory on query
|
2014-09-13 17:33:22 +09:00 |
|
SelectEventPoll.h
|
Refactor event poll classes so that we don't have to allocate memory on query
|
2014-09-13 17:33:22 +09:00 |
|
SequentialDispatcherCommand.h
|
Use CXX11_OVERRIDE
|
2013-07-06 18:15:09 +09:00 |
|
SequentialPicker.h
|
Use std::unique_ptr for CheckIntegrityEntry and FileAllocationEntry
|
2013-07-06 15:56:08 +09:00 |
|
ServerStat.cc
|
…
|
|
|
ServerStat.h
|
Require -std=c++11 and use std::shared_ptr instead of SharedHandle
|
2013-06-22 01:10:38 +09:00 |
|
ServerStatMan.cc
|
Use std::make_shared and make_unique where possible, part 2
|
2014-09-13 18:37:57 +09:00 |
|
ServerStatMan.h
|
Use std::make_shared and make_unique where possible, part 2
|
2014-09-13 18:37:57 +09:00 |
|
SessionSerializer.cc
|
Fixed some typos in code comments
|
2015-01-16 01:17:35 +01:00 |
|
SessionSerializer.h
|
Save session only when there is change since the last serialization
|
2014-05-31 16:19:57 +09:00 |
|
SftpDownloadCommand.cc
|
sftp: basic download works
|
2015-05-12 00:31:57 +09:00 |
|
SftpDownloadCommand.h
|
sftp: basic download works
|
2015-05-12 00:31:57 +09:00 |
|
SftpFinishDownloadCommand.cc
|
sftp: basic download works
|
2015-05-12 00:31:57 +09:00 |
|
SftpFinishDownloadCommand.h
|
sftp: basic download works
|
2015-05-12 00:31:57 +09:00 |
|
SftpNegotiationCommand.cc
|
sftp: basic download works
|
2015-05-12 00:31:57 +09:00 |
|
SftpNegotiationCommand.h
|
sftp: basic download works
|
2015-05-12 00:31:57 +09:00 |
|
SftpNegotiationConnectChain.h
|
sftp: basic download works
|
2015-05-12 00:31:57 +09:00 |
|
ShareRatioSeedCriteria.cc
|
Require -std=c++11 and use std::shared_ptr instead of SharedHandle
|
2013-06-22 01:10:38 +09:00 |
|
ShareRatioSeedCriteria.h
|
Use CXX11_OVERRIDE
|
2013-07-06 18:15:09 +09:00 |
|
Signature.cc
|
Use move for XML parser
|
2013-11-10 20:39:31 +09:00 |
|
Signature.h
|
Use move for XML parser
|
2013-11-10 20:39:31 +09:00 |
|
SimpleBtMessage.cc
|
Return nullptr directly where std::unique_ptr is expected
|
2013-07-04 21:33:36 +09:00 |
|
SimpleBtMessage.h
|
Use CXX11_OVERRIDE
|
2013-07-06 18:15:09 +09:00 |
|
SimpleRandomizer.cc
|
Comment getrandom code a bit
|
2015-03-18 01:46:26 +01:00 |
|
SimpleRandomizer.h
|
Handle linux getrandom returning EINTR on interrupts/signals
|
2015-02-07 17:18:45 +01:00 |
|
SingleFileAllocationIterator.cc
|
Convert most 0/NULL pointers to nullptr
|
2013-08-20 21:28:24 +02:00 |
|
SingleFileAllocationIterator.h
|
Use CXX11_OVERRIDE
|
2013-07-06 18:15:09 +09:00 |
|
SingletonHolder.h
|
Return std::unique_ptr member as const ref
|
2013-06-26 23:56:43 +09:00 |
|
SinkStreamFilter.cc
|
Remove ENABLE_MESSAGE_DIGEST, since we got the internal md, always
|
2014-04-17 18:02:42 +02:00 |
|
SinkStreamFilter.h
|
Convert most 0/NULL pointers to nullptr
|
2013-08-20 21:28:24 +02:00 |
|
SocketBuffer.cc
|
SocketBuffer: Keep sending until blocked
|
2015-03-08 21:15:12 +09:00 |
|
SocketBuffer.h
|
Fixed some typos in code comments
|
2015-01-16 01:17:35 +01:00 |
|
SocketCore.cc
|
sftp: basic download works
|
2015-05-12 00:31:57 +09:00 |
|
SocketCore.h
|
sftp: basic download works
|
2015-05-12 00:31:57 +09:00 |
|
SocketRecvBuffer.cc
|
SocketRecvBuffer: Eliminate memmove
|
2015-04-14 00:25:23 +09:00 |
|
SocketRecvBuffer.h
|
SocketRecvBuffer: Eliminate memmove
|
2015-04-14 00:25:23 +09:00 |
|
SpeedCalc.cc
|
Fixed some typos in code comments
|
2015-01-16 01:17:35 +01:00 |
|
SpeedCalc.h
|
…
|
|
|
Sqlite3CookieParser.cc
|
More auto-converts by cpp11-migrate
|
2013-09-20 23:06:49 +02:00 |
|
Sqlite3CookieParser.h
|
Rewrite CookieStorage
|
2013-06-29 23:09:09 +09:00 |
|
Sqlite3CookieParserImpl.cc
|
…
|
|
|
Sqlite3CookieParserImpl.h
|
Use CXX11_OVERRIDE
|
2013-07-06 18:15:09 +09:00 |
|
StatCalc.h
|
Require -std=c++11 and use std::shared_ptr instead of SharedHandle
|
2013-06-22 01:10:38 +09:00 |
|
StreamCheckIntegrityEntry.cc
|
Use std::unique_ptr for CheckIntegrityEntry and FileAllocationEntry
|
2013-07-06 15:56:08 +09:00 |
|
StreamCheckIntegrityEntry.h
|
Use CXX11_OVERRIDE
|
2013-07-06 18:15:09 +09:00 |
|
StreamFileAllocationEntry.cc
|
Convert to autos and ranged loops
|
2013-08-21 05:56:17 +02:00 |
|
StreamFileAllocationEntry.h
|
Use CXX11_OVERRIDE
|
2013-07-06 18:15:09 +09:00 |
|
StreamFilter.cc
|
Use std::unique_ptr for StreamFilter instead of std::shared_ptr
|
2013-07-04 00:39:11 +09:00 |
|
StreamFilter.h
|
Fixed some typos in code comments
|
2015-01-16 01:17:35 +01:00 |
|
StreamPieceSelector.h
|
…
|
|
|
StructParserStateMachine.h
|
…
|
|
|
TLSContext.h
|
Move warn logic into SocketCore
|
2014-12-14 10:34:09 +01:00 |
|
TLSSession.h
|
Fixed some typos in code comments
|
2015-01-16 01:17:35 +01:00 |
|
TimeA2.cc
|
Support HTTP date ending "+0000" as well as "GMT".
|
2015-01-26 21:31:47 +09:00 |
|
TimeA2.h
|
Support HTTP date ending "+0000" as well as "GMT".
|
2015-01-26 21:31:47 +09:00 |
|
TimeBasedCommand.cc
|
Stuff memory holes
|
2013-12-09 15:41:43 +01:00 |
|
TimeBasedCommand.h
|
Stuff memory holes
|
2013-12-09 15:41:43 +01:00 |
|
TimeSeedCriteria.cc
|
…
|
|
|
TimeSeedCriteria.h
|
Use CXX11_OVERRIDE
|
2013-07-06 18:15:09 +09:00 |
|
TimedHaltCommand.cc
|
…
|
|
|
TimedHaltCommand.h
|
Use CXX11_OVERRIDE
|
2013-07-06 18:15:09 +09:00 |
|
TimerA2.cc
|
Convert most 0/NULL pointers to nullptr
|
2013-08-20 21:28:24 +02:00 |
|
TimerA2.h
|
…
|
|
|
TorrentAttribute.cc
|
Use BtFileMode for TorrentAttribute::mode
|
2013-05-15 00:09:51 +09:00 |
|
TorrentAttribute.h
|
Use BtFileMode for TorrentAttribute::mode
|
2013-05-15 00:09:51 +09:00 |
|
TrackerWatcherCommand.cc
|
TrackerWatcherCommand: Use std::unique_ptr for trackerRequest_
|
2013-07-06 21:00:57 +09:00 |
|
TrackerWatcherCommand.h
|
TrackerWatcherCommand: Use std::unique_ptr for trackerRequest_
|
2013-07-06 21:00:57 +09:00 |
|
TransferStat.cc
|
…
|
|
|
TransferStat.h
|
…
|
|
|
TruncFileAllocationIterator.cc
|
…
|
|
|
TruncFileAllocationIterator.h
|
Use CXX11_OVERRIDE
|
2013-07-06 18:15:09 +09:00 |
|
UDPTrackerClient.cc
|
Fixed some typos in code comments
|
2015-01-16 01:17:35 +01:00 |
|
UDPTrackerClient.h
|
Require -std=c++11 and use std::shared_ptr instead of SharedHandle
|
2013-06-22 01:10:38 +09:00 |
|
UDPTrackerRequest.cc
|
Fix uninitialized values
|
2013-05-23 00:45:50 +09:00 |
|
UDPTrackerRequest.h
|
Require -std=c++11 and use std::shared_ptr instead of SharedHandle
|
2013-06-22 01:10:38 +09:00 |
|
URIResult.cc
|
…
|
|
|
URIResult.h
|
…
|
|
|
URISelector.h
|
…
|
|
|
UTMetadataDataExtensionMessage.cc
|
Use std::unique_ptr for MessageDigest
|
2013-07-03 01:13:13 +09:00 |
|
UTMetadataDataExtensionMessage.h
|
Use CXX11_OVERRIDE
|
2013-07-06 18:15:09 +09:00 |
|
UTMetadataExtensionMessage.cc
|
…
|
|
|
UTMetadataExtensionMessage.h
|
Use CXX11_OVERRIDE
|
2013-07-06 18:15:09 +09:00 |
|
UTMetadataPostDownloadHandler.cc
|
Add --pause-metadata option
|
2014-06-21 00:58:21 +09:00 |
|
UTMetadataPostDownloadHandler.h
|
Refactor DownloadHandlerFactory
|
2013-11-10 18:19:02 +09:00 |
|
UTMetadataRejectExtensionMessage.cc
|
Use std::unique_ptr for ExtensionMessage
|
2013-07-01 21:42:51 +09:00 |
|
UTMetadataRejectExtensionMessage.h
|
Use CXX11_OVERRIDE
|
2013-07-06 18:15:09 +09:00 |
|
UTMetadataRequestExtensionMessage.cc
|
Use std::unique_ptr for ExtensionMessage
|
2013-07-01 21:42:51 +09:00 |
|
UTMetadataRequestExtensionMessage.h
|
Use CXX11_OVERRIDE
|
2013-07-06 18:15:09 +09:00 |
|
UTMetadataRequestFactory.cc
|
Use std::unique_ptr for ExtensionMessage
|
2013-07-01 21:42:51 +09:00 |
|
UTMetadataRequestFactory.h
|
Use std::unique_ptr for ExtensionMessage
|
2013-07-01 21:42:51 +09:00 |
|
UTMetadataRequestTracker.cc
|
More auto-converts by cpp11-migrate
|
2013-09-20 23:06:49 +02:00 |
|
UTMetadataRequestTracker.h
|
…
|
|
|
UTPexExtensionMessage.cc
|
Use std::unique_ptr for ExtensionMessage
|
2013-07-01 21:42:51 +09:00 |
|
UTPexExtensionMessage.h
|
Use CXX11_OVERRIDE
|
2013-07-06 18:15:09 +09:00 |
|
UnionSeedCriteria.cc
|
Use std::unique_ptr for UnionSeedCriteria
|
2013-06-23 22:07:25 +09:00 |
|
UnionSeedCriteria.h
|
Use CXX11_OVERRIDE
|
2013-07-06 18:15:09 +09:00 |
|
UnknownLengthPieceStorage.cc
|
UnknownLengthPieceStorage: Use std::make_shared
|
2014-07-15 23:48:32 +09:00 |
|
UnknownLengthPieceStorage.h
|
Show bitfield for unknown length download in aria2.tellStatus RPC method
|
2014-07-15 23:36:10 +09:00 |
|
UnknownOptionException.cc
|
Use std::make_shared and make_unique where possible, part 2
|
2014-09-13 18:37:57 +09:00 |
|
UnknownOptionException.h
|
Use CXX11_OVERRIDE
|
2013-07-06 18:15:09 +09:00 |
|
UriListParser.cc
|
Use std::make_shared and make_unique where possible, part 2
|
2014-09-13 18:37:57 +09:00 |
|
UriListParser.h
|
Use std::make_shared and make_unique where possible, part 2
|
2014-09-13 18:37:57 +09:00 |
|
ValueBase.cc
|
Implement new RPC authorization using --rpc-secret option
|
2014-02-02 17:34:07 +09:00 |
|
ValueBase.h
|
Fixed some typos in code comments
|
2015-01-16 01:17:35 +01:00 |
|
ValueBaseBencodeParser.h
|
…
|
|
|
ValueBaseDiskWriter.h
|
Use std::unique_ptr for ValueBase object hierarchy
|
2013-07-11 21:09:51 +09:00 |
|
ValueBaseJsonParser.h
|
…
|
|
|
ValueBaseStructParserState.h
|
…
|
|
|
ValueBaseStructParserStateImpl.cc
|
Require -std=c++11 and use std::shared_ptr instead of SharedHandle
|
2013-06-22 01:10:38 +09:00 |
|
ValueBaseStructParserStateImpl.h
|
Use CXX11_OVERRIDE
|
2013-07-06 18:15:09 +09:00 |
|
ValueBaseStructParserStateMachine.cc
|
Convert to autos and ranged loops
|
2013-08-21 05:56:17 +02:00 |
|
ValueBaseStructParserStateMachine.h
|
Use std::unique_ptr for ValueBase object hierarchy
|
2013-07-11 21:09:51 +09:00 |
|
WatchProcessCommand.cc
|
Convert most 0/NULL pointers to nullptr
|
2013-08-20 21:28:24 +02:00 |
|
WatchProcessCommand.h
|
Use CXX11_OVERRIDE
|
2013-07-06 18:15:09 +09:00 |
|
WebSocketInteractionCommand.cc
|
Wrap Command object in std::unique_ptr
|
2013-06-23 21:55:52 +09:00 |
|
WebSocketInteractionCommand.h
|
Delay auth failures instead of PBKDF2
|
2014-07-22 21:58:30 +02:00 |
|
WebSocketResponseCommand.cc
|
Wrap Command object in std::unique_ptr
|
2013-06-23 21:55:52 +09:00 |
|
WebSocketResponseCommand.h
|
Use CXX11_OVERRIDE
|
2013-07-06 18:15:09 +09:00 |
|
WebSocketSession.cc
|
Remove request pre-authorization again
|
2014-07-22 21:58:30 +02:00 |
|
WebSocketSession.h
|
Fixed some typos in code comments
|
2015-01-16 01:17:35 +01:00 |
|
WebSocketSessionMan.cc
|
Delay auth failures instead of PBKDF2
|
2014-07-22 21:58:30 +02:00 |
|
WebSocketSessionMan.h
|
Use CXX11_OVERRIDE
|
2013-07-06 18:15:09 +09:00 |
|
WinConsoleFile.cc
|
Fix mingw32 build with gcc 4.8.2
|
2014-03-24 00:37:30 +09:00 |
|
WinConsoleFile.h
|
Fix mingw32 build with gcc 4.8.2
|
2014-03-24 00:37:30 +09:00 |
|
WinTLSContext.cc
|
Fixed some typos in code comments
|
2015-01-16 01:17:35 +01:00 |
|
WinTLSContext.h
|
Add --min-tls-version option
|
2014-12-06 17:50:35 +09:00 |
|
WinTLSSession.cc
|
Fixed some typos in code comments
|
2015-01-16 01:17:35 +01:00 |
|
WinTLSSession.h
|
Fixed some typos in code comments
|
2015-01-16 01:17:35 +01:00 |
|
WrDiskCache.cc
|
More auto-converts by cpp11-migrate
|
2013-09-20 23:06:49 +02:00 |
|
WrDiskCache.h
|
…
|
|
|
WrDiskCacheEntry.cc
|
Improve write cache failures error reporting
|
2014-05-20 12:52:26 +02:00 |
|
WrDiskCacheEntry.h
|
Require -std=c++11 and use std::shared_ptr instead of SharedHandle
|
2013-06-22 01:10:38 +09:00 |
|
XORCloser.h
|
…
|
|
|
Xml2XmlParser.cc
|
Use move for XML parser
|
2013-11-10 20:39:31 +09:00 |
|
Xml2XmlParser.h
|
…
|
|
|
XmlAttr.cc
|
Convert most 0/NULL pointers to nullptr
|
2013-08-20 21:28:24 +02:00 |
|
XmlAttr.h
|
…
|
|
|
XmlParser.cc
|
Rewrite auto_deleter_r with defer function template
|
2014-09-16 23:49:50 +09:00 |
|
XmlParser.h
|
…
|
|
|
XmlRpcDiskWriter.cc
|
Convert most 0/NULL pointers to nullptr
|
2013-08-20 21:28:24 +02:00 |
|
XmlRpcDiskWriter.h
|
Use std::unique_ptr for ValueBase object hierarchy
|
2013-07-11 21:09:51 +09:00 |
|
XmlRpcRequestParserController.cc
|
Use std::unique_ptr for ValueBase object hierarchy
|
2013-07-11 21:09:51 +09:00 |
|
XmlRpcRequestParserController.h
|
Use std::unique_ptr for ValueBase object hierarchy
|
2013-07-11 21:09:51 +09:00 |
|
XmlRpcRequestParserState.h
|
Use move for XML parser
|
2013-11-10 20:39:31 +09:00 |
|
XmlRpcRequestParserStateImpl.cc
|
Use move for XML parser
|
2013-11-10 20:39:31 +09:00 |
|
XmlRpcRequestParserStateImpl.h
|
Use move for XML parser
|
2013-11-10 20:39:31 +09:00 |
|
XmlRpcRequestParserStateMachine.cc
|
Use move for XML parser
|
2013-11-10 20:39:31 +09:00 |
|
XmlRpcRequestParserStateMachine.h
|
Use move for XML parser
|
2013-11-10 20:39:31 +09:00 |
|
ZeroBtMessage.cc
|
Convert to autos and ranged loops
|
2013-08-21 05:56:17 +02:00 |
|
ZeroBtMessage.h
|
Use CXX11_OVERRIDE
|
2013-07-06 18:15:09 +09:00 |
|
a2algo.h
|
Remove forEachMemFunSH in favor of for loop with auto
|
2013-06-22 19:04:52 +09:00 |
|
a2functional.h
|
Rewrite auto_deleter_r with defer function template
|
2014-09-16 23:49:50 +09:00 |
|
a2gmp.cc
|
…
|
|
|
a2gmp.h
|
…
|
|
|
a2io.h
|
Fixed some typos in code comments
|
2015-01-16 01:17:35 +01:00 |
|
a2iterator.h
|
…
|
|
|
a2netcompat.h
|
Remove auto_delete in favor of std::unique_ptr
|
2013-06-22 18:51:29 +09:00 |
|
a2time.h
|
…
|
|
|
alloca.c
|
…
|
|
|
aria2api.cc
|
Use std::make_shared and make_unique where possible, part 2
|
2014-09-13 18:37:57 +09:00 |
|
aria2api.h
|
DownloadEngine:: Use std::unique_ptr for webSocketSessionMan_
|
2013-07-06 18:33:59 +09:00 |
|
array_fun.h
|
Rewrite expression template to make it a bit easier
|
2014-09-16 21:53:35 +09:00 |
|
asctime_r.c
|
…
|
|
|
asctime_r.h
|
mingw: Undef localtime_r and asctime_r
|
2014-03-24 01:11:30 +09:00 |
|
base32.cc
|
More auto-converts by cpp11-migrate
|
2013-09-20 23:06:49 +02:00 |
|
base32.h
|
…
|
|
|
base64.h
|
…
|
|
|
bencode2.cc
|
More auto-converts by cpp11-migrate
|
2013-09-20 23:06:49 +02:00 |
|
bencode2.h
|
Use std::unique_ptr for ValueBase object hierarchy
|
2013-07-11 21:09:51 +09:00 |
|
bignum.h
|
bignum.h: Fix compile error
|
2013-09-25 22:43:48 +09:00 |
|
bitfield.cc
|
…
|
|
|
bitfield.h
|
BitfieldMan: Rewrite getCompletedLength and countMissingBlockNow
|
2013-07-03 22:40:28 +09:00 |
|
bittorrent_helper.cc
|
Fixed some typos in code comments
|
2015-01-16 01:17:35 +01:00 |
|
bittorrent_helper.h
|
Fixed some typos in code comments
|
2015-01-16 01:17:35 +01:00 |
|
clock_gettime_mingw.cc
|
…
|
|
|
clock_gettime_mingw.h
|
…
|
|
|
clock_gettime_osx.cc
|
…
|
|
|
clock_gettime_osx.h
|
…
|
|
|
common.h
|
Include winsock2.h before windows.h
|
2013-05-25 23:28:28 +09:00 |
|
console.cc
|
Use std::make_shared and make_unique where possible, part 2
|
2014-09-13 18:37:57 +09:00 |
|
console.h
|
Require -std=c++11 and use std::shared_ptr instead of SharedHandle
|
2013-06-22 01:10:38 +09:00 |
|
cookie_helper.cc
|
Return nullptr directly where std::unique_ptr is expected
|
2013-07-04 21:33:36 +09:00 |
|
cookie_helper.h
|
Rewrite CookieStorage
|
2013-06-29 23:09:09 +09:00 |
|
crypto_endian.h
|
Merge crypto_* from upstream
|
2014-07-11 04:11:03 +02:00 |
|
crypto_hash.cc
|
Fixed some typos in code comments
|
2015-01-16 01:17:35 +01:00 |
|
crypto_hash.h
|
Fix big endianess support in InternalMessageDigest and PBKDF2
|
2014-06-24 20:45:05 +02:00 |
|
daemon.cc
|
New round of clang-modernize
|
2014-05-29 19:38:34 +02:00 |
|
daemon.h
|
…
|
|
|
download_handlers.cc
|
Refactor DownloadHandlerFactory
|
2013-11-10 18:19:02 +09:00 |
|
download_handlers.h
|
Refactor DownloadHandlerFactory
|
2013-11-10 18:19:02 +09:00 |
|
download_helper.cc
|
Fix adjustAnnounceUri parameter is not passed
|
2015-02-07 00:39:33 +09:00 |
|
download_helper.h
|
Fixed some typos in code comments
|
2015-01-16 01:17:35 +01:00 |
|
error_code.h
|
…
|
|
|
fmt.cc
|
…
|
|
|
fmt.h
|
Fix mingw32 build with gcc 4.8.2
|
2014-03-24 00:37:30 +09:00 |
|
gai_strerror.c
|
…
|
|
|
gai_strerror.h
|
…
|
|
|
getaddrinfo.c
|
…
|
|
|
getaddrinfo.h
|
…
|
|
|
getrandom_linux.c
|
Comment getrandom code a bit
|
2015-03-18 01:46:26 +01:00 |
|
getrandom_linux.h
|
Revise getRandom facilities
|
2015-01-20 22:37:24 +01:00 |
|
gettimeofday.c
|
…
|
|
|
gettimeofday.h
|
…
|
|
|
help_tags.cc
|
Remove vbegin and vend in favor of std::begin and std::end
|
2013-06-24 21:46:42 +09:00 |
|
help_tags.h
|
…
|
|
|
json.cc
|
Fix json::decodeGetParams when compiled with recent Apple clang
|
2013-08-20 20:48:49 +02:00 |
|
json.h
|
Use std::unique_ptr for ValueBase object hierarchy
|
2013-07-11 21:09:51 +09:00 |
|
libaria2.pc.in
|
…
|
|
|
libgen.c
|
…
|
|
|
libgen.h
|
…
|
|
|
localtime_r.c
|
…
|
|
|
localtime_r.h
|
mingw: Undef localtime_r and asctime_r
|
2014-03-24 01:11:30 +09:00 |
|
magnet.cc
|
Use std::unique_ptr for ValueBase object hierarchy
|
2013-07-11 21:09:51 +09:00 |
|
magnet.h
|
Use std::unique_ptr for ValueBase object hierarchy
|
2013-07-11 21:09:51 +09:00 |
|
main.cc
|
mingw32: Use CommandLineToArgvW() and GetCommandLineW() to read cmd-line args
|
2013-11-01 00:16:35 +09:00 |
|
message.h
|
Refine messages to include peer info
|
2014-12-14 10:34:09 +01:00 |
|
message_digest_helper.cc
|
Use std::unique_ptr for MessageDigest
|
2013-07-03 01:13:13 +09:00 |
|
message_digest_helper.h
|
Fixed some typos in code comments
|
2015-01-16 01:17:35 +01:00 |
|
metalink_helper.cc
|
Convert most 0/NULL pointers to nullptr
|
2013-08-20 21:28:24 +02:00 |
|
metalink_helper.h
|
Use std::unique_ptr for Metalink objects
|
2013-07-12 23:09:23 +09:00 |
|
option_processing.cc
|
Use std::make_shared and make_unique where possible, part 2
|
2014-09-13 18:37:57 +09:00 |
|
paramed_string.cc
|
…
|
|
|
paramed_string.h
|
Fixed some typos in code comments
|
2015-01-16 01:17:35 +01:00 |
|
prefs.cc
|
multiple interface support for link aggregation
|
2015-04-21 20:59:38 +06:00 |
|
prefs.h
|
multiple interface support for link aggregation
|
2015-04-21 20:59:38 +06:00 |
|
right.txt
|
…
|
|
|
rpc_helper.cc
|
Remove request pre-authorization again
|
2014-07-22 21:58:30 +02:00 |
|
rpc_helper.h
|
Remove request pre-authorization again
|
2014-07-22 21:58:30 +02:00 |
|
strptime.c
|
…
|
|
|
strptime.h
|
…
|
|
|
timegm.c
|
…
|
|
|
timegm.h
|
…
|
|
|
timespec.h
|
Fix mingw32 build with gcc 4.8.2
|
2014-03-24 00:37:30 +09:00 |
|
uri.cc
|
Stuff memory holes
|
2013-12-09 15:41:43 +01:00 |
|
uri.h
|
Stuff memory holes
|
2013-12-09 15:41:43 +01:00 |
|
uri_split.c
|
…
|
|
|
uri_split.h
|
…
|
|
|
usage_text.h
|
Document --multiple-interface option
|
2015-04-22 22:48:49 +09:00 |
|
util.cc
|
Mingw: Use _wgetenv to get user's home directory
|
2015-02-21 01:49:07 +09:00 |
|
util.h
|
Mingw: Use _wgetenv to get user's home directory
|
2015-02-21 01:49:07 +09:00 |
|
util_security.cc
|
Fix compile error on big endian platform
|
2014-07-14 21:32:48 +09:00 |
|
util_security.h
|
MinGW: Fix compiler warning about winsock2.h and windows.h
|
2014-07-10 00:04:28 +09:00 |
|
version_usage.cc
|
Improve compiler/platform/libs information in logs
|
2014-06-10 11:28:34 +02:00 |
|
wallclock.cc
|
Convert to autos and ranged loops
|
2013-08-21 05:56:17 +02:00 |
|
wallclock.h
|
Fixed some typos in code comments
|
2015-01-16 01:17:35 +01:00 |