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