aria2/src
Tatsuhiro Tsujikawa f60e55cece Use index.html as filename for conditional-get when file is missing in URI
Previously we disabled conditional-get if file part is missing in URI.
But we use constant string "index.html" in this case, so we can do the
same to determine the modification time.  In this patch, if we have
file part in URI, we are not going to set absolute file path in
FileEntry, since it prevents content-disposition from working.
2014-05-08 21:49:04 +09:00
..
android Fix link error with Android NDK r9 2013-09-18 23:10:25 +09:00
includes Pass A2Gid by value, since it is uint64_t 2013-06-12 00:09:42 +09:00
.gitignore Added .gitignore files 2012-02-27 21:49:01 +09:00
A2STR.cc Removed A2STR strings other than NIL 2012-09-24 23:01:08 +09:00
A2STR.h Removed A2STR strings other than NIL 2012-09-24 23:01:08 +09:00
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 Remove ENABLE_MESSAGE_DIGEST, since we got the internal md, always 2014-04-17 18:02:42 +02:00
AbstractCommand.h Stuff memory holes 2013-12-09 15:41:43 +01:00
AbstractDiskWriter.cc Implement falloc equivalent in OSX 2014-04-12 02:55:31 +02:00
AbstractDiskWriter.h Use CXX11_OVERRIDE 2013-07-06 18:15:09 +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::unique_ptr for HttpRequest instead of std::shared_ptr 2013-07-04 00:13:15 +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 More auto-converts by cpp11-migrate 2013-09-20 23:06:49 +02:00
AbstractSingleDiskAdaptor.h Use CXX11_OVERRIDE 2013-07-06 18:15:09 +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 More auto-converts by cpp11-migrate 2013-09-20 23:06:49 +02:00
AdaptiveURISelector.h Use CXX11_OVERRIDE 2013-07-06 18:15:09 +09:00
AnnounceList.cc Convert to autos and ranged loops 2013-08-21 05:56:17 +02:00
AnnounceList.h Add some missing includes to AnnounceList.h 2014-02-19 03:09:59 +01:00
AnnounceTier.cc
AnnounceTier.h Require -std=c++11 and use std::shared_ptr instead of SharedHandle 2013-06-22 01:10:38 +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 One MessageDigestImpl.h to rule them all. 2013-09-20 23:06:49 +02:00
AppleTLSContext.cc AppleTLS: Implement PKCS12 loading. 2013-11-20 10:48:15 +01:00
AppleTLSContext.h AppleTLS: Implement PKCS12 loading. 2013-11-20 10:48:15 +01:00
AppleTLSSession.cc AppleTLS: Enable BEAST mitigations in ST 2014-04-13 18:51:05 +02:00
AppleTLSSession.h AppleTLSSession: Remove unused private member 2013-08-24 20:08:15 +02:00
AsyncNameResolver.cc Clean up if defined style 2013-09-17 23:17:08 +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 Use std::unique_ptr for AsyncResolverMan 2013-07-03 01:30:01 +09: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 Return nullptr directly where std::unique_ptr is expected 2013-07-04 21:33:36 +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 Wrap Command object in std::unique_ptr 2013-06-23 21:55:52 +09:00
BackupIPv4ConnectCommand.h Use CXX11_OVERRIDE 2013-07-06 18:15:09 +09:00
BencodeDiskWriter.h Parse torrent file on the fly if --follow-torrent=mem is given 2012-07-26 21:07:10 +09:00
BencodeDiskWriterFactory.h Parse torrent file on the fly if --follow-torrent=mem is given 2012-07-26 21:07:10 +09:00
BencodeParser.cc Convert most 0/NULL pointers to nullptr 2013-08-20 21:28:24 +02:00
BencodeParser.h Added stream Bencode parser 2012-07-24 23:50:06 +09:00
BinaryStream.h mingw32: Make NTFS sparse file on --file-allocation=trunc 2013-01-11 18:35:54 +09:00
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 Convert to autos and ranged loops 2013-08-21 05:56:17 +02:00
BtBitfieldMessage.h Use CXX11_OVERRIDE 2013-07-06 18:15:09 +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 Use int32_t for begin, length in RangeBtMessage 2011-12-09 21:39:43 +09:00
BtCheckIntegrityEntry.cc Convert most 0/NULL pointers to nullptr 2013-08-20 21:28:24 +02: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 Revert 53dde0a9 2013-01-15 23:50:12 +09:00
BtDependency.cc Convert to autos and ranged loops 2013-08-21 05:56:17 +02: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 Convert most 0/NULL pointers to nullptr 2013-08-20 21:28:24 +02: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 Removed BtMessage::isSendingProgress() 2013-01-11 20:26:31 +09:00
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 Removed *Handle typedef 2012-09-28 23:27:46 +09:00
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 Use int or int32_t instead of size_t where suitable 2011-12-09 21:39:43 +09:00
BtPieceMessageValidator.h Use CXX11_OVERRIDE 2013-07-06 18:15:09 +09:00
BtPortMessage.cc Convert to autos and ranged loops 2013-08-21 05:56:17 +02:00
BtPortMessage.h Use CXX11_OVERRIDE 2013-07-06 18:15:09 +09:00
BtPostDownloadHandler.cc Refactor DownloadHandlerFactory 2013-11-10 18:19:02 +09:00
BtPostDownloadHandler.h Refactor DownloadHandlerFactory 2013-11-10 18:19:02 +09:00
BtProgressInfoFile.h Removed *Handle typedef 2012-09-28 23:27:46 +09:00
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 Use int instead of unsigned int where unsigned int is not needed. 2011-12-09 21:39:43 +09:00
BtRuntime.h Removed *Handle typedef 2012-09-28 23:27:46 +09:00
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 Convert to autos and ranged loops 2013-08-21 05:56:17 +02:00
BtSetup.h Wrap Command object in std::unique_ptr 2013-06-23 21:55:52 +09:00
BtStopDownloadCommand.cc Use 64 bits random bytes as GID 2012-12-16 17:29:01 +09:00
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 Convert most 0/NULL pointers to nullptr 2013-08-20 21:28:24 +02:00
BufferedFile.h Use CXX11_OVERRIDE 2013-07-06 18:15:09 +09:00
ByteArrayDiskWriter.cc Use int64_t instead of off_t 2012-07-23 21:42:47 +09:00
ByteArrayDiskWriter.h Use CXX11_OVERRIDE 2013-07-06 18:15:09 +09:00
ByteArrayDiskWriterFactory.h Removed *Handle typedef 2012-09-28 23:27:46 +09:00
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 Use some colors in progress reports (where available) 2013-11-21 15:42:42 +01: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 Require -std=c++11 and use std::shared_ptr instead of SharedHandle 2013-06-22 01:10:38 +09:00
ConnectCommand.h Use CXX11_OVERRIDE 2013-07-06 18:15:09 +09:00
ConsoleStatCalc.cc Remove ENABLE_MESSAGE_DIGEST, since we got the internal md, always 2014-04-17 18:02:42 +02:00
ConsoleStatCalc.h Add --enable-color option to enable/disable terminal color output 2014-01-30 00:15:05 +09:00
ContentTypeRequestGroupCriteria.cc Rewritten DownloadHandlerConstants 2012-09-22 23:19:41 +09:00
ContentTypeRequestGroupCriteria.h Use CXX11_OVERRIDE 2013-07-06 18:15:09 +09:00
Context.cc Remove ENABLE_MESSAGE_DIGEST, since we got the internal md, always 2014-04-17 18:02:42 +02: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 Use std::vector instead of std::map for ContextAttribute objects 2012-09-22 17:37:30 +09:00
ContextAttribute.h Use std::vector instead of std::map for ContextAttribute objects 2012-09-22 17:37:30 +09:00
ControlChain.h Rewrite backup connection handling 2013-04-01 23:51:33 +09:00
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 Rewrite CookieStorage 2013-06-29 23:09:09 +09: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 Convert to autos and ranged loops 2013-08-21 05:56:17 +02:00
DHTBucket.h Require -std=c++11 and use std::shared_ptr instead of SharedHandle 2013-06-22 01:10:38 +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 Convert to autos and ranged loops 2013-08-21 05:56:17 +02:00
DHTBucketRefreshTask.h Use CXX11_OVERRIDE 2013-07-06 18:15:09 +09:00
DHTBucketTree.cc Convert most 0/NULL pointers to nullptr 2013-08-20 21:28:24 +02:00
DHTBucketTree.h Require -std=c++11 and use std::shared_ptr instead of SharedHandle 2013-06-22 01:10:38 +09:00
DHTConnection.h Fixed gcc-4.7 warnings 2012-04-08 03:12:29 +09:00
DHTConnectionImpl.cc Convert to autos and ranged loops 2013-08-21 05:56:17 +02:00
DHTConnectionImpl.h Use CXX11_OVERRIDE 2013-07-06 18:15:09 +09:00
DHTConstants.h Use int instead of unsigned int where unsigned int is not needed. 2011-12-09 21:39:43 +09:00
DHTEntryPointNameResolveCommand.cc Use std::unique_ptr in DHTRegistry 2013-07-02 23:52:40 +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 Use std::unique_ptr for ValueBase object hierarchy 2013-07-11 21:09:51 +09: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 Convert to autos and ranged loops 2013-08-21 05:56:17 +02: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 More auto-converts by cpp11-migrate 2013-09-20 23:06:49 +02: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::unique_ptr in DHTRegistry 2013-07-02 23:52:40 +09:00
DHTRoutingTable.h Use std::unique_ptr in DHTRegistry 2013-07-02 23:52:40 +09:00
DHTRoutingTableDeserializer.cc Require -std=c++11 and use std::shared_ptr instead of SharedHandle 2013-06-22 01:10:38 +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 Introduce PrefPtr typedef 2013-09-19 19:59:33 +02: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 Convert most 0/NULL pointers to nullptr 2013-08-20 21:28:24 +02: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 More auto-converts by cpp11-migrate 2013-09-20 23:06:49 +02:00
DNSCache.h Convert to autos and ranged loops 2013-08-21 05:56:17 +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 Check negative number from Integer::i() where it is not allowed 2014-05-01 11:34:27 +09:00
DefaultBtAnnounce.h Use CXX11_OVERRIDE 2013-07-06 18:15:09 +09:00
DefaultBtInteractive.cc Convert most 0/NULL pointers to nullptr 2013-08-20 21:28:24 +02: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 Remove ENABLE_MESSAGE_DIGEST, since we got the internal md, always 2014-04-17 18:02:42 +02: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 Use int64_t instead of off_t 2012-07-23 21:42:47 +09:00
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 Remove ENABLE_MESSAGE_DIGEST, since we got the internal md, always 2014-04-17 18:02:42 +02:00
DefaultPieceStorage.h Use CXX11_OVERRIDE 2013-07-06 18:15:09 +09:00
DefaultStreamPieceSelector.cc Added PieceStorage::onDownloadIncomplete() virtual function. 2011-08-24 23:16:06 +09:00
DefaultStreamPieceSelector.h Use CXX11_OVERRIDE 2013-07-06 18:15:09 +09:00
Dependency.h Simplified RequestGroupMan::fillRequestGroupFromReserver 2012-12-22 23:37:44 +09:00
DirectDiskAdaptor.cc
DirectDiskAdaptor.h Use CXX11_OVERRIDE 2013-07-06 18:15:09 +09:00
DiskAdaptor.cc Limit number of opened file globally with --bt-max-open-files option 2013-11-17 19:33:18 +09:00
DiskAdaptor.h Limit number of opened file globally with --bt-max-open-files option 2013-11-17 19:33:18 +09:00
DiskWriter.h Removed *Handle typedef 2012-09-28 23:27:46 +09:00
DiskWriterFactory.h MultiDiskAdaptor: Use std::unique_ptr for DiskWriterEntry and DiskWriter 2013-07-06 15:56:08 +09:00
DlAbortEx.cc Require -std=c++11 and use std::shared_ptr instead of SharedHandle 2013-06-22 01:10:38 +09:00
DlAbortEx.h Use CXX11_OVERRIDE 2013-07-06 18:15:09 +09:00
DlRetryEx.cc Require -std=c++11 and use std::shared_ptr instead of SharedHandle 2013-06-22 01:10:38 +09:00
DlRetryEx.h Use CXX11_OVERRIDE 2013-07-06 18:15:09 +09:00
DownloadCommand.cc Remove ENABLE_MESSAGE_DIGEST, since we got the internal md, always 2014-04-17 18:02:42 +02:00
DownloadCommand.h Remove ENABLE_MESSAGE_DIGEST, since we got the internal md, always 2014-04-17 18:02:42 +02:00
DownloadContext.cc Stuff memory holes 2013-12-09 15:41:43 +01:00
DownloadContext.h Stuff memory holes 2013-12-09 15:41:43 +01:00
DownloadEngine.cc Validate token using PBKDF2-HMAC-SHA1. 2014-04-19 19:10:06 +02:00
DownloadEngine.h Validate token using PBKDF2-HMAC-SHA1. 2014-04-19 19:10:06 +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 Require -std=c++11 and use std::shared_ptr instead of SharedHandle 2013-06-22 01:10:38 +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 Rewritten DownloadHandlerConstants 2012-09-22 23:19:41 +09:00
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 Require -std=c++11 and use std::shared_ptr instead of SharedHandle 2013-06-22 01:10:38 +09:00
EpollEventPoll.h Use CXX11_OVERRIDE 2013-07-06 18:15:09 +09:00
Event.h Use std::mem_fn instead of std::mem_fun 2013-06-22 19:15:57 +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 Rewritten ExpatXmlParser 2012-07-23 23:41:33 +09:00
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 Rewritten ExtensionMessageRegistry 2012-09-26 22:02:48 +09:00
FallocFileAllocationIterator.cc mingw32: Make NTFS sparse file on --file-allocation=trunc 2013-01-11 18:35:54 +09:00
FallocFileAllocationIterator.h Use CXX11_OVERRIDE 2013-07-06 18:15:09 +09:00
FatalException.cc Require -std=c++11 and use std::shared_ptr instead of SharedHandle 2013-06-22 01:10:38 +09:00
FatalException.h Use CXX11_OVERRIDE 2013-07-06 18:15:09 +09:00
FeatureConfig.cc Remove ENABLE_MESSAGE_DIGEST, since we got the internal md, always 2014-04-17 18:02:42 +02:00
FeatureConfig.h Print linked 3rd party libraries with version in `aria2c -v` output 2013-04-10 00:23:39 +09: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 Clean up if defined style 2013-09-17 23:17:08 +09:00
File.h Removed trailing spaces 2012-10-01 23:52:22 +09:00
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 FileEntry: Pass by value for simple setter functions 2013-12-15 19:20:31 +09:00
FileEntry.h FileEntry: Pass by value for simple setter functions 2013-12-15 19:20:31 +09: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 Rewrite util::divide 2013-06-25 00:07:15 +09: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 Wrap Command object in std::unique_ptr 2013-06-23 21:55:52 +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 Fix no-return warning in FtpInitiateConnectionCommand 2013-08-24 20:02:13 +02:00
FtpInitiateConnectionCommand.h Fix no-return warning in FtpInitiateConnectionCommand 2013-08-24 20:02:13 +02:00
FtpNegotiationCommand.cc Remove ENABLE_MESSAGE_DIGEST, since we got the internal md, always 2014-04-17 18:02:42 +02: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 Wrap Command object in std::unique_ptr 2013-06-23 21:55:52 +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 Removed unused members 2012-10-29 23:42:58 +09:00
GZipFile.cc Fix mingw32 build with gcc 4.8.2 2014-03-24 00:37:30 +09:00
GZipFile.h Use CXX11_OVERRIDE 2013-07-06 18:15:09 +09:00
GenericParser.h Use std::unique_ptr for ValueBase object hierarchy 2013-07-11 21:09:51 +09:00
GeomStreamPieceSelector.cc Added PieceStorage::onDownloadIncomplete() virtual function. 2011-08-24 23:16:06 +09:00
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 Remove ENABLE_MESSAGE_DIGEST, since we got the internal md, always 2014-04-17 18:02:42 +02:00
GrowSegment.h Remove ENABLE_MESSAGE_DIGEST, since we got the internal md, always 2014-04-17 18:02:42 +02:00
HandshakeExtensionMessage.cc Check negative number from Integer::i() where it is not allowed 2014-05-01 11:34:27 +09:00
HandshakeExtensionMessage.h clang-modernize -add-override on headers 2013-09-20 23:06:49 +02:00
HashFuncEntry.h
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 Code cleanup in Http* 2013-09-20 23:06:49 +02:00
HttpConnection.h Code cleanup in Http* 2013-09-20 23:06:49 +02:00
HttpDownloadCommand.cc Code cleanup in Http* 2013-09-20 23:06:49 +02:00
HttpDownloadCommand.h Code cleanup in Http* 2013-09-20 23:06:49 +02:00
HttpHeader.cc Convert to autos and ranged loops 2013-08-21 05:56:17 +02:00
HttpHeader.h Require -std=c++11 and use std::shared_ptr instead of SharedHandle 2013-06-22 01:10:38 +09:00
HttpHeaderProcessor.cc Refactor HttpConnection and its neighbor objects 2013-06-26 23:19:15 +09:00
HttpHeaderProcessor.h Refactor HttpConnection and its neighbor objects 2013-06-26 23:19:15 +09:00
HttpInitiateConnectionCommand.cc Wrap Command object in std::unique_ptr 2013-06-23 21:55:52 +09:00
HttpInitiateConnectionCommand.h Use CXX11_OVERRIDE 2013-07-06 18:15:09 +09:00
HttpListenCommand.cc Convert most 0/NULL pointers to nullptr 2013-08-20 21:28:24 +02: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 Use index.html as filename for conditional-get when file is missing in URI 2014-05-08 21:49:04 +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 Remove ENABLE_MESSAGE_DIGEST, since we got the internal md, always 2014-04-17 18:02:42 +02:00
HttpResponseCommand.h Remove ENABLE_MESSAGE_DIGEST, since we got the internal md, always 2014-04-17 18:02:42 +02:00
HttpServer.cc HttpServer: Return bool for receiveHeader, use std::unique_ptr for headers 2013-06-29 23:20:43 +09:00
HttpServer.h HttpServer: Return bool for receiveHeader, use std::unique_ptr for headers 2013-06-29 23:20:43 +09:00
HttpServerBodyCommand.cc Fix broken XMLRPC method call 2013-08-12 10:55:50 +09:00
HttpServerBodyCommand.h Use std::unique_ptr for ValueBase object hierarchy 2013-07-11 21:09:51 +09:00
HttpServerCommand.cc Remove ENABLE_MESSAGE_DIGEST, since we got the internal md, always 2014-04-17 18:02:42 +02: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 Fix crash in HttpSkipResponseCommand ctor 2013-12-24 23:14:26 +01: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 Use std::unordered_map in IndexedList for faster speed 2013-08-21 23:46:16 +09:00
InitiateConnectionCommand.cc Wrap Command object in std::unique_ptr 2013-06-23 21:55:52 +09:00
InitiateConnectionCommand.h Use CXX11_OVERRIDE 2013-07-06 18:15:09 +09:00
InitiateConnectionCommandFactory.cc Wrap Command object in std::unique_ptr 2013-06-23 21:55:52 +09:00
InitiateConnectionCommandFactory.h Wrap Command object in std::unique_ptr 2013-06-23 21:55:52 +09:00
InitiatorMSEHandshakeCommand.cc Refactor PeerInterationCommand ctor 2013-07-06 22:03:37 +09:00
InitiatorMSEHandshakeCommand.h Use CXX11_OVERRIDE 2013-07-06 18:15:09 +09:00
InorderStreamPieceSelector.cc Added PieceStorage::onDownloadIncomplete() virtual function. 2011-08-24 23:16:06 +09:00
InorderStreamPieceSelector.h Use CXX11_OVERRIDE 2013-07-06 18:15:09 +09:00
InorderURISelector.cc Replaced InOrder with Inorder. 2011-06-11 21:49:09 +09:00
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 InternalMessageDigestImpl: Fix memory leak 2013-09-25 23:58:59 +09:00
IteratableChecksumValidator.cc Require -std=c++11 and use std::shared_ptr instead of SharedHandle 2013-06-22 01:10:38 +09:00
IteratableChecksumValidator.h Use CXX11_OVERRIDE 2013-07-06 18:15:09 +09:00
IteratableChunkChecksumValidator.cc Require -std=c++11 and use std::shared_ptr instead of SharedHandle 2013-06-22 01:10:38 +09:00
IteratableChunkChecksumValidator.h Use CXX11_OVERRIDE 2013-07-06 18:15:09 +09:00
IteratableValidator.h Removed *Handle typedef 2012-09-28 23:27:46 +09:00
JsonDiskWriter.h Parse torrent file on the fly if --follow-torrent=mem is given 2012-07-26 21:07:10 +09:00
JsonParser.cc Require -std=c++11 and use std::shared_ptr instead of SharedHandle 2013-06-22 01:10:38 +09:00
JsonParser.h Check structure depth when parsing JSON 2012-07-11 23:20:20 +09:00
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 More auto-converts by cpp11-migrate 2013-09-20 23:06:49 +02:00
KqueueEventPoll.h Use CXX11_OVERRIDE 2013-07-06 18:15:09 +09:00
LibgcryptARC4Encryptor.cc Rewritten *ARC4Encryptor. Removed *ARC4Context. 2011-11-08 00:50:07 +09:00
LibgcryptARC4Encryptor.h Fixed compile error on openbsd 2011-12-26 01:00:15 +09:00
LibgcryptDHKeyExchange.cc
LibgcryptDHKeyExchange.h
LibgcryptMessageDigestImpl.cc One MessageDigestImpl.h to rule them all. 2013-09-20 23:06:49 +02:00
LibgmpDHKeyExchange.cc Use mpz_pown_sec where available 2014-04-13 18:51:06 +02:00
LibgmpDHKeyExchange.h Added DHKeyExchange implementation using GMP. 2011-08-11 00:08:29 +09:00
LibgnutlsTLSContext.cc Better error messages when PKCS12 import fails 2013-09-24 01:05:58 +02:00
LibgnutlsTLSContext.h TLS: Minor code cleanups 2013-09-23 15:43:11 +02:00
LibgnutlsTLSSession.cc Fix GnuTLS 2.x compatiblity 2014-04-12 02:55:31 +02:00
LibgnutlsTLSSession.h Use CXX11_OVERRIDE 2013-07-06 18:15:09 +09:00
LibnettleARC4Encryptor.cc Rewritten *ARC4Encryptor. Removed *ARC4Context. 2011-11-08 00:50:07 +09:00
LibnettleARC4Encryptor.h Rewritten *ARC4Encryptor. Removed *ARC4Context. 2011-11-08 00:50:07 +09:00
LibnettleMessageDigestImpl.cc One MessageDigestImpl.h to rule them all. 2013-09-20 23:06:49 +02:00
LibsslARC4Encryptor.cc Rewritten *ARC4Encryptor. Removed *ARC4Context. 2011-11-08 00:50:07 +09:00
LibsslARC4Encryptor.h Fixed compile error on openbsd 2011-12-26 01:00:15 +09:00
LibsslDHKeyExchange.cc
LibsslDHKeyExchange.h
LibsslMessageDigestImpl.cc One MessageDigestImpl.h to rule them all. 2013-09-20 23:06:49 +02:00
LibsslTLSContext.cc LibsslTLSContext: Remove weak cipher suite 2013-10-08 21:26:13 +09:00
LibsslTLSContext.h TLS: Minor code cleanups 2013-09-23 15:43:11 +02:00
LibsslTLSSession.cc Remove auto_delete in favor of std::unique_ptr 2013-06-22 18:51:29 +09:00
LibsslTLSSession.h Use CXX11_OVERRIDE 2013-07-06 18:15:09 +09:00
LibuvEventPoll.cc More auto-converts by cpp11-migrate 2013-09-20 23:06:49 +02:00
LibuvEventPoll.h More code cleanups 2013-08-21 07:32:01 +02:00
Lock.h Implement a simple resource lock (threading) 2013-08-18 06:01:52 +02:00
LogFactory.cc Add --enable-color option to enable/disable terminal color output 2014-01-30 00:15:05 +09:00
LogFactory.h Add --enable-color option to enable/disable terminal color output 2014-01-30 00:15:05 +09:00
Logger.cc Add --enable-color option to enable/disable terminal color output 2014-01-30 00:15:05 +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 Removed strappend 2011-11-12 19:24:38 +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 Convert to autos and ranged loops 2013-08-21 05:56:17 +02:00
MSEHandshake.h Use std::unique_ptr for ARC4Encryptor in PeerConnection and MSEHandshake 2013-07-04 21:13:14 +09:00
Makefile.am Add util::security (compare, HMAC, PBKDF2) 2014-04-19 19:07:38 +02:00
MemoryBencodePreDownloadHandler.h Parse torrent file on the fly if --follow-torrent=mem is given 2012-07-26 21:07:10 +09:00
MemoryBufferPreDownloadHandler.h Parse torrent file on the fly if --follow-torrent=mem is given 2012-07-26 21:07:10 +09:00
MemoryPreDownloadHandler.h Refactor DownloadHandlerFactory 2013-11-10 18:19:02 +09:00
MessageDigest.cc More auto-converts by cpp11-migrate 2013-09-20 23:06:49 +02: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 Remove ENABLE_MESSAGE_DIGEST, since we got the internal md, always 2014-04-17 18:02:42 +02: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 Added struct for Metalink/HTTP 2011-07-26 23:19:54 +09:00
MetalinkHttpEntry.h Added struct for Metalink/HTTP 2011-07-26 23:19:54 +09:00
MetalinkMetaurl.cc Made MetalinkMetaurl::MEDIATYPE_TORRENT const char[] 2012-09-25 23:07:23 +09:00
MetalinkMetaurl.h Made MetalinkMetaurl::MEDIATYPE_TORRENT const char[] 2012-09-25 23:07:23 +09:00
MetalinkParserController.cc Remove ENABLE_MESSAGE_DIGEST, since we got the internal md, always 2014-04-17 18:02:42 +02:00
MetalinkParserController.h Remove ENABLE_MESSAGE_DIGEST, since we got the internal md, always 2014-04-17 18:02:42 +02:00
MetalinkParserState.cc Rewritten Metalink XML parser. 2011-11-10 22:38:01 +09:00
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 Remove ENABLE_MESSAGE_DIGEST, since we got the internal md, always 2014-04-17 18:02:42 +02: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 Refactor DownloadHandlerFactory 2013-11-10 18:19:02 +09:00
MetalinkPostDownloadHandler.h Refactor DownloadHandlerFactory 2013-11-10 18:19:02 +09:00
MetalinkResource.cc Removed MetalinkResource static strings 2012-09-25 23:03:19 +09:00
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 Fix unitest crash 2014-01-05 19:16:49 +09:00
MultiDiskAdaptor.h Limit number of opened file globally with --bt-max-open-files option 2013-11-17 19:33:18 +09:00
MultiFileAllocationIterator.cc MultiDiskAdaptor: Use std::unique_ptr for DiskWriterEntry and DiskWriter 2013-07-06 15:56:08 +09:00
MultiFileAllocationIterator.h Use CXX11_OVERRIDE 2013-07-06 18:15:09 +09:00
MultiUrlRequestInfo.cc Add --enable-color option to enable/disable terminal color output 2014-01-30 00:15:05 +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 Reworked download/upload statistics calculation 2012-10-25 23:33:45 +09:00
NetStat.h Reworked download/upload statistics calculation 2012-10-25 23:33:45 +09:00
Netrc.cc Rewrite AuthConfig objects using std::unique_ptr 2013-06-26 21:45:29 +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
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 New help messages. Added suggestion for unknown/ambiguous options. 2011-12-03 16:30:00 +09:00
OptionHandler.h Include prefs.h instead of typedef PrefPtr everywhere 2013-09-26 00:15:18 +09:00
OptionHandlerException.cc Include prefs.h instead of typedef PrefPtr everywhere 2013-09-26 00:15:18 +09:00
OptionHandlerException.h Include prefs.h instead of typedef PrefPtr everywhere 2013-09-26 00:15:18 +09:00
OptionHandlerFactory.cc Remove ENABLE_MESSAGE_DIGEST, since we got the internal md, always 2014-04-17 18:02:42 +02:00
OptionHandlerFactory.h Handle OptionHandlers as raw pointer 2012-09-27 22:45:31 +09:00
OptionHandlerImpl.cc Remove ENABLE_MESSAGE_DIGEST, since we got the internal md, always 2014-04-17 18:02:42 +02:00
OptionHandlerImpl.h Remove ENABLE_MESSAGE_DIGEST, since we got the internal md, always 2014-04-17 18:02:42 +02:00
OptionParser.cc Include prefs.h instead of typedef PrefPtr everywhere 2013-09-26 00:15:18 +09:00
OptionParser.h Include prefs.h instead of typedef PrefPtr everywhere 2013-09-26 00:15:18 +09:00
OutputFile.h Do not use a virtual varargs function 2013-03-02 15:48:26 +01:00
ParserStateMachine.h Use move for XML parser 2013-11-10 20:39:31 +09:00
Peer.cc Peer: Use std::unique_ptr for res_ 2013-10-26 21:38:17 +09:00
Peer.h Peer: Use std::unique_ptr for res_ 2013-10-26 21:38:17 +09:00
PeerAbstractCommand.cc Wrap Command object in std::unique_ptr 2013-06-23 21:55:52 +09:00
PeerAbstractCommand.h Use CXX11_OVERRIDE 2013-07-06 18:15:09 +09:00
PeerAddrEntry.cc wallclock is now retrieved using global::wallclock() call. 2011-08-10 01:17:28 +09:00
PeerAddrEntry.h Removed trailing spaces 2012-10-01 23:52:22 +09:00
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 Convert to autos and ranged loops 2013-08-21 05:56:17 +02:00
PeerConnection.h Use std::unique_ptr for ARC4Encryptor in PeerConnection and MSEHandshake 2013-07-04 21:13:14 +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 Refactored DSCP-related code a bit 2014-01-28 23:09:21 +04:00
PeerListenCommand.h Use CXX11_OVERRIDE 2013-07-06 18:15:09 +09: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 Convert most 0/NULL pointers to nullptr 2013-08-20 21:28:24 +02:00
PeerSessionResource.h Reworked download/upload statistics calculation 2012-10-25 23:33:45 +09:00
PeerStat.cc Reworked download/upload statistics calculation 2012-10-25 23:33:45 +09:00
PeerStat.h Reworked download/upload statistics calculation 2012-10-25 23:33:45 +09:00
PeerStorage.h Require -std=c++11 and use std::shared_ptr instead of SharedHandle 2013-06-22 01:10:38 +09:00
Piece.cc Remove ENABLE_MESSAGE_DIGEST, since we got the internal md, always 2014-04-17 18:02:42 +02:00
Piece.h Remove ENABLE_MESSAGE_DIGEST, since we got the internal md, always 2014-04-17 18:02:42 +02: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 Remove ENABLE_MESSAGE_DIGEST, since we got the internal md, always 2014-04-17 18:02:42 +02:00
PiecedSegment.h Remove ENABLE_MESSAGE_DIGEST, since we got the internal md, always 2014-04-17 18:02:42 +02:00
Platform.cc Fix some warnings 2014-04-13 18:51:05 +02:00
Platform.h
PollEventPoll.cc More auto-converts by cpp11-migrate 2013-09-20 23:06:49 +02:00
PollEventPoll.h Use CXX11_OVERRIDE 2013-07-06 18:15:09 +09:00
PortEventPoll.cc Require -std=c++11 and use std::shared_ptr instead of SharedHandle 2013-06-22 01:10:38 +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 Removed *Handle typedef 2012-09-28 23:27:46 +09:00
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 Dont' return SharedHandle from HttpHeader::getRange() 2012-09-30 17:30:35 +09:00
Range.h Dont' return SharedHandle from HttpHeader::getRange() 2012-09-30 17:30:35 +09:00
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 Use int32_t for begin, length in RangeBtMessage 2011-12-09 21:39:43 +09:00
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 Refactor PeerInterationCommand ctor 2013-07-06 22:03:37 +09:00
ReceiverMSEHandshakeCommand.h Use CXX11_OVERRIDE 2013-07-06 18:15:09 +09:00
RecoverableException.cc Require -std=c++11 and use std::shared_ptr instead of SharedHandle 2013-06-22 01:10:38 +09:00
RecoverableException.h Use CXX11_OVERRIDE 2013-07-06 18:15:09 +09:00
Request.cc Use index.html as filename for conditional-get when file is missing in URI 2014-05-08 21:49:04 +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 Remove ENABLE_MESSAGE_DIGEST, since we got the internal md, always 2014-04-17 18:02:42 +02:00
RequestGroup.h Stuff memory holes 2013-12-09 15:41:43 +01: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 Add numStoppedTotal key to aria2.getGlobalStat() RPC method response 2014-02-15 19:10:48 +09:00
RequestGroupMan.h Add numStoppedTotal key to aria2.getGlobalStat() RPC method response 2014-02-15 19:10:48 +09:00
RequestSlot.cc Use RequestSlot as pointer to avoid copying 2013-06-30 00:31:50 +09:00
RequestSlot.h Use nullptr for std::shared_ptr and unique_ptr default parameter 2013-08-19 23:50:58 +09:00
RpcMethod.cc Validate token using PBKDF2-HMAC-SHA1. 2014-04-19 19:10:06 +02:00
RpcMethod.h Implement new RPC authorization using --rpc-secret option 2014-02-02 17:34:07 +09: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 Remove ENABLE_MESSAGE_DIGEST, since we got the internal md, always 2014-04-17 18:02:42 +02:00
RpcMethodImpl.h Check negative number from Integer::i() where it is not allowed 2014-05-01 11:34:27 +09:00
RpcRequest.cc Use std::unique_ptr for ValueBase object hierarchy 2013-07-11 21:09:51 +09:00
RpcRequest.h Use std::unique_ptr for ValueBase object hierarchy 2013-07-11 21:09:51 +09:00
RpcResponse.cc More auto-converts by cpp11-migrate 2013-09-20 23:06:49 +02:00
RpcResponse.h Use std::unique_ptr for ValueBase object hierarchy 2013-07-11 21:09:51 +09:00
SaveSessionCommand.cc Log an error when session fails to save. 2014-01-08 15:58:27 +01: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 out of array bound 2011-11-08 00:15:37 +09:00
Segment.h Remove ENABLE_MESSAGE_DIGEST, since we got the internal md, always 2014-04-17 18:02:42 +02:00
SegmentMan.cc More auto-converts by cpp11-migrate 2013-09-20 23:06:49 +02:00
SegmentMan.h Require -std=c++11 and use std::shared_ptr instead of SharedHandle 2013-06-22 01:10:38 +09:00
SelectEventPoll.cc More auto-converts by cpp11-migrate 2013-09-20 23:06:49 +02:00
SelectEventPoll.h Use CXX11_OVERRIDE 2013-07-06 18:15:09 +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 Removed trailing spaces 2012-10-01 23:52:22 +09:00
ServerStat.h Require -std=c++11 and use std::shared_ptr instead of SharedHandle 2013-06-22 01:10:38 +09:00
ServerStatMan.cc More auto-converts by cpp11-migrate 2013-09-20 23:06:49 +02:00
ServerStatMan.h Require -std=c++11 and use std::shared_ptr instead of SharedHandle 2013-06-22 01:10:38 +09:00
SessionSerializer.cc More auto-converts by cpp11-migrate 2013-09-20 23:06:49 +02:00
SessionSerializer.h DownloadEngine: Use std::unique_ptr for RequestGroupMan 2013-07-06 15:56:08 +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 Randomizer: Remove unused interfaces 2013-09-28 22:55:05 +09:00
SimpleRandomizer.h Randomizer: Remove unused interfaces 2013-09-28 22:55:05 +09: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 Use std::unique_ptr for ProgressUpdate instead of raw pointer 2013-07-01 21:59:54 +09:00
SocketBuffer.h Use CXX11_OVERRIDE 2013-07-06 18:15:09 +09:00
SocketCore.cc Ignore error when setting DSCP value 2014-03-30 14:14:28 +09:00
SocketCore.h Minor DSCP-related improvements 2014-01-29 20:17:22 +04:00
SocketRecvBuffer.cc Require -std=c++11 and use std::shared_ptr instead of SharedHandle 2013-06-22 01:10:38 +09:00
SocketRecvBuffer.h Require -std=c++11 and use std::shared_ptr instead of SharedHandle 2013-06-22 01:10:38 +09:00
SpeedCalc.cc Rewritten SpeedCalc 2013-01-11 23:29:58 +09:00
SpeedCalc.h Rewritten SpeedCalc 2013-01-11 23:29:58 +09:00
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 Use const char* instead of static const std::string 2012-09-24 23:20:43 +09:00
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 Use nullptr for std::shared_ptr and unique_ptr default parameter 2013-08-19 23:50:58 +09:00
StreamPieceSelector.h Added PieceStorage::onDownloadIncomplete() virtual function. 2011-08-24 23:16:06 +09:00
StructParserStateMachine.h Added streaming parser for structured data format. 2012-07-10 01:42:42 +09:00
TLSContext.h AppleTLS: Implement AppleTLS and Apple Message Digest 2013-04-05 23:10:47 +02:00
TLSSession.h Update TLSSession::checkDirection() doc 2013-04-09 01:12:51 +09:00
TimeA2.cc Convert most 0/NULL pointers to nullptr 2013-08-20 21:28:24 +02:00
TimeA2.h
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 wallclock is now retrieved using global::wallclock() call. 2011-08-10 01:17:28 +09:00
TimeSeedCriteria.h Use CXX11_OVERRIDE 2013-07-06 18:15:09 +09:00
TimedHaltCommand.cc Made notice level log messages translatable 2011-12-02 22:38:53 +09:00
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 Added --retry-wait option. 2011-01-17 21:19:45 +09:00
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 Simplified TransferStat struct 2012-10-26 00:16:20 +09:00
TransferStat.h Simplified TransferStat struct 2012-10-26 00:16:20 +09:00
TruncFileAllocationIterator.cc mingw32: Make NTFS sparse file on --file-allocation=trunc 2013-01-11 18:35:54 +09:00
TruncFileAllocationIterator.h Use CXX11_OVERRIDE 2013-07-06 18:15:09 +09:00
UDPTrackerClient.cc Convert to autos and ranged loops 2013-08-21 05:56:17 +02: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 Made ExtensionMessage's NAME const char[] 2012-09-26 00:01:41 +09:00
UTMetadataExtensionMessage.h Use CXX11_OVERRIDE 2013-07-06 18:15:09 +09:00
UTMetadataPostDownloadHandler.cc Refactor DownloadHandlerFactory 2013-11-10 18:19:02 +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 Update doc 2013-02-26 23:43:52 +09:00
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 Convert to autos and ranged loops 2013-08-21 05:56:17 +02:00
UnknownLengthPieceStorage.h Convert most 0/NULL pointers to nullptr 2013-08-20 21:28:24 +02:00
UnknownOptionException.cc Require -std=c++11 and use std::shared_ptr instead of SharedHandle 2013-06-22 01:10:38 +09:00
UnknownOptionException.h Use CXX11_OVERRIDE 2013-07-06 18:15:09 +09:00
UriListParser.cc Require -std=c++11 and use std::shared_ptr instead of SharedHandle 2013-06-22 01:10:38 +09:00
UriListParser.h Require -std=c++11 and use std::shared_ptr instead of SharedHandle 2013-06-22 01:10:38 +09:00
ValueBase.cc Implement new RPC authorization using --rpc-secret option 2014-02-02 17:34:07 +09:00
ValueBase.h Implement new RPC authorization using --rpc-secret option 2014-02-02 17:34:07 +09:00
ValueBaseBencodeParser.h Added stream Bencode parser 2012-07-24 23:50:06 +09:00
ValueBaseDiskWriter.h Use std::unique_ptr for ValueBase object hierarchy 2013-07-11 21:09:51 +09:00
ValueBaseJsonParser.h Added streaming parser for structured data format. 2012-07-10 01:42:42 +09:00
ValueBaseStructParserState.h Added streaming parser for structured data format. 2012-07-10 01:42:42 +09:00
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 Use CXX11_OVERRIDE 2013-07-06 18:15:09 +09: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 Convert most 0/NULL pointers to nullptr 2013-08-20 21:28:24 +02:00
WebSocketSession.h Use std::unique_ptr for ValueBase object hierarchy 2013-07-11 21:09:51 +09:00
WebSocketSessionMan.cc Code cleanup 2013-08-19 23:40:28 +09: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
WinMessageDigestImpl.cc WinMessgeDigestImpl: gcc-4.6 does not support .emplace() yet 2013-09-29 15:47:22 +02:00
WinTLSContext.cc WinTLS: Move some defines out of the header 2014-04-13 18:51:04 +02:00
WinTLSContext.h WinTLS: Move some defines out of the header 2014-04-13 18:51:04 +02:00
WinTLSSession.cc WinTLS: Improve error reporting 2014-04-13 18:51:05 +02:00
WinTLSSession.h Implement WinTLS 2013-09-30 13:53:21 +02:00
WrDiskCache.cc More auto-converts by cpp11-migrate 2013-09-20 23:06:49 +02:00
WrDiskCache.h Added --disk-cache option 2012-12-03 01:39:10 +09:00
WrDiskCacheEntry.cc More auto-converts by cpp11-migrate 2013-09-20 23:06:49 +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 Rewritten ExpatXmlParser 2012-07-23 23:41:33 +09:00
XmlAttr.cc Convert most 0/NULL pointers to nullptr 2013-08-20 21:28:24 +02:00
XmlAttr.h Rewritten Metalink XML parser. 2011-11-10 22:38:01 +09:00
XmlParser.cc Convert most 0/NULL pointers to nullptr 2013-08-20 21:28:24 +02:00
XmlParser.h Rewritten ExpatXmlParser 2012-07-23 23:41:33 +09:00
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 Fix array version make_unique is invoked for 1 size_t arg accidentally 2013-07-04 03:02:33 +09:00
a2gmp.cc Added libnettle and libgmp support. 2011-08-11 02:29:14 +09:00
a2gmp.h Added libnettle and libgmp support. 2011-08-11 02:29:14 +09:00
a2io.h Support off64_t for Android build 2013-05-06 19:12:17 +09:00
a2iterator.h Changed parse*Int functions so that it accepts iterators. 2011-11-03 18:51:31 +09:00
a2netcompat.h Remove auto_delete in favor of std::unique_ptr 2013-06-22 18:51:29 +09:00
a2time.h Use A2_DELTA_MILLIS for timing critical code. 2011-03-27 20:54:51 +09:00
alloca.c
aria2api.cc Introduce PrefPtr typedef 2013-09-19 19:59:33 +02:00
aria2api.h DownloadEngine:: Use std::unique_ptr for webSocketSessionMan_ 2013-07-06 18:33:59 +09:00
array_fun.h BinExpr, UnExpr: Make copies of args so that we can use them with rvalues 2013-07-04 03:04:50 +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 Made util::fromHex and base32::decode function template 2011-11-05 18:05:23 +09:00
base64.h Code cleanup 2012-07-04 22:59:15 +09:00
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 Check negative number from Integer::i() where it is not allowed 2014-05-01 11:34:27 +09:00
bittorrent_helper.h Convert to autos and ranged loops 2013-08-21 05:56:17 +02: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 Suppress console output for none-standalone mode 2013-05-02 11:30:42 +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
daemon.cc Use _exit() instead of exit() where appropriate 2013-02-14 01:01:06 +09: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 Remove ENABLE_MESSAGE_DIGEST, since we got the internal md, always 2014-04-17 18:02:42 +02:00
download_helper.h Use std::unique_ptr for ValueBase object hierarchy 2013-07-11 21:09:51 +09:00
error_code.h Don't save removed download in --save-session text file. 2011-05-29 20:59:45 +09:00
fmt.cc Handle the case when MINGW32 vsnprintf returns -1 2012-06-24 16:56:34 +09:00
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
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 Rewritten help tags and various internal flag handling in OptionHandler 2012-09-23 14:59:05 +09:00
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 Add preliminary libtool files for libaria2 2013-04-25 11:38:26 +09:00
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
md5.c Add internal md5 and sha1 message digests 2013-09-20 23:06:50 +02:00
md5.h Add internal md5 and sha1 message digests 2013-09-20 23:06:50 +02:00
message.h Check negative number from Integer::i() where it is not allowed 2014-05-01 11:34:27 +09:00
message_digest_helper.cc Use std::unique_ptr for MessageDigest 2013-07-03 01:13:13 +09:00
message_digest_helper.h Use std::unique_ptr for MessageDigest 2013-07-03 01:13:13 +09: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 Remove nativeToUtf8 and utf8ToNative 2013-11-01 22:06:13 +09:00
paramed_string.cc Replaced uint64_t with off_t or int64_t. 2011-12-09 21:39:43 +09:00
paramed_string.h Convert to autos and ranged loops 2013-08-21 05:56:17 +02:00
prefs.cc Merge branch 'dscp-support' of https://github.com/iavael/aria2 into iavael-dscp-support 2014-02-04 21:42:00 +09:00
prefs.h Merge branch 'dscp-support' of https://github.com/iavael/aria2 into iavael-dscp-support 2014-02-04 21:42:00 +09:00
right.txt
rpc_helper.cc Rewrite RPC method factory function 2013-07-11 21:50:47 +09:00
rpc_helper.h Use std::unique_ptr for ValueBase object hierarchy 2013-07-11 21:09:51 +09:00
sha1.c Add internal md5 and sha1 message digests 2013-09-20 23:06:50 +02:00
sha1.h Add internal md5 and sha1 message digests 2013-09-20 23:06:50 +02:00
strptime.c
strptime.h
timegm.c Rewritten timegm replacement function 2012-07-06 00:34:37 +09:00
timegm.h Rewritten timegm replacement function 2012-07-06 00:34:37 +09:00
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 Fixed bug that USR_BASENAME is not defined 2012-12-27 00:03:37 +09:00
uri_split.h Rewritten URI parser 2012-10-14 00:14:50 +09:00
usage_text.h Fix longer line in --dscp option help 2014-02-04 21:52:28 +09:00
util.cc Remove ENABLE_MESSAGE_DIGEST, since we got the internal md, always 2014-04-17 18:02:42 +02:00
util.h Remove nativeToUtf8 and utf8ToNative 2013-11-01 22:06:13 +09:00
util_security.cc Add util::security (compare, HMAC, PBKDF2) 2014-04-19 19:07:38 +02:00
util_security.h Add util::security (compare, HMAC, PBKDF2) 2014-04-19 19:07:38 +02:00
version_usage.cc Remove ENABLE_MESSAGE_DIGEST, since we got the internal md, always 2014-04-17 18:02:42 +02:00
wallclock.cc Convert to autos and ranged loops 2013-08-21 05:56:17 +02:00
wallclock.h wallclock is now retrieved using global::wallclock() call. 2011-08-10 01:17:28 +09:00