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