aria2/test
Tatsuhiro Tsujikawa 74d6d64271 Use std::unique_ptr for MessageDigest 2013-07-03 01:13:13 +09:00
..
.gitignore Added .gitignore files 2012-02-27 21:49:01 +09:00
2files.metalink
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
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
DHTAnnouncePeerMessageTest.cc Use std::unique_ptr to store DHTMessages instead of std::shared_ptr 2013-07-02 22:58:20 +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 Use std::unique_ptr to store DHTMessages instead of std::shared_ptr 2013-07-02 22:58:20 +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 Use std::unique_ptr to store DHTMessages instead of std::shared_ptr 2013-07-02 22:58:20 +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 Use std::unique_ptr to store DHTMessages instead of std::shared_ptr 2013-07-02 22:58:20 +09:00
DHTMessageFactoryImplTest.cc Use std::unique_ptr to store DHTMessages instead of std::shared_ptr 2013-07-02 22:58:20 +09:00
DHTMessageTrackerEntryTest.cc Use std::unique_ptr to store DHTMessages instead of std::shared_ptr 2013-07-02 22:58:20 +09:00
DHTMessageTrackerTest.cc Use std::unique_ptr in DHTRegistry 2013-07-02 23:52:40 +09:00
DHTNodeTest.cc
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 Use std::unique_ptr to store DHTMessages instead of std::shared_ptr 2013-07-02 22:58:20 +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 Use std::unique_ptr in DHTRegistry 2013-07-02 23:52:40 +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
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 Use std::unique_ptr for MessageDigest 2013-07-03 01:13:13 +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
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 Use std::unique_ptr for MessageDigest 2013-07-03 01:13:13 +09:00
MessageDigestTest.cc Use std::unique_ptr for MessageDigest 2013-07-03 01:13:13 +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 Use std::unique_ptr to store DHTMessages instead of std::shared_ptr 2013-07-02 22:58:20 +09:00
MockDHTMessageFactory.h Use std::unique_ptr to store DHTMessages instead of std::shared_ptr 2013-07-02 22:58:20 +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
Sqlite3CookieParserTest.cc Rewrite CookieStorage 2013-06-29 23:09:09 +09:00
TestUtil.cc Use std::unique_ptr for MessageDigest 2013-07-03 01:13:13 +09:00
TestUtil.h Use std::unique_ptr for MessageDigest 2013-07-03 01:13:13 +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 MessageDigest 2013-07-03 01:13:13 +09:00
UTMetadataPostDownloadHandlerTest.cc Use std::unique_ptr for MessageDigest 2013-07-03 01:13:13 +09:00
UTMetadataRejectExtensionMessageTest.cc
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
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
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
base_uri.xml Support relative URI in Metalink file. 2011-05-07 18:41:18 +09:00
bitfieldTest.cc
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
input_uris.txt
load-nonBt-v0001.aria2
load-nonBt.aria2
load-v0001.aria2
load.aria2
malformed.netrc
metalink3-dirtraversal.xml
metalink4-dosdirtraversal.xml
metalink4-groupbymetaurl.xml
metalink4.xml
nscookietest.txt 2010-10-09 Tatsuhiro Tsujikawa <t-tujikawa@users.sourceforge.net> 2010-10-09 14:22:49 +00:00
sample.netrc
serialize_session.meta4
single.torrent
test.torrent
test.xml
url-list-multiFile.torrent
url-list-singleFile.torrent
url-list-singleFileEndsWithSlash.torrent
utf8.torrent