aria2/src
Tatsuhiro Tsujikawa acd2af82d0 util::htmlEscape: Optimize a bit
The cause of slowness of the first implementation is the memory
allocation overhead and appending character by character.  In this
implementation, the output buffer is reserved the same size of input.
This is reasonable because most likely no replacement happens in
practice. And the unmodified region is copied using iterator range to
speed up a bit.
2013-08-29 01:09:15 +09:00
..
android Support off64_t for Android build 2013-05-06 19:12:17 +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 Fixed compile error without libnettle, libgcrypt and openssl. 2012-01-08 01:00:02 +09: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 Use std::unique_ptr for CheckIntegrityEntry and FileAllocationEntry 2013-07-06 15:56:08 +09:00
AbstractCommand.h Use nullptr for std::shared_ptr and unique_ptr default parameter 2013-08-19 23:50:58 +09:00
AbstractDiskWriter.cc Convert most 0/NULL pointers to nullptr 2013-08-20 21:28:24 +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 Handle OptionHandlers as raw pointer 2012-09-27 22:45:31 +09:00
AbstractOptionHandler.h Use CXX11_OVERRIDE 2013-07-06 18:15:09 +09: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 Wrap Command object in std::unique_ptr 2013-06-23 21:55:52 +09:00
AbstractSingleDiskAdaptor.cc AbstractSingleDiskAdaptor: Use std::unique_ptr for diskWriter_ 2013-07-06 15:56:08 +09: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 Convert to autos and ranged loops 2013-08-21 05:56:17 +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 Require -std=c++11 and use std::shared_ptr instead of SharedHandle 2013-06-22 01:10:38 +09: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 More code cleanups 2013-08-21 07:32:01 +02:00
AppleMessageDigestImpl.h AppleTLS: Fix MessageDigestImpl 2013-07-05 20:14:49 +02:00
AppleTLSContext.cc More code cleanups 2013-08-21 07:32:01 +02:00
AppleTLSContext.h Convert most 0/NULL pointers to nullptr 2013-08-20 21:28:24 +02:00
AppleTLSSession.cc AppleTLSSession: Remove unused private member 2013-08-24 20:08:15 +02:00
AppleTLSSession.h AppleTLSSession: Remove unused private member 2013-08-24 20:08:15 +02:00
AsyncNameResolver.cc Convert to autos and ranged loops 2013-08-21 05:56:17 +02: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 Convert most 0/NULL pointers to nullptr 2013-08-20 21:28:24 +02:00
BitfieldMan.h Require -std=c++11 and use std::shared_ptr instead of SharedHandle 2013-06-22 01:10:38 +09: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 Use CXX11_OVERRIDE 2013-07-06 18:15:09 +09: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 Use CXX11_OVERRIDE 2013-07-06 18:15:09 +09: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 Convert most 0/NULL pointers to nullptr 2013-08-20 21:28:24 +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 Convert to autos and ranged loops 2013-08-21 05:56:17 +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 Convert most 0/NULL pointers to nullptr 2013-08-20 21:28:24 +02:00
BtNotInterestedMessage.h Use CXX11_OVERRIDE 2013-07-06 18:15:09 +09:00
BtPieceMessage.cc Convert to autos and ranged loops 2013-08-21 05:56:17 +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 Use std::unique_ptr for ValueBase object hierarchy 2013-07-11 21:09:51 +09:00
BtPostDownloadHandler.h Use CXX11_OVERRIDE 2013-07-06 18:15:09 +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 Convert to autos and ranged loops 2013-08-21 05:56:17 +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 Use CXX11_OVERRIDE 2013-07-06 18:15:09 +09: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 Removed trailing spaces 2012-10-01 23:52:22 +09:00
Checksum.h Removed trailing spaces 2012-10-01 23:52:22 +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 std::unique_ptr for Metalink objects 2013-07-12 23:09:23 +09:00
ChunkChecksum.h Use std::unique_ptr for Metalink objects 2013-07-12 23:09:23 +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
Command.cc
Command.h Use PRId64 for int64_t format specifier 2012-06-25 22:43:33 +09: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 Convert to autos and ranged loops 2013-08-21 05:56:17 +02:00
ConsoleStatCalc.h Use CXX11_OVERRIDE 2013-07-06 18:15:09 +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 Convert to autos and ranged loops 2013-08-21 05:56:17 +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 Rewrite CookieStorage 2013-06-29 23:09:09 +09:00
Cookie.h Rewrite CookieStorage 2013-06-29 23:09:09 +09:00
CookieStorage.cc Convert to autos and ranged loops 2013-08-21 05:56:17 +02: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 Added libnettle and libgmp support. 2011-08-11 02:29:14 +09: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 Convert to autos and ranged loops 2013-08-21 05:56:17 +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 DHTInteractionCommand: Use std::unique_ptr for DHTConnection 2013-07-07 23:28:51 +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 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 Convert to autos and ranged loops 2013-08-21 05:56:17 +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 Convert to autos and ranged loops 2013-08-21 05:56:17 +02: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 Use std::unique_ptr instead of array_ptr 2013-07-03 23:23:22 +09:00
DefaultBtProgressInfoFile.h Use CXX11_OVERRIDE 2013-07-06 18:15:09 +09:00
DefaultBtRequestFactory.cc Convert to autos and ranged loops 2013-08-21 05:56:17 +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 Fix compile error with i686-w64-mingw32-g++ 4.6 2013-07-03 23:21:47 +09:00
DefaultExtensionMessageFactory.h Use CXX11_OVERRIDE 2013-07-06 18:15:09 +09:00
DefaultPeerStorage.cc Convert to autos and ranged loops 2013-08-21 05:56:17 +02:00
DefaultPeerStorage.h Use CXX11_OVERRIDE 2013-07-06 18:15:09 +09:00
DefaultPieceStorage.cc Convert to autos and ranged loops 2013-08-21 05:56:17 +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 Use enum to select file allocation method 2012-08-11 23:38:58 +09:00
DiskAdaptor.h Use std::unique_ptr for FileAllocationIterator 2013-07-06 15:56:08 +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 Use std::unique_ptr for CheckIntegrityEntry and FileAllocationEntry 2013-07-06 15:56:08 +09:00
DownloadCommand.h Use CXX11_OVERRIDE 2013-07-06 18:15:09 +09:00
DownloadContext.cc Convert to autos and ranged loops 2013-08-21 05:56:17 +02:00
DownloadContext.h Use std::unique_ptr for Metalink objects 2013-07-12 23:09:23 +09:00
DownloadEngine.cc More code cleanups 2013-08-21 07:32:01 +02:00
DownloadEngine.h DownloadEngine: Use std::unique_ptr for eventPoll_ 2013-07-06 19:39:16 +09:00
DownloadEngineFactory.cc More code cleanups 2013-08-21 07:32:01 +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 Require -std=c++11 and use std::shared_ptr instead of SharedHandle 2013-06-22 01:10:38 +09:00
DownloadHandler.h Require -std=c++11 and use std::shared_ptr instead of SharedHandle 2013-06-22 01:10:38 +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
DownloadHandlerFactory.cc Require -std=c++11 and use std::shared_ptr instead of SharedHandle 2013-06-22 01:10:38 +09:00
DownloadHandlerFactory.h Require -std=c++11 and use std::shared_ptr instead of SharedHandle 2013-06-22 01:10:38 +09:00
DownloadResult.cc Convert most 0/NULL pointers to nullptr 2013-08-20 21:28:24 +02:00
DownloadResult.h Require -std=c++11 and use std::shared_ptr instead of SharedHandle 2013-06-22 01:10:38 +09: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 Require -std=c++11 and use std::shared_ptr instead of SharedHandle 2013-06-22 01:10:38 +09:00
ExpatXmlParser.cc Rewritten ExpatXmlParser 2012-07-23 23:41:33 +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 Convert most 0/NULL pointers to nullptr 2013-08-20 21:28:24 +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 Rewritten File::getPathSeparators() 2012-09-24 23:04:42 +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 Convert to autos and ranged loops 2013-08-21 05:56:17 +02:00
FileEntry.h Return nullptr directly where std::shared_ptr is expected 2013-07-04 21:44:09 +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 Use std::unique_ptr for CheckIntegrityEntry and FileAllocationEntry 2013-07-06 15:56:08 +09: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 Convert most 0/NULL pointers to nullptr 2013-08-20 21:28:24 +02: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 Convert most 0/NULL pointers to nullptr 2013-08-20 21:28:24 +02:00
GrowSegment.h Use CXX11_OVERRIDE 2013-07-06 18:15:09 +09:00
HandshakeExtensionMessage.cc Convert to autos and ranged loops 2013-08-21 05:56:17 +02:00
HandshakeExtensionMessage.h Use CXX11_OVERRIDE 2013-07-06 18:15:09 +09: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 Fix a bad std::move in HttpConnection 2013-07-07 14:42:36 +02:00
HttpConnection.h Use std::unique_ptr for HttpRequest instead of std::shared_ptr 2013-07-04 00:13:15 +09:00
HttpDownloadCommand.cc Use std::unique_ptr for HttpResponse instead of std::shared_ptr 2013-07-03 23:42:55 +09:00
HttpDownloadCommand.h Use CXX11_OVERRIDE 2013-07-06 18:15:09 +09: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 Convert to autos and ranged loops 2013-08-21 05:56:17 +02:00
HttpRequest.h Refactor HttpConnection and its neighbor objects 2013-06-26 23:19:15 +09:00
HttpRequestCommand.cc Use std::unique_ptr for HttpRequest instead of std::shared_ptr 2013-07-04 00:13:15 +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 Convert to autos and ranged loops 2013-08-21 05:56:17 +02:00
HttpResponse.h Use std::unique_ptr for StreamFilter instead of std::shared_ptr 2013-07-04 00:39:11 +09:00
HttpResponseCommand.cc Convert to autos and ranged loops 2013-08-21 05:56:17 +02:00
HttpResponseCommand.h Use std::unique_ptr for StreamFilter instead of std::shared_ptr 2013-07-04 00:39:11 +09: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 Use std::unique_ptr for MessageDigest 2013-07-03 01:13:13 +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 Use std::unique_ptr for StreamFilter instead of std::shared_ptr 2013-07-04 00:39:11 +09:00
HttpSkipResponseCommand.h Use CXX11_OVERRIDE 2013-07-06 18:15:09 +09:00
IOFile.cc Convert most 0/NULL pointers to nullptr 2013-08-20 21:28:24 +02:00
IOFile.h Use CXX11_OVERRIDE 2013-07-06 18:15:09 +09:00
IndexBtMessage.cc Convert to autos and ranged loops 2013-08-21 05:56:17 +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
InorderURISelector.h Use CXX11_OVERRIDE 2013-07-06 18:15:09 +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 Require -std=c++11 and use std::shared_ptr instead of SharedHandle 2013-06-22 01:10:38 +09: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 Use std::unique_ptr for MessageDigest 2013-07-03 01:13:13 +09:00
LibgcryptMessageDigestImpl.h Use std::unique_ptr for MessageDigest 2013-07-03 01:13:13 +09:00
LibgmpDHKeyExchange.cc Added DHKeyExchange implementation using GMP. 2011-08-11 00:08:29 +09:00
LibgmpDHKeyExchange.h Added DHKeyExchange implementation using GMP. 2011-08-11 00:08:29 +09:00
LibgnutlsTLSContext.cc Make log level INFO in addTrustedCACertFile() 2013-04-06 16:15:32 +09:00
LibgnutlsTLSContext.h Use CXX11_OVERRIDE 2013-07-06 18:15:09 +09:00
LibgnutlsTLSSession.cc Remove auto_delete in favor of std::unique_ptr 2013-06-22 18:51:29 +09: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 Use std::unique_ptr for MessageDigest 2013-07-03 01:13:13 +09:00
LibnettleMessageDigestImpl.h Use std::unique_ptr for MessageDigest 2013-07-03 01:13:13 +09: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 Use std::unique_ptr for MessageDigest 2013-07-03 01:13:13 +09:00
LibsslMessageDigestImpl.h Use std::unique_ptr for MessageDigest 2013-07-03 01:13:13 +09:00
LibsslTLSContext.cc AppleTLS: Implement AppleTLS and Apple Message Digest 2013-04-05 23:10:47 +02:00
LibsslTLSContext.h Use CXX11_OVERRIDE 2013-07-06 18:15:09 +09: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 code cleanups 2013-08-21 07:32:01 +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 Require -std=c++11 and use std::shared_ptr instead of SharedHandle 2013-06-22 01:10:38 +09:00
LogFactory.h Require -std=c++11 and use std::shared_ptr instead of SharedHandle 2013-06-22 01:10:38 +09:00
Logger.cc Convert most 0/NULL pointers to nullptr 2013-08-20 21:28:24 +02:00
Logger.h Require -std=c++11 and use std::shared_ptr instead of SharedHandle 2013-06-22 01:10:38 +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 Implement a simple resource lock (threading) 2013-08-18 06:01:52 +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 Use CXX11_OVERRIDE 2013-07-06 18:15:09 +09:00
MessageDigest.cc Use std::unique_ptr instead of array_ptr 2013-07-03 23:23:22 +09:00
MessageDigest.h Use std::unique_ptr for MessageDigest 2013-07-03 01:13:13 +09:00
MessageDigestImpl.h AppleTLS: Implement AppleTLS and Apple Message Digest 2013-04-05 23:10:47 +02: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 Use std::unique_ptr for Metalink objects 2013-07-12 23:09:23 +09:00
Metalink2RequestGroup.h Use std::unique_ptr for Metalink objects 2013-07-12 23:09:23 +09:00
MetalinkEntry.cc Use std::unique_ptr for Metalink objects 2013-07-12 23:09:23 +09:00
MetalinkEntry.h Use std::unique_ptr for Metalink objects 2013-07-12 23:09:23 +09: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 Convert most 0/NULL pointers to nullptr 2013-08-20 21:28:24 +02:00
MetalinkParserController.h Use std::unique_ptr for Metalink objects 2013-07-12 23:09:23 +09:00
MetalinkParserState.cc Rewritten Metalink XML parser. 2011-11-10 22:38:01 +09:00
MetalinkParserState.h Removed trailing spaces 2012-10-01 23:52:22 +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 std::unique_ptr for Metalink objects 2013-07-12 23:09:23 +09:00
MetalinkParserStateMachine.h Use std::unique_ptr for Metalink objects 2013-07-12 23:09:23 +09:00
MetalinkParserStateV3Impl.cc Convert to autos and ranged loops 2013-08-21 05:56:17 +02:00
MetalinkParserStateV3Impl.h Use CXX11_OVERRIDE 2013-07-06 18:15:09 +09:00
MetalinkParserStateV4Impl.cc Convert to autos and ranged loops 2013-08-21 05:56:17 +02:00
MetalinkParserStateV4Impl.h Use CXX11_OVERRIDE 2013-07-06 18:15:09 +09:00
MetalinkPostDownloadHandler.cc Require -std=c++11 and use std::shared_ptr instead of SharedHandle 2013-06-22 01:10:38 +09:00
MetalinkPostDownloadHandler.h Use CXX11_OVERRIDE 2013-07-06 18:15:09 +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 Use std::unique_ptr for FileAllocationIterator 2013-07-06 15:56:08 +09:00
MultiDiskAdaptor.h Use CXX11_OVERRIDE 2013-07-06 18:15:09 +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 More code cleanups 2013-08-21 07:32:01 +02: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 Convert most 0/NULL pointers to nullptr 2013-08-20 21:28:24 +02:00
Option.h Require -std=c++11 and use std::shared_ptr instead of SharedHandle 2013-06-22 01:10:38 +09:00
OptionHandler.cc New help messages. Added suggestion for unknown/ambiguous options. 2011-12-03 16:30:00 +09:00
OptionHandler.h Require -std=c++11 and use std::shared_ptr instead of SharedHandle 2013-06-22 01:10:38 +09:00
OptionHandlerException.cc Require -std=c++11 and use std::shared_ptr instead of SharedHandle 2013-06-22 01:10:38 +09:00
OptionHandlerException.h Use CXX11_OVERRIDE 2013-07-06 18:15:09 +09:00
OptionHandlerFactory.cc Switch CA_BUNDLE to AC_DEFINE 2013-08-16 22:32:16 +02:00
OptionHandlerFactory.h Handle OptionHandlers as raw pointer 2012-09-27 22:45:31 +09:00
OptionHandlerImpl.cc Convert to autos and ranged loops 2013-08-21 05:56:17 +02:00
OptionHandlerImpl.h Convert most 0/NULL pointers to nullptr 2013-08-20 21:28:24 +02:00
OptionParser.cc Convert to autos and ranged loops 2013-08-21 05:56:17 +02:00
OptionParser.h Require -std=c++11 and use std::shared_ptr instead of SharedHandle 2013-06-22 01:10:38 +09:00
OutputFile.h Do not use a virtual varargs function 2013-03-02 15:48:26 +01:00
ParserStateMachine.h Added reset() API to ParserStateMachine 2012-07-13 00:53:56 +09:00
Peer.cc Convert most 0/NULL pointers to nullptr 2013-08-20 21:28:24 +02:00
Peer.h Convert most 0/NULL pointers to nullptr 2013-08-20 21:28:24 +02: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 Wrap Command object in std::unique_ptr 2013-06-23 21:55:52 +09: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 Convert most 0/NULL pointers to nullptr 2013-08-20 21:28:24 +02: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 Convert to autos and ranged loops 2013-08-21 05:56:17 +02:00
Piece.h Use std::unique_ptr for MessageDigest 2013-07-03 01:13:13 +09:00
PieceHashCheckIntegrityEntry.cc Use std::unique_ptr for IteratableValidator 2013-07-06 15:56:08 +09: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 Require -std=c++11 and use std::shared_ptr instead of SharedHandle 2013-06-22 01:10:38 +09:00
PiecedSegment.h Use CXX11_OVERRIDE 2013-07-06 18:15:09 +09:00
Platform.cc Include winsock2.h before windows.h 2013-05-25 23:28:28 +09:00
Platform.h
PollEventPoll.cc Convert to autos and ranged loops 2013-08-21 05:56:17 +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 Require -std=c++11 and use std::shared_ptr instead of SharedHandle 2013-06-22 01:10:38 +09:00
PreDownloadHandler.h
PriorityPieceSelector.cc Convert to autos and ranged loops 2013-08-21 05:56:17 +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 Removed *Handle typedef 2012-09-28 23:27:46 +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 Require -std=c++11 and use std::shared_ptr instead of SharedHandle 2013-06-22 01:10:38 +09:00
Request.h Require -std=c++11 and use std::shared_ptr instead of SharedHandle 2013-06-22 01:10:38 +09:00
RequestGroup.cc Convert to autos and ranged loops 2013-08-21 05:56:17 +02:00
RequestGroup.h Use std::unique_ptr for CheckIntegrityEntry and FileAllocationEntry 2013-07-06 15:56:08 +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 Convert to autos and ranged loops 2013-08-21 05:56:17 +02:00
RequestGroupMan.h Move RequestGroup vector from Context to RequestGroupMan 2013-06-23 16:35:14 +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 Convert to autos and ranged loops 2013-08-21 05:56:17 +02:00
RpcMethod.h Use std::unique_ptr for ValueBase object hierarchy 2013-07-11 21:09:51 +09:00
RpcMethodFactory.cc Rewrite RPC method factory function 2013-07-11 21:50:47 +09:00
RpcMethodFactory.h Rewrite RPC method factory function 2013-07-11 21:50:47 +09:00
RpcMethodImpl.cc Convert to autos and ranged loops 2013-08-21 05:56:17 +02:00
RpcMethodImpl.h Convert to autos and ranged loops 2013-08-21 05:56:17 +02: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 Use std::unique_ptr for ValueBase object hierarchy 2013-07-11 21:09:51 +09:00
RpcResponse.h Use std::unique_ptr for ValueBase object hierarchy 2013-07-11 21:09:51 +09:00
SaveSessionCommand.cc DownloadEngine: Use std::unique_ptr for RequestGroupMan 2013-07-06 15:56:08 +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 out of array bound 2011-11-08 00:15:37 +09:00
Segment.h Require -std=c++11 and use std::shared_ptr instead of SharedHandle 2013-06-22 01:10:38 +09:00
SegmentMan.cc Convert to autos and ranged loops 2013-08-21 05:56:17 +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 Convert to autos and ranged loops 2013-08-21 05:56:17 +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 Return nullptr directly where std::shared_ptr is expected 2013-07-04 21:44:09 +09: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 DownloadEngine: Use std::unique_ptr for RequestGroupMan 2013-07-06 15:56:08 +09: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 Removed unused header 2011-08-07 00:37:54 +09:00
Signature.h Require -std=c++11 and use std::shared_ptr instead of SharedHandle 2013-06-22 01:10:38 +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 Convert most 0/NULL pointers to nullptr 2013-08-20 21:28:24 +02:00
SimpleRandomizer.h Use CXX11_OVERRIDE 2013-07-06 18:15:09 +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 Convert to autos and ranged loops 2013-08-21 05:56:17 +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 More code cleanups 2013-08-21 07:32:01 +02:00
SocketCore.h Require -std=c++11 and use std::shared_ptr instead of SharedHandle 2013-06-22 01:10:38 +09: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 Fix bad use of std::move 2013-08-19 23:29:08 +09: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 Wrap Command object in std::unique_ptr 2013-06-23 21:55:52 +09:00
TimeBasedCommand.h Use CXX11_OVERRIDE 2013-07-06 18:15:09 +09: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
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
TrueRequestGroupCriteria.h Use CXX11_OVERRIDE 2013-07-06 18:15:09 +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 Return std::unique_ptr member as const ref 2013-06-26 23:56:43 +09:00
UTMetadataPostDownloadHandler.h Use CXX11_OVERRIDE 2013-07-06 18:15:09 +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 Convert to autos and ranged loops 2013-08-21 05:56:17 +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 Use std::unique_ptr for ValueBase object hierarchy 2013-07-11 21:09:51 +09:00
ValueBase.h Use std::unique_ptr for ValueBase object hierarchy 2013-07-11 21:09:51 +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 Do not use a virtual varargs function 2013-03-02 15:48:26 +01:00
WinConsoleFile.h Use CXX11_OVERRIDE 2013-07-06 18:15:09 +09:00
WrDiskCache.cc Require -std=c++11 and use std::shared_ptr instead of SharedHandle 2013-06-22 01:10:38 +09:00
WrDiskCache.h Added --disk-cache option 2012-12-03 01:39:10 +09:00
WrDiskCacheEntry.cc Require -std=c++11 and use std::shared_ptr instead of SharedHandle 2013-06-22 01:10:38 +09: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 Convert most 0/NULL pointers to nullptr 2013-08-20 21:28:24 +02: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 Removed trailing spaces 2012-10-01 23:52:22 +09:00
XmlRpcRequestParserStateImpl.cc Removed trailing spaces 2012-10-01 23:52:22 +09:00
XmlRpcRequestParserStateImpl.h Use CXX11_OVERRIDE 2013-07-06 18:15:09 +09:00
XmlRpcRequestParserStateMachine.cc Convert to autos and ranged loops 2013-08-21 05:56:17 +02:00
XmlRpcRequestParserStateMachine.h Use std::unique_ptr for ValueBase object hierarchy 2013-07-11 21:09:51 +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
alloca.c
aria2api.cc Convert most 0/NULL pointers to nullptr 2013-08-20 21:28:24 +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 Removed trailing spaces 2012-10-01 23:52:22 +09:00
base32.cc Removed trailing spaces 2012-10-01 23:52:22 +09: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 Use std::unique_ptr for ValueBase object hierarchy 2013-07-11 21:09:51 +09:00
bencode2.h Use std::unique_ptr for ValueBase object hierarchy 2013-07-11 21:09:51 +09:00
bitfield.cc
bitfield.h BitfieldMan: Rewrite getCompletedLength and countMissingBlockNow 2013-07-03 22:40:28 +09:00
bittorrent_helper.cc Convert to autos and ranged loops 2013-08-21 05:56:17 +02: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_helper.cc Use std::unique_ptr for ValueBase object hierarchy 2013-07-11 21:09:51 +09:00
download_helper.h Use std::unique_ptr for ValueBase object hierarchy 2013-07-11 21:09:51 +09:00
error_code.h
fmt.cc Handle the case when MINGW32 vsnprintf returns -1 2012-06-24 16:56:34 +09:00
fmt.h
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
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 Require -std=c++11 and use std::shared_ptr instead of SharedHandle 2013-06-22 01:10:38 +09:00
message.h Use 64 bits random bytes as GID 2012-12-16 17:29:01 +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 Convert to autos and ranged loops 2013-08-21 05:56:17 +02: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 Convert to autos and ranged loops 2013-08-21 05:56:17 +02:00
prefs.h LibUV: Implement LibuvEventPoll 2013-04-10 08:47:20 +02: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
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
uri.cc Rewrite URI path component normalization 2013-06-19 00:15:37 +09:00
uri.h Rewrite URI path component normalization 2013-06-19 00:15:37 +09: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 Always save control file if --force-save is given 2013-07-28 18:07:29 +09:00
util.cc util::htmlEscape: Optimize a bit 2013-08-29 01:09:15 +09:00
util.h Fix util::nextParam when compiled with recent Apple clang 2013-08-20 20:48:49 +02:00
version_usage.cc Require -std=c++11 and use std::shared_ptr instead of SharedHandle 2013-06-22 01:10:38 +09: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