Tatsuhiro Tsujikawa 7e6db8d801 Use std::unique_ptr instead of array_ptr 12 yıl önce
..
.gitignore c63a524a88 Added .gitignore files 13 yıl önce
2files.metalink bead3edccb 2009-05-15 Tatsuhiro Tsujikawa <t-tujikawa@users.sourceforge.net> 16 yıl önce
4096chunk.txt 52634627bc Initial import 19 yıl önce
ARC4Test.cc 72a1847ba8 Rewritten *ARC4Encryptor. Removed *ARC4Context. 14 yıl önce
AbstractCommandTest.cc 8b0c701266 Removed trailing spaces 13 yıl önce
AllTest.cc d07b3ff8d9 Suppress console output for none-standalone mode 12 yıl önce
AnnounceListTest.cc 07d270c87e Require -std=c++11 and use std::shared_ptr instead of SharedHandle 12 yıl önce
Aria2ApiTest.cc 07d270c87e Require -std=c++11 and use std::shared_ptr instead of SharedHandle 12 yıl önce
AsyncNameResolverTest.cc 0e5ae22f73 Fixed memory leak 13 yıl önce
AuthConfigFactoryTest.cc d485c8e767 Rewrite AuthConfig objects using std::unique_ptr 12 yıl önce
Base32Test.cc 0c162dfbfb Made util::fromHex and base32::decode function template 14 yıl önce
Base64Test.cc 995c07c184 Fixed base64::decode() return "" if input ends with garbase and no padding 13 yıl önce
Bencode2Test.cc 07d270c87e Require -std=c++11 and use std::shared_ptr instead of SharedHandle 12 yıl önce
BitfieldManTest.cc 04586f50b1 Fixed BitfieldMan::getOffsetCompletedLength overflow on 32-bit systems 13 yıl önce
BittorrentHelperTest.cc 10cdc59297 Remove vbegin and vend in favor of std::begin and std::end 12 yıl önce
BtAllowedFastMessageTest.cc 07d270c87e Require -std=c++11 and use std::shared_ptr instead of SharedHandle 12 yıl önce
BtBitfieldMessageTest.cc 1a299c4d7c Use raw pointers to PieceStorage, PeerStorage and DownloadContxt for BtMessages 12 yıl önce
BtCancelMessageTest.cc 098f1571be Wrap BtMessage objects by std::unique_ptr instead of std::shared_ptr 12 yıl önce
BtChokeMessageTest.cc 098f1571be Wrap BtMessage objects by std::unique_ptr instead of std::shared_ptr 12 yıl önce
BtDependencyTest.cc bef6236da8 DownloadContext::attrs_ now holds std::unique_ptr 12 yıl önce
BtExtendedMessageTest.cc 529b9fdceb Use std::unique_ptr for ExtensionMessage 12 yıl önce
BtHandshakeMessageTest.cc 07d270c87e Require -std=c++11 and use std::shared_ptr instead of SharedHandle 12 yıl önce
BtHaveAllMessageTest.cc 1a299c4d7c Use raw pointers to PieceStorage, PeerStorage and DownloadContxt for BtMessages 12 yıl önce
BtHaveMessageTest.cc 1a299c4d7c Use raw pointers to PieceStorage, PeerStorage and DownloadContxt for BtMessages 12 yıl önce
BtHaveNoneMessageTest.cc 07d270c87e Require -std=c++11 and use std::shared_ptr instead of SharedHandle 12 yıl önce
BtInterestedMessageTest.cc 1a299c4d7c Use raw pointers to PieceStorage, PeerStorage and DownloadContxt for BtMessages 12 yıl önce
BtKeepAliveMessageTest.cc 8b73c2843f 2010-03-05 Tatsuhiro Tsujikawa <t-tujikawa@users.sourceforge.net> 15 yıl önce
BtNotInterestedMessageTest.cc 1a299c4d7c Use raw pointers to PieceStorage, PeerStorage and DownloadContxt for BtMessages 12 yıl önce
BtPieceMessageTest.cc 098f1571be Wrap BtMessage objects by std::unique_ptr instead of std::shared_ptr 12 yıl önce
BtPortMessageTest.cc 07d270c87e Require -std=c++11 and use std::shared_ptr instead of SharedHandle 12 yıl önce
BtPostDownloadHandlerTest.cc 07d270c87e Require -std=c++11 and use std::shared_ptr instead of SharedHandle 12 yıl önce
BtRegistryTest.cc bef6236da8 DownloadContext::attrs_ now holds std::unique_ptr 12 yıl önce
BtRejectMessageTest.cc 03ae308faa Use RequestSlot as pointer to avoid copying 12 yıl önce
BtRequestMessageTest.cc 098f1571be Wrap BtMessage objects by std::unique_ptr instead of std::shared_ptr 12 yıl önce
BtSuggestPieceMessageTest.cc 098f1571be Wrap BtMessage objects by std::unique_ptr instead of std::shared_ptr 12 yıl önce
BtUnchokeMessageTest.cc 07d270c87e Require -std=c++11 and use std::shared_ptr instead of SharedHandle 12 yıl önce
BufferedFileTest.cc b0799b6e46 Introduce IOFile abstract class to refactor BufferedFile and GZipFile 12 yıl önce
ByteArrayDiskWriterTest.cc 860f4dd06a Use int64_t instead of off_t 13 yıl önce
ChunkedDecodingStreamFilterTest.cc 07d270c87e Require -std=c++11 and use std::shared_ptr instead of SharedHandle 12 yıl önce
CookieBoxTest.cc 8b0c701266 Removed trailing spaces 13 yıl önce
CookieHelperTest.cc 5a223115e0 Rewrite CookieStorage 12 yıl önce
CookieStorageTest.cc 5a223115e0 Rewrite CookieStorage 12 yıl önce
CookieTest.cc 5a223115e0 Rewrite CookieStorage 12 yıl önce
DHKeyExchangeTest.cc 4db349c1f3 2010-01-06 Tatsuhiro Tsujikawa <t-tujikawa@users.sourceforge.net> 16 yıl önce
DHTAnnouncePeerMessageTest.cc 1a5d75e819 Use std::unique_ptr to store DHTMessages instead of std::shared_ptr 12 yıl önce
DHTAnnouncePeerReplyMessageTest.cc 07d270c87e Require -std=c++11 and use std::shared_ptr instead of SharedHandle 12 yıl önce
DHTBucketTest.cc 07d270c87e Require -std=c++11 and use std::shared_ptr instead of SharedHandle 12 yıl önce
DHTBucketTreeTest.cc 07d270c87e Require -std=c++11 and use std::shared_ptr instead of SharedHandle 12 yıl önce
DHTConnectionImplTest.cc 26d6692376 2010-08-07 Tatsuhiro Tsujikawa <t-tujikawa@users.sourceforge.net> 15 yıl önce
DHTFindNodeMessageTest.cc 1a5d75e819 Use std::unique_ptr to store DHTMessages instead of std::shared_ptr 12 yıl önce
DHTFindNodeReplyMessageTest.cc 07d270c87e Require -std=c++11 and use std::shared_ptr instead of SharedHandle 12 yıl önce
DHTGetPeersMessageTest.cc 1a5d75e819 Use std::unique_ptr to store DHTMessages instead of std::shared_ptr 12 yıl önce
DHTGetPeersReplyMessageTest.cc 07d270c87e Require -std=c++11 and use std::shared_ptr instead of SharedHandle 12 yıl önce
DHTIDCloserTest.cc 1a5d75e819 Use std::unique_ptr to store DHTMessages instead of std::shared_ptr 12 yıl önce
DHTMessageFactoryImplTest.cc 1a5d75e819 Use std::unique_ptr to store DHTMessages instead of std::shared_ptr 12 yıl önce
DHTMessageTrackerEntryTest.cc 1a5d75e819 Use std::unique_ptr to store DHTMessages instead of std::shared_ptr 12 yıl önce
DHTMessageTrackerTest.cc f022402dc9 Use std::unique_ptr in DHTRegistry 12 yıl önce
DHTNodeTest.cc e976b23728 2009-10-23 Tatsuhiro Tsujikawa <t-tujikawa@users.sourceforge.net> 16 yıl önce
DHTPeerAnnounceEntryTest.cc 07d270c87e Require -std=c++11 and use std::shared_ptr instead of SharedHandle 12 yıl önce
DHTPeerAnnounceStorageTest.cc 07d270c87e Require -std=c++11 and use std::shared_ptr instead of SharedHandle 12 yıl önce
DHTPingMessageTest.cc 1a5d75e819 Use std::unique_ptr to store DHTMessages instead of std::shared_ptr 12 yıl önce
DHTPingReplyMessageTest.cc 07d270c87e Require -std=c++11 and use std::shared_ptr instead of SharedHandle 12 yıl önce
DHTRoutingTableDeserializerTest.cc 10cdc59297 Remove vbegin and vend in favor of std::begin and std::end 12 yıl önce
DHTRoutingTableSerializerTest.cc 10cdc59297 Remove vbegin and vend in favor of std::begin and std::end 12 yıl önce
DHTRoutingTableTest.cc f022402dc9 Use std::unique_ptr in DHTRegistry 12 yıl önce
DHTTaskExecutorTest.cc 07d270c87e Require -std=c++11 and use std::shared_ptr instead of SharedHandle 12 yıl önce
DHTTokenTrackerTest.cc 8b0c701266 Removed trailing spaces 13 yıl önce
DHTUnknownMessageTest.cc 07d270c87e Require -std=c++11 and use std::shared_ptr instead of SharedHandle 12 yıl önce
DNSCacheTest.cc ca4940622c 2010-06-21 Tatsuhiro Tsujikawa <t-tujikawa@users.sourceforge.net> 15 yıl önce
DefaultAuthResolverTest.cc d485c8e767 Rewrite AuthConfig objects using std::unique_ptr 12 yıl önce
DefaultBtAnnounceTest.cc 10cdc59297 Remove vbegin and vend in favor of std::begin and std::end 12 yıl önce
DefaultBtMessageDispatcherTest.cc 098f1571be Wrap BtMessage objects by std::unique_ptr instead of std::shared_ptr 12 yıl önce
DefaultBtMessageFactoryTest.cc 529b9fdceb Use std::unique_ptr for ExtensionMessage 12 yıl önce
DefaultBtProgressInfoFileTest.cc 10cdc59297 Remove vbegin and vend in favor of std::begin and std::end 12 yıl önce
DefaultBtRequestFactoryTest.cc 098f1571be Wrap BtMessage objects by std::unique_ptr instead of std::shared_ptr 12 yıl önce
DefaultDiskWriterTest.cc 860f4dd06a Use int64_t instead of off_t 13 yıl önce
DefaultExtensionMessageFactoryTest.cc 529b9fdceb Use std::unique_ptr for ExtensionMessage 12 yıl önce
DefaultPeerStorageTest.cc 07d270c87e Require -std=c++11 and use std::shared_ptr instead of SharedHandle 12 yıl önce
DefaultPieceStorageTest.cc 07d270c87e Require -std=c++11 and use std::shared_ptr instead of SharedHandle 12 yıl önce
DirectDiskAdaptorTest.cc 07d270c87e Require -std=c++11 and use std::shared_ptr instead of SharedHandle 12 yıl önce
DownloadContextTest.cc 10cdc59297 Remove vbegin and vend in favor of std::begin and std::end 12 yıl önce
DownloadHandlerFactoryTest.cc 07d270c87e Require -std=c++11 and use std::shared_ptr instead of SharedHandle 12 yıl önce
DownloadHelperTest.cc 10cdc59297 Remove vbegin and vend in favor of std::begin and std::end 12 yıl önce
ExceptionTest.cc d95a179876 Removed A2STR strings other than NIL 13 yıl önce
ExtensionMessageRegistryTest.cc c13dc166de Rewritten ExtensionMessageRegistry 13 yıl önce
FallocFileAllocationIteratorTest.cc 1b874268a0 Use int64_t instead of off_t 13 yıl önce
FeatureConfigTest.cc 10cdc59297 Remove vbegin and vend in favor of std::begin and std::end 12 yıl önce
FeedbackURISelectorTest.cc 10cdc59297 Remove vbegin and vend in favor of std::begin and std::end 12 yıl önce
FileEntryTest.cc 07d270c87e Require -std=c++11 and use std::shared_ptr instead of SharedHandle 12 yıl önce
FileTest.cc 8b0c701266 Removed trailing spaces 13 yıl önce
FixedNumberRandomizer.h 2b458da480 2010-10-31 Tatsuhiro Tsujikawa <t-tujikawa@users.sourceforge.net> 15 yıl önce
FmtTest.cc 694fb307aa 2010-11-20 Tatsuhiro Tsujikawa <t-tujikawa@users.sourceforge.net> 15 yıl önce
FtpConnectionTest.cc 07d270c87e Require -std=c++11 and use std::shared_ptr instead of SharedHandle 12 yıl önce
GZipDecoder.cc 4423ece43d Moved GZipDecoder to test 13 yıl önce
GZipDecoder.h 4423ece43d Moved GZipDecoder to test 13 yıl önce
GZipDecoderTest.cc 74d6d64271 Use std::unique_ptr for MessageDigest 12 yıl önce
GZipDecodingStreamFilterTest.cc 07d270c87e Require -std=c++11 and use std::shared_ptr instead of SharedHandle 12 yıl önce
GZipEncoderTest.cc 89f18dde85 Use nothrow version of parseInt, parseUInt and parseLLInt 13 yıl önce
GZipFileTest.cc 841fdbb965 Add GZipFileTest 12 yıl önce
GeomStreamPieceSelectorTest.cc c7ac147287 Added PieceStorage::onDownloadIncomplete() virtual function. 14 yıl önce
GroupIdTest.cc 10cdc59297 Remove vbegin and vend in favor of std::begin and std::end 12 yıl önce
GrowSegmentTest.cc 07d270c87e Require -std=c++11 and use std::shared_ptr instead of SharedHandle 12 yıl önce
HandshakeExtensionMessageTest.cc 529b9fdceb Use std::unique_ptr for ExtensionMessage 12 yıl önce
HttpHeaderProcessorTest.cc 47402c5f29 Refactor HttpConnection and its neighbor objects 12 yıl önce
HttpHeaderTest.cc e34d0e7ffa Dont' return SharedHandle from HttpHeader::getRange() 13 yıl önce
HttpRequestTest.cc 5a223115e0 Rewrite CookieStorage 12 yıl önce
HttpResponseTest.cc 5a223115e0 Rewrite CookieStorage 12 yıl önce
IndexedListTest.cc 10cdc59297 Remove vbegin and vend in favor of std::begin and std::end 12 yıl önce
InorderPieceSelector.h 65ec9e98df Replaced InOrder with Inorder. 14 yıl önce
InorderURISelectorTest.cc 10cdc59297 Remove vbegin and vend in favor of std::begin and std::end 12 yıl önce
IteratableChecksumValidatorTest.cc 07d270c87e Require -std=c++11 and use std::shared_ptr instead of SharedHandle 12 yıl önce
IteratableChunkChecksumValidatorTest.cc 07d270c87e Require -std=c++11 and use std::shared_ptr instead of SharedHandle 12 yıl önce
JsonTest.cc 07d270c87e Require -std=c++11 and use std::shared_ptr instead of SharedHandle 12 yıl önce
LongestSequencePieceSelectorTest.cc 886f8ee58e 2010-03-25 Tatsuhiro Tsujikawa <t-tujikawa@users.sourceforge.net> 15 yıl önce
LpdMessageDispatcherTest.cc 07d270c87e Require -std=c++11 and use std::shared_ptr instead of SharedHandle 12 yıl önce
LpdMessageReceiverTest.cc 07d270c87e Require -std=c++11 and use std::shared_ptr instead of SharedHandle 12 yıl önce
MSEHandshakeTest.cc 10cdc59297 Remove vbegin and vend in favor of std::begin and std::end 12 yıl önce
MagnetTest.cc 07d270c87e Require -std=c++11 and use std::shared_ptr instead of SharedHandle 12 yıl önce
Makefile.am 286bb2840e Remove Triplet, use std::tuple instead 12 yıl önce
MessageDigestHelperTest.cc 74d6d64271 Use std::unique_ptr for MessageDigest 12 yıl önce
MessageDigestTest.cc 74d6d64271 Use std::unique_ptr for MessageDigest 12 yıl önce
Metalink2RequestGroupTest.cc 07d270c87e Require -std=c++11 and use std::shared_ptr instead of SharedHandle 12 yıl önce
MetalinkEntryTest.cc 07d270c87e Require -std=c++11 and use std::shared_ptr instead of SharedHandle 12 yıl önce
MetalinkHelperTest.cc 07d270c87e Require -std=c++11 and use std::shared_ptr instead of SharedHandle 12 yıl önce
MetalinkParserControllerTest.cc 07d270c87e Require -std=c++11 and use std::shared_ptr instead of SharedHandle 12 yıl önce
MetalinkPostDownloadHandlerTest.cc 07d270c87e Require -std=c++11 and use std::shared_ptr instead of SharedHandle 12 yıl önce
MetalinkProcessorTest.cc 07d270c87e Require -std=c++11 and use std::shared_ptr instead of SharedHandle 12 yıl önce
MetalinkerTest.cc 07d270c87e Require -std=c++11 and use std::shared_ptr instead of SharedHandle 12 yıl önce
MockBtAnnounce.h 07d270c87e Require -std=c++11 and use std::shared_ptr instead of SharedHandle 12 yıl önce
MockBtMessage.h 07d270c87e Require -std=c++11 and use std::shared_ptr instead of SharedHandle 12 yıl önce
MockBtMessageDispatcher.h 098f1571be Wrap BtMessage objects by std::unique_ptr instead of std::shared_ptr 12 yıl önce
MockBtMessageFactory.h 529b9fdceb Use std::unique_ptr for ExtensionMessage 12 yıl önce
MockBtProgressInfoFile.h 2b458da480 2010-10-31 Tatsuhiro Tsujikawa <t-tujikawa@users.sourceforge.net> 15 yıl önce
MockBtRequestFactory.h 098f1571be Wrap BtMessage objects by std::unique_ptr instead of std::shared_ptr 12 yıl önce
MockDHTMessage.h 07d270c87e Require -std=c++11 and use std::shared_ptr instead of SharedHandle 12 yıl önce
MockDHTMessageCallback.h 07d270c87e Require -std=c++11 and use std::shared_ptr instead of SharedHandle 12 yıl önce
MockDHTMessageDispatcher.h 1a5d75e819 Use std::unique_ptr to store DHTMessages instead of std::shared_ptr 12 yıl önce
MockDHTMessageFactory.h 1a5d75e819 Use std::unique_ptr to store DHTMessages instead of std::shared_ptr 12 yıl önce
MockDHTTask.h 07d270c87e Require -std=c++11 and use std::shared_ptr instead of SharedHandle 12 yıl önce
MockDHTTaskFactory.h 07d270c87e Require -std=c++11 and use std::shared_ptr instead of SharedHandle 12 yıl önce
MockDHTTaskQueue.h 07d270c87e Require -std=c++11 and use std::shared_ptr instead of SharedHandle 12 yıl önce
MockExtensionMessage.h 529b9fdceb Use std::unique_ptr for ExtensionMessage 12 yıl önce
MockExtensionMessageFactory.h 529b9fdceb Use std::unique_ptr for ExtensionMessage 12 yıl önce
MockPeerStorage.h 07d270c87e Require -std=c++11 and use std::shared_ptr instead of SharedHandle 12 yıl önce
MockPieceSelector.h 2b458da480 2010-10-31 Tatsuhiro Tsujikawa <t-tujikawa@users.sourceforge.net> 15 yıl önce
MockPieceStorage.h 07d270c87e Require -std=c++11 and use std::shared_ptr instead of SharedHandle 12 yıl önce
MockSegment.h 07d270c87e Require -std=c++11 and use std::shared_ptr instead of SharedHandle 12 yıl önce
MultiDiskAdaptorTest.cc 10cdc59297 Remove vbegin and vend in favor of std::begin and std::end 12 yıl önce
MultiFileAllocationIteratorTest.cc 10cdc59297 Remove vbegin and vend in favor of std::begin and std::end 12 yıl önce
NetrcAuthResolverTest.cc d485c8e767 Rewrite AuthConfig objects using std::unique_ptr 12 yıl önce
NetrcTest.cc d485c8e767 Rewrite AuthConfig objects using std::unique_ptr 12 yıl önce
NsCookieParserTest.cc 5a223115e0 Rewrite CookieStorage 12 yıl önce
OptionHandlerTest.cc 09c597fbb8 ParameterOptionHandler: Use initializer lists for params 12 yıl önce
OptionParserTest.cc 07d270c87e Require -std=c++11 and use std::shared_ptr instead of SharedHandle 12 yıl önce
OptionTest.cc 07d270c87e Require -std=c++11 and use std::shared_ptr instead of SharedHandle 12 yıl önce
ParamedStringTest.cc 30fdb08f40 Rewritten parametered URI handling routine. 14 yıl önce
PeerConnectionTest.cc 07d270c87e Require -std=c++11 and use std::shared_ptr instead of SharedHandle 12 yıl önce
PeerSessionResourceTest.cc 07d270c87e Require -std=c++11 and use std::shared_ptr instead of SharedHandle 12 yıl önce
PeerTest.cc 07d270c87e Require -std=c++11 and use std::shared_ptr instead of SharedHandle 12 yıl önce
PieceStatManTest.cc 6ee913b0bc Simplified PieceStatMan and RarestPieceSelector. 14 yıl önce
PieceTest.cc 07d270c87e Require -std=c++11 and use std::shared_ptr instead of SharedHandle 12 yıl önce
PriorityPieceSelectorTest.cc 10cdc59297 Remove vbegin and vend in favor of std::begin and std::end 12 yıl önce
ProtocolDetectorTest.cc 3ee6784b76 Made `make distcheck' pass. 15 yıl önce
RarestPieceSelectorTest.cc 07d270c87e Require -std=c++11 and use std::shared_ptr instead of SharedHandle 12 yıl önce
RequestGroupManTest.cc 10cdc59297 Remove vbegin and vend in favor of std::begin and std::end 12 yıl önce
RequestGroupTest.cc 07d270c87e Require -std=c++11 and use std::shared_ptr instead of SharedHandle 12 yıl önce
RequestTest.cc f022444d81 Join URI on redirect 12 yıl önce
RpcHelperTest.cc 8b0c701266 Removed trailing spaces 13 yıl önce
RpcMethodTest.cc 10cdc59297 Remove vbegin and vend in favor of std::begin and std::end 12 yıl önce
RpcResponseTest.cc 07d270c87e Require -std=c++11 and use std::shared_ptr instead of SharedHandle 12 yıl önce
SegListTest.cc 5749647ae5 Use SegList<int> instead of IntSequence in DownloadContext::setFileFilter() 14 yıl önce
SegmentManTest.cc 07d270c87e Require -std=c++11 and use std::shared_ptr instead of SharedHandle 12 yıl önce
SegmentTest.cc 07d270c87e Require -std=c++11 and use std::shared_ptr instead of SharedHandle 12 yıl önce
SequentialPickerTest.cc 07d270c87e Require -std=c++11 and use std::shared_ptr instead of SharedHandle 12 yıl önce
ServerStatManTest.cc 07d270c87e Require -std=c++11 and use std::shared_ptr instead of SharedHandle 12 yıl önce
ServerStatTest.cc 8b0c701266 Removed trailing spaces 13 yıl önce
SessionSerializerTest.cc 10cdc59297 Remove vbegin and vend in favor of std::begin and std::end 12 yıl önce
ShareRatioSeedCriteriaTest.cc 07d270c87e Require -std=c++11 and use std::shared_ptr instead of SharedHandle 12 yıl önce
SignatureTest.cc 8b0c701266 Removed trailing spaces 13 yıl önce
SingleFileAllocationIteratorTest.cc 860f4dd06a Use int64_t instead of off_t 13 yıl önce
SingletonHolderTest.cc 5cb7ae0b86 Use std::unique_ptr in SingletonHolder 12 yıl önce
SinkStreamFilterTest.cc 07d270c87e Require -std=c++11 and use std::shared_ptr instead of SharedHandle 12 yıl önce
SocketCoreTest.cc 05d85e2965 Remove auto_delete in favor of std::unique_ptr 12 yıl önce
SpeedCalcTest.cc 1b7c198289 2008-02-08 Tatsuhiro Tsujikawa <tujikawa at rednoah dot com> 17 yıl önce
Sqlite3CookieParserTest.cc 5a223115e0 Rewrite CookieStorage 12 yıl önce
TestUtil.cc 74d6d64271 Use std::unique_ptr for MessageDigest 12 yıl önce
TestUtil.h 74d6d64271 Use std::unique_ptr for MessageDigest 12 yıl önce
TimeSeedCriteriaTest.cc 8b0c701266 Removed trailing spaces 13 yıl önce
TimeTest.cc de1ca6d6b8 mingw32: Use HANDLE only for MinGW32 build 13 yıl önce
TimegmTest.cc f04090199f Rewritten timegm replacement function 13 yıl önce
UDPTrackerClientTest.cc 07d270c87e Require -std=c++11 and use std::shared_ptr instead of SharedHandle 12 yıl önce
UTMetadataDataExtensionMessageTest.cc 74d6d64271 Use std::unique_ptr for MessageDigest 12 yıl önce
UTMetadataPostDownloadHandlerTest.cc 74d6d64271 Use std::unique_ptr for MessageDigest 12 yıl önce
UTMetadataRejectExtensionMessageTest.cc 4db349c1f3 2010-01-06 Tatsuhiro Tsujikawa <t-tujikawa@users.sourceforge.net> 16 yıl önce
UTMetadataRequestExtensionMessageTest.cc 529b9fdceb Use std::unique_ptr for ExtensionMessage 12 yıl önce
UTMetadataRequestFactoryTest.cc 529b9fdceb Use std::unique_ptr for ExtensionMessage 12 yıl önce
UTMetadataRequestTrackerTest.cc c1730aeea9 2009-11-23 Tatsuhiro Tsujikawa <t-tujikawa@users.sourceforge.net> 16 yıl önce
UTPexExtensionMessageTest.cc 529b9fdceb Use std::unique_ptr for ExtensionMessage 12 yıl önce
UriListParserTest.cc a6c2ad53bf Rewritten UriListParser using BufferedFile 14 yıl önce
UriSplitTest.cc 247084f9c3 Fixed bug that USR_BASENAME is not defined 13 yıl önce
UriTest.cc 126a4bde61 Rewrite URI path component normalization 12 yıl önce
UtilTest.cc 2761301dfb Rewrite util::divide 12 yıl önce
ValueBaseBencodeParserTest.cc 07d270c87e Require -std=c++11 and use std::shared_ptr instead of SharedHandle 12 yıl önce
ValueBaseJsonParserTest.cc 10cdc59297 Remove vbegin and vend in favor of std::begin and std::end 12 yıl önce
ValueBaseTest.cc 07d270c87e Require -std=c++11 and use std::shared_ptr instead of SharedHandle 12 yıl önce
WrDiskCacheEntryTest.cc 07d270c87e Require -std=c++11 and use std::shared_ptr instead of SharedHandle 12 yıl önce
WrDiskCacheTest.cc 07d270c87e Require -std=c++11 and use std::shared_ptr instead of SharedHandle 12 yıl önce
XORCloserTest.cc e976b23728 2009-10-23 Tatsuhiro Tsujikawa <t-tujikawa@users.sourceforge.net> 16 yıl önce
XmlRpcRequestParserControllerTest.cc 05104ba177 Removed asString, asList, ... and use downcast<T> instead. 14 yıl önce
a2algoTest.cc 10cdc59297 Remove vbegin and vend in favor of std::begin and std::end 12 yıl önce
a2functionalTest.cc e791eb9ca3 Cleanup a2functional.h 12 yıl önce
array_funTest.cc 7e6db8d801 Use std::unique_ptr instead of array_ptr 12 yıl önce
emptyfile 11907c175d 2007-03-15 Tatsuhiro Tsujikawa <tujikawa at rednoah dot com> 18 yıl önce
base_uri.xml ad5af56c17 Support relative URI in Metalink file. 14 yıl önce
bitfieldTest.cc df0034f1cd Add countSetBitSlow tests 12 yıl önce
chromium_cookies.sqlite f6dbba5427 2010-10-10 Tatsuhiro Tsujikawa <t-tujikawa@users.sourceforge.net> 15 yıl önce
chunkChecksumTestFile250.txt ea6d9493c8 2007-01-23 Tatsuhiro Tsujikawa <tujikawa at rednoah dot com> 19 yıl önce
cookies.sqlite f6dbba5427 2010-10-10 Tatsuhiro Tsujikawa <t-tujikawa@users.sourceforge.net> 15 yıl önce
emptyfile 11907c175d 2007-03-15 Tatsuhiro Tsujikawa <tujikawa at rednoah dot com> 18 yıl önce
extension_message_test_helper.h 529b9fdceb Use std::unique_ptr for ExtensionMessage 12 yıl önce
file1r.txt 2f4b3f7d02 2006-04-12 Tatsuhiro Tsujikawa <tujikawa at rednoah dot com> 19 yıl önce
file2r.txt 2f4b3f7d02 2006-04-12 Tatsuhiro Tsujikawa <tujikawa at rednoah dot com> 19 yıl önce
file3r.txt 2f4b3f7d02 2006-04-12 Tatsuhiro Tsujikawa <tujikawa at rednoah dot com> 19 yıl önce
filelist1.txt c408dbba72 Recognize tab as white space before option in -i list. 14 yıl önce
filelist2.txt 561f0b3e29 Use std::deque instead of std::list in IndexedList 12 yıl önce
gzip_decode_test.gz d791807add 2008-06-29 Tatsuhiro Tsujikawa <tujikawa at rednoah dot com> 17 yıl önce
input_uris.txt eed0406484 2008-11-13 Tatsuhiro Tsujikawa <t-tujikawa@users.sourceforge.net> 17 yıl önce
load-nonBt-v0001.aria2 335a0fb36f 2008-08-24 Tatsuhiro Tsujikawa <tujikawa at rednoah dot com> 17 yıl önce
load-nonBt.aria2 048a2cf597 2007-10-12 Tatsuhiro Tsujikawa <tujikawa at rednoah dot com> 18 yıl önce
load-v0001.aria2 335a0fb36f 2008-08-24 Tatsuhiro Tsujikawa <tujikawa at rednoah dot com> 17 yıl önce
load.aria2 048a2cf597 2007-10-12 Tatsuhiro Tsujikawa <tujikawa at rednoah dot com> 18 yıl önce
malformed.netrc 7ff627079f 2007-03-19 Tatsuhiro Tsujikawa <tujikawa at valkyrie dot rednoah com> 18 yıl önce
metalink3-dirtraversal.xml dc2a51b54a 2010-02-27 Tatsuhiro Tsujikawa <t-tujikawa@users.sourceforge.net> 15 yıl önce
metalink4-dosdirtraversal.xml 460ee92644 2010-05-06 Tatsuhiro Tsujikawa <t-tujikawa@users.sourceforge.net> 15 yıl önce
metalink4-groupbymetaurl.xml 0c62e90730 2010-02-28 Tatsuhiro Tsujikawa <t-tujikawa@users.sourceforge.net> 15 yıl önce
metalink4.xml 3bb7855a56 2010-03-03 Tatsuhiro Tsujikawa <t-tujikawa@users.sourceforge.net> 15 yıl önce
nscookietest.txt 8b17d4b276 2010-10-09 Tatsuhiro Tsujikawa <t-tujikawa@users.sourceforge.net> 15 yıl önce
sample.netrc 10e371c25a 2009-10-17 Tatsuhiro Tsujikawa <t-tujikawa@users.sourceforge.net> 16 yıl önce
serialize_session.meta4 5cd0108f93 2010-04-08 Tatsuhiro Tsujikawa <t-tujikawa@users.sourceforge.net> 15 yıl önce
single.torrent 194f45a3c3 2007-11-22 Tatsuhiro Tsujikawa <tujikawa at rednoah dot com> 18 yıl önce
test.torrent 9077d5a985 2009-08-19 Tatsuhiro Tsujikawa <t-tujikawa@users.sourceforge.net> 16 yıl önce
test.xml dc2a51b54a 2010-02-27 Tatsuhiro Tsujikawa <t-tujikawa@users.sourceforge.net> 15 yıl önce
url-list-multiFile.torrent 0e060f0e8b 2010-04-03 Tatsuhiro Tsujikawa <t-tujikawa@users.sourceforge.net> 15 yıl önce
url-list-singleFile.torrent da4d9092b2 2008-01-04 Tatsuhiro Tsujikawa <tujikawa at rednoah dot com> 18 yıl önce
url-list-singleFileEndsWithSlash.torrent 0e060f0e8b 2010-04-03 Tatsuhiro Tsujikawa <t-tujikawa@users.sourceforge.net> 15 yıl önce
utf8.torrent 9077d5a985 2009-08-19 Tatsuhiro Tsujikawa <t-tujikawa@users.sourceforge.net> 16 yıl önce