aria2/src
Tatsuhiro Tsujikawa 2f6eff3821 download_helper: Cleanup 2013-06-24 23:49:49 +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 Require -std=c++11 and use std::shared_ptr instead of SharedHandle 2013-06-22 01:10:38 +09:00
AbstractAuthResolver.h Require -std=c++11 and use std::shared_ptr instead of SharedHandle 2013-06-22 01:10:38 +09:00
AbstractBtMessage.cc AbstractBtMessage: Use std::unique_ptr for validator 2013-06-23 16:12:19 +09:00
AbstractBtMessage.h AbstractBtMessage: Use std::unique_ptr for validator 2013-06-23 16:12:19 +09:00
AbstractCommand.cc Wrap Command object in std::unique_ptr 2013-06-23 21:55:52 +09:00
AbstractCommand.h Wrap Command object in std::unique_ptr 2013-06-23 21:55:52 +09:00
AbstractDiskWriter.cc Support off64_t for Android build 2013-05-06 19:12:17 +09:00
AbstractDiskWriter.h mingw32: Make NTFS sparse file on --file-allocation=trunc 2013-01-11 18:35:54 +09:00
AbstractHttpServerResponseCommand.cc Wrap Command object in std::unique_ptr 2013-06-23 21:55:52 +09:00
AbstractHttpServerResponseCommand.h Require -std=c++11 and use std::shared_ptr instead of SharedHandle 2013-06-22 01:10:38 +09:00
AbstractOptionHandler.cc Handle OptionHandlers as raw pointer 2012-09-27 22:45:31 +09:00
AbstractOptionHandler.h Handle OptionHandlers as raw pointer 2012-09-27 22:45:31 +09:00
AbstractProxyRequestCommand.cc Wrap Command object in std::unique_ptr 2013-06-23 21:55:52 +09:00
AbstractProxyRequestCommand.h Wrap Command object in std::unique_ptr 2013-06-23 21:55:52 +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 Require -std=c++11 and use std::shared_ptr instead of SharedHandle 2013-06-22 01:10:38 +09:00
AbstractSingleDiskAdaptor.h Require -std=c++11 and use std::shared_ptr instead of SharedHandle 2013-06-22 01:10:38 +09:00
ActivePeerConnectionCommand.cc Wrap Command object in std::unique_ptr 2013-06-23 21:55:52 +09:00
ActivePeerConnectionCommand.h Require -std=c++11 and use std::shared_ptr instead of SharedHandle 2013-06-22 01:10:38 +09:00
AdaptiveFileAllocationIterator.cc Require -std=c++11 and use std::shared_ptr instead of SharedHandle 2013-06-22 01:10:38 +09:00
AdaptiveFileAllocationIterator.h Require -std=c++11 and use std::shared_ptr instead of SharedHandle 2013-06-22 01:10:38 +09:00
AdaptiveURISelector.cc Use std::mem_fn instead of std::mem_fun 2013-06-22 19:15:57 +09:00
AdaptiveURISelector.h Require -std=c++11 and use std::shared_ptr instead of SharedHandle 2013-06-22 01:10:38 +09:00
AnnounceList.cc Use std::unique_ptr instead of std::shared_ptr 2013-06-22 15:49:41 +09: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 Require -std=c++11 and use std::shared_ptr instead of SharedHandle 2013-06-22 01:10:38 +09:00
ApiCallbackDownloadEventListener.cc Add download event callback API and its example 2013-05-11 19:40:24 +09:00
ApiCallbackDownloadEventListener.h Add download event callback API and its example 2013-05-11 19:40:24 +09:00
AppleMessageDigestImpl.cc Require -std=c++11 and use std::shared_ptr instead of SharedHandle 2013-06-22 01:10:38 +09:00
AppleMessageDigestImpl.h Require -std=c++11 and use std::shared_ptr instead of SharedHandle 2013-06-22 01:10:38 +09:00
AppleTLSContext.cc AppleTLS: Properly support Snow Leopard (10.6) 2013-05-17 01:42:01 +02:00
AppleTLSContext.h AppleTLS: Support credentials via KeyChain fingerprints 2013-04-08 06:45:53 +02:00
AppleTLSSession.cc Remove auto_delete in favor of std::unique_ptr 2013-06-22 18:51:29 +09:00
AppleTLSSession.h AppleTLS: Implement AppleTLS and Apple Message Digest 2013-04-05 23:10:47 +02:00
AsyncNameResolver.cc Parallel A and AAAA record lookups with c-ares 2013-03-31 18:02:45 +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 Require -std=c++11 and use std::shared_ptr instead of SharedHandle 2013-06-22 01:10:38 +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 Require -std=c++11 and use std::shared_ptr instead of SharedHandle 2013-06-22 01:10:38 +09:00
AuthConfig.h Require -std=c++11 and use std::shared_ptr instead of SharedHandle 2013-06-22 01:10:38 +09:00
AuthConfigFactory.cc Require -std=c++11 and use std::shared_ptr instead of SharedHandle 2013-06-22 01:10:38 +09:00
AuthConfigFactory.h Require -std=c++11 and use std::shared_ptr instead of SharedHandle 2013-06-22 01:10:38 +09:00
AuthResolver.h Require -std=c++11 and use std::shared_ptr instead of SharedHandle 2013-06-22 01:10:38 +09:00
AutoSaveCommand.cc
AutoSaveCommand.h
BackupIPv4ConnectCommand.cc Wrap Command object in std::unique_ptr 2013-06-23 21:55:52 +09:00
BackupIPv4ConnectCommand.h Require -std=c++11 and use std::shared_ptr instead of SharedHandle 2013-06-22 01:10:38 +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 Require -std=c++11 and use std::shared_ptr instead of SharedHandle 2013-06-22 01:10:38 +09: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 Fixed BitfieldMan::getOffsetCompletedLength overflow on 32-bit systems 2012-12-16 17:26:01 +09: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 Require -std=c++11 and use std::shared_ptr instead of SharedHandle 2013-06-22 01:10:38 +09:00
BtAllowedFastMessage.h Vectorized write for SocketBuffer to avoid small packet 2013-01-11 16:50:04 +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 Made static create function of BtMessage subclass return raw pointer 2012-09-27 23:40:25 +09:00
BtBitfieldMessage.h Made static create function of BtMessage subclass return raw pointer 2012-09-27 23:40:25 +09:00
BtBitfieldMessageValidator.cc
BtBitfieldMessageValidator.h Removed *Handle typedef 2012-09-28 23:27:46 +09:00
BtCancelMessage.cc Made static create function of BtMessage subclass return raw pointer 2012-09-27 23:40:25 +09:00
BtCancelMessage.h Made static create function of BtMessage subclass return raw pointer 2012-09-27 23:40:25 +09:00
BtCancelSendingPieceEvent.h Use int32_t for begin, length in RangeBtMessage 2011-12-09 21:39:43 +09:00
BtCheckIntegrityEntry.cc Wrap Command object in std::unique_ptr 2013-06-23 21:55:52 +09:00
BtCheckIntegrityEntry.h Wrap Command object in std::unique_ptr 2013-06-23 21:55:52 +09:00
BtChokeMessage.cc Require -std=c++11 and use std::shared_ptr instead of SharedHandle 2013-06-22 01:10:38 +09:00
BtChokeMessage.h Vectorized write for SocketBuffer to avoid small packet 2013-01-11 16:50:04 +09:00
BtChokingEvent.h
BtConstants.h Revert 53dde0a9 2013-01-15 23:50:12 +09:00
BtDependency.cc DownloadContext::attrs_ now holds std::unique_ptr 2013-06-23 00:59:55 +09:00
BtDependency.h Require -std=c++11 and use std::shared_ptr instead of SharedHandle 2013-06-22 01:10:38 +09:00
BtExtendedMessage.cc Require -std=c++11 and use std::shared_ptr instead of SharedHandle 2013-06-22 01:10:38 +09:00
BtExtendedMessage.h Require -std=c++11 and use std::shared_ptr instead of SharedHandle 2013-06-22 01:10:38 +09:00
BtFileAllocationEntry.cc Wrap Command object in std::unique_ptr 2013-06-23 21:55:52 +09:00
BtFileAllocationEntry.h Wrap Command object in std::unique_ptr 2013-06-23 21:55:52 +09:00
BtHandshakeMessage.cc Require -std=c++11 and use std::shared_ptr instead of SharedHandle 2013-06-22 01:10:38 +09:00
BtHandshakeMessage.h Require -std=c++11 and use std::shared_ptr instead of SharedHandle 2013-06-22 01:10:38 +09:00
BtHandshakeMessageValidator.cc
BtHandshakeMessageValidator.h Removed *Handle typedef 2012-09-28 23:27:46 +09:00
BtHaveAllMessage.cc Made static create function of BtMessage subclass return raw pointer 2012-09-27 23:40:25 +09:00
BtHaveAllMessage.h Made static create function of BtMessage subclass return raw pointer 2012-09-27 23:40:25 +09:00
BtHaveMessage.cc Improve peer bitfield and piece stat update 2013-06-12 23:21:18 +09:00
BtHaveMessage.h Made static create function of BtMessage subclass return raw pointer 2012-09-27 23:40:25 +09:00
BtHaveNoneMessage.cc Made static create function of BtMessage subclass return raw pointer 2012-09-27 23:40:25 +09:00
BtHaveNoneMessage.h Made static create function of BtMessage subclass return raw pointer 2012-09-27 23:40:25 +09:00
BtInteractive.h Require -std=c++11 and use std::shared_ptr instead of SharedHandle 2013-06-22 01:10:38 +09:00
BtInterestedMessage.cc Use raw pointers to PieceStorage, PeerStorage and DownloadContxt for BtMessages 2013-06-23 00:01:40 +09:00
BtInterestedMessage.h Use raw pointers to PieceStorage, PeerStorage and DownloadContxt for BtMessages 2013-06-23 00:01:40 +09:00
BtKeepAliveMessage.cc Made BtMessage's NAME const char[] 2012-09-25 23:28:24 +09:00
BtKeepAliveMessage.h Removed *Handle typedef 2012-09-28 23:27:46 +09:00
BtLeecherStateChoke.cc Use std::mem_fn instead of std::mem_fun 2013-06-22 19:15:57 +09: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 Require -std=c++11 and use std::shared_ptr instead of SharedHandle 2013-06-22 01:10:38 +09:00
BtMessageFactory.h Require -std=c++11 and use std::shared_ptr instead of SharedHandle 2013-06-22 01:10:38 +09:00
BtMessageReceiver.h Require -std=c++11 and use std::shared_ptr instead of SharedHandle 2013-06-22 01:10:38 +09:00
BtMessageValidator.h Removed *Handle typedef 2012-09-28 23:27:46 +09:00
BtNotInterestedMessage.cc Use raw pointers to PieceStorage, PeerStorage and DownloadContxt for BtMessages 2013-06-23 00:01:40 +09:00
BtNotInterestedMessage.h Use raw pointers to PieceStorage, PeerStorage and DownloadContxt for BtMessages 2013-06-23 00:01:40 +09:00
BtPieceMessage.cc Use raw pointers to PieceStorage, PeerStorage and DownloadContxt for BtMessages 2013-06-23 00:01:40 +09:00
BtPieceMessage.h Use raw pointers to PieceStorage, PeerStorage and DownloadContxt for BtMessages 2013-06-23 00:01:40 +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 Removed *Handle typedef 2012-09-28 23:27:46 +09:00
BtPortMessage.cc Require -std=c++11 and use std::shared_ptr instead of SharedHandle 2013-06-22 01:10:38 +09:00
BtPortMessage.h Made static create function of BtMessage subclass return raw pointer 2012-09-27 23:40:25 +09:00
BtPostDownloadHandler.cc Require -std=c++11 and use std::shared_ptr instead of SharedHandle 2013-06-22 01:10:38 +09:00
BtPostDownloadHandler.h Require -std=c++11 and use std::shared_ptr instead of SharedHandle 2013-06-22 01:10:38 +09:00
BtProgressInfoFile.h Removed *Handle typedef 2012-09-28 23:27:46 +09:00
BtRegistry.cc Require -std=c++11 and use std::shared_ptr instead of SharedHandle 2013-06-22 01:10:38 +09:00
BtRegistry.h Require -std=c++11 and use std::shared_ptr instead of SharedHandle 2013-06-22 01:10:38 +09:00
BtRejectMessage.cc Made static create function of BtMessage subclass return raw pointer 2012-09-27 23:40:25 +09:00
BtRejectMessage.h Made static create function of BtMessage subclass return raw pointer 2012-09-27 23:40:25 +09:00
BtRequestFactory.h Require -std=c++11 and use std::shared_ptr instead of SharedHandle 2013-06-22 01:10:38 +09:00
BtRequestMessage.cc Require -std=c++11 and use std::shared_ptr instead of SharedHandle 2013-06-22 01:10:38 +09:00
BtRequestMessage.h Made static create function of BtMessage subclass return raw pointer 2012-09-27 23:40:25 +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 Use std::mem_fn instead of std::mem_fun 2013-06-22 19:15:57 +09:00
BtSeederStateChoke.h Require -std=c++11 and use std::shared_ptr instead of SharedHandle 2013-06-22 01:10:38 +09:00
BtSetup.cc Use std::unique_ptr for UnionSeedCriteria 2013-06-23 22:07:25 +09: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 Require -std=c++11 and use std::shared_ptr instead of SharedHandle 2013-06-22 01:10:38 +09:00
BtSuggestPieceMessage.cc Made static create function of BtMessage subclass return raw pointer 2012-09-27 23:40:25 +09:00
BtSuggestPieceMessage.h Made static create function of BtMessage subclass return raw pointer 2012-09-27 23:40:25 +09:00
BtUnchokeMessage.cc Require -std=c++11 and use std::shared_ptr instead of SharedHandle 2013-06-22 01:10:38 +09:00
BtUnchokeMessage.h Vectorized write for SocketBuffer to avoid small packet 2013-01-11 16:50:04 +09:00
BufferedFile.cc Remove open_ member from BufferedFile and GZipFile 2013-05-23 23:28:08 +09:00
BufferedFile.h Remove open_ member from BufferedFile and GZipFile 2013-05-23 23:28:08 +09:00
ByteArrayDiskWriter.cc Use int64_t instead of off_t 2012-07-23 21:42:47 +09:00
ByteArrayDiskWriter.h Removed *Handle typedef 2012-09-28 23:27:46 +09:00
ByteArrayDiskWriterFactory.h Removed *Handle typedef 2012-09-28 23:27:46 +09:00
CUIDCounter.cc
CUIDCounter.h
CheckIntegrityCommand.cc Wrap Command object in std::unique_ptr 2013-06-23 21:55:52 +09:00
CheckIntegrityCommand.h Require -std=c++11 and use std::shared_ptr instead of SharedHandle 2013-06-22 01:10:38 +09:00
CheckIntegrityDispatcherCommand.cc Wrap Command object in std::unique_ptr 2013-06-23 21:55:52 +09:00
CheckIntegrityDispatcherCommand.h Wrap Command object in std::unique_ptr 2013-06-23 21:55:52 +09:00
CheckIntegrityEntry.cc Wrap Command object in std::unique_ptr 2013-06-23 21:55:52 +09:00
CheckIntegrityEntry.h Wrap Command object in std::unique_ptr 2013-06-23 21:55:52 +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 Wrap Command object in std::unique_ptr 2013-06-23 21:55:52 +09:00
ChecksumCheckIntegrityEntry.h Wrap Command object in std::unique_ptr 2013-06-23 21:55:52 +09:00
ChunkChecksum.cc Use int64_t instead of off_t 2012-06-25 23:35:24 +09:00
ChunkChecksum.h Require -std=c++11 and use std::shared_ptr instead of SharedHandle 2013-06-22 01:10:38 +09:00
ChunkedDecodingStreamFilter.cc Require -std=c++11 and use std::shared_ptr instead of SharedHandle 2013-06-22 01:10:38 +09:00
ChunkedDecodingStreamFilter.h Require -std=c++11 and use std::shared_ptr instead of SharedHandle 2013-06-22 01:10:38 +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 Require -std=c++11 and use std::shared_ptr instead of SharedHandle 2013-06-22 01:10:38 +09:00
ConsoleStatCalc.cc Require -std=c++11 and use std::shared_ptr instead of SharedHandle 2013-06-22 01:10:38 +09:00
ConsoleStatCalc.h Require -std=c++11 and use std::shared_ptr instead of SharedHandle 2013-06-22 01:10:38 +09:00
ContentTypeRequestGroupCriteria.cc Rewritten DownloadHandlerConstants 2012-09-22 23:19:41 +09:00
ContentTypeRequestGroupCriteria.h Rewritten DownloadHandlerConstants 2012-09-22 23:19:41 +09:00
Context.cc Move RequestGroup vector from Context to RequestGroupMan 2013-06-23 16:35:14 +09: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 Removed A2STR strings other than NIL 2012-09-24 23:01:08 +09:00
Cookie.h Rewritten util::split and added its iterator version. 2011-11-04 22:27:58 +09:00
CookieStorage.cc Use std::mem_fn instead of std::mem_fun 2013-06-22 19:15:57 +09:00
CookieStorage.h Require -std=c++11 and use std::shared_ptr instead of SharedHandle 2013-06-22 01:10:38 +09:00
CreateRequestCommand.cc Wrap Command object in std::unique_ptr 2013-06-23 21:55:52 +09:00
CreateRequestCommand.h
DHKeyExchange.h Added libnettle and libgmp support. 2011-08-11 02:29:14 +09:00
DHTAbstractMessage.cc Require -std=c++11 and use std::shared_ptr instead of SharedHandle 2013-06-22 01:10:38 +09:00
DHTAbstractMessage.h Require -std=c++11 and use std::shared_ptr instead of SharedHandle 2013-06-22 01:10:38 +09:00
DHTAbstractNodeLookupTask.h Require -std=c++11 and use std::shared_ptr instead of SharedHandle 2013-06-22 01:10:38 +09:00
DHTAbstractTask.cc Require -std=c++11 and use std::shared_ptr instead of SharedHandle 2013-06-22 01:10:38 +09:00
DHTAbstractTask.h Require -std=c++11 and use std::shared_ptr instead of SharedHandle 2013-06-22 01:10:38 +09:00
DHTAnnouncePeerMessage.cc Require -std=c++11 and use std::shared_ptr instead of SharedHandle 2013-06-22 01:10:38 +09:00
DHTAnnouncePeerMessage.h Require -std=c++11 and use std::shared_ptr instead of SharedHandle 2013-06-22 01:10:38 +09:00
DHTAnnouncePeerReplyMessage.cc Require -std=c++11 and use std::shared_ptr instead of SharedHandle 2013-06-22 01:10:38 +09:00
DHTAnnouncePeerReplyMessage.h Require -std=c++11 and use std::shared_ptr instead of SharedHandle 2013-06-22 01:10:38 +09:00
DHTAutoSaveCommand.cc Require -std=c++11 and use std::shared_ptr instead of SharedHandle 2013-06-22 01:10:38 +09:00
DHTAutoSaveCommand.h Require -std=c++11 and use std::shared_ptr instead of SharedHandle 2013-06-22 01:10:38 +09:00
DHTBucket.cc Cleanup a2functional.h 2013-06-22 17:53:39 +09: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 Require -std=c++11 and use std::shared_ptr instead of SharedHandle 2013-06-22 01:10:38 +09:00
DHTBucketRefreshCommand.h Require -std=c++11 and use std::shared_ptr instead of SharedHandle 2013-06-22 01:10:38 +09:00
DHTBucketRefreshTask.cc Require -std=c++11 and use std::shared_ptr instead of SharedHandle 2013-06-22 01:10:38 +09:00
DHTBucketRefreshTask.h
DHTBucketTree.cc Require -std=c++11 and use std::shared_ptr instead of SharedHandle 2013-06-22 01:10:38 +09: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 Use std::unique_ptr instead of std::shared_ptr 2013-06-22 15:49:41 +09:00
DHTConnectionImpl.h Require -std=c++11 and use std::shared_ptr instead of SharedHandle 2013-06-22 01:10:38 +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 Wrap Command object in std::unique_ptr 2013-06-23 21:55:52 +09:00
DHTEntryPointNameResolveCommand.h Require -std=c++11 and use std::shared_ptr instead of SharedHandle 2013-06-22 01:10:38 +09:00
DHTFindNodeMessage.cc Require -std=c++11 and use std::shared_ptr instead of SharedHandle 2013-06-22 01:10:38 +09:00
DHTFindNodeMessage.h Require -std=c++11 and use std::shared_ptr instead of SharedHandle 2013-06-22 01:10:38 +09:00
DHTFindNodeReplyMessage.cc Require -std=c++11 and use std::shared_ptr instead of SharedHandle 2013-06-22 01:10:38 +09:00
DHTFindNodeReplyMessage.h Require -std=c++11 and use std::shared_ptr instead of SharedHandle 2013-06-22 01:10:38 +09:00
DHTGetPeersCommand.cc Wrap Command object in std::unique_ptr 2013-06-23 21:55:52 +09:00
DHTGetPeersCommand.h Require -std=c++11 and use std::shared_ptr instead of SharedHandle 2013-06-22 01:10:38 +09:00
DHTGetPeersMessage.cc Require -std=c++11 and use std::shared_ptr instead of SharedHandle 2013-06-22 01:10:38 +09:00
DHTGetPeersMessage.h Require -std=c++11 and use std::shared_ptr instead of SharedHandle 2013-06-22 01:10:38 +09:00
DHTGetPeersReplyMessage.cc Require -std=c++11 and use std::shared_ptr instead of SharedHandle 2013-06-22 01:10:38 +09:00
DHTGetPeersReplyMessage.h Require -std=c++11 and use std::shared_ptr instead of SharedHandle 2013-06-22 01:10:38 +09:00
DHTIDCloser.h Require -std=c++11 and use std::shared_ptr instead of SharedHandle 2013-06-22 01:10:38 +09:00
DHTInteractionCommand.cc Wrap Command object in std::unique_ptr 2013-06-23 21:55:52 +09:00
DHTInteractionCommand.h Require -std=c++11 and use std::shared_ptr instead of SharedHandle 2013-06-22 01:10:38 +09:00
DHTMessage.cc Require -std=c++11 and use std::shared_ptr instead of SharedHandle 2013-06-22 01:10:38 +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 Require -std=c++11 and use std::shared_ptr instead of SharedHandle 2013-06-22 01:10:38 +09:00
DHTMessageDispatcher.h Require -std=c++11 and use std::shared_ptr instead of SharedHandle 2013-06-22 01:10:38 +09:00
DHTMessageDispatcherImpl.cc Use std::mem_fn instead of std::mem_fun 2013-06-22 19:15:57 +09:00
DHTMessageDispatcherImpl.h Require -std=c++11 and use std::shared_ptr instead of SharedHandle 2013-06-22 01:10:38 +09:00
DHTMessageEntry.cc Require -std=c++11 and use std::shared_ptr instead of SharedHandle 2013-06-22 01:10:38 +09:00
DHTMessageEntry.h Require -std=c++11 and use std::shared_ptr instead of SharedHandle 2013-06-22 01:10:38 +09:00
DHTMessageFactory.h Require -std=c++11 and use std::shared_ptr instead of SharedHandle 2013-06-22 01:10:38 +09:00
DHTMessageFactoryImpl.cc Require -std=c++11 and use std::shared_ptr instead of SharedHandle 2013-06-22 01:10:38 +09:00
DHTMessageFactoryImpl.h Require -std=c++11 and use std::shared_ptr instead of SharedHandle 2013-06-22 01:10:38 +09:00
DHTMessageReceiver.cc Require -std=c++11 and use std::shared_ptr instead of SharedHandle 2013-06-22 01:10:38 +09:00
DHTMessageReceiver.h Require -std=c++11 and use std::shared_ptr instead of SharedHandle 2013-06-22 01:10:38 +09:00
DHTMessageTracker.cc Require -std=c++11 and use std::shared_ptr instead of SharedHandle 2013-06-22 01:10:38 +09:00
DHTMessageTracker.h Require -std=c++11 and use std::shared_ptr instead of SharedHandle 2013-06-22 01:10:38 +09:00
DHTMessageTrackerEntry.cc Require -std=c++11 and use std::shared_ptr instead of SharedHandle 2013-06-22 01:10:38 +09:00
DHTMessageTrackerEntry.h Require -std=c++11 and use std::shared_ptr instead of SharedHandle 2013-06-22 01:10:38 +09:00
DHTNode.cc Use int instead of unsigned int where unsigned int is not needed. 2011-12-09 21:39:43 +09:00
DHTNode.h Require -std=c++11 and use std::shared_ptr instead of SharedHandle 2013-06-22 01:10:38 +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 Require -std=c++11 and use std::shared_ptr instead of SharedHandle 2013-06-22 01:10:38 +09:00
DHTNodeLookupTask.h Require -std=c++11 and use std::shared_ptr instead of SharedHandle 2013-06-22 01:10:38 +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 Require -std=c++11 and use std::shared_ptr instead of SharedHandle 2013-06-22 01:10:38 +09:00
DHTPeerAnnounceCommand.cc Require -std=c++11 and use std::shared_ptr instead of SharedHandle 2013-06-22 01:10:38 +09:00
DHTPeerAnnounceCommand.h Require -std=c++11 and use std::shared_ptr instead of SharedHandle 2013-06-22 01:10:38 +09:00
DHTPeerAnnounceEntry.cc Require -std=c++11 and use std::shared_ptr instead of SharedHandle 2013-06-22 01:10:38 +09:00
DHTPeerAnnounceEntry.h Require -std=c++11 and use std::shared_ptr instead of SharedHandle 2013-06-22 01:10:38 +09:00
DHTPeerAnnounceStorage.cc Require -std=c++11 and use std::shared_ptr instead of SharedHandle 2013-06-22 01:10:38 +09:00
DHTPeerAnnounceStorage.h Require -std=c++11 and use std::shared_ptr instead of SharedHandle 2013-06-22 01:10:38 +09:00
DHTPeerLookupTask.cc Require -std=c++11 and use std::shared_ptr instead of SharedHandle 2013-06-22 01:10:38 +09:00
DHTPeerLookupTask.h Require -std=c++11 and use std::shared_ptr instead of SharedHandle 2013-06-22 01:10:38 +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 Require -std=c++11 and use std::shared_ptr instead of SharedHandle 2013-06-22 01:10:38 +09:00
DHTPingMessage.cc Require -std=c++11 and use std::shared_ptr instead of SharedHandle 2013-06-22 01:10:38 +09:00
DHTPingMessage.h Require -std=c++11 and use std::shared_ptr instead of SharedHandle 2013-06-22 01:10:38 +09:00
DHTPingReplyMessage.cc Require -std=c++11 and use std::shared_ptr instead of SharedHandle 2013-06-22 01:10:38 +09:00
DHTPingReplyMessage.h Require -std=c++11 and use std::shared_ptr instead of SharedHandle 2013-06-22 01:10:38 +09:00
DHTPingReplyMessageCallback.h Require -std=c++11 and use std::shared_ptr instead of SharedHandle 2013-06-22 01:10:38 +09:00
DHTPingTask.cc Require -std=c++11 and use std::shared_ptr instead of SharedHandle 2013-06-22 01:10:38 +09:00
DHTPingTask.h Require -std=c++11 and use std::shared_ptr instead of SharedHandle 2013-06-22 01:10:38 +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 Require -std=c++11 and use std::shared_ptr instead of SharedHandle 2013-06-22 01:10:38 +09:00
DHTRegistry.cc
DHTRegistry.h Require -std=c++11 and use std::shared_ptr instead of SharedHandle 2013-06-22 01:10:38 +09:00
DHTReplaceNodeTask.cc Require -std=c++11 and use std::shared_ptr instead of SharedHandle 2013-06-22 01:10:38 +09:00
DHTReplaceNodeTask.h Require -std=c++11 and use std::shared_ptr instead of SharedHandle 2013-06-22 01:10:38 +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 Require -std=c++11 and use std::shared_ptr instead of SharedHandle 2013-06-22 01:10:38 +09:00
DHTRoutingTable.cc Require -std=c++11 and use std::shared_ptr instead of SharedHandle 2013-06-22 01:10:38 +09:00
DHTRoutingTable.h Require -std=c++11 and use std::shared_ptr instead of SharedHandle 2013-06-22 01:10:38 +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 Wrap Command object in std::unique_ptr 2013-06-23 21:55:52 +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 Require -std=c++11 and use std::shared_ptr instead of SharedHandle 2013-06-22 01:10:38 +09:00
DHTTaskFactoryImpl.h Require -std=c++11 and use std::shared_ptr instead of SharedHandle 2013-06-22 01:10:38 +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 Require -std=c++11 and use std::shared_ptr instead of SharedHandle 2013-06-22 01:10:38 +09:00
DHTTokenTracker.cc
DHTTokenTracker.h
DHTTokenUpdateCommand.cc Require -std=c++11 and use std::shared_ptr instead of SharedHandle 2013-06-22 01:10:38 +09:00
DHTTokenUpdateCommand.h Require -std=c++11 and use std::shared_ptr instead of SharedHandle 2013-06-22 01:10:38 +09:00
DHTUnknownMessage.cc Require -std=c++11 and use std::shared_ptr instead of SharedHandle 2013-06-22 01:10:38 +09:00
DHTUnknownMessage.h Require -std=c++11 and use std::shared_ptr instead of SharedHandle 2013-06-22 01:10:38 +09:00
DNSCache.cc Require -std=c++11 and use std::shared_ptr instead of SharedHandle 2013-06-22 01:10:38 +09:00
DNSCache.h Require -std=c++11 and use std::shared_ptr instead of SharedHandle 2013-06-22 01:10:38 +09:00
DefaultAuthResolver.cc Require -std=c++11 and use std::shared_ptr instead of SharedHandle 2013-06-22 01:10:38 +09:00
DefaultAuthResolver.h Require -std=c++11 and use std::shared_ptr instead of SharedHandle 2013-06-22 01:10:38 +09:00
DefaultBtAnnounce.cc DefaultBtAnnounce: Use non-owning raw pointer for downloadContext_ 2013-06-23 12:14:17 +09:00
DefaultBtAnnounce.h DefaultBtAnnounce: Use non-owning raw pointer for downloadContext_ 2013-06-23 12:14:17 +09:00
DefaultBtInteractive.cc DownloadContext::attrs_ now holds std::unique_ptr 2013-06-23 00:59:55 +09:00
DefaultBtInteractive.h Require -std=c++11 and use std::shared_ptr instead of SharedHandle 2013-06-22 01:10:38 +09:00
DefaultBtMessageDispatcher.cc DefaultBtMessageDispatcher: Use raw pointers for non-owning objects 2013-06-23 12:25:58 +09:00
DefaultBtMessageDispatcher.h DefaultBtMessageDispatcher: Use raw pointers for non-owning objects 2013-06-23 12:25:58 +09:00
DefaultBtMessageFactory.cc AbstractBtMessage: Use std::unique_ptr for validator 2013-06-23 16:12:19 +09:00
DefaultBtMessageFactory.h Use raw pointers to PieceStorage, PeerStorage and DownloadContxt for BtMessages 2013-06-23 00:01:40 +09:00
DefaultBtMessageReceiver.cc DefaultBtMessageReceiver: Use raw pointer for non-owning object 2013-06-23 12:29:18 +09:00
DefaultBtMessageReceiver.h DefaultBtMessageReceiver: Use raw pointer for non-owning object 2013-06-23 12:29:18 +09:00
DefaultBtProgressInfoFile.cc Require -std=c++11 and use std::shared_ptr instead of SharedHandle 2013-06-22 01:10:38 +09:00
DefaultBtProgressInfoFile.h Require -std=c++11 and use std::shared_ptr instead of SharedHandle 2013-06-22 01:10:38 +09:00
DefaultBtRequestFactory.cc DefaultBtRequestFactory: Use raw pointer for pieceStorage_ 2013-06-23 12:02:36 +09:00
DefaultBtRequestFactory.h DefaultBtRequestFactory: Use raw pointer for pieceStorage_ 2013-06-23 12:02:36 +09:00
DefaultDiskWriter.cc Use int64_t instead of off_t 2012-07-23 21:42:47 +09:00
DefaultDiskWriter.h Code cleanup 2012-09-28 22:00:46 +09:00
DefaultDiskWriterFactory.cc Require -std=c++11 and use std::shared_ptr instead of SharedHandle 2013-06-22 01:10:38 +09:00
DefaultDiskWriterFactory.h Require -std=c++11 and use std::shared_ptr instead of SharedHandle 2013-06-22 01:10:38 +09:00
DefaultExtensionMessageFactory.cc Require -std=c++11 and use std::shared_ptr instead of SharedHandle 2013-06-22 01:10:38 +09:00
DefaultExtensionMessageFactory.h Require -std=c++11 and use std::shared_ptr instead of SharedHandle 2013-06-22 01:10:38 +09:00
DefaultPeerStorage.cc Require -std=c++11 and use std::shared_ptr instead of SharedHandle 2013-06-22 01:10:38 +09:00
DefaultPeerStorage.h Require -std=c++11 and use std::shared_ptr instead of SharedHandle 2013-06-22 01:10:38 +09:00
DefaultPieceStorage.cc DownloadContext::attrs_ now holds std::unique_ptr 2013-06-23 00:59:55 +09:00
DefaultPieceStorage.h Require -std=c++11 and use std::shared_ptr instead of SharedHandle 2013-06-22 01:10:38 +09:00
DefaultStreamPieceSelector.cc Added PieceStorage::onDownloadIncomplete() virtual function. 2011-08-24 23:16:06 +09:00
DefaultStreamPieceSelector.h Added PieceStorage::onDownloadIncomplete() virtual function. 2011-08-24 23:16:06 +09:00
Dependency.h Simplified RequestGroupMan::fillRequestGroupFromReserver 2012-12-22 23:37:44 +09:00
DirectDiskAdaptor.cc
DirectDiskAdaptor.h Removed *Handle typedef 2012-09-28 23:27:46 +09:00
DiskAdaptor.cc Use enum to select file allocation method 2012-08-11 23:38:58 +09:00
DiskAdaptor.h Require -std=c++11 and use std::shared_ptr instead of SharedHandle 2013-06-22 01:10:38 +09:00
DiskWriter.h Removed *Handle typedef 2012-09-28 23:27:46 +09:00
DiskWriterFactory.h Require -std=c++11 and use std::shared_ptr instead of SharedHandle 2013-06-22 01:10:38 +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 Require -std=c++11 and use std::shared_ptr instead of SharedHandle 2013-06-22 01:10:38 +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 Require -std=c++11 and use std::shared_ptr instead of SharedHandle 2013-06-22 01:10:38 +09:00
DownloadCommand.cc Wrap Command object in std::unique_ptr 2013-06-23 21:55:52 +09:00
DownloadCommand.h Require -std=c++11 and use std::shared_ptr instead of SharedHandle 2013-06-22 01:10:38 +09:00
DownloadContext.cc Pass std::unique_ptr by value 2013-06-23 16:24:47 +09:00
DownloadContext.h Pass std::unique_ptr by value 2013-06-23 16:24:47 +09:00
DownloadEngine.cc Wrap Command object in std::unique_ptr 2013-06-23 21:55:52 +09:00
DownloadEngine.h Wrap Command object in std::unique_ptr 2013-06-23 21:55:52 +09:00
DownloadEngineFactory.cc Wrap Command object in std::unique_ptr 2013-06-23 21:55:52 +09:00
DownloadEngineFactory.h Move RequestGroup vector from Context to RequestGroupMan 2013-06-23 16:35:14 +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 Require -std=c++11 and use std::shared_ptr instead of SharedHandle 2013-06-22 01:10:38 +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 Rewritten DownloadHandlerConstants 2012-09-22 23:19:41 +09: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
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 Require -std=c++11 and use std::shared_ptr instead of SharedHandle 2013-06-22 01:10:38 +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 Removed *Handle typedef 2012-09-28 23:27:46 +09:00
ExtensionMessageFactory.h Require -std=c++11 and use std::shared_ptr instead of SharedHandle 2013-06-22 01:10:38 +09:00
ExtensionMessageRegistry.cc Rewritten ExtensionMessageRegistry 2012-09-26 22:02:48 +09: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 int64_t instead of off_t 2012-07-23 21:42:47 +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 Require -std=c++11 and use std::shared_ptr instead of SharedHandle 2013-06-22 01:10:38 +09:00
FeatureConfig.cc Require -std=c++11 and use std::shared_ptr instead of SharedHandle 2013-06-22 01:10:38 +09:00
FeatureConfig.h Print linked 3rd party libraries with version in `aria2c -v` output 2013-04-10 00:23:39 +09:00
FeedbackURISelector.cc Require -std=c++11 and use std::shared_ptr instead of SharedHandle 2013-06-22 01:10:38 +09:00
FeedbackURISelector.h Require -std=c++11 and use std::shared_ptr instead of SharedHandle 2013-06-22 01:10:38 +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 Wrap Command object in std::unique_ptr 2013-06-23 21:55:52 +09:00
FileAllocationCommand.h Require -std=c++11 and use std::shared_ptr instead of SharedHandle 2013-06-22 01:10:38 +09:00
FileAllocationDispatcherCommand.cc Wrap Command object in std::unique_ptr 2013-06-23 21:55:52 +09:00
FileAllocationDispatcherCommand.h Wrap Command object in std::unique_ptr 2013-06-23 21:55:52 +09:00
FileAllocationEntry.cc Wrap Command object in std::unique_ptr 2013-06-23 21:55:52 +09:00
FileAllocationEntry.h Wrap Command object in std::unique_ptr 2013-06-23 21:55:52 +09:00
FileAllocationIterator.h Require -std=c++11 and use std::shared_ptr instead of SharedHandle 2013-06-22 01:10:38 +09:00
FileAllocationMan.h
FileEntry.cc Use std::mem_fn instead of std::mem_fun 2013-06-22 19:15:57 +09:00
FileEntry.h Require -std=c++11 and use std::shared_ptr instead of SharedHandle 2013-06-22 01:10:38 +09:00
FillRequestGroupCommand.cc Wrap Command object in std::unique_ptr 2013-06-23 21:55:52 +09:00
FillRequestGroupCommand.h Require -std=c++11 and use std::shared_ptr instead of SharedHandle 2013-06-22 01:10:38 +09:00
FtpConnection.cc Use move to send string data into SocketBuffer::pushStr 2013-06-23 23:31:07 +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 Require -std=c++11 and use std::shared_ptr instead of SharedHandle 2013-06-22 01:10:38 +09:00
FtpFinishDownloadCommand.cc Wrap Command object in std::unique_ptr 2013-06-23 21:55:52 +09:00
FtpFinishDownloadCommand.h Require -std=c++11 and use std::shared_ptr instead of SharedHandle 2013-06-22 01:10:38 +09:00
FtpInitiateConnectionCommand.cc Wrap Command object in std::unique_ptr 2013-06-23 21:55:52 +09:00
FtpInitiateConnectionCommand.h Wrap Command object in std::unique_ptr 2013-06-23 21:55:52 +09:00
FtpNegotiationCommand.cc Wrap Command object in std::unique_ptr 2013-06-23 21:55:52 +09:00
FtpNegotiationCommand.h Require -std=c++11 and use std::shared_ptr instead of SharedHandle 2013-06-22 01:10:38 +09:00
FtpNegotiationConnectChain.h Wrap Command object in std::unique_ptr 2013-06-23 21:55:52 +09:00
FtpTunnelRequestCommand.cc Wrap Command object in std::unique_ptr 2013-06-23 21:55:52 +09:00
FtpTunnelRequestCommand.h Wrap Command object in std::unique_ptr 2013-06-23 21:55:52 +09:00
FtpTunnelRequestConnectChain.h Wrap Command object in std::unique_ptr 2013-06-23 21:55:52 +09:00
FtpTunnelResponseCommand.cc Wrap Command object in std::unique_ptr 2013-06-23 21:55:52 +09:00
FtpTunnelResponseCommand.h Wrap Command object in std::unique_ptr 2013-06-23 21:55:52 +09:00
GZipDecodingStreamFilter.cc Require -std=c++11 and use std::shared_ptr instead of SharedHandle 2013-06-22 01:10:38 +09:00
GZipDecodingStreamFilter.h Require -std=c++11 and use std::shared_ptr instead of SharedHandle 2013-06-22 01:10:38 +09:00
GZipEncoder.cc
GZipEncoder.h Removed unused members 2012-10-29 23:42:58 +09:00
GZipFile.cc Remove open_ member from BufferedFile and GZipFile 2013-05-23 23:28:08 +09:00
GZipFile.h Fix redeclaration warning on opensolaris 2013-05-26 16:15:57 +09:00
GenericParser.h Require -std=c++11 and use std::shared_ptr instead of SharedHandle 2013-06-22 01:10:38 +09:00
GeomStreamPieceSelector.cc Added PieceStorage::onDownloadIncomplete() virtual function. 2011-08-24 23:16:06 +09:00
GeomStreamPieceSelector.h Added PieceStorage::onDownloadIncomplete() virtual function. 2011-08-24 23:16:06 +09:00
GroupId.cc Require -std=c++11 and use std::shared_ptr instead of SharedHandle 2013-06-22 01:10:38 +09: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 Require -std=c++11 and use std::shared_ptr instead of SharedHandle 2013-06-22 01:10:38 +09:00
GrowSegment.h Require -std=c++11 and use std::shared_ptr instead of SharedHandle 2013-06-22 01:10:38 +09:00
HandshakeExtensionMessage.cc DownloadContext::attrs_ now holds std::unique_ptr 2013-06-23 00:59:55 +09:00
HandshakeExtensionMessage.h Require -std=c++11 and use std::shared_ptr instead of SharedHandle 2013-06-22 01:10:38 +09:00
HashFuncEntry.h
HaveEraseCommand.cc Require -std=c++11 and use std::shared_ptr instead of SharedHandle 2013-06-22 01:10:38 +09:00
HaveEraseCommand.h
HttpConnection.cc Use move to send string data into SocketBuffer::pushStr 2013-06-23 23:31:07 +09:00
HttpConnection.h Require -std=c++11 and use std::shared_ptr instead of SharedHandle 2013-06-22 01:10:38 +09:00
HttpDownloadCommand.cc Wrap Command object in std::unique_ptr 2013-06-23 21:55:52 +09:00
HttpDownloadCommand.h Require -std=c++11 and use std::shared_ptr instead of SharedHandle 2013-06-22 01:10:38 +09:00
HttpHeader.cc Remove vbegin and vend in favor of std::begin and std::end 2013-06-24 21:46:42 +09: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 Require -std=c++11 and use std::shared_ptr instead of SharedHandle 2013-06-22 01:10:38 +09:00
HttpHeaderProcessor.h Require -std=c++11 and use std::shared_ptr instead of SharedHandle 2013-06-22 01:10:38 +09:00
HttpInitiateConnectionCommand.cc Wrap Command object in std::unique_ptr 2013-06-23 21:55:52 +09:00
HttpInitiateConnectionCommand.h Wrap Command object in std::unique_ptr 2013-06-23 21:55:52 +09:00
HttpListenCommand.cc Wrap Command object in std::unique_ptr 2013-06-23 21:55:52 +09:00
HttpListenCommand.h Require -std=c++11 and use std::shared_ptr instead of SharedHandle 2013-06-22 01:10:38 +09:00
HttpProxyRequestCommand.cc Wrap Command object in std::unique_ptr 2013-06-23 21:55:52 +09:00
HttpProxyRequestCommand.h Wrap Command object in std::unique_ptr 2013-06-23 21:55:52 +09:00
HttpProxyRequestConnectChain.h Wrap Command object in std::unique_ptr 2013-06-23 21:55:52 +09:00
HttpProxyResponseCommand.cc Wrap Command object in std::unique_ptr 2013-06-23 21:55:52 +09:00
HttpProxyResponseCommand.h Wrap Command object in std::unique_ptr 2013-06-23 21:55:52 +09:00
HttpRequest.cc Require -std=c++11 and use std::shared_ptr instead of SharedHandle 2013-06-22 01:10:38 +09:00
HttpRequest.h Require -std=c++11 and use std::shared_ptr instead of SharedHandle 2013-06-22 01:10:38 +09:00
HttpRequestCommand.cc Wrap Command object in std::unique_ptr 2013-06-23 21:55:52 +09:00
HttpRequestCommand.h Require -std=c++11 and use std::shared_ptr instead of SharedHandle 2013-06-22 01:10:38 +09:00
HttpRequestConnectChain.h Wrap Command object in std::unique_ptr 2013-06-23 21:55:52 +09:00
HttpResponse.cc Require -std=c++11 and use std::shared_ptr instead of SharedHandle 2013-06-22 01:10:38 +09:00
HttpResponse.h Require -std=c++11 and use std::shared_ptr instead of SharedHandle 2013-06-22 01:10:38 +09:00
HttpResponseCommand.cc Wrap Command object in std::unique_ptr 2013-06-23 21:55:52 +09:00
HttpResponseCommand.h Wrap Command object in std::unique_ptr 2013-06-23 21:55:52 +09:00
HttpServer.cc HttpServer: Use std::unique_ptr for lastBody_ and headerProcessor_ 2013-06-23 23:44:38 +09:00
HttpServer.h HttpServer: Use std::unique_ptr for lastBody_ and headerProcessor_ 2013-06-23 23:44:38 +09:00
HttpServerBodyCommand.cc HttpServer: Use std::unique_ptr for lastBody_ and headerProcessor_ 2013-06-23 23:44:38 +09:00
HttpServerBodyCommand.h Require -std=c++11 and use std::shared_ptr instead of SharedHandle 2013-06-22 01:10:38 +09:00
HttpServerCommand.cc Wrap Command object in std::unique_ptr 2013-06-23 21:55:52 +09:00
HttpServerCommand.h Require -std=c++11 and use std::shared_ptr instead of SharedHandle 2013-06-22 01:10:38 +09:00
HttpServerResponseCommand.cc Wrap Command object in std::unique_ptr 2013-06-23 21:55:52 +09:00
HttpServerResponseCommand.h Require -std=c++11 and use std::shared_ptr instead of SharedHandle 2013-06-22 01:10:38 +09:00
HttpSkipResponseCommand.cc Wrap Command object in std::unique_ptr 2013-06-23 21:55:52 +09:00
HttpSkipResponseCommand.h Require -std=c++11 and use std::shared_ptr instead of SharedHandle 2013-06-22 01:10:38 +09:00
IOFile.cc Introduce IOFile abstract class to refactor BufferedFile and GZipFile 2013-05-23 23:12:32 +09:00
IOFile.h Introduce IOFile abstract class to refactor BufferedFile and GZipFile 2013-05-23 23:12:32 +09:00
IndexBtMessage.cc Made BtMessage's NAME const char[] 2012-09-25 23:28:24 +09:00
IndexBtMessage.h Made static create function of BtMessage subclass return raw pointer 2012-09-27 23:40:25 +09:00
IndexBtMessageValidator.cc
IndexBtMessageValidator.h
IndexedList.h Fix invalid reference return in IndexedListIterator 2013-05-19 18:02:44 +02:00
InitiateConnectionCommand.cc Wrap Command object in std::unique_ptr 2013-06-23 21:55:52 +09:00
InitiateConnectionCommand.h Wrap Command object in std::unique_ptr 2013-06-23 21:55:52 +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 Wrap Command object in std::unique_ptr 2013-06-23 21:55:52 +09:00
InitiatorMSEHandshakeCommand.h Require -std=c++11 and use std::shared_ptr instead of SharedHandle 2013-06-22 01:10:38 +09:00
InorderStreamPieceSelector.cc Added PieceStorage::onDownloadIncomplete() virtual function. 2011-08-24 23:16:06 +09:00
InorderStreamPieceSelector.h Added PieceStorage::onDownloadIncomplete() virtual function. 2011-08-24 23:16:06 +09:00
InorderURISelector.cc
InorderURISelector.h
IteratableChecksumValidator.cc Require -std=c++11 and use std::shared_ptr instead of SharedHandle 2013-06-22 01:10:38 +09:00
IteratableChecksumValidator.h Require -std=c++11 and use std::shared_ptr instead of SharedHandle 2013-06-22 01:10:38 +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 Require -std=c++11 and use std::shared_ptr instead of SharedHandle 2013-06-22 01:10:38 +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 Add SessionConfig to store per Session config 2013-05-04 23:56:19 +09:00
KeepRunningCommand.h Fix event polling not working with no downloads but keepRunning_ is true 2013-05-02 12:44:55 +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 Require -std=c++11 and use std::shared_ptr instead of SharedHandle 2013-06-22 01:10:38 +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 Remove vbegin and vend in favor of std::begin and std::end 2013-06-24 21:46:42 +09:00
LibgcryptMessageDigestImpl.h Require -std=c++11 and use std::shared_ptr instead of SharedHandle 2013-06-22 01:10:38 +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 AppleTLS: Implement AppleTLS and Apple Message Digest 2013-04-05 23:10:47 +02:00
LibgnutlsTLSSession.cc Remove auto_delete in favor of std::unique_ptr 2013-06-22 18:51:29 +09:00
LibgnutlsTLSSession.h AppleTLS: Implement AppleTLS and Apple Message Digest 2013-04-05 23:10:47 +02: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 Remove vbegin and vend in favor of std::begin and std::end 2013-06-24 21:46:42 +09:00
LibnettleMessageDigestImpl.h Require -std=c++11 and use std::shared_ptr instead of SharedHandle 2013-06-22 01:10:38 +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 Remove vbegin and vend in favor of std::begin and std::end 2013-06-24 21:46:42 +09:00
LibsslMessageDigestImpl.h Require -std=c++11 and use std::shared_ptr instead of SharedHandle 2013-06-22 01:10:38 +09:00
LibsslTLSContext.cc AppleTLS: Implement AppleTLS and Apple Message Digest 2013-04-05 23:10:47 +02:00
LibsslTLSContext.h AppleTLS: Implement AppleTLS and Apple Message Digest 2013-04-05 23:10:47 +02:00
LibsslTLSSession.cc Remove auto_delete in favor of std::unique_ptr 2013-06-22 18:51:29 +09:00
LibsslTLSSession.h AppleTLS: Implement AppleTLS and Apple Message Digest 2013-04-05 23:10:47 +02:00
LibuvEventPoll.cc Require -std=c++11 and use std::shared_ptr instead of SharedHandle 2013-06-22 01:10:38 +09:00
LibuvEventPoll.h Require -std=c++11 and use std::shared_ptr instead of SharedHandle 2013-06-22 01:10:38 +09: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 Require -std=c++11 and use std::shared_ptr instead of SharedHandle 2013-06-22 01:10:38 +09: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
LpdDispatchMessageCommand.cc Wrap Command object in std::unique_ptr 2013-06-23 21:55:52 +09:00
LpdDispatchMessageCommand.h Require -std=c++11 and use std::shared_ptr instead of SharedHandle 2013-06-22 01:10:38 +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 Require -std=c++11 and use std::shared_ptr instead of SharedHandle 2013-06-22 01:10:38 +09:00
LpdMessageReceiver.h Require -std=c++11 and use std::shared_ptr instead of SharedHandle 2013-06-22 01:10:38 +09:00
LpdReceiveMessageCommand.cc Wrap Command object in std::unique_ptr 2013-06-23 21:55:52 +09:00
LpdReceiveMessageCommand.h Require -std=c++11 and use std::shared_ptr instead of SharedHandle 2013-06-22 01:10:38 +09:00
MSEHandshake.cc Require -std=c++11 and use std::shared_ptr instead of SharedHandle 2013-06-22 01:10:38 +09:00
MSEHandshake.h Require -std=c++11 and use std::shared_ptr instead of SharedHandle 2013-06-22 01:10:38 +09:00
Makefile.am Wrap Command object in std::unique_ptr 2013-06-23 21:55:52 +09: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 Require -std=c++11 and use std::shared_ptr instead of SharedHandle 2013-06-22 01:10:38 +09:00
MessageDigest.cc Remove vbegin and vend in favor of std::begin and std::end 2013-06-24 21:46:42 +09:00
MessageDigest.h Require -std=c++11 and use std::shared_ptr instead of SharedHandle 2013-06-22 01:10:38 +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 Cleanup a2functional.h 2013-06-22 17:53:39 +09:00
Metalink2RequestGroup.h Require -std=c++11 and use std::shared_ptr instead of SharedHandle 2013-06-22 01:10:38 +09:00
MetalinkEntry.cc Cleanup a2functional.h 2013-06-22 17:53:39 +09:00
MetalinkEntry.h Require -std=c++11 and use std::shared_ptr instead of SharedHandle 2013-06-22 01:10:38 +09:00
MetalinkHttpEntry.cc
MetalinkHttpEntry.h
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 Cleanup a2functional.h 2013-06-22 17:53:39 +09:00
MetalinkParserController.h Require -std=c++11 and use std::shared_ptr instead of SharedHandle 2013-06-22 01:10:38 +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 Require -std=c++11 and use std::shared_ptr instead of SharedHandle 2013-06-22 01:10:38 +09:00
MetalinkParserStateImpl.h Rewritten Metalink XML parser. 2011-11-10 22:38:01 +09:00
MetalinkParserStateMachine.cc Removed trailing spaces 2012-10-01 23:52:22 +09:00
MetalinkParserStateMachine.h Require -std=c++11 and use std::shared_ptr instead of SharedHandle 2013-06-22 01:10:38 +09:00
MetalinkParserStateV3Impl.cc Support off64_t for Android build 2013-05-06 19:12:17 +09:00
MetalinkParserStateV3Impl.h Rewritten Metalink XML parser. 2011-11-10 22:38:01 +09:00
MetalinkParserStateV4Impl.cc Support off64_t for Android build 2013-05-06 19:12:17 +09:00
MetalinkParserStateV4Impl.h Rewritten Metalink XML parser. 2011-11-10 22:38:01 +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 Require -std=c++11 and use std::shared_ptr instead of SharedHandle 2013-06-22 01:10:38 +09:00
MetalinkResource.cc Removed MetalinkResource static strings 2012-09-25 23:03:19 +09:00
MetalinkResource.h Removed MetalinkResource static strings 2012-09-25 23:03:19 +09:00
Metalinker.cc Require -std=c++11 and use std::shared_ptr instead of SharedHandle 2013-06-22 01:10:38 +09:00
Metalinker.h Require -std=c++11 and use std::shared_ptr instead of SharedHandle 2013-06-22 01:10:38 +09:00
MultiDiskAdaptor.cc Cleanup a2functional.h 2013-06-22 17:53:39 +09:00
MultiDiskAdaptor.h Require -std=c++11 and use std::shared_ptr instead of SharedHandle 2013-06-22 01:10:38 +09:00
MultiFileAllocationIterator.cc Require -std=c++11 and use std::shared_ptr instead of SharedHandle 2013-06-22 01:10:38 +09:00
MultiFileAllocationIterator.h Use std::unique_ptr instead of std::shared_ptr 2013-06-22 15:49:41 +09:00
MultiUrlRequestInfo.cc Move RequestGroup vector from Context to RequestGroupMan 2013-06-23 16:35:14 +09:00
MultiUrlRequestInfo.h Move RequestGroup vector from Context to RequestGroupMan 2013-06-23 16:35:14 +09:00
NameResolveCommand.cc Wrap Command object in std::unique_ptr 2013-06-23 21:55:52 +09:00
NameResolveCommand.h Require -std=c++11 and use std::shared_ptr instead of SharedHandle 2013-06-22 01:10:38 +09:00
NameResolver.cc Remove auto_delete in favor of std::unique_ptr 2013-06-22 18:51:29 +09: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 Require -std=c++11 and use std::shared_ptr instead of SharedHandle 2013-06-22 01:10:38 +09:00
Netrc.h Require -std=c++11 and use std::shared_ptr instead of SharedHandle 2013-06-22 01:10:38 +09:00
NetrcAuthResolver.cc Require -std=c++11 and use std::shared_ptr instead of SharedHandle 2013-06-22 01:10:38 +09:00
NetrcAuthResolver.h Require -std=c++11 and use std::shared_ptr instead of SharedHandle 2013-06-22 01:10:38 +09:00
Notifier.cc Require -std=c++11 and use std::shared_ptr instead of SharedHandle 2013-06-22 01:10:38 +09:00
Notifier.h Require -std=c++11 and use std::shared_ptr instead of SharedHandle 2013-06-22 01:10:38 +09:00
NsCookieParser.cc Made BufferedFile ctor take const char* args 2012-09-25 23:44:41 +09:00
NsCookieParser.h
NullHandle.h Require -std=c++11 and use std::shared_ptr instead of SharedHandle 2013-06-22 01:10:38 +09:00
NullOutputFile.h Suppress console output for none-standalone mode 2013-05-02 11:30:42 +09:00
NullProgressInfoFile.h Removed *Handle typedef 2012-09-28 23:27:46 +09:00
NullSinkStreamFilter.cc
NullSinkStreamFilter.h Require -std=c++11 and use std::shared_ptr instead of SharedHandle 2013-06-22 01:10:38 +09:00
NullStatCalc.h
NullWebSocketSessionMan.h Require -std=c++11 and use std::shared_ptr instead of SharedHandle 2013-06-22 01:10:38 +09:00
Option.cc Require -std=c++11 and use std::shared_ptr instead of SharedHandle 2013-06-22 01:10:38 +09: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 Require -std=c++11 and use std::shared_ptr instead of SharedHandle 2013-06-22 01:10:38 +09:00
OptionHandlerFactory.cc Remove vbegin and vend in favor of std::begin and std::end 2013-06-24 21:46:42 +09:00
OptionHandlerFactory.h Handle OptionHandlers as raw pointer 2012-09-27 22:45:31 +09:00
OptionHandlerImpl.cc Pass std::unique_ptr by value 2013-06-23 16:24:47 +09:00
OptionHandlerImpl.h Pass std::unique_ptr by value 2013-06-23 16:24:47 +09:00
OptionParser.cc Require -std=c++11 and use std::shared_ptr instead of SharedHandle 2013-06-22 01:10:38 +09: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 Rename /BadCondition/ in Peer to /Drop/ 2013-01-26 18:50:48 +09:00
Peer.h Require -std=c++11 and use std::shared_ptr instead of SharedHandle 2013-06-22 01:10:38 +09:00
PeerAbstractCommand.cc Wrap Command object in std::unique_ptr 2013-06-23 21:55:52 +09:00
PeerAbstractCommand.h Wrap Command object in std::unique_ptr 2013-06-23 21:55:52 +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 Require -std=c++11 and use std::shared_ptr instead of SharedHandle 2013-06-22 01:10:38 +09:00
PeerConnection.cc Require -std=c++11 and use std::shared_ptr instead of SharedHandle 2013-06-22 01:10:38 +09:00
PeerConnection.h Require -std=c++11 and use std::shared_ptr instead of SharedHandle 2013-06-22 01:10:38 +09:00
PeerInitiateConnectionCommand.cc Wrap Command object in std::unique_ptr 2013-06-23 21:55:52 +09:00
PeerInitiateConnectionCommand.h Require -std=c++11 and use std::shared_ptr instead of SharedHandle 2013-06-22 01:10:38 +09:00
PeerInteractionCommand.cc Wrap Command object in std::unique_ptr 2013-06-23 21:55:52 +09:00
PeerInteractionCommand.h Require -std=c++11 and use std::shared_ptr instead of SharedHandle 2013-06-22 01:10:38 +09:00
PeerListenCommand.cc Wrap Command object in std::unique_ptr 2013-06-23 21:55:52 +09:00
PeerListenCommand.h Require -std=c++11 and use std::shared_ptr instead of SharedHandle 2013-06-22 01:10:38 +09:00
PeerReceiveHandshakeCommand.cc Wrap Command object in std::unique_ptr 2013-06-23 21:55:52 +09:00
PeerReceiveHandshakeCommand.h Require -std=c++11 and use std::shared_ptr instead of SharedHandle 2013-06-22 01:10:38 +09:00
PeerSessionResource.cc Reworked download/upload statistics calculation 2012-10-25 23:33:45 +09: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 Require -std=c++11 and use std::shared_ptr instead of SharedHandle 2013-06-22 01:10:38 +09:00
Piece.h Require -std=c++11 and use std::shared_ptr instead of SharedHandle 2013-06-22 01:10:38 +09:00
PieceHashCheckIntegrityEntry.cc Wrap Command object in std::unique_ptr 2013-06-23 21:55:52 +09:00
PieceHashCheckIntegrityEntry.h Wrap Command object in std::unique_ptr 2013-06-23 21:55:52 +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 Require -std=c++11 and use std::shared_ptr instead of SharedHandle 2013-06-22 01:10:38 +09:00
Platform.cc Include winsock2.h before windows.h 2013-05-25 23:28:28 +09:00
Platform.h
PollEventPoll.cc Require -std=c++11 and use std::shared_ptr instead of SharedHandle 2013-06-22 01:10:38 +09:00
PollEventPoll.h Require -std=c++11 and use std::shared_ptr instead of SharedHandle 2013-06-22 01:10:38 +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 Require -std=c++11 and use std::shared_ptr instead of SharedHandle 2013-06-22 01:10:38 +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 Require -std=c++11 and use std::shared_ptr instead of SharedHandle 2013-06-22 01:10:38 +09:00
PriorityPieceSelector.h Require -std=c++11 and use std::shared_ptr instead of SharedHandle 2013-06-22 01:10:38 +09:00
ProgressAwareEntry.h Removed *Handle typedef 2012-09-28 23:27:46 +09:00
ProtocolDetector.cc Use uri_split instead of uri::parse where appropriate 2012-10-14 18:05:34 +09: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 Made BtMessage's NAME const char[] 2012-09-25 23:28:24 +09:00
RangeBtMessage.h Made static create function of BtMessage subclass return raw pointer 2012-09-27 23:40:25 +09:00
RangeBtMessageValidator.cc Use int32_t for begin, length in RangeBtMessage 2011-12-09 21:39:43 +09:00
RangeBtMessageValidator.h Use int32_t for begin, length in RangeBtMessage 2011-12-09 21:39:43 +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 Require -std=c++11 and use std::shared_ptr instead of SharedHandle 2013-06-22 01:10:38 +09:00
RealtimeCommand.cc
RealtimeCommand.h
ReceiverMSEHandshakeCommand.cc Wrap Command object in std::unique_ptr 2013-06-23 21:55:52 +09:00
ReceiverMSEHandshakeCommand.h Require -std=c++11 and use std::shared_ptr instead of SharedHandle 2013-06-22 01:10:38 +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 Require -std=c++11 and use std::shared_ptr instead of SharedHandle 2013-06-22 01:10:38 +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 Wrap Command object in std::unique_ptr 2013-06-23 21:55:52 +09:00
RequestGroup.h Wrap Command object in std::unique_ptr 2013-06-23 21:55:52 +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 Wrap Command object in std::unique_ptr 2013-06-23 21:55:52 +09:00
RequestGroupEntry.h Wrap Command object in std::unique_ptr 2013-06-23 21:55:52 +09:00
RequestGroupMan.cc Wrap Command object in std::unique_ptr 2013-06-23 21:55:52 +09:00
RequestGroupMan.h Move RequestGroup vector from Context to RequestGroupMan 2013-06-23 16:35:14 +09:00
RequestSlot.cc wallclock is now retrieved using global::wallclock() call. 2011-08-10 01:17:28 +09:00
RequestSlot.h Require -std=c++11 and use std::shared_ptr instead of SharedHandle 2013-06-22 01:10:38 +09:00
RpcMethod.cc Use std::mem_fn instead of std::mem_fun 2013-06-22 19:15:57 +09:00
RpcMethod.h Require -std=c++11 and use std::shared_ptr instead of SharedHandle 2013-06-22 01:10:38 +09:00
RpcMethodFactory.cc Require -std=c++11 and use std::shared_ptr instead of SharedHandle 2013-06-22 01:10:38 +09:00
RpcMethodFactory.h Require -std=c++11 and use std::shared_ptr instead of SharedHandle 2013-06-22 01:10:38 +09:00
RpcMethodImpl.cc Wrap Command object in std::unique_ptr 2013-06-23 21:55:52 +09:00
RpcMethodImpl.h DownloadContext::attrs_ now holds std::unique_ptr 2013-06-23 00:59:55 +09:00
RpcRequest.cc Require -std=c++11 and use std::shared_ptr instead of SharedHandle 2013-06-22 01:10:38 +09:00
RpcRequest.h Require -std=c++11 and use std::shared_ptr instead of SharedHandle 2013-06-22 01:10:38 +09:00
RpcResponse.cc Require -std=c++11 and use std::shared_ptr instead of SharedHandle 2013-06-22 01:10:38 +09:00
RpcResponse.h Require -std=c++11 and use std::shared_ptr instead of SharedHandle 2013-06-22 01:10:38 +09:00
SaveSessionCommand.cc Added --save-session-interval option 2013-01-10 00:15:30 +09:00
SaveSessionCommand.h Added --save-session-interval option 2013-01-10 00:15:30 +09:00
SeedCheckCommand.cc Use std::unique_ptr for UnionSeedCriteria 2013-06-23 22:07:25 +09:00
SeedCheckCommand.h Use std::unique_ptr for UnionSeedCriteria 2013-06-23 22:07:25 +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 Require -std=c++11 and use std::shared_ptr instead of SharedHandle 2013-06-22 01:10:38 +09: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 Use std::mem_fn instead of std::mem_fun 2013-06-22 19:15:57 +09:00
SelectEventPoll.h Require -std=c++11 and use std::shared_ptr instead of SharedHandle 2013-06-22 01:10:38 +09:00
SequentialDispatcherCommand.h Wrap Command object in std::unique_ptr 2013-06-23 21:55:52 +09:00
SequentialPicker.h Require -std=c++11 and use std::shared_ptr instead of SharedHandle 2013-06-22 01:10:38 +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 Require -std=c++11 and use std::shared_ptr instead of SharedHandle 2013-06-22 01:10:38 +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 Require -std=c++11 and use std::shared_ptr instead of SharedHandle 2013-06-22 01:10:38 +09:00
SessionSerializer.h Require -std=c++11 and use std::shared_ptr instead of SharedHandle 2013-06-22 01:10:38 +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 Require -std=c++11 and use std::shared_ptr instead of SharedHandle 2013-06-22 01:10:38 +09:00
Signature.cc
Signature.h Require -std=c++11 and use std::shared_ptr instead of SharedHandle 2013-06-22 01:10:38 +09:00
SimpleBtMessage.cc Vectorized write for SocketBuffer to avoid small packet 2013-01-11 16:50:04 +09:00
SimpleBtMessage.h Hygiene: Fix some clang warnings, mostly unused private members. 2013-03-01 13:17:52 +01:00
SimpleRandomizer.cc Use std::unique_ptr instead of std::shared_ptr 2013-06-22 15:49:41 +09:00
SimpleRandomizer.h Use std::unique_ptr instead of std::shared_ptr 2013-06-22 15:49:41 +09:00
SingleFileAllocationIterator.cc Use int64_t instead of off_t 2012-07-23 21:42:47 +09:00
SingleFileAllocationIterator.h Removed trailing spaces 2012-10-01 23:52:22 +09:00
SingletonHolder.h Pass std::unique_ptr by value 2013-06-23 16:24:47 +09:00
SinkStreamFilter.cc Require -std=c++11 and use std::shared_ptr instead of SharedHandle 2013-06-22 01:10:38 +09:00
SinkStreamFilter.h Require -std=c++11 and use std::shared_ptr instead of SharedHandle 2013-06-22 01:10:38 +09:00
SocketBuffer.cc SocketBuffer: Use std::unique_ptr to store BufEntry 2013-06-23 23:06:12 +09:00
SocketBuffer.h SocketBuffer: Use std::unique_ptr to store BufEntry 2013-06-23 23:06:12 +09:00
SocketCore.cc Remove auto_delete in favor of std::unique_ptr 2013-06-22 18:51:29 +09: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 Use const char* instead of static const std::string 2012-09-24 23:20:43 +09:00
Sqlite3CookieParser.h Use const char* instead of static const std::string 2012-09-24 23:20:43 +09:00
Sqlite3CookieParserImpl.cc Use const char* instead of static const std::string 2012-09-24 23:20:43 +09:00
Sqlite3CookieParserImpl.h Use const char* instead of static const std::string 2012-09-24 23:20:43 +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 Wrap Command object in std::unique_ptr 2013-06-23 21:55:52 +09:00
StreamCheckIntegrityEntry.h Wrap Command object in std::unique_ptr 2013-06-23 21:55:52 +09:00
StreamFileAllocationEntry.cc Wrap Command object in std::unique_ptr 2013-06-23 21:55:52 +09:00
StreamFileAllocationEntry.h Wrap Command object in std::unique_ptr 2013-06-23 21:55:52 +09:00
StreamFilter.cc Require -std=c++11 and use std::shared_ptr instead of SharedHandle 2013-06-22 01:10:38 +09:00
StreamFilter.h Require -std=c++11 and use std::shared_ptr instead of SharedHandle 2013-06-22 01:10:38 +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 Remove vbegin and vend in favor of std::begin and std::end 2013-06-24 21:46:42 +09:00
TimeA2.h
TimeBasedCommand.cc Wrap Command object in std::unique_ptr 2013-06-23 21:55:52 +09:00
TimeBasedCommand.h
TimeSeedCriteria.cc wallclock is now retrieved using global::wallclock() call. 2011-08-10 01:17:28 +09:00
TimeSeedCriteria.h
TimedHaltCommand.cc Made notice level log messages translatable 2011-12-02 22:38:53 +09:00
TimedHaltCommand.h
TimerA2.cc
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 Wrap Command object in std::unique_ptr 2013-06-23 21:55:52 +09:00
TrackerWatcherCommand.h Require -std=c++11 and use std::shared_ptr instead of SharedHandle 2013-06-22 01:10:38 +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
TruncFileAllocationIterator.cc mingw32: Make NTFS sparse file on --file-allocation=trunc 2013-01-11 18:35:54 +09:00
TruncFileAllocationIterator.h Added new file allocation method called 'trunc' 2012-08-12 16:52:53 +09:00
UDPTrackerClient.cc Require -std=c++11 and use std::shared_ptr instead of SharedHandle 2013-06-22 01:10:38 +09: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 Require -std=c++11 and use std::shared_ptr instead of SharedHandle 2013-06-22 01:10:38 +09:00
UTMetadataDataExtensionMessage.h Require -std=c++11 and use std::shared_ptr instead of SharedHandle 2013-06-22 01:10:38 +09:00
UTMetadataExtensionMessage.cc Made ExtensionMessage's NAME const char[] 2012-09-26 00:01:41 +09:00
UTMetadataExtensionMessage.h Removed trailing spaces 2012-10-01 23:52:22 +09:00
UTMetadataPostDownloadHandler.cc DownloadContext::attrs_ now holds std::unique_ptr 2013-06-23 00:59:55 +09:00
UTMetadataPostDownloadHandler.h Require -std=c++11 and use std::shared_ptr instead of SharedHandle 2013-06-22 01:10:38 +09:00
UTMetadataRejectExtensionMessage.cc Use fmt instead of using snprintf directly 2011-11-12 19:33:38 +09:00
UTMetadataRejectExtensionMessage.h
UTMetadataRequestExtensionMessage.cc DownloadContext::attrs_ now holds std::unique_ptr 2013-06-23 00:59:55 +09:00
UTMetadataRequestExtensionMessage.h Require -std=c++11 and use std::shared_ptr instead of SharedHandle 2013-06-22 01:10:38 +09:00
UTMetadataRequestFactory.cc Require -std=c++11 and use std::shared_ptr instead of SharedHandle 2013-06-22 01:10:38 +09:00
UTMetadataRequestFactory.h Require -std=c++11 and use std::shared_ptr instead of SharedHandle 2013-06-22 01:10:38 +09:00
UTMetadataRequestTracker.cc Use std::remove_if 2013-02-26 23:43:20 +09:00
UTMetadataRequestTracker.h Update doc 2013-02-26 23:43:52 +09:00
UTPexExtensionMessage.cc Require -std=c++11 and use std::shared_ptr instead of SharedHandle 2013-06-22 01:10:38 +09:00
UTPexExtensionMessage.h Require -std=c++11 and use std::shared_ptr instead of SharedHandle 2013-06-22 01:10:38 +09:00
UnionSeedCriteria.cc Use std::unique_ptr for UnionSeedCriteria 2013-06-23 22:07:25 +09:00
UnionSeedCriteria.h Use std::unique_ptr for UnionSeedCriteria 2013-06-23 22:07:25 +09:00
UnknownLengthPieceStorage.cc Require -std=c++11 and use std::shared_ptr instead of SharedHandle 2013-06-22 01:10:38 +09:00
UnknownLengthPieceStorage.h Require -std=c++11 and use std::shared_ptr instead of SharedHandle 2013-06-22 01:10:38 +09: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 Require -std=c++11 and use std::shared_ptr instead of SharedHandle 2013-06-22 01:10:38 +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 Require -std=c++11 and use std::shared_ptr instead of SharedHandle 2013-06-22 01:10:38 +09:00
ValueBase.h Require -std=c++11 and use std::shared_ptr instead of SharedHandle 2013-06-22 01:10:38 +09:00
ValueBaseBencodeParser.h Added stream Bencode parser 2012-07-24 23:50:06 +09:00
ValueBaseDiskWriter.h Require -std=c++11 and use std::shared_ptr instead of SharedHandle 2013-06-22 01:10:38 +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 Added streaming parser for structured data format. 2012-07-10 01:42:42 +09:00
ValueBaseStructParserStateMachine.cc Require -std=c++11 and use std::shared_ptr instead of SharedHandle 2013-06-22 01:10:38 +09:00
ValueBaseStructParserStateMachine.h Require -std=c++11 and use std::shared_ptr instead of SharedHandle 2013-06-22 01:10:38 +09:00
WatchProcessCommand.cc Use PRId64 for int64_t format specifier 2012-06-25 22:43:33 +09:00
WatchProcessCommand.h Added --stop-with-process=PID option. 2011-12-01 23:21:44 +09:00
WebSocketInteractionCommand.cc Wrap Command object in std::unique_ptr 2013-06-23 21:55:52 +09:00
WebSocketInteractionCommand.h Require -std=c++11 and use std::shared_ptr instead of SharedHandle 2013-06-22 01:10:38 +09:00
WebSocketResponseCommand.cc Wrap Command object in std::unique_ptr 2013-06-23 21:55:52 +09:00
WebSocketResponseCommand.h Require -std=c++11 and use std::shared_ptr instead of SharedHandle 2013-06-22 01:10:38 +09:00
WebSocketSession.cc Require -std=c++11 and use std::shared_ptr instead of SharedHandle 2013-06-22 01:10:38 +09:00
WebSocketSession.h Require -std=c++11 and use std::shared_ptr instead of SharedHandle 2013-06-22 01:10:38 +09:00
WebSocketSessionMan.cc Require -std=c++11 and use std::shared_ptr instead of SharedHandle 2013-06-22 01:10:38 +09:00
WebSocketSessionMan.h Require -std=c++11 and use std::shared_ptr instead of SharedHandle 2013-06-22 01:10:38 +09:00
WinConsoleFile.cc Do not use a virtual varargs function 2013-03-02 15:48:26 +01:00
WinConsoleFile.h Do not use a virtual varargs function 2013-03-02 15:48:26 +01: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 Rewritten ExpatXmlParser 2012-07-23 23:41:33 +09:00
Xml2XmlParser.h Rewritten ExpatXmlParser 2012-07-23 23:41:33 +09:00
XmlAttr.cc Rewritten Metalink XML parser. 2011-11-10 22:38:01 +09:00
XmlAttr.h Rewritten Metalink XML parser. 2011-11-10 22:38:01 +09:00
XmlParser.cc Fixed resource leak 2012-10-29 23:42:58 +09:00
XmlParser.h Rewritten ExpatXmlParser 2012-07-23 23:41:33 +09:00
XmlRpcDiskWriter.cc Require -std=c++11 and use std::shared_ptr instead of SharedHandle 2013-06-22 01:10:38 +09:00
XmlRpcDiskWriter.h Removed trailing spaces 2012-10-01 23:52:22 +09:00
XmlRpcRequestParserController.cc Require -std=c++11 and use std::shared_ptr instead of SharedHandle 2013-06-22 01:10:38 +09:00
XmlRpcRequestParserController.h Require -std=c++11 and use std::shared_ptr instead of SharedHandle 2013-06-22 01:10:38 +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 Removed trailing spaces 2012-10-01 23:52:22 +09:00
XmlRpcRequestParserStateMachine.cc Require -std=c++11 and use std::shared_ptr instead of SharedHandle 2013-06-22 01:10:38 +09:00
XmlRpcRequestParserStateMachine.h Require -std=c++11 and use std::shared_ptr instead of SharedHandle 2013-06-22 01:10:38 +09:00
ZeroBtMessage.cc
ZeroBtMessage.h Made static create function of BtMessage subclass return raw pointer 2012-09-27 23:40:25 +09:00
a2algo.h Remove forEachMemFunSH in favor of for loop with auto 2013-06-22 19:04:52 +09:00
a2functional.h Remove auto_delete in favor of std::unique_ptr 2013-06-22 18:51:29 +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 Use std::mem_fn instead of std::mem_fun 2013-06-22 19:15:57 +09:00
aria2api.h Require -std=c++11 and use std::shared_ptr instead of SharedHandle 2013-06-22 01:10:38 +09:00
array_fun.h Remove vbegin and vend in favor of std::begin and std::end 2013-06-24 21:46:42 +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 Require -std=c++11 and use std::shared_ptr instead of SharedHandle 2013-06-22 01:10:38 +09:00
bencode2.h Require -std=c++11 and use std::shared_ptr instead of SharedHandle 2013-06-22 01:10:38 +09:00
bitfield.cc
bitfield.h Removed trailing spaces 2012-10-01 23:52:22 +09:00
bittorrent_helper.cc DownloadContext::attrs_ now holds std::unique_ptr 2013-06-23 00:59:55 +09:00
bittorrent_helper.h DownloadContext::attrs_ now holds std::unique_ptr 2013-06-23 00:59:55 +09: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 toUpper, toLower: Let compiler copy src 2013-06-24 23:23:34 +09:00
cookie_helper.h Rewritten util::split and added its iterator version. 2011-11-04 22:27:58 +09:00
daemon.cc Use _exit() instead of exit() where appropriate 2013-02-14 01:01:06 +09:00
daemon.h
download_helper.cc download_helper: Cleanup 2013-06-24 23:49:49 +09:00
download_helper.h download_helper: Cleanup 2013-06-24 23:49:49 +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 Require -std=c++11 and use std::shared_ptr instead of SharedHandle 2013-06-22 01:10:38 +09:00
json.h Require -std=c++11 and use std::shared_ptr instead of SharedHandle 2013-06-22 01:10:38 +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 Require -std=c++11 and use std::shared_ptr instead of SharedHandle 2013-06-22 01:10:38 +09:00
magnet.h Require -std=c++11 and use std::shared_ptr instead of SharedHandle 2013-06-22 01:10:38 +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 Require -std=c++11 and use std::shared_ptr instead of SharedHandle 2013-06-22 01:10:38 +09:00
message_digest_helper.h Require -std=c++11 and use std::shared_ptr instead of SharedHandle 2013-06-22 01:10:38 +09:00
metalink_helper.cc Require -std=c++11 and use std::shared_ptr instead of SharedHandle 2013-06-22 01:10:38 +09:00
metalink_helper.h Require -std=c++11 and use std::shared_ptr instead of SharedHandle 2013-06-22 01:10:38 +09:00
option_processing.cc Require -std=c++11 and use std::shared_ptr instead of SharedHandle 2013-06-22 01:10:38 +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 Replaced uint64_t with off_t or int64_t. 2011-12-09 21:39:43 +09:00
prefs.cc LibUV: Implement LibuvEventPoll 2013-04-10 08:47:20 +02:00
prefs.h LibUV: Implement LibuvEventPoll 2013-04-10 08:47:20 +02:00
right.txt
rpc_helper.cc Require -std=c++11 and use std::shared_ptr instead of SharedHandle 2013-06-22 01:10:38 +09:00
rpc_helper.h Require -std=c++11 and use std::shared_ptr instead of SharedHandle 2013-06-22 01:10:38 +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 Do the same doc improvements to --follow-metalink 2013-06-12 21:37:30 +09:00
util.cc toUpper, toLower: Let compiler copy src 2013-06-24 23:23:34 +09:00
util.h toUpper, toLower: Let compiler copy src 2013-06-24 23:23:34 +09: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 wallclock is now retrieved using global::wallclock() call. 2011-08-10 01:17:28 +09:00
wallclock.h wallclock is now retrieved using global::wallclock() call. 2011-08-10 01:17:28 +09:00