Tatsuhiro Tsujikawa b18e62dba7 Treat 30X response without Location header field as error il y a 11 ans
..
.gitignore c63a524a88 Added .gitignore files il y a 13 ans
2files.metalink bead3edccb 2009-05-15 Tatsuhiro Tsujikawa <t-tujikawa@users.sourceforge.net> il y a 16 ans
4096chunk.txt 52634627bc Initial import il y a 19 ans
ARC4Test.cc 99f170b888 Provide internal ARC4 implementation il y a 12 ans
AbstractCommandTest.cc 8b0c701266 Removed trailing spaces il y a 13 ans
AllTest.cc e823fe8bb5 Set log level DEBUG for unittests il y a 12 ans
AnnounceListTest.cc 07d270c87e Require -std=c++11 and use std::shared_ptr instead of SharedHandle il y a 12 ans
Aria2ApiTest.cc 68f2a33355 DownloadEngine: Use std::unique_ptr for RequestGroupMan il y a 12 ans
AsyncNameResolverTest.cc 0e5ae22f73 Fixed memory leak il y a 13 ans
AuthConfigFactoryTest.cc d485c8e767 Rewrite AuthConfig objects using std::unique_ptr il y a 12 ans
Base32Test.cc 0c162dfbfb Made util::fromHex and base32::decode function template il y a 14 ans
Base64Test.cc 995c07c184 Fixed base64::decode() return "" if input ends with garbase and no padding il y a 13 ans
Bencode2Test.cc 7c06b903f3 Use std::unique_ptr for ValueBase object hierarchy il y a 12 ans
BitfieldManTest.cc 04586f50b1 Fixed BitfieldMan::getOffsetCompletedLength overflow on 32-bit systems il y a 13 ans
BittorrentHelperTest.cc 7c06b903f3 Use std::unique_ptr for ValueBase object hierarchy il y a 12 ans
BtAllowedFastMessageTest.cc 07d270c87e Require -std=c++11 and use std::shared_ptr instead of SharedHandle il y a 12 ans
BtBitfieldMessageTest.cc 1a299c4d7c Use raw pointers to PieceStorage, PeerStorage and DownloadContxt for BtMessages il y a 12 ans
BtCancelMessageTest.cc 28d5c7408f Check that C++ compiler supports override keyword il y a 12 ans
BtChokeMessageTest.cc 28d5c7408f Check that C++ compiler supports override keyword il y a 12 ans
BtDependencyTest.cc ae84ff26e2 AbstractSingleDiskAdaptor: Use std::unique_ptr for diskWriter_ il y a 12 ans
BtExtendedMessageTest.cc 529b9fdceb Use std::unique_ptr for ExtensionMessage il y a 12 ans
BtHandshakeMessageTest.cc 07d270c87e Require -std=c++11 and use std::shared_ptr instead of SharedHandle il y a 12 ans
BtHaveAllMessageTest.cc 1a299c4d7c Use raw pointers to PieceStorage, PeerStorage and DownloadContxt for BtMessages il y a 12 ans
BtHaveMessageTest.cc 1a299c4d7c Use raw pointers to PieceStorage, PeerStorage and DownloadContxt for BtMessages il y a 12 ans
BtHaveNoneMessageTest.cc 07d270c87e Require -std=c++11 and use std::shared_ptr instead of SharedHandle il y a 12 ans
BtInterestedMessageTest.cc 1a299c4d7c Use raw pointers to PieceStorage, PeerStorage and DownloadContxt for BtMessages il y a 12 ans
BtKeepAliveMessageTest.cc 8b73c2843f 2010-03-05 Tatsuhiro Tsujikawa <t-tujikawa@users.sourceforge.net> il y a 15 ans
BtNotInterestedMessageTest.cc 1a299c4d7c Use raw pointers to PieceStorage, PeerStorage and DownloadContxt for BtMessages il y a 12 ans
BtPieceMessageTest.cc 81f46fbf92 Use CXX11_OVERRIDE il y a 12 ans
BtPortMessageTest.cc 81f46fbf92 Use CXX11_OVERRIDE il y a 12 ans
BtPostDownloadHandlerTest.cc 9e52483c04 Refactor DownloadHandlerFactory il y a 12 ans
BtRegistryTest.cc 162c138362 BtRegistry: Use std::unique_ptr for BtObject il y a 12 ans
BtRejectMessageTest.cc 28d5c7408f Check that C++ compiler supports override keyword il y a 12 ans
BtRequestMessageTest.cc 28d5c7408f Check that C++ compiler supports override keyword il y a 12 ans
BtSuggestPieceMessageTest.cc 098f1571be Wrap BtMessage objects by std::unique_ptr instead of std::shared_ptr il y a 12 ans
BtUnchokeMessageTest.cc 07d270c87e Require -std=c++11 and use std::shared_ptr instead of SharedHandle il y a 12 ans
BufferedFileTest.cc b0799b6e46 Introduce IOFile abstract class to refactor BufferedFile and GZipFile il y a 12 ans
ByteArrayDiskWriterTest.cc 860f4dd06a Use int64_t instead of off_t il y a 13 ans
ChunkedDecodingStreamFilterTest.cc 57f1902ee1 Use std::unique_ptr for StreamFilter instead of std::shared_ptr il y a 12 ans
CookieBoxTest.cc 8b0c701266 Removed trailing spaces il y a 13 ans
CookieHelperTest.cc 5a223115e0 Rewrite CookieStorage il y a 12 ans
CookieStorageTest.cc 9e7579b475 Set old cookie's creation-time to new cookie on replacement il y a 12 ans
CookieTest.cc 5a223115e0 Rewrite CookieStorage il y a 12 ans
DHKeyExchangeTest.cc 4db349c1f3 2010-01-06 Tatsuhiro Tsujikawa <t-tujikawa@users.sourceforge.net> il y a 16 ans
DHTAnnouncePeerMessageTest.cc 7c06b903f3 Use std::unique_ptr for ValueBase object hierarchy il y a 12 ans
DHTAnnouncePeerReplyMessageTest.cc 7c06b903f3 Use std::unique_ptr for ValueBase object hierarchy il y a 12 ans
DHTBucketTest.cc 07d270c87e Require -std=c++11 and use std::shared_ptr instead of SharedHandle il y a 12 ans
DHTBucketTreeTest.cc 07d270c87e Require -std=c++11 and use std::shared_ptr instead of SharedHandle il y a 12 ans
DHTConnectionImplTest.cc 26d6692376 2010-08-07 Tatsuhiro Tsujikawa <t-tujikawa@users.sourceforge.net> il y a 15 ans
DHTFindNodeMessageTest.cc 7c06b903f3 Use std::unique_ptr for ValueBase object hierarchy il y a 12 ans
DHTFindNodeReplyMessageTest.cc 7c06b903f3 Use std::unique_ptr for ValueBase object hierarchy il y a 12 ans
DHTGetPeersMessageTest.cc 7c06b903f3 Use std::unique_ptr for ValueBase object hierarchy il y a 12 ans
DHTGetPeersReplyMessageTest.cc 7c06b903f3 Use std::unique_ptr for ValueBase object hierarchy il y a 12 ans
DHTIDCloserTest.cc 1a5d75e819 Use std::unique_ptr to store DHTMessages instead of std::shared_ptr il y a 12 ans
DHTMessageFactoryImplTest.cc 7c06b903f3 Use std::unique_ptr for ValueBase object hierarchy il y a 12 ans
DHTMessageTrackerEntryTest.cc 1a5d75e819 Use std::unique_ptr to store DHTMessages instead of std::shared_ptr il y a 12 ans
DHTMessageTrackerTest.cc f022402dc9 Use std::unique_ptr in DHTRegistry il y a 12 ans
DHTNodeTest.cc e976b23728 2009-10-23 Tatsuhiro Tsujikawa <t-tujikawa@users.sourceforge.net> il y a 16 ans
DHTPeerAnnounceEntryTest.cc 07d270c87e Require -std=c++11 and use std::shared_ptr instead of SharedHandle il y a 12 ans
DHTPeerAnnounceStorageTest.cc 07d270c87e Require -std=c++11 and use std::shared_ptr instead of SharedHandle il y a 12 ans
DHTPingMessageTest.cc 7c06b903f3 Use std::unique_ptr for ValueBase object hierarchy il y a 12 ans
DHTPingReplyMessageTest.cc 7c06b903f3 Use std::unique_ptr for ValueBase object hierarchy il y a 12 ans
DHTRoutingTableDeserializerTest.cc 10cdc59297 Remove vbegin and vend in favor of std::begin and std::end il y a 12 ans
DHTRoutingTableSerializerTest.cc 10cdc59297 Remove vbegin and vend in favor of std::begin and std::end il y a 12 ans
DHTRoutingTableTest.cc f022402dc9 Use std::unique_ptr in DHTRegistry il y a 12 ans
DHTTaskExecutorTest.cc 07d270c87e Require -std=c++11 and use std::shared_ptr instead of SharedHandle il y a 12 ans
DHTTokenTrackerTest.cc 8b0c701266 Removed trailing spaces il y a 13 ans
DHTUnknownMessageTest.cc 07d270c87e Require -std=c++11 and use std::shared_ptr instead of SharedHandle il y a 12 ans
DNSCacheTest.cc ca4940622c 2010-06-21 Tatsuhiro Tsujikawa <t-tujikawa@users.sourceforge.net> il y a 15 ans
DefaultAuthResolverTest.cc d485c8e767 Rewrite AuthConfig objects using std::unique_ptr il y a 12 ans
DefaultBtAnnounceTest.cc 7c06b903f3 Use std::unique_ptr for ValueBase object hierarchy il y a 12 ans
DefaultBtMessageDispatcherTest.cc 7a57ecc5f8 DefaultBtMessageDispatcher: Remove unused members peerStorage_, pieceStorage_ il y a 12 ans
DefaultBtMessageFactoryTest.cc c2ae77dff4 test: Fix stack overflow il y a 12 ans
DefaultBtProgressInfoFileTest.cc d8f44ef4f6 Convert most 0/NULL pointers to nullptr il y a 12 ans
DefaultBtRequestFactoryTest.cc 28d5c7408f Check that C++ compiler supports override keyword il y a 12 ans
DefaultDiskWriterTest.cc 860f4dd06a Use int64_t instead of off_t il y a 13 ans
DefaultExtensionMessageFactoryTest.cc 529b9fdceb Use std::unique_ptr for ExtensionMessage il y a 12 ans
DefaultPeerStorageTest.cc 07d270c87e Require -std=c++11 and use std::shared_ptr instead of SharedHandle il y a 12 ans
DefaultPieceStorageTest.cc 128783cf86 Use std::unique_ptr for PieceSelector instead of std::shared_ptr il y a 12 ans
DirectDiskAdaptorTest.cc ae84ff26e2 AbstractSingleDiskAdaptor: Use std::unique_ptr for diskWriter_ il y a 12 ans
DownloadContextTest.cc 10cdc59297 Remove vbegin and vend in favor of std::begin and std::end il y a 12 ans
DownloadHandlersTest.cc 9e52483c04 Refactor DownloadHandlerFactory il y a 12 ans
DownloadHelperTest.cc 10cdc59297 Remove vbegin and vend in favor of std::begin and std::end il y a 12 ans
ExceptionTest.cc d95a179876 Removed A2STR strings other than NIL il y a 13 ans
ExtensionMessageRegistryTest.cc c13dc166de Rewritten ExtensionMessageRegistry il y a 13 ans
FallocFileAllocationIteratorTest.cc 1b874268a0 Use int64_t instead of off_t il y a 13 ans
FeatureConfigTest.cc 10cdc59297 Remove vbegin and vend in favor of std::begin and std::end il y a 12 ans
FeedbackURISelectorTest.cc 10cdc59297 Remove vbegin and vend in favor of std::begin and std::end il y a 12 ans
FileEntryTest.cc a479473949 Use std::unique_ptr for URISelector instead of std::shared_ptr il y a 12 ans
FileTest.cc 8b0c701266 Removed trailing spaces il y a 13 ans
FixedNumberRandomizer.h 6f6a17bff7 Randomizer: Remove unused interfaces il y a 12 ans
FmtTest.cc 694fb307aa 2010-11-20 Tatsuhiro Tsujikawa <t-tujikawa@users.sourceforge.net> il y a 15 ans
FtpConnectionTest.cc 07d270c87e Require -std=c++11 and use std::shared_ptr instead of SharedHandle il y a 12 ans
GZipDecoder.cc d8f44ef4f6 Convert most 0/NULL pointers to nullptr il y a 12 ans
GZipDecoder.h 4423ece43d Moved GZipDecoder to test il y a 13 ans
GZipDecoderTest.cc 74d6d64271 Use std::unique_ptr for MessageDigest il y a 12 ans
GZipDecodingStreamFilterTest.cc 28d5c7408f Check that C++ compiler supports override keyword il y a 12 ans
GZipEncoderTest.cc 89f18dde85 Use nothrow version of parseInt, parseUInt and parseLLInt il y a 13 ans
GZipFileTest.cc 841fdbb965 Add GZipFileTest il y a 12 ans
GeomStreamPieceSelectorTest.cc c7ac147287 Added PieceStorage::onDownloadIncomplete() virtual function. il y a 14 ans
GroupIdTest.cc 10cdc59297 Remove vbegin and vend in favor of std::begin and std::end il y a 12 ans
GrowSegmentTest.cc d8f44ef4f6 Convert most 0/NULL pointers to nullptr il y a 12 ans
HandshakeExtensionMessageTest.cc 529b9fdceb Use std::unique_ptr for ExtensionMessage il y a 12 ans
HttpHeaderProcessorTest.cc 47402c5f29 Refactor HttpConnection and its neighbor objects il y a 12 ans
HttpHeaderTest.cc e34d0e7ffa Dont' return SharedHandle from HttpHeader::getRange() il y a 13 ans
HttpRequestTest.cc 5a223115e0 Rewrite CookieStorage il y a 12 ans
HttpResponseTest.cc b18e62dba7 Treat 30X response without Location header field as error il y a 11 ans
IndexedListTest.cc d8f44ef4f6 Convert most 0/NULL pointers to nullptr il y a 12 ans
InorderPieceSelector.h 81f46fbf92 Use CXX11_OVERRIDE il y a 12 ans
InorderURISelectorTest.cc 10cdc59297 Remove vbegin and vend in favor of std::begin and std::end il y a 12 ans
IteratableChecksumValidatorTest.cc 07d270c87e Require -std=c++11 and use std::shared_ptr instead of SharedHandle il y a 12 ans
IteratableChunkChecksumValidatorTest.cc 07d270c87e Require -std=c++11 and use std::shared_ptr instead of SharedHandle il y a 12 ans
JsonTest.cc 7c06b903f3 Use std::unique_ptr for ValueBase object hierarchy il y a 12 ans
LongestSequencePieceSelectorTest.cc 886f8ee58e 2010-03-25 Tatsuhiro Tsujikawa <t-tujikawa@users.sourceforge.net> il y a 15 ans
LpdMessageDispatcherTest.cc 07d270c87e Require -std=c++11 and use std::shared_ptr instead of SharedHandle il y a 12 ans
LpdMessageReceiverTest.cc c36370ef60 Use std::unique_ptr for LpdMessage instead of std::shared_ptr il y a 12 ans
MSEHandshakeTest.cc 10cdc59297 Remove vbegin and vend in favor of std::begin and std::end il y a 12 ans
MagnetTest.cc 7c06b903f3 Use std::unique_ptr for ValueBase object hierarchy il y a 12 ans
Makefile.am 705dadb32b Fix crash when metaurl contains unsupported URI or text il y a 12 ans
MessageDigestHelperTest.cc 74d6d64271 Use std::unique_ptr for MessageDigest il y a 12 ans
MessageDigestTest.cc 08e2e412dc Add some md5 tests il y a 12 ans
Metalink2RequestGroupTest.cc 705dadb32b Fix crash when metaurl contains unsupported URI or text il y a 12 ans
MetalinkEntryTest.cc fa09dc9115 Clean up if defined style il y a 12 ans
MetalinkHelperTest.cc 41121e09f7 Use std::unique_ptr for Metalink objects il y a 12 ans
MetalinkParserControllerTest.cc 41121e09f7 Use std::unique_ptr for Metalink objects il y a 12 ans
MetalinkPostDownloadHandlerTest.cc 9e52483c04 Refactor DownloadHandlerFactory il y a 12 ans
MetalinkProcessorTest.cc 41121e09f7 Use std::unique_ptr for Metalink objects il y a 12 ans
MetalinkerTest.cc 41121e09f7 Use std::unique_ptr for Metalink objects il y a 12 ans
MockBtAnnounce.h 81f46fbf92 Use CXX11_OVERRIDE il y a 12 ans
MockBtMessage.h 81f46fbf92 Use CXX11_OVERRIDE il y a 12 ans
MockBtMessageDispatcher.h 81f46fbf92 Use CXX11_OVERRIDE il y a 12 ans
MockBtMessageFactory.h 81f46fbf92 Use CXX11_OVERRIDE il y a 12 ans
MockBtProgressInfoFile.h 81f46fbf92 Use CXX11_OVERRIDE il y a 12 ans
MockBtRequestFactory.h 81f46fbf92 Use CXX11_OVERRIDE il y a 12 ans
MockDHTMessage.h 7c06b903f3 Use std::unique_ptr for ValueBase object hierarchy il y a 12 ans
MockDHTMessageCallback.h 81f46fbf92 Use CXX11_OVERRIDE il y a 12 ans
MockDHTMessageDispatcher.h 81f46fbf92 Use CXX11_OVERRIDE il y a 12 ans
MockDHTMessageFactory.h 81f46fbf92 Use CXX11_OVERRIDE il y a 12 ans
MockDHTTask.h 81f46fbf92 Use CXX11_OVERRIDE il y a 12 ans
MockDHTTaskFactory.h 81f46fbf92 Use CXX11_OVERRIDE il y a 12 ans
MockDHTTaskQueue.h 81f46fbf92 Use CXX11_OVERRIDE il y a 12 ans
MockExtensionMessage.h 81f46fbf92 Use CXX11_OVERRIDE il y a 12 ans
MockExtensionMessageFactory.h 81f46fbf92 Use CXX11_OVERRIDE il y a 12 ans
MockPeerStorage.h 81f46fbf92 Use CXX11_OVERRIDE il y a 12 ans
MockPieceSelector.h 81f46fbf92 Use CXX11_OVERRIDE il y a 12 ans
MockPieceStorage.h 81f46fbf92 Use CXX11_OVERRIDE il y a 12 ans
MockSegment.h 81f46fbf92 Use CXX11_OVERRIDE il y a 12 ans
MultiDiskAdaptorTest.cc 4d105a2686 Limit number of opened file globally with --bt-max-open-files option il y a 12 ans
MultiFileAllocationIteratorTest.cc f000fd0cab MultiDiskAdaptor: Use std::unique_ptr for DiskWriterEntry and DiskWriter il y a 12 ans
NetrcAuthResolverTest.cc d485c8e767 Rewrite AuthConfig objects using std::unique_ptr il y a 12 ans
NetrcTest.cc d485c8e767 Rewrite AuthConfig objects using std::unique_ptr il y a 12 ans
NsCookieParserTest.cc 5a223115e0 Rewrite CookieStorage il y a 12 ans
OptionHandlerTest.cc 09c597fbb8 ParameterOptionHandler: Use initializer lists for params il y a 12 ans
OptionParserTest.cc 07d270c87e Require -std=c++11 and use std::shared_ptr instead of SharedHandle il y a 12 ans
OptionTest.cc 07d270c87e Require -std=c++11 and use std::shared_ptr instead of SharedHandle il y a 12 ans
ParamedStringTest.cc 30fdb08f40 Rewritten parametered URI handling routine. il y a 14 ans
PeerConnectionTest.cc 07d270c87e Require -std=c++11 and use std::shared_ptr instead of SharedHandle il y a 12 ans
PeerSessionResourceTest.cc 07d270c87e Require -std=c++11 and use std::shared_ptr instead of SharedHandle il y a 12 ans
PeerTest.cc 07d270c87e Require -std=c++11 and use std::shared_ptr instead of SharedHandle il y a 12 ans
PieceStatManTest.cc 6ee913b0bc Simplified PieceStatMan and RarestPieceSelector. il y a 14 ans
PieceTest.cc ae84ff26e2 AbstractSingleDiskAdaptor: Use std::unique_ptr for diskWriter_ il y a 12 ans
PriorityPieceSelectorTest.cc 10cdc59297 Remove vbegin and vend in favor of std::begin and std::end il y a 12 ans
ProtocolDetectorTest.cc 3ee6784b76 Made `make distcheck' pass. il y a 15 ans
RarestPieceSelectorTest.cc 07d270c87e Require -std=c++11 and use std::shared_ptr instead of SharedHandle il y a 12 ans
RequestGroupManTest.cc 00e27e4fa4 DownloadEngine: Use std::unique_ptr for eventPoll_ il y a 12 ans
RequestGroupTest.cc 07d270c87e Require -std=c++11 and use std::shared_ptr instead of SharedHandle il y a 12 ans
RequestTest.cc 3080af7370 Request: Remove previousUri_ il y a 12 ans
RpcHelperTest.cc 8b0c701266 Removed trailing spaces il y a 13 ans
RpcMethodTest.cc 7f6987a4b4 Implement new RPC authorization using --rpc-secret option il y a 11 ans
RpcResponseTest.cc 7c06b903f3 Use std::unique_ptr for ValueBase object hierarchy il y a 12 ans
SegListTest.cc 5749647ae5 Use SegList<int> instead of IntSequence in DownloadContext::setFileFilter() il y a 14 ans
SegmentManTest.cc 07d270c87e Require -std=c++11 and use std::shared_ptr instead of SharedHandle il y a 12 ans
SegmentTest.cc d8f44ef4f6 Convert most 0/NULL pointers to nullptr il y a 12 ans
SequentialPickerTest.cc 6b397c8125 Use std::unique_ptr for CheckIntegrityEntry and FileAllocationEntry il y a 12 ans
ServerStatManTest.cc 07d270c87e Require -std=c++11 and use std::shared_ptr instead of SharedHandle il y a 12 ans
ServerStatTest.cc 8b0c701266 Removed trailing spaces il y a 13 ans
SessionSerializerTest.cc 00e27e4fa4 DownloadEngine: Use std::unique_ptr for eventPoll_ il y a 12 ans
ShareRatioSeedCriteriaTest.cc 07d270c87e Require -std=c++11 and use std::shared_ptr instead of SharedHandle il y a 12 ans
SignatureTest.cc 8b0c701266 Removed trailing spaces il y a 13 ans
SingleFileAllocationIteratorTest.cc 860f4dd06a Use int64_t instead of off_t il y a 13 ans
SingletonHolderTest.cc 5cb7ae0b86 Use std::unique_ptr in SingletonHolder il y a 12 ans
SinkStreamFilterTest.cc 81f46fbf92 Use CXX11_OVERRIDE il y a 12 ans
SocketCoreTest.cc d8f44ef4f6 Convert most 0/NULL pointers to nullptr il y a 12 ans
SpeedCalcTest.cc 1b7c198289 2008-02-08 Tatsuhiro Tsujikawa <tujikawa at rednoah dot com> il y a 17 ans
Sqlite3CookieParserTest.cc 5a223115e0 Rewrite CookieStorage il y a 12 ans
TestUtil.cc 68f2a33355 DownloadEngine: Use std::unique_ptr for RequestGroupMan il y a 12 ans
TestUtil.h 68f2a33355 DownloadEngine: Use std::unique_ptr for RequestGroupMan il y a 12 ans
TimeSeedCriteriaTest.cc 8b0c701266 Removed trailing spaces il y a 13 ans
TimeTest.cc 95843a5fe6 TimeTest: Fix testElapsed() fail occasionally il y a 12 ans
TimegmTest.cc f04090199f Rewritten timegm replacement function il y a 13 ans
UDPTrackerClientTest.cc 07d270c87e Require -std=c++11 and use std::shared_ptr instead of SharedHandle il y a 12 ans
UTMetadataDataExtensionMessageTest.cc ae84ff26e2 AbstractSingleDiskAdaptor: Use std::unique_ptr for diskWriter_ il y a 12 ans
UTMetadataPostDownloadHandlerTest.cc 74d6d64271 Use std::unique_ptr for MessageDigest il y a 12 ans
UTMetadataRejectExtensionMessageTest.cc 4db349c1f3 2010-01-06 Tatsuhiro Tsujikawa <t-tujikawa@users.sourceforge.net> il y a 16 ans
UTMetadataRequestExtensionMessageTest.cc 529b9fdceb Use std::unique_ptr for ExtensionMessage il y a 12 ans
UTMetadataRequestFactoryTest.cc 81f46fbf92 Use CXX11_OVERRIDE il y a 12 ans
UTMetadataRequestTrackerTest.cc c1730aeea9 2009-11-23 Tatsuhiro Tsujikawa <t-tujikawa@users.sourceforge.net> il y a 16 ans
UTPexExtensionMessageTest.cc 529b9fdceb Use std::unique_ptr for ExtensionMessage il y a 12 ans
UriListParserTest.cc a6c2ad53bf Rewritten UriListParser using BufferedFile il y a 14 ans
UriSplitTest.cc d8f44ef4f6 Convert most 0/NULL pointers to nullptr il y a 12 ans
UriTest.cc 126a4bde61 Rewrite URI path component normalization il y a 12 ans
UtilTest.cc b772aa6a5e util::percentEncodeMini: Fix regression bug removed unsignedness il y a 12 ans
ValueBaseBencodeParserTest.cc 07d270c87e Require -std=c++11 and use std::shared_ptr instead of SharedHandle il y a 12 ans
ValueBaseJsonParserTest.cc 7c06b903f3 Use std::unique_ptr for ValueBase object hierarchy il y a 12 ans
ValueBaseTest.cc 7c06b903f3 Use std::unique_ptr for ValueBase object hierarchy il y a 12 ans
WrDiskCacheEntryTest.cc ae84ff26e2 AbstractSingleDiskAdaptor: Use std::unique_ptr for diskWriter_ il y a 12 ans
WrDiskCacheTest.cc ae84ff26e2 AbstractSingleDiskAdaptor: Use std::unique_ptr for diskWriter_ il y a 12 ans
XORCloserTest.cc e976b23728 2009-10-23 Tatsuhiro Tsujikawa <t-tujikawa@users.sourceforge.net> il y a 16 ans
XmlRpcRequestParserControllerTest.cc 05104ba177 Removed asString, asList, ... and use downcast<T> instead. il y a 14 ans
a2algoTest.cc 10cdc59297 Remove vbegin and vend in favor of std::begin and std::end il y a 12 ans
a2functionalTest.cc e791eb9ca3 Cleanup a2functional.h il y a 12 ans
array_funTest.cc 7e6db8d801 Use std::unique_ptr instead of array_ptr il y a 12 ans
emptyfile 11907c175d 2007-03-15 Tatsuhiro Tsujikawa <tujikawa at rednoah dot com> il y a 18 ans
base_uri.xml ad5af56c17 Support relative URI in Metalink file. il y a 14 ans
bitfieldTest.cc df0034f1cd Add countSetBitSlow tests il y a 12 ans
chromium_cookies.sqlite f6dbba5427 2010-10-10 Tatsuhiro Tsujikawa <t-tujikawa@users.sourceforge.net> il y a 15 ans
chunkChecksumTestFile250.txt ea6d9493c8 2007-01-23 Tatsuhiro Tsujikawa <tujikawa at rednoah dot com> il y a 18 ans
cookies.sqlite f6dbba5427 2010-10-10 Tatsuhiro Tsujikawa <t-tujikawa@users.sourceforge.net> il y a 15 ans
emptyfile 11907c175d 2007-03-15 Tatsuhiro Tsujikawa <tujikawa at rednoah dot com> il y a 18 ans
extension_message_test_helper.h 28d5c7408f Check that C++ compiler supports override keyword il y a 12 ans
file1r.txt 2f4b3f7d02 2006-04-12 Tatsuhiro Tsujikawa <tujikawa at rednoah dot com> il y a 19 ans
file2r.txt 2f4b3f7d02 2006-04-12 Tatsuhiro Tsujikawa <tujikawa at rednoah dot com> il y a 19 ans
file3r.txt 2f4b3f7d02 2006-04-12 Tatsuhiro Tsujikawa <tujikawa at rednoah dot com> il y a 19 ans
filelist1.txt c408dbba72 Recognize tab as white space before option in -i list. il y a 14 ans
filelist2.txt 561f0b3e29 Use std::deque instead of std::list in IndexedList il y a 12 ans
gzip_decode_test.gz d791807add 2008-06-29 Tatsuhiro Tsujikawa <tujikawa at rednoah dot com> il y a 17 ans
input_uris.txt eed0406484 2008-11-13 Tatsuhiro Tsujikawa <t-tujikawa@users.sourceforge.net> il y a 17 ans
load-nonBt-v0001.aria2 335a0fb36f 2008-08-24 Tatsuhiro Tsujikawa <tujikawa at rednoah dot com> il y a 17 ans
load-nonBt.aria2 048a2cf597 2007-10-12 Tatsuhiro Tsujikawa <tujikawa at rednoah dot com> il y a 18 ans
load-v0001.aria2 335a0fb36f 2008-08-24 Tatsuhiro Tsujikawa <tujikawa at rednoah dot com> il y a 17 ans
load.aria2 048a2cf597 2007-10-12 Tatsuhiro Tsujikawa <tujikawa at rednoah dot com> il y a 18 ans
local-metaurl.meta4 705dadb32b Fix crash when metaurl contains unsupported URI or text il y a 12 ans
malformed.netrc 7ff627079f 2007-03-19 Tatsuhiro Tsujikawa <tujikawa at valkyrie dot rednoah com> il y a 18 ans
metalink3-dirtraversal.xml dc2a51b54a 2010-02-27 Tatsuhiro Tsujikawa <t-tujikawa@users.sourceforge.net> il y a 15 ans
metalink4-dosdirtraversal.xml 460ee92644 2010-05-06 Tatsuhiro Tsujikawa <t-tujikawa@users.sourceforge.net> il y a 15 ans
metalink4-groupbymetaurl.xml 0c62e90730 2010-02-28 Tatsuhiro Tsujikawa <t-tujikawa@users.sourceforge.net> il y a 15 ans
metalink4.xml 3bb7855a56 2010-03-03 Tatsuhiro Tsujikawa <t-tujikawa@users.sourceforge.net> il y a 15 ans
nscookietest.txt 8b17d4b276 2010-10-09 Tatsuhiro Tsujikawa <t-tujikawa@users.sourceforge.net> il y a 15 ans
sample.netrc 10e371c25a 2009-10-17 Tatsuhiro Tsujikawa <t-tujikawa@users.sourceforge.net> il y a 16 ans
serialize_session.meta4 5cd0108f93 2010-04-08 Tatsuhiro Tsujikawa <t-tujikawa@users.sourceforge.net> il y a 15 ans
single.torrent 194f45a3c3 2007-11-22 Tatsuhiro Tsujikawa <tujikawa at rednoah dot com> il y a 18 ans
test.torrent 9077d5a985 2009-08-19 Tatsuhiro Tsujikawa <t-tujikawa@users.sourceforge.net> il y a 16 ans
test.xml dc2a51b54a 2010-02-27 Tatsuhiro Tsujikawa <t-tujikawa@users.sourceforge.net> il y a 15 ans
url-list-multiFile.torrent 0e060f0e8b 2010-04-03 Tatsuhiro Tsujikawa <t-tujikawa@users.sourceforge.net> il y a 15 ans
url-list-singleFile.torrent da4d9092b2 2008-01-04 Tatsuhiro Tsujikawa <tujikawa at rednoah dot com> il y a 18 ans
url-list-singleFileEndsWithSlash.torrent 0e060f0e8b 2010-04-03 Tatsuhiro Tsujikawa <t-tujikawa@users.sourceforge.net> il y a 15 ans
utf8.torrent 9077d5a985 2009-08-19 Tatsuhiro Tsujikawa <t-tujikawa@users.sourceforge.net> il y a 16 ans