aria2/test
Tatsuhiro Tsujikawa 529b9fdceb Use std::unique_ptr for ExtensionMessage 2013-07-01 21:42:51 +09:00
..
.gitignore Added .gitignore files 2012-02-27 21:49:01 +09:00
2files.metalink 2009-05-15 Tatsuhiro Tsujikawa <t-tujikawa@users.sourceforge.net> 2009-05-15 10:15:52 +00:00
4096chunk.txt
ARC4Test.cc Rewritten *ARC4Encryptor. Removed *ARC4Context. 2011-11-08 00:50:07 +09:00
AbstractCommandTest.cc Removed trailing spaces 2012-10-01 23:52:22 +09:00
AllTest.cc Suppress console output for none-standalone mode 2013-05-02 11:30:42 +09:00
AnnounceListTest.cc Require -std=c++11 and use std::shared_ptr instead of SharedHandle 2013-06-22 01:10:38 +09:00
Aria2ApiTest.cc Require -std=c++11 and use std::shared_ptr instead of SharedHandle 2013-06-22 01:10:38 +09:00
AsyncNameResolverTest.cc Fixed memory leak 2012-05-16 23:28:07 +09:00
AuthConfigFactoryTest.cc Rewrite AuthConfig objects using std::unique_ptr 2013-06-26 21:45:29 +09:00
Base32Test.cc Made util::fromHex and base32::decode function template 2011-11-05 18:05:23 +09:00
Base64Test.cc Fixed base64::decode() return "" if input ends with garbase and no padding 2012-07-04 22:51:41 +09:00
Bencode2Test.cc Require -std=c++11 and use std::shared_ptr instead of SharedHandle 2013-06-22 01:10:38 +09:00
BitfieldManTest.cc Fixed BitfieldMan::getOffsetCompletedLength overflow on 32-bit systems 2012-12-16 17:26:01 +09:00
BittorrentHelperTest.cc Remove vbegin and vend in favor of std::begin and std::end 2013-06-24 21:46:42 +09:00
BtAllowedFastMessageTest.cc Require -std=c++11 and use std::shared_ptr instead of SharedHandle 2013-06-22 01:10:38 +09:00
BtBitfieldMessageTest.cc Use raw pointers to PieceStorage, PeerStorage and DownloadContxt for BtMessages 2013-06-23 00:01:40 +09:00
BtCancelMessageTest.cc Wrap BtMessage objects by std::unique_ptr instead of std::shared_ptr 2013-06-30 22:55:43 +09:00
BtChokeMessageTest.cc Wrap BtMessage objects by std::unique_ptr instead of std::shared_ptr 2013-06-30 22:55:43 +09:00
BtDependencyTest.cc DownloadContext::attrs_ now holds std::unique_ptr 2013-06-23 00:59:55 +09:00
BtExtendedMessageTest.cc Use std::unique_ptr for ExtensionMessage 2013-07-01 21:42:51 +09:00
BtHandshakeMessageTest.cc Require -std=c++11 and use std::shared_ptr instead of SharedHandle 2013-06-22 01:10:38 +09:00
BtHaveAllMessageTest.cc Use raw pointers to PieceStorage, PeerStorage and DownloadContxt for BtMessages 2013-06-23 00:01:40 +09:00
BtHaveMessageTest.cc Use raw pointers to PieceStorage, PeerStorage and DownloadContxt for BtMessages 2013-06-23 00:01:40 +09:00
BtHaveNoneMessageTest.cc Require -std=c++11 and use std::shared_ptr instead of SharedHandle 2013-06-22 01:10:38 +09:00
BtInterestedMessageTest.cc Use raw pointers to PieceStorage, PeerStorage and DownloadContxt for BtMessages 2013-06-23 00:01:40 +09:00
BtKeepAliveMessageTest.cc 2010-03-05 Tatsuhiro Tsujikawa <t-tujikawa@users.sourceforge.net> 2010-03-04 16:24:03 +00:00
BtNotInterestedMessageTest.cc Use raw pointers to PieceStorage, PeerStorage and DownloadContxt for BtMessages 2013-06-23 00:01:40 +09:00
BtPieceMessageTest.cc Wrap BtMessage objects by std::unique_ptr instead of std::shared_ptr 2013-06-30 22:55:43 +09:00
BtPortMessageTest.cc Require -std=c++11 and use std::shared_ptr instead of SharedHandle 2013-06-22 01:10:38 +09:00
BtPostDownloadHandlerTest.cc Require -std=c++11 and use std::shared_ptr instead of SharedHandle 2013-06-22 01:10:38 +09:00
BtRegistryTest.cc DownloadContext::attrs_ now holds std::unique_ptr 2013-06-23 00:59:55 +09:00
BtRejectMessageTest.cc Use RequestSlot as pointer to avoid copying 2013-06-30 00:31:50 +09:00
BtRequestMessageTest.cc Wrap BtMessage objects by std::unique_ptr instead of std::shared_ptr 2013-06-30 22:55:43 +09:00
BtSuggestPieceMessageTest.cc Wrap BtMessage objects by std::unique_ptr instead of std::shared_ptr 2013-06-30 22:55:43 +09:00
BtUnchokeMessageTest.cc Require -std=c++11 and use std::shared_ptr instead of SharedHandle 2013-06-22 01:10:38 +09:00
BufferedFileTest.cc Introduce IOFile abstract class to refactor BufferedFile and GZipFile 2013-05-23 23:12:32 +09:00
ByteArrayDiskWriterTest.cc Use int64_t instead of off_t 2012-07-23 21:42:47 +09:00
ChunkedDecodingStreamFilterTest.cc Require -std=c++11 and use std::shared_ptr instead of SharedHandle 2013-06-22 01:10:38 +09:00
CookieBoxTest.cc Removed trailing spaces 2012-10-01 23:52:22 +09:00
CookieHelperTest.cc Rewrite CookieStorage 2013-06-29 23:09:09 +09:00
CookieStorageTest.cc Rewrite CookieStorage 2013-06-29 23:09:09 +09:00
CookieTest.cc Rewrite CookieStorage 2013-06-29 23:09:09 +09:00
DHKeyExchangeTest.cc 2010-01-06 Tatsuhiro Tsujikawa <t-tujikawa@users.sourceforge.net> 2010-01-05 16:01:46 +00:00
DHTAnnouncePeerMessageTest.cc Require -std=c++11 and use std::shared_ptr instead of SharedHandle 2013-06-22 01:10:38 +09:00
DHTAnnouncePeerReplyMessageTest.cc Require -std=c++11 and use std::shared_ptr instead of SharedHandle 2013-06-22 01:10:38 +09:00
DHTBucketTest.cc Require -std=c++11 and use std::shared_ptr instead of SharedHandle 2013-06-22 01:10:38 +09:00
DHTBucketTreeTest.cc Require -std=c++11 and use std::shared_ptr instead of SharedHandle 2013-06-22 01:10:38 +09:00
DHTConnectionImplTest.cc 2010-08-07 Tatsuhiro Tsujikawa <t-tujikawa@users.sourceforge.net> 2010-08-07 14:15:21 +00:00
DHTFindNodeMessageTest.cc Require -std=c++11 and use std::shared_ptr instead of SharedHandle 2013-06-22 01:10:38 +09:00
DHTFindNodeReplyMessageTest.cc Require -std=c++11 and use std::shared_ptr instead of SharedHandle 2013-06-22 01:10:38 +09:00
DHTGetPeersMessageTest.cc Require -std=c++11 and use std::shared_ptr instead of SharedHandle 2013-06-22 01:10:38 +09:00
DHTGetPeersReplyMessageTest.cc Require -std=c++11 and use std::shared_ptr instead of SharedHandle 2013-06-22 01:10:38 +09:00
DHTIDCloserTest.cc Require -std=c++11 and use std::shared_ptr instead of SharedHandle 2013-06-22 01:10:38 +09:00
DHTMessageFactoryImplTest.cc Require -std=c++11 and use std::shared_ptr instead of SharedHandle 2013-06-22 01:10:38 +09:00
DHTMessageTrackerEntryTest.cc Require -std=c++11 and use std::shared_ptr instead of SharedHandle 2013-06-22 01:10:38 +09:00
DHTMessageTrackerTest.cc Require -std=c++11 and use std::shared_ptr instead of SharedHandle 2013-06-22 01:10:38 +09:00
DHTNodeTest.cc 2009-10-23 Tatsuhiro Tsujikawa <t-tujikawa@users.sourceforge.net> 2009-10-22 15:35:33 +00:00
DHTPeerAnnounceEntryTest.cc Require -std=c++11 and use std::shared_ptr instead of SharedHandle 2013-06-22 01:10:38 +09:00
DHTPeerAnnounceStorageTest.cc Require -std=c++11 and use std::shared_ptr instead of SharedHandle 2013-06-22 01:10:38 +09:00
DHTPingMessageTest.cc Require -std=c++11 and use std::shared_ptr instead of SharedHandle 2013-06-22 01:10:38 +09:00
DHTPingReplyMessageTest.cc Require -std=c++11 and use std::shared_ptr instead of SharedHandle 2013-06-22 01:10:38 +09:00
DHTRoutingTableDeserializerTest.cc Remove vbegin and vend in favor of std::begin and std::end 2013-06-24 21:46:42 +09:00
DHTRoutingTableSerializerTest.cc Remove vbegin and vend in favor of std::begin and std::end 2013-06-24 21:46:42 +09:00
DHTRoutingTableTest.cc Require -std=c++11 and use std::shared_ptr instead of SharedHandle 2013-06-22 01:10:38 +09:00
DHTTaskExecutorTest.cc Require -std=c++11 and use std::shared_ptr instead of SharedHandle 2013-06-22 01:10:38 +09:00
DHTTokenTrackerTest.cc Removed trailing spaces 2012-10-01 23:52:22 +09:00
DHTUnknownMessageTest.cc Require -std=c++11 and use std::shared_ptr instead of SharedHandle 2013-06-22 01:10:38 +09:00
DNSCacheTest.cc 2010-06-21 Tatsuhiro Tsujikawa <t-tujikawa@users.sourceforge.net> 2010-06-21 13:51:56 +00:00
DefaultAuthResolverTest.cc Rewrite AuthConfig objects using std::unique_ptr 2013-06-26 21:45:29 +09:00
DefaultBtAnnounceTest.cc Remove vbegin and vend in favor of std::begin and std::end 2013-06-24 21:46:42 +09:00
DefaultBtMessageDispatcherTest.cc Wrap BtMessage objects by std::unique_ptr instead of std::shared_ptr 2013-06-30 22:55:43 +09:00
DefaultBtMessageFactoryTest.cc Use std::unique_ptr for ExtensionMessage 2013-07-01 21:42:51 +09:00
DefaultBtProgressInfoFileTest.cc Remove vbegin and vend in favor of std::begin and std::end 2013-06-24 21:46:42 +09:00
DefaultBtRequestFactoryTest.cc Wrap BtMessage objects by std::unique_ptr instead of std::shared_ptr 2013-06-30 22:55:43 +09:00
DefaultDiskWriterTest.cc Use int64_t instead of off_t 2012-07-23 21:42:47 +09:00
DefaultExtensionMessageFactoryTest.cc Use std::unique_ptr for ExtensionMessage 2013-07-01 21:42:51 +09:00
DefaultPeerStorageTest.cc Require -std=c++11 and use std::shared_ptr instead of SharedHandle 2013-06-22 01:10:38 +09:00
DefaultPieceStorageTest.cc Require -std=c++11 and use std::shared_ptr instead of SharedHandle 2013-06-22 01:10:38 +09:00
DirectDiskAdaptorTest.cc Require -std=c++11 and use std::shared_ptr instead of SharedHandle 2013-06-22 01:10:38 +09:00
DownloadContextTest.cc Remove vbegin and vend in favor of std::begin and std::end 2013-06-24 21:46:42 +09:00
DownloadHandlerFactoryTest.cc Require -std=c++11 and use std::shared_ptr instead of SharedHandle 2013-06-22 01:10:38 +09:00
DownloadHelperTest.cc Remove vbegin and vend in favor of std::begin and std::end 2013-06-24 21:46:42 +09:00
ExceptionTest.cc Removed A2STR strings other than NIL 2012-09-24 23:01:08 +09:00
ExtensionMessageRegistryTest.cc Rewritten ExtensionMessageRegistry 2012-09-26 22:02:48 +09:00
FallocFileAllocationIteratorTest.cc Use int64_t instead of off_t 2012-06-25 23:35:24 +09:00
FeatureConfigTest.cc Remove vbegin and vend in favor of std::begin and std::end 2013-06-24 21:46:42 +09:00
FeedbackURISelectorTest.cc Remove vbegin and vend in favor of std::begin and std::end 2013-06-24 21:46:42 +09:00
FileEntryTest.cc Require -std=c++11 and use std::shared_ptr instead of SharedHandle 2013-06-22 01:10:38 +09:00
FileTest.cc Removed trailing spaces 2012-10-01 23:52:22 +09:00
FixedNumberRandomizer.h 2010-10-31 Tatsuhiro Tsujikawa <t-tujikawa@users.sourceforge.net> 2010-10-31 07:23:53 +00:00
FmtTest.cc 2010-11-20 Tatsuhiro Tsujikawa <t-tujikawa@users.sourceforge.net> 2010-11-20 09:36:14 +00:00
FtpConnectionTest.cc Require -std=c++11 and use std::shared_ptr instead of SharedHandle 2013-06-22 01:10:38 +09:00
GZipDecoder.cc Moved GZipDecoder to test 2012-09-24 22:38:59 +09:00
GZipDecoder.h Moved GZipDecoder to test 2012-09-24 22:38:59 +09:00
GZipDecoderTest.cc Renamed MessageDigestHelper as message_digest_helper 2011-02-05 23:38:51 +09:00
GZipDecodingStreamFilterTest.cc Require -std=c++11 and use std::shared_ptr instead of SharedHandle 2013-06-22 01:10:38 +09:00
GZipEncoderTest.cc Use nothrow version of parseInt, parseUInt and parseLLInt 2012-09-27 00:45:32 +09:00
GZipFileTest.cc Add GZipFileTest 2013-03-03 14:16:32 +09:00
GeomStreamPieceSelectorTest.cc Added PieceStorage::onDownloadIncomplete() virtual function. 2011-08-24 23:16:06 +09:00
GroupIdTest.cc Remove vbegin and vend in favor of std::begin and std::end 2013-06-24 21:46:42 +09:00
GrowSegmentTest.cc Require -std=c++11 and use std::shared_ptr instead of SharedHandle 2013-06-22 01:10:38 +09:00
HandshakeExtensionMessageTest.cc Use std::unique_ptr for ExtensionMessage 2013-07-01 21:42:51 +09:00
HttpHeaderProcessorTest.cc Refactor HttpConnection and its neighbor objects 2013-06-26 23:19:15 +09:00
HttpHeaderTest.cc Dont' return SharedHandle from HttpHeader::getRange() 2012-09-30 17:30:35 +09:00
HttpRequestTest.cc Rewrite CookieStorage 2013-06-29 23:09:09 +09:00
HttpResponseTest.cc Rewrite CookieStorage 2013-06-29 23:09:09 +09:00
IndexedListTest.cc Remove vbegin and vend in favor of std::begin and std::end 2013-06-24 21:46:42 +09:00
InorderPieceSelector.h Replaced InOrder with Inorder. 2011-06-11 21:49:09 +09:00
InorderURISelectorTest.cc Remove vbegin and vend in favor of std::begin and std::end 2013-06-24 21:46:42 +09:00
IteratableChecksumValidatorTest.cc Require -std=c++11 and use std::shared_ptr instead of SharedHandle 2013-06-22 01:10:38 +09:00
IteratableChunkChecksumValidatorTest.cc Require -std=c++11 and use std::shared_ptr instead of SharedHandle 2013-06-22 01:10:38 +09:00
JsonTest.cc Require -std=c++11 and use std::shared_ptr instead of SharedHandle 2013-06-22 01:10:38 +09:00
LongestSequencePieceSelectorTest.cc 2010-03-25 Tatsuhiro Tsujikawa <t-tujikawa@users.sourceforge.net> 2010-03-25 14:22:43 +00:00
LpdMessageDispatcherTest.cc Require -std=c++11 and use std::shared_ptr instead of SharedHandle 2013-06-22 01:10:38 +09:00
LpdMessageReceiverTest.cc Require -std=c++11 and use std::shared_ptr instead of SharedHandle 2013-06-22 01:10:38 +09:00
MSEHandshakeTest.cc Remove vbegin and vend in favor of std::begin and std::end 2013-06-24 21:46:42 +09:00
MagnetTest.cc Require -std=c++11 and use std::shared_ptr instead of SharedHandle 2013-06-22 01:10:38 +09:00
Makefile.am Remove Triplet, use std::tuple instead 2013-06-22 21:08:50 +09:00
MessageDigestHelperTest.cc Require -std=c++11 and use std::shared_ptr instead of SharedHandle 2013-06-22 01:10:38 +09:00
MessageDigestTest.cc Require -std=c++11 and use std::shared_ptr instead of SharedHandle 2013-06-22 01:10:38 +09:00
Metalink2RequestGroupTest.cc Require -std=c++11 and use std::shared_ptr instead of SharedHandle 2013-06-22 01:10:38 +09:00
MetalinkEntryTest.cc Require -std=c++11 and use std::shared_ptr instead of SharedHandle 2013-06-22 01:10:38 +09:00
MetalinkHelperTest.cc Require -std=c++11 and use std::shared_ptr instead of SharedHandle 2013-06-22 01:10:38 +09:00
MetalinkParserControllerTest.cc Require -std=c++11 and use std::shared_ptr instead of SharedHandle 2013-06-22 01:10:38 +09:00
MetalinkPostDownloadHandlerTest.cc Require -std=c++11 and use std::shared_ptr instead of SharedHandle 2013-06-22 01:10:38 +09:00
MetalinkProcessorTest.cc Require -std=c++11 and use std::shared_ptr instead of SharedHandle 2013-06-22 01:10:38 +09:00
MetalinkerTest.cc Require -std=c++11 and use std::shared_ptr instead of SharedHandle 2013-06-22 01:10:38 +09:00
MockBtAnnounce.h Require -std=c++11 and use std::shared_ptr instead of SharedHandle 2013-06-22 01:10:38 +09:00
MockBtMessage.h Require -std=c++11 and use std::shared_ptr instead of SharedHandle 2013-06-22 01:10:38 +09:00
MockBtMessageDispatcher.h Wrap BtMessage objects by std::unique_ptr instead of std::shared_ptr 2013-06-30 22:55:43 +09:00
MockBtMessageFactory.h Use std::unique_ptr for ExtensionMessage 2013-07-01 21:42:51 +09:00
MockBtProgressInfoFile.h 2010-10-31 Tatsuhiro Tsujikawa <t-tujikawa@users.sourceforge.net> 2010-10-31 07:23:53 +00:00
MockBtRequestFactory.h Wrap BtMessage objects by std::unique_ptr instead of std::shared_ptr 2013-06-30 22:55:43 +09:00
MockDHTMessage.h Require -std=c++11 and use std::shared_ptr instead of SharedHandle 2013-06-22 01:10:38 +09:00
MockDHTMessageCallback.h Require -std=c++11 and use std::shared_ptr instead of SharedHandle 2013-06-22 01:10:38 +09:00
MockDHTMessageDispatcher.h Require -std=c++11 and use std::shared_ptr instead of SharedHandle 2013-06-22 01:10:38 +09:00
MockDHTMessageFactory.h Require -std=c++11 and use std::shared_ptr instead of SharedHandle 2013-06-22 01:10:38 +09:00
MockDHTTask.h Require -std=c++11 and use std::shared_ptr instead of SharedHandle 2013-06-22 01:10:38 +09:00
MockDHTTaskFactory.h Require -std=c++11 and use std::shared_ptr instead of SharedHandle 2013-06-22 01:10:38 +09:00
MockDHTTaskQueue.h Require -std=c++11 and use std::shared_ptr instead of SharedHandle 2013-06-22 01:10:38 +09:00
MockExtensionMessage.h Use std::unique_ptr for ExtensionMessage 2013-07-01 21:42:51 +09:00
MockExtensionMessageFactory.h Use std::unique_ptr for ExtensionMessage 2013-07-01 21:42:51 +09:00
MockPeerStorage.h Require -std=c++11 and use std::shared_ptr instead of SharedHandle 2013-06-22 01:10:38 +09:00
MockPieceSelector.h 2010-10-31 Tatsuhiro Tsujikawa <t-tujikawa@users.sourceforge.net> 2010-10-31 07:23:53 +00:00
MockPieceStorage.h Require -std=c++11 and use std::shared_ptr instead of SharedHandle 2013-06-22 01:10:38 +09:00
MockSegment.h Require -std=c++11 and use std::shared_ptr instead of SharedHandle 2013-06-22 01:10:38 +09:00
MultiDiskAdaptorTest.cc Remove vbegin and vend in favor of std::begin and std::end 2013-06-24 21:46:42 +09:00
MultiFileAllocationIteratorTest.cc Remove vbegin and vend in favor of std::begin and std::end 2013-06-24 21:46:42 +09:00
NetrcAuthResolverTest.cc Rewrite AuthConfig objects using std::unique_ptr 2013-06-26 21:45:29 +09:00
NetrcTest.cc Rewrite AuthConfig objects using std::unique_ptr 2013-06-26 21:45:29 +09:00
NsCookieParserTest.cc Rewrite CookieStorage 2013-06-29 23:09:09 +09:00
OptionHandlerTest.cc ParameterOptionHandler: Use initializer lists for params 2013-06-22 23:19:54 +09:00
OptionParserTest.cc Require -std=c++11 and use std::shared_ptr instead of SharedHandle 2013-06-22 01:10:38 +09:00
OptionTest.cc Require -std=c++11 and use std::shared_ptr instead of SharedHandle 2013-06-22 01:10:38 +09:00
ParamedStringTest.cc Rewritten parametered URI handling routine. 2011-11-06 16:37:02 +09:00
PeerConnectionTest.cc Require -std=c++11 and use std::shared_ptr instead of SharedHandle 2013-06-22 01:10:38 +09:00
PeerSessionResourceTest.cc Require -std=c++11 and use std::shared_ptr instead of SharedHandle 2013-06-22 01:10:38 +09:00
PeerTest.cc Require -std=c++11 and use std::shared_ptr instead of SharedHandle 2013-06-22 01:10:38 +09:00
PieceStatManTest.cc Simplified PieceStatMan and RarestPieceSelector. 2011-08-10 21:29:01 +09:00
PieceTest.cc Require -std=c++11 and use std::shared_ptr instead of SharedHandle 2013-06-22 01:10:38 +09:00
PriorityPieceSelectorTest.cc Remove vbegin and vend in favor of std::begin and std::end 2013-06-24 21:46:42 +09:00
ProtocolDetectorTest.cc Made `make distcheck' pass. 2010-12-02 22:52:35 +09:00
RarestPieceSelectorTest.cc Require -std=c++11 and use std::shared_ptr instead of SharedHandle 2013-06-22 01:10:38 +09:00
RequestGroupManTest.cc Remove vbegin and vend in favor of std::begin and std::end 2013-06-24 21:46:42 +09:00
RequestGroupTest.cc Require -std=c++11 and use std::shared_ptr instead of SharedHandle 2013-06-22 01:10:38 +09:00
RequestTest.cc Join URI on redirect 2013-06-18 00:15:23 +09:00
RpcHelperTest.cc Removed trailing spaces 2012-10-01 23:52:22 +09:00
RpcMethodTest.cc Remove vbegin and vend in favor of std::begin and std::end 2013-06-24 21:46:42 +09:00
RpcResponseTest.cc Require -std=c++11 and use std::shared_ptr instead of SharedHandle 2013-06-22 01:10:38 +09:00
SegListTest.cc Use SegList<int> instead of IntSequence in DownloadContext::setFileFilter() 2011-10-29 23:33:48 +09:00
SegmentManTest.cc Require -std=c++11 and use std::shared_ptr instead of SharedHandle 2013-06-22 01:10:38 +09:00
SegmentTest.cc Require -std=c++11 and use std::shared_ptr instead of SharedHandle 2013-06-22 01:10:38 +09:00
SequentialPickerTest.cc Require -std=c++11 and use std::shared_ptr instead of SharedHandle 2013-06-22 01:10:38 +09:00
ServerStatManTest.cc Require -std=c++11 and use std::shared_ptr instead of SharedHandle 2013-06-22 01:10:38 +09:00
ServerStatTest.cc Removed trailing spaces 2012-10-01 23:52:22 +09:00
SessionSerializerTest.cc Remove vbegin and vend in favor of std::begin and std::end 2013-06-24 21:46:42 +09:00
ShareRatioSeedCriteriaTest.cc Require -std=c++11 and use std::shared_ptr instead of SharedHandle 2013-06-22 01:10:38 +09:00
SignatureTest.cc Removed trailing spaces 2012-10-01 23:52:22 +09:00
SingleFileAllocationIteratorTest.cc Use int64_t instead of off_t 2012-07-23 21:42:47 +09:00
SingletonHolderTest.cc Use std::unique_ptr in SingletonHolder 2013-06-22 19:36:42 +09:00
SinkStreamFilterTest.cc Require -std=c++11 and use std::shared_ptr instead of SharedHandle 2013-06-22 01:10:38 +09:00
SocketCoreTest.cc Remove auto_delete in favor of std::unique_ptr 2013-06-22 18:51:29 +09:00
SpeedCalcTest.cc 2008-02-08 Tatsuhiro Tsujikawa <tujikawa at rednoah dot com> 2008-02-08 15:53:45 +00:00
Sqlite3CookieParserTest.cc Rewrite CookieStorage 2013-06-29 23:09:09 +09:00
TestUtil.cc Rewrite CookieStorage 2013-06-29 23:09:09 +09:00
TestUtil.h Rewrite CookieStorage 2013-06-29 23:09:09 +09:00
TimeSeedCriteriaTest.cc Removed trailing spaces 2012-10-01 23:52:22 +09:00
TimeTest.cc mingw32: Use HANDLE only for MinGW32 build 2012-12-15 18:28:46 +09:00
TimegmTest.cc Rewritten timegm replacement function 2012-07-06 00:34:37 +09:00
UDPTrackerClientTest.cc Require -std=c++11 and use std::shared_ptr instead of SharedHandle 2013-06-22 01:10:38 +09:00
UTMetadataDataExtensionMessageTest.cc Use std::unique_ptr for ExtensionMessage 2013-07-01 21:42:51 +09:00
UTMetadataPostDownloadHandlerTest.cc DownloadContext::attrs_ now holds std::unique_ptr 2013-06-23 00:59:55 +09:00
UTMetadataRejectExtensionMessageTest.cc 2010-01-06 Tatsuhiro Tsujikawa <t-tujikawa@users.sourceforge.net> 2010-01-05 16:01:46 +00:00
UTMetadataRequestExtensionMessageTest.cc Use std::unique_ptr for ExtensionMessage 2013-07-01 21:42:51 +09:00
UTMetadataRequestFactoryTest.cc Use std::unique_ptr for ExtensionMessage 2013-07-01 21:42:51 +09:00
UTMetadataRequestTrackerTest.cc 2009-11-23 Tatsuhiro Tsujikawa <t-tujikawa@users.sourceforge.net> 2009-11-22 15:31:47 +00:00
UTPexExtensionMessageTest.cc Use std::unique_ptr for ExtensionMessage 2013-07-01 21:42:51 +09:00
UriListParserTest.cc Rewritten UriListParser using BufferedFile 2011-08-07 01:05:02 +09:00
UriSplitTest.cc Fixed bug that USR_BASENAME is not defined 2012-12-27 00:03:37 +09:00
UriTest.cc Rewrite URI path component normalization 2013-06-19 00:15:37 +09:00
UtilTest.cc Rewrite util::divide 2013-06-25 00:07:15 +09:00
ValueBaseBencodeParserTest.cc Require -std=c++11 and use std::shared_ptr instead of SharedHandle 2013-06-22 01:10:38 +09:00
ValueBaseJsonParserTest.cc Remove vbegin and vend in favor of std::begin and std::end 2013-06-24 21:46:42 +09:00
ValueBaseTest.cc Require -std=c++11 and use std::shared_ptr instead of SharedHandle 2013-06-22 01:10:38 +09:00
WrDiskCacheEntryTest.cc Require -std=c++11 and use std::shared_ptr instead of SharedHandle 2013-06-22 01:10:38 +09:00
WrDiskCacheTest.cc Require -std=c++11 and use std::shared_ptr instead of SharedHandle 2013-06-22 01:10:38 +09:00
XORCloserTest.cc 2009-10-23 Tatsuhiro Tsujikawa <t-tujikawa@users.sourceforge.net> 2009-10-22 15:35:33 +00:00
XmlRpcRequestParserControllerTest.cc Removed asString, asList, ... and use downcast<T> instead. 2011-09-26 21:45:45 +09:00
a2algoTest.cc Remove vbegin and vend in favor of std::begin and std::end 2013-06-24 21:46:42 +09:00
a2functionalTest.cc Cleanup a2functional.h 2013-06-22 17:53:39 +09:00
array_funTest.cc Remove vbegin and vend in favor of std::begin and std::end 2013-06-24 21:46:42 +09:00
badcookies.sqlite 2008-08-17 Tatsuhiro Tsujikawa <tujikawa at rednoah dot com> 2008-08-17 10:44:12 +00:00
base_uri.xml Support relative URI in Metalink file. 2011-05-07 18:41:18 +09:00
bitfieldTest.cc 2010-03-19 Tatsuhiro Tsujikawa <t-tujikawa@users.sourceforge.net> 2010-03-19 08:56:17 +00:00
chromium_cookies.sqlite 2010-10-10 Tatsuhiro Tsujikawa <t-tujikawa@users.sourceforge.net> 2010-10-10 09:53:30 +00:00
chunkChecksumTestFile250.txt
cookies.sqlite 2010-10-10 Tatsuhiro Tsujikawa <t-tujikawa@users.sourceforge.net> 2010-10-10 09:53:30 +00:00
emptyfile
extension_message_test_helper.h Use std::unique_ptr for ExtensionMessage 2013-07-01 21:42:51 +09:00
file1r.txt
file2r.txt
file3r.txt
filelist1.txt Recognize tab as white space before option in -i list. 2011-08-28 00:40:23 +09:00
filelist2.txt Use std::deque instead of std::list in IndexedList 2013-02-01 00:03:47 +09:00
gzip_decode_test.gz 2008-06-29 Tatsuhiro Tsujikawa <tujikawa at rednoah dot com> 2008-06-29 14:29:36 +00:00
input_uris.txt 2008-11-13 Tatsuhiro Tsujikawa <t-tujikawa@users.sourceforge.net> 2008-11-13 13:40:40 +00:00
load-nonBt-v0001.aria2 2008-08-24 Tatsuhiro Tsujikawa <tujikawa at rednoah dot com> 2008-08-24 09:43:45 +00:00
load-nonBt.aria2
load-v0001.aria2 2008-08-24 Tatsuhiro Tsujikawa <tujikawa at rednoah dot com> 2008-08-24 09:43:45 +00:00
load.aria2
malformed.netrc
metalink3-dirtraversal.xml 2010-02-27 Tatsuhiro Tsujikawa <t-tujikawa@users.sourceforge.net> 2010-02-27 08:22:58 +00:00
metalink4-dosdirtraversal.xml 2010-05-06 Tatsuhiro Tsujikawa <t-tujikawa@users.sourceforge.net> 2010-05-06 14:18:29 +00:00
metalink4-groupbymetaurl.xml 2010-02-28 Tatsuhiro Tsujikawa <t-tujikawa@users.sourceforge.net> 2010-02-27 15:04:48 +00:00
metalink4.xml 2010-03-03 Tatsuhiro Tsujikawa <t-tujikawa@users.sourceforge.net> 2010-03-02 15:14:39 +00:00
nscookietest.txt 2010-10-09 Tatsuhiro Tsujikawa <t-tujikawa@users.sourceforge.net> 2010-10-09 14:22:49 +00:00
sample.netrc 2009-10-17 Tatsuhiro Tsujikawa <t-tujikawa@users.sourceforge.net> 2009-10-17 13:11:03 +00:00
serialize_session.meta4 2010-04-08 Tatsuhiro Tsujikawa <t-tujikawa@users.sourceforge.net> 2010-04-08 12:54:14 +00:00
single.torrent
test.torrent 2009-08-19 Tatsuhiro Tsujikawa <t-tujikawa@users.sourceforge.net> 2009-08-19 14:09:19 +00:00
test.xml 2010-02-27 Tatsuhiro Tsujikawa <t-tujikawa@users.sourceforge.net> 2010-02-27 08:22:58 +00:00
url-list-multiFile.torrent 2010-04-03 Tatsuhiro Tsujikawa <t-tujikawa@users.sourceforge.net> 2010-04-03 04:02:14 +00:00
url-list-singleFile.torrent 2008-01-04 Tatsuhiro Tsujikawa <tujikawa at rednoah dot com> 2008-01-04 12:31:49 +00:00
url-list-singleFileEndsWithSlash.torrent 2010-04-03 Tatsuhiro Tsujikawa <t-tujikawa@users.sourceforge.net> 2010-04-03 04:02:14 +00:00
utf8.torrent 2009-08-19 Tatsuhiro Tsujikawa <t-tujikawa@users.sourceforge.net> 2009-08-19 14:09:19 +00:00