..
.gitignore
Added .gitignore files
2012-02-27 21:49:01 +09:00
A2STR.cc
Removed A2STR strings other than NIL
2012-09-24 23:01:08 +09:00
A2STR.h
Removed A2STR strings other than NIL
2012-09-24 23:01:08 +09:00
ARC4Encryptor.h
Fixed compile error without libnettle, libgcrypt and openssl.
2012-01-08 01:00:02 +09:00
AbstractAuthResolver.cc
Removed *Handle typedef
2012-09-28 23:27:46 +09:00
AbstractAuthResolver.h
Removed *Handle typedef
2012-09-28 23:27:46 +09:00
AbstractBtMessage.cc
Removed BtMessage::isSendingProgress()
2013-01-11 20:26:31 +09:00
AbstractBtMessage.h
Removed BtMessage::isSendingProgress()
2013-01-11 20:26:31 +09:00
AbstractCommand.cc
Rewrite backup connection handling
2013-04-01 23:51:33 +09:00
AbstractCommand.h
Rewrite backup connection handling
2013-04-01 23:51:33 +09:00
AbstractDiskWriter.cc
mingw32: Make NTFS sparse file on --file-allocation=trunc
2013-01-11 18:35:54 +09:00
AbstractDiskWriter.h
mingw32: Make NTFS sparse file on --file-allocation=trunc
2013-01-11 18:35:54 +09:00
AbstractHttpServerResponseCommand.cc
RPC over SSL/TLS transport
2012-09-30 00:50:14 +09:00
AbstractHttpServerResponseCommand.h
RPC over SSL/TLS transport
2012-09-30 00:50:14 +09:00
AbstractOptionHandler.cc
Handle OptionHandlers as raw pointer
2012-09-27 22:45:31 +09:00
AbstractOptionHandler.h
Handle OptionHandlers as raw pointer
2012-09-27 22:45:31 +09:00
AbstractProxyRequestCommand.cc
Rewrite backup connection handling
2013-04-01 23:51:33 +09:00
AbstractProxyRequestCommand.h
Rewrite backup connection handling
2013-04-01 23:51:33 +09:00
AbstractProxyResponseCommand.cc
Removed *Handle typedef
2012-09-28 23:27:46 +09:00
AbstractProxyResponseCommand.h
…
AbstractSingleDiskAdaptor.cc
Add debug log for aligned cache write
2013-02-02 21:28:52 +09:00
AbstractSingleDiskAdaptor.h
Write data in 4K aligned offset in write with disk cache enabled
2012-12-06 00:17:11 +09:00
ActivePeerConnectionCommand.cc
Refactor peer list management in DefaultPeerStorage
2013-01-26 17:50:06 +09:00
ActivePeerConnectionCommand.h
Refactor peer list management in DefaultPeerStorage
2013-01-26 17:50:06 +09:00
AdaptiveFileAllocationIterator.cc
mingw32: Make NTFS sparse file on --file-allocation=trunc
2013-01-11 18:35:54 +09:00
AdaptiveFileAllocationIterator.h
Removed trailing spaces
2012-10-01 23:52:22 +09:00
AdaptiveURISelector.cc
Use uri_split instead of uri::parse where appropriate
2012-10-14 18:05:34 +09:00
AdaptiveURISelector.h
Removed trailing spaces
2012-10-01 23:52:22 +09:00
AnnounceList.cc
Rewritten AnnounceList::getEventString()
2012-09-25 00:07:14 +09:00
AnnounceList.h
Rewritten AnnounceList::getEventString()
2012-09-25 00:07:14 +09:00
AnnounceTier.cc
…
AnnounceTier.h
…
AnonDiskWriterFactory.h
Parse torrent file on the fly if --follow-torrent=mem is given
2012-07-26 21:07:10 +09:00
AsyncNameResolver.cc
Parallel A and AAAA record lookups with c-ares
2013-03-31 18:02:45 +09:00
AsyncNameResolver.h
Moved parseAsyncDNSServers() to AsyncNameResolver.cc and refactored.
2012-05-16 23:05:09 +09:00
AsyncNameResolverMan.cc
Use AsyncNameResolverMan in DHTEntryPointNameResolveCommand
2013-04-01 01:24:18 +09:00
AsyncNameResolverMan.h
Use AsyncNameResolverMan in DHTEntryPointNameResolveCommand
2013-04-01 01:24:18 +09:00
AuthConfig.cc
Removed *Handle typedef
2012-09-28 23:27:46 +09:00
AuthConfig.h
Removed *Handle typedef
2012-09-28 23:27:46 +09:00
AuthConfigFactory.cc
Removed *Handle typedef
2012-09-28 23:27:46 +09:00
AuthConfigFactory.h
Removed *Handle typedef
2012-09-28 23:27:46 +09:00
AuthResolver.h
Removed *Handle typedef
2012-09-28 23:27:46 +09:00
AutoSaveCommand.cc
…
AutoSaveCommand.h
…
BackupIPv4ConnectCommand.cc
Implement simple Happy Eyeballs for HTTP/FTP downloads
2013-04-01 00:12:27 +09:00
BackupIPv4ConnectCommand.h
Implement simple Happy Eyeballs for HTTP/FTP downloads
2013-04-01 00:12:27 +09:00
BencodeDiskWriter.h
Parse torrent file on the fly if --follow-torrent=mem is given
2012-07-26 21:07:10 +09:00
BencodeDiskWriterFactory.h
Parse torrent file on the fly if --follow-torrent=mem is given
2012-07-26 21:07:10 +09:00
BencodeParser.cc
Initialized scalar members
2012-10-29 23:42:58 +09:00
BencodeParser.h
Added stream Bencode parser
2012-07-24 23:50:06 +09:00
BinaryStream.h
mingw32: Make NTFS sparse file on --file-allocation=trunc
2013-01-11 18:35:54 +09:00
BitfieldMan.cc
Fixed BitfieldMan::getOffsetCompletedLength overflow on 32-bit systems
2012-12-16 17:26:01 +09:00
BitfieldMan.h
Removed trailing spaces
2012-10-01 23:52:22 +09:00
BtAbortOutstandingRequestEvent.cc
…
BtAbortOutstandingRequestEvent.h
…
BtAllowedFastMessage.cc
Vectorized write for SocketBuffer to avoid small packet
2013-01-11 16:50:04 +09:00
BtAllowedFastMessage.h
Vectorized write for SocketBuffer to avoid small packet
2013-01-11 16:50:04 +09:00
BtAnnounce.cc
…
BtAnnounce.h
Hygiene: Fix some clang warnings, mostly unused private members.
2013-03-01 13:17:52 +01:00
BtBitfieldMessage.cc
Made static create function of BtMessage subclass return raw pointer
2012-09-27 23:40:25 +09:00
BtBitfieldMessage.h
Made static create function of BtMessage subclass return raw pointer
2012-09-27 23:40:25 +09:00
BtBitfieldMessageValidator.cc
…
BtBitfieldMessageValidator.h
Removed *Handle typedef
2012-09-28 23:27:46 +09:00
BtCancelMessage.cc
Made static create function of BtMessage subclass return raw pointer
2012-09-27 23:40:25 +09:00
BtCancelMessage.h
Made static create function of BtMessage subclass return raw pointer
2012-09-27 23:40:25 +09:00
BtCancelSendingPieceEvent.h
Use int32_t for begin, length in RangeBtMessage
2011-12-09 21:39:43 +09:00
BtCheckIntegrityEntry.cc
…
BtCheckIntegrityEntry.h
Removed *Handle typedef
2012-09-28 23:27:46 +09:00
BtChokeMessage.cc
Vectorized write for SocketBuffer to avoid small packet
2013-01-11 16:50:04 +09:00
BtChokeMessage.h
Vectorized write for SocketBuffer to avoid small packet
2013-01-11 16:50:04 +09:00
BtChokingEvent.h
…
BtConstants.h
Revert 53dde0a9
2013-01-15 23:50:12 +09:00
BtDependency.cc
Use 64 bits random bytes as GID
2012-12-16 17:29:01 +09:00
BtDependency.h
Removed *Handle typedef
2012-09-28 23:27:46 +09:00
BtExtendedMessage.cc
Removed *Handle typedef
2012-09-28 23:27:46 +09:00
BtExtendedMessage.h
Made static create function of BtMessage subclass return raw pointer
2012-09-27 23:40:25 +09:00
BtFileAllocationEntry.cc
mingw32: Re-open files with read-only mode enabled on seeding
2012-12-24 23:03:19 +09:00
BtFileAllocationEntry.h
Removed *Handle typedef
2012-09-28 23:27:46 +09:00
BtHandshakeMessage.cc
Made BtMessage's NAME const char[]
2012-09-25 23:28:24 +09:00
BtHandshakeMessage.h
Made BtMessage's NAME const char[]
2012-09-25 23:28:24 +09:00
BtHandshakeMessageValidator.cc
…
BtHandshakeMessageValidator.h
Removed *Handle typedef
2012-09-28 23:27:46 +09:00
BtHaveAllMessage.cc
Made static create function of BtMessage subclass return raw pointer
2012-09-27 23:40:25 +09:00
BtHaveAllMessage.h
Made static create function of BtMessage subclass return raw pointer
2012-09-27 23:40:25 +09:00
BtHaveMessage.cc
Made static create function of BtMessage subclass return raw pointer
2012-09-27 23:40:25 +09:00
BtHaveMessage.h
Made static create function of BtMessage subclass return raw pointer
2012-09-27 23:40:25 +09:00
BtHaveNoneMessage.cc
Made static create function of BtMessage subclass return raw pointer
2012-09-27 23:40:25 +09:00
BtHaveNoneMessage.h
Made static create function of BtMessage subclass return raw pointer
2012-09-27 23:40:25 +09:00
BtInteractive.h
Removed *Handle typedef
2012-09-28 23:27:46 +09:00
BtInterestedMessage.cc
Vectorized write for SocketBuffer to avoid small packet
2013-01-11 16:50:04 +09:00
BtInterestedMessage.h
Vectorized write for SocketBuffer to avoid small packet
2013-01-11 16:50:04 +09:00
BtKeepAliveMessage.cc
Made BtMessage's NAME const char[]
2012-09-25 23:28:24 +09:00
BtKeepAliveMessage.h
Removed *Handle typedef
2012-09-28 23:27:46 +09:00
BtLeecherStateChoke.cc
Remove PeerStorage::getActivePeers() and add getUsedPeers() instead
2013-01-26 18:36:09 +09:00
BtLeecherStateChoke.h
Remove PeerStorage::getActivePeers() and add getUsedPeers() instead
2013-01-26 18:36:09 +09:00
BtMessage.h
Removed BtMessage::isSendingProgress()
2013-01-11 20:26:31 +09:00
BtMessageDispatcher.h
Removed *Handle typedef
2012-09-28 23:27:46 +09:00
BtMessageFactory.h
Removed *Handle typedef
2012-09-28 23:27:46 +09:00
BtMessageReceiver.h
Removed *Handle typedef
2012-09-28 23:27:46 +09:00
BtMessageValidator.h
Removed *Handle typedef
2012-09-28 23:27:46 +09:00
BtNotInterestedMessage.cc
Vectorized write for SocketBuffer to avoid small packet
2013-01-11 16:50:04 +09:00
BtNotInterestedMessage.h
Vectorized write for SocketBuffer to avoid small packet
2013-01-11 16:50:04 +09:00
BtPieceMessage.cc
Pack Piece message header and body into one chunk
2013-01-14 18:09:40 +09:00
BtPieceMessage.h
Pack Piece message header and body into one chunk
2013-01-14 18:09:40 +09:00
BtPieceMessageValidator.cc
Use int or int32_t instead of size_t where suitable
2011-12-09 21:39:43 +09:00
BtPieceMessageValidator.h
Removed *Handle typedef
2012-09-28 23:27:46 +09:00
BtPortMessage.cc
Made static create function of BtMessage subclass return raw pointer
2012-09-27 23:40:25 +09:00
BtPortMessage.h
Made static create function of BtMessage subclass return raw pointer
2012-09-27 23:40:25 +09:00
BtPostDownloadHandler.cc
Save gid option with --save-session option
2012-12-17 00:33:11 +09:00
BtPostDownloadHandler.h
…
BtProgressInfoFile.h
Removed *Handle typedef
2012-09-28 23:27:46 +09:00
BtRegistry.cc
Support UDP tracker
2013-02-25 00:56:49 +09:00
BtRegistry.h
Use same port number for IPv4 and IPv6 DHT
2013-02-26 22:44:19 +09:00
BtRejectMessage.cc
Made static create function of BtMessage subclass return raw pointer
2012-09-27 23:40:25 +09:00
BtRejectMessage.h
Made static create function of BtMessage subclass return raw pointer
2012-09-27 23:40:25 +09:00
BtRequestFactory.h
Removed *Handle typedef
2012-09-28 23:27:46 +09:00
BtRequestMessage.cc
Removed BtMessage::isSendingProgress()
2013-01-11 20:26:31 +09:00
BtRequestMessage.h
Made static create function of BtMessage subclass return raw pointer
2012-09-27 23:40:25 +09:00
BtRuntime.cc
Use int instead of unsigned int where unsigned int is not needed.
2011-12-09 21:39:43 +09:00
BtRuntime.h
Removed *Handle typedef
2012-09-28 23:27:46 +09:00
BtSeederStateChoke.cc
Remove PeerStorage::getActivePeers() and add getUsedPeers() instead
2013-01-26 18:36:09 +09:00
BtSeederStateChoke.h
Remove PeerStorage::getActivePeers() and add getUsedPeers() instead
2013-01-26 18:36:09 +09:00
BtSetup.cc
Support UDP tracker
2013-02-25 00:56:49 +09:00
BtSetup.h
…
BtStopDownloadCommand.cc
Use 64 bits random bytes as GID
2012-12-16 17:29:01 +09:00
BtStopDownloadCommand.h
Removed trailing spaces
2012-10-01 23:52:22 +09:00
BtSuggestPieceMessage.cc
Made static create function of BtMessage subclass return raw pointer
2012-09-27 23:40:25 +09:00
BtSuggestPieceMessage.h
Made static create function of BtMessage subclass return raw pointer
2012-09-27 23:40:25 +09:00
BtUnchokeMessage.cc
Vectorized write for SocketBuffer to avoid small packet
2013-01-11 16:50:04 +09:00
BtUnchokeMessage.h
Vectorized write for SocketBuffer to avoid small packet
2013-01-11 16:50:04 +09:00
BufferedFile.cc
Support for gzipped -i and --save-session
2013-03-02 15:48:26 +01:00
BufferedFile.h
Support for gzipped -i and --save-session
2013-03-02 15:48:26 +01:00
ByteArrayDiskWriter.cc
Use int64_t instead of off_t
2012-07-23 21:42:47 +09:00
ByteArrayDiskWriter.h
Removed *Handle typedef
2012-09-28 23:27:46 +09:00
ByteArrayDiskWriterFactory.h
Removed *Handle typedef
2012-09-28 23:27:46 +09:00
CUIDCounter.cc
…
CUIDCounter.h
…
CheckIntegrityCommand.cc
…
CheckIntegrityCommand.h
…
CheckIntegrityDispatcherCommand.cc
Use PRId64 for int64_t format specifier
2012-06-25 22:43:33 +09:00
CheckIntegrityDispatcherCommand.h
…
CheckIntegrityEntry.cc
Use int64_t instead of off_t
2012-07-23 21:42:47 +09:00
CheckIntegrityEntry.h
Removed *Handle typedef
2012-09-28 23:27:46 +09:00
CheckIntegrityMan.h
…
Checksum.cc
Removed trailing spaces
2012-10-01 23:52:22 +09:00
Checksum.h
Removed trailing spaces
2012-10-01 23:52:22 +09:00
ChecksumCheckIntegrityEntry.cc
aria2 now doesn't assume download's completed just because file size matched
2012-01-08 17:46:03 +09:00
ChecksumCheckIntegrityEntry.h
…
ChunkChecksum.cc
Use int64_t instead of off_t
2012-06-25 23:35:24 +09:00
ChunkChecksum.h
Removed trailing spaces
2012-10-01 23:52:22 +09:00
ChunkedDecodingStreamFilter.cc
Rewritten ChunkedDecodingStreamFilter
2012-06-18 23:42:46 +09:00
ChunkedDecodingStreamFilter.h
Removed trailing spaces
2012-10-01 23:52:22 +09:00
Command.cc
…
Command.h
Use PRId64 for int64_t format specifier
2012-06-25 22:43:33 +09:00
ConnectCommand.cc
Rewrite backup connection handling
2013-04-01 23:51:33 +09:00
ConnectCommand.h
Rewrite backup connection handling
2013-04-01 23:51:33 +09:00
ConsoleStatCalc.cc
Implement IndexedList::iterator
2013-03-03 18:00:42 +09:00
ConsoleStatCalc.h
Check the output file is terminal or not in ctor
2012-12-08 18:38:30 +09:00
ContentTypeRequestGroupCriteria.cc
Rewritten DownloadHandlerConstants
2012-09-22 23:19:41 +09:00
ContentTypeRequestGroupCriteria.h
Rewritten DownloadHandlerConstants
2012-09-22 23:19:41 +09:00
ContextAttribute.cc
Use std::vector instead of std::map for ContextAttribute objects
2012-09-22 17:37:30 +09:00
ContextAttribute.h
Use std::vector instead of std::map for ContextAttribute objects
2012-09-22 17:37:30 +09:00
ControlChain.h
Rewrite backup connection handling
2013-04-01 23:51:33 +09:00
Cookie.cc
Removed A2STR strings other than NIL
2012-09-24 23:01:08 +09:00
Cookie.h
Rewritten util::split and added its iterator version.
2011-11-04 22:27:58 +09:00
CookieStorage.cc
Initialized scalar members
2012-10-29 23:42:58 +09:00
CookieStorage.h
Removed trailing spaces
2012-10-01 23:52:22 +09:00
CreateRequestCommand.cc
Fixed assertion error if --retry-wait is used
2012-08-31 22:31:31 +09:00
CreateRequestCommand.h
…
DHKeyExchange.h
…
DHTAbstractMessage.cc
…
DHTAbstractMessage.h
Removed trailing spaces
2012-10-01 23:52:22 +09:00
DHTAbstractNodeLookupTask.h
Removed trailing spaces
2012-10-01 23:52:22 +09:00
DHTAbstractTask.cc
…
DHTAbstractTask.h
Removed trailing spaces
2012-10-01 23:52:22 +09:00
DHTAnnouncePeerMessage.cc
Use fmt instead of using snprintf directly
2011-11-12 19:33:38 +09:00
DHTAnnouncePeerMessage.h
Removed trailing spaces
2012-10-01 23:52:22 +09:00
DHTAnnouncePeerReplyMessage.cc
…
DHTAnnouncePeerReplyMessage.h
…
DHTAutoSaveCommand.cc
…
DHTAutoSaveCommand.h
Removed trailing spaces
2012-10-01 23:52:22 +09:00
DHTBucket.cc
Removed trailing spaces
2012-10-01 23:52:22 +09:00
DHTBucket.h
Removed trailing spaces
2012-10-01 23:52:22 +09:00
DHTBucketRefreshCommand.cc
…
DHTBucketRefreshCommand.h
…
DHTBucketRefreshTask.cc
…
DHTBucketRefreshTask.h
…
DHTBucketTree.cc
Removed dead code
2012-10-29 23:42:58 +09:00
DHTBucketTree.h
…
DHTConnection.h
Fixed gcc-4.7 warnings
2012-04-08 03:12:29 +09:00
DHTConnectionImpl.cc
Improve log message for server socket
2013-02-26 22:44:15 +09:00
DHTConnectionImpl.h
Removed trailing spaces
2012-10-01 23:52:22 +09:00
DHTConstants.h
Use int instead of unsigned int where unsigned int is not needed.
2011-12-09 21:39:43 +09:00
DHTEntryPointNameResolveCommand.cc
Fix compile error without c-ares
2013-04-01 02:08:53 +09:00
DHTEntryPointNameResolveCommand.h
Rewrite async DNS portion without exception
2013-04-01 02:03:22 +09:00
DHTFindNodeMessage.cc
…
DHTFindNodeMessage.h
Removed trailing spaces
2012-10-01 23:52:22 +09:00
DHTFindNodeReplyMessage.cc
Use fmt instead of util::itos
2011-11-13 20:55:06 +09:00
DHTFindNodeReplyMessage.h
Removed trailing spaces
2012-10-01 23:52:22 +09:00
DHTGetPeersCommand.cc
Fix compiler warning
2013-01-29 21:38:58 +09:00
DHTGetPeersCommand.h
Code cleanup
2011-12-09 21:39:43 +09:00
DHTGetPeersMessage.cc
…
DHTGetPeersMessage.h
Removed trailing spaces
2012-10-01 23:52:22 +09:00
DHTGetPeersReplyMessage.cc
Use fmt instead of using snprintf directly
2011-11-12 19:33:38 +09:00
DHTGetPeersReplyMessage.h
Removed trailing spaces
2012-10-01 23:52:22 +09:00
DHTIDCloser.h
Removed unused members
2012-10-29 23:42:58 +09:00
DHTInteractionCommand.cc
Support UDP tracker
2013-02-25 00:56:49 +09:00
DHTInteractionCommand.h
Support UDP tracker
2013-02-25 00:56:49 +09:00
DHTMessage.cc
Code cleanup. Avoid std::string temporaries.
2011-11-05 01:11:04 +09:00
DHTMessage.h
Removed trailing spaces
2012-10-01 23:52:22 +09:00
DHTMessageCallback.h
…
DHTMessageDispatcher.h
…
DHTMessageDispatcherImpl.cc
…
DHTMessageDispatcherImpl.h
…
DHTMessageEntry.cc
…
DHTMessageEntry.h
…
DHTMessageFactory.h
…
DHTMessageFactoryImpl.cc
Don't instantiate SharedHandle for DHT{Query, Response}Message subclass
2012-09-28 00:13:08 +09:00
DHTMessageFactoryImpl.h
Removed trailing spaces
2012-10-01 23:52:22 +09:00
DHTMessageReceiver.cc
Support UDP tracker
2013-02-25 00:56:49 +09:00
DHTMessageReceiver.h
Support UDP tracker
2013-02-25 00:56:49 +09:00
DHTMessageTracker.cc
Use std::remove_if
2013-02-26 22:59:28 +09:00
DHTMessageTracker.h
Update doc
2013-02-26 23:43:52 +09:00
DHTMessageTrackerEntry.cc
Use short form of util::startsWith and util::endsWith
2012-01-11 01:17:51 +09:00
DHTMessageTrackerEntry.h
Removed trailing spaces
2012-10-01 23:52:22 +09:00
DHTNode.cc
Use int instead of unsigned int where unsigned int is not needed.
2011-12-09 21:39:43 +09:00
DHTNode.h
Removed trailing spaces
2012-10-01 23:52:22 +09:00
DHTNodeLookupEntry.cc
…
DHTNodeLookupEntry.h
…
DHTNodeLookupTask.cc
…
DHTNodeLookupTask.h
…
DHTNodeLookupTaskCallback.cc
…
DHTNodeLookupTaskCallback.h
…
DHTPeerAnnounceCommand.cc
…
DHTPeerAnnounceCommand.h
…
DHTPeerAnnounceEntry.cc
…
DHTPeerAnnounceEntry.h
Removed trailing spaces
2012-10-01 23:52:22 +09:00
DHTPeerAnnounceStorage.cc
Removed trailing spaces
2012-10-01 23:52:22 +09:00
DHTPeerAnnounceStorage.h
Use std::set instead of std::deque if the elements are sorted and
2012-03-23 01:34:37 +09:00
DHTPeerLookupTask.cc
Removed trailing spaces
2012-10-01 23:52:22 +09:00
DHTPeerLookupTask.h
Removed trailing spaces
2012-10-01 23:52:22 +09:00
DHTPeerLookupTaskCallback.cc
…
DHTPeerLookupTaskCallback.h
…
DHTPingMessage.cc
…
DHTPingMessage.h
…
DHTPingReplyMessage.cc
…
DHTPingReplyMessage.h
…
DHTPingReplyMessageCallback.h
…
DHTPingTask.cc
Use int or int32_t instead of size_t where suitable
2011-12-09 21:39:43 +09:00
DHTPingTask.h
Removed trailing spaces
2012-10-01 23:52:22 +09:00
DHTQueryMessage.cc
Use fmt instead of using snprintf directly
2011-11-12 19:33:38 +09:00
DHTQueryMessage.h
Removed trailing spaces
2012-10-01 23:52:22 +09:00
DHTRegistry.cc
…
DHTRegistry.h
…
DHTReplaceNodeTask.cc
Use int or int32_t instead of size_t where suitable
2011-12-09 21:39:43 +09:00
DHTReplaceNodeTask.h
Removed trailing spaces
2012-10-01 23:52:22 +09:00
DHTResponseMessage.cc
Use fmt instead of using snprintf directly
2011-11-12 19:33:38 +09:00
DHTResponseMessage.h
Removed trailing spaces
2012-10-01 23:52:22 +09:00
DHTRoutingTable.cc
Use int or int32_t instead of size_t where suitable
2011-12-09 21:39:43 +09:00
DHTRoutingTable.h
Removed trailing spaces
2012-10-01 23:52:22 +09:00
DHTRoutingTableDeserializer.cc
Removed trailing spaces
2012-10-01 23:52:22 +09:00
DHTRoutingTableDeserializer.h
…
DHTRoutingTableSerializer.cc
Removed trailing spaces
2012-10-01 23:52:22 +09:00
DHTRoutingTableSerializer.h
…
DHTSetup.cc
Use same port number for IPv4 and IPv6 DHT
2013-02-26 22:44:19 +09:00
DHTSetup.h
…
DHTTask.h
…
DHTTaskExecutor.cc
Use int or int32_t instead of size_t where suitable
2011-12-09 21:39:43 +09:00
DHTTaskExecutor.h
Use int or int32_t instead of size_t where suitable
2011-12-09 21:39:43 +09:00
DHTTaskFactory.h
Removed trailing spaces
2012-10-01 23:52:22 +09:00
DHTTaskFactoryImpl.cc
Use int or int32_t instead of size_t where suitable
2011-12-09 21:39:43 +09:00
DHTTaskFactoryImpl.h
Removed trailing spaces
2012-10-01 23:52:22 +09:00
DHTTaskQueue.h
…
DHTTaskQueueImpl.cc
…
DHTTaskQueueImpl.h
…
DHTTokenTracker.cc
…
DHTTokenTracker.h
…
DHTTokenUpdateCommand.cc
…
DHTTokenUpdateCommand.h
…
DHTUnknownMessage.cc
Use fmt instead of using snprintf directly
2011-11-12 19:33:38 +09:00
DHTUnknownMessage.h
…
DNSCache.cc
Use std::set instead of std::deque if the elements are sorted and
2012-03-23 01:34:37 +09:00
DNSCache.h
Removed trailing spaces
2012-10-01 23:52:22 +09:00
DefaultAuthResolver.cc
Removed *Handle typedef
2012-09-28 23:27:46 +09:00
DefaultAuthResolver.h
Code cleanup
2012-09-28 22:00:46 +09:00
DefaultBtAnnounce.cc
Support UDP tracker
2013-02-25 00:56:49 +09:00
DefaultBtAnnounce.h
Support UDP tracker
2013-02-25 00:56:49 +09:00
DefaultBtInteractive.cc
Remove PeerStorage::getActivePeers() and add getUsedPeers() instead
2013-01-26 18:36:09 +09:00
DefaultBtInteractive.h
Revert 53dde0a9
2013-01-15 23:50:12 +09:00
DefaultBtMessageDispatcher.cc
Removed BtMessage::isSendingProgress()
2013-01-11 20:26:31 +09:00
DefaultBtMessageDispatcher.h
Vectorized write for SocketBuffer to avoid small packet
2013-01-11 16:50:04 +09:00
DefaultBtMessageFactory.cc
Removed *Handle typedef
2012-09-28 23:27:46 +09:00
DefaultBtMessageFactory.h
Made static create function of BtMessage subclass return raw pointer
2012-09-27 23:40:25 +09:00
DefaultBtMessageReceiver.cc
Removed *Handle typedef
2012-09-28 23:27:46 +09:00
DefaultBtMessageReceiver.h
Code cleanup
2012-09-28 22:00:46 +09:00
DefaultBtProgressInfoFile.cc
Reworked download/upload statistics calculation
2012-10-25 23:33:45 +09:00
DefaultBtProgressInfoFile.h
Removed *Handle typedef
2012-09-28 23:27:46 +09:00
DefaultBtRequestFactory.cc
…
DefaultBtRequestFactory.h
Code cleanup
2012-09-28 22:00:46 +09:00
DefaultDiskWriter.cc
Use int64_t instead of off_t
2012-07-23 21:42:47 +09:00
DefaultDiskWriter.h
Code cleanup
2012-09-28 22:00:46 +09:00
DefaultDiskWriterFactory.cc
…
DefaultDiskWriterFactory.h
Code cleanup
2012-09-28 22:00:46 +09:00
DefaultExtensionMessageFactory.cc
Initialized scalar members
2012-10-29 23:42:58 +09:00
DefaultExtensionMessageFactory.h
Code cleanup
2012-09-28 22:00:46 +09:00
DefaultPeerStorage.cc
Increase MAX_PEER_LIST_SIZE to 512
2013-01-28 21:36:52 +09:00
DefaultPeerStorage.h
Remove PeerStorage::getActivePeers() and add getUsedPeers() instead
2013-01-26 18:36:09 +09:00
DefaultPieceStorage.cc
mingw32: Re-open files with read-only mode enabled on seeding
2012-12-24 23:03:19 +09:00
DefaultPieceStorage.h
Added --disk-cache option
2012-12-03 01:39:10 +09:00
DefaultStreamPieceSelector.cc
…
DefaultStreamPieceSelector.h
…
Dependency.h
Simplified RequestGroupMan::fillRequestGroupFromReserver
2012-12-22 23:37:44 +09:00
DirectDiskAdaptor.cc
…
DirectDiskAdaptor.h
Removed *Handle typedef
2012-09-28 23:27:46 +09:00
DiskAdaptor.cc
Use enum to select file allocation method
2012-08-11 23:38:58 +09:00
DiskAdaptor.h
Write data in 4K aligned offset in write with disk cache enabled
2012-12-06 00:17:11 +09:00
DiskWriter.h
Removed *Handle typedef
2012-09-28 23:27:46 +09:00
DiskWriterFactory.h
Removed *Handle typedef
2012-09-28 23:27:46 +09:00
DlAbortEx.cc
…
DlAbortEx.h
…
DlRetryEx.cc
…
DlRetryEx.h
…
DownloadCommand.cc
Flush cached data on checkout/cancel Segment
2012-12-06 01:16:28 +09:00
DownloadCommand.h
Added --disk-cache option
2012-12-03 01:39:10 +09:00
DownloadContext.cc
Reworked download/upload statistics calculation
2012-10-25 23:33:45 +09:00
DownloadContext.h
Reworked download/upload statistics calculation
2012-10-25 23:33:45 +09:00
DownloadEngine.cc
Revert DownloadEngine.cc change in 6b55f5d3
because Debian Lenny breaks
2013-03-04 22:32:51 +09:00
DownloadEngine.h
Support UDP tracker
2013-02-25 00:56:49 +09:00
DownloadEngineFactory.cc
Added --save-session-interval option
2013-01-10 00:15:30 +09:00
DownloadEngineFactory.h
…
DownloadFailureException.cc
…
DownloadFailureException.h
…
DownloadHandler.cc
Code cleanup
2012-09-28 00:26:34 +09:00
DownloadHandler.h
…
DownloadHandlerConstants.cc
Rewritten DownloadHandlerConstants
2012-09-22 23:19:41 +09:00
DownloadHandlerConstants.h
Rewritten DownloadHandlerConstants
2012-09-22 23:19:41 +09:00
DownloadHandlerFactory.cc
Code cleanup
2012-09-28 00:26:34 +09:00
DownloadHandlerFactory.h
Code cleanup
2012-09-28 00:26:34 +09:00
DownloadResult.cc
…
DownloadResult.h
Use 64 bits random bytes as GID
2012-12-16 17:29:01 +09:00
EpollEventPoll.cc
Removed trailing spaces
2012-10-01 23:52:22 +09:00
EpollEventPoll.h
Use std::set instead of std::deque if the elements are sorted and
2012-03-23 01:34:37 +09:00
Event.h
Removed trailing spaces
2012-10-01 23:52:22 +09:00
EventPoll.h
…
Exception.cc
…
Exception.h
Removed trailing spaces
2012-10-01 23:52:22 +09:00
ExpatXmlParser.cc
Rewritten ExpatXmlParser
2012-07-23 23:41:33 +09:00
ExpatXmlParser.h
Rewritten ExpatXmlParser
2012-07-23 23:41:33 +09:00
ExtensionMessage.h
Removed *Handle typedef
2012-09-28 23:27:46 +09:00
ExtensionMessageFactory.h
Removed *Handle typedef
2012-09-28 23:27:46 +09:00
ExtensionMessageRegistry.cc
Rewritten ExtensionMessageRegistry
2012-09-26 22:02:48 +09:00
ExtensionMessageRegistry.h
Rewritten ExtensionMessageRegistry
2012-09-26 22:02:48 +09:00
FallocFileAllocationIterator.cc
mingw32: Make NTFS sparse file on --file-allocation=trunc
2013-01-11 18:35:54 +09:00
FallocFileAllocationIterator.h
Use int64_t instead of off_t
2012-07-23 21:42:47 +09:00
FatalException.cc
Removed trailing spaces
2012-10-01 23:52:22 +09:00
FatalException.h
…
FeatureConfig.cc
Cosmetic change
2013-01-15 21:57:35 +09:00
FeatureConfig.h
Rewritten FeatureConfig into set of functions
2012-09-22 20:56:39 +09:00
FeedbackURISelector.cc
Use uri_split instead of uri::parse where appropriate
2012-10-14 18:05:34 +09:00
FeedbackURISelector.h
…
File.cc
Rewritten File::getPathSeparators()
2012-09-24 23:04:42 +09:00
File.h
Removed trailing spaces
2012-10-01 23:52:22 +09:00
FileAllocationCommand.cc
Removed trailing spaces
2012-10-01 23:52:22 +09:00
FileAllocationCommand.h
…
FileAllocationDispatcherCommand.cc
…
FileAllocationDispatcherCommand.h
…
FileAllocationEntry.cc
Use int64_t instead of off_t
2012-07-23 21:42:47 +09:00
FileAllocationEntry.h
Removed *Handle typedef
2012-09-28 23:27:46 +09:00
FileAllocationIterator.h
Use int64_t instead of off_t
2012-07-23 21:42:47 +09:00
FileAllocationMan.h
…
FileEntry.cc
Use request URI as referer if --referer="*" is given
2013-01-08 21:42:42 +09:00
FileEntry.h
Use int64_t instead of off_t
2012-06-25 23:35:24 +09:00
FillRequestGroupCommand.cc
…
FillRequestGroupCommand.h
…
FtpConnection.cc
Made socket non-blocking mode in SocketCore::beginListen()
2012-11-28 00:15:03 +09:00
FtpConnection.h
Code cleanup
2012-09-25 22:02:58 +09:00
FtpDownloadCommand.cc
Removed *Handle typedef
2012-09-28 23:27:46 +09:00
FtpDownloadCommand.h
Use int64_t instead of off_t
2012-06-25 23:35:24 +09:00
FtpFinishDownloadCommand.cc
Use std::string for SocketPoolEntry::options_
2012-09-26 23:00:05 +09:00
FtpFinishDownloadCommand.h
…
FtpInitiateConnectionCommand.cc
Rewrite backup connection handling
2013-04-01 23:51:33 +09:00
FtpInitiateConnectionCommand.h
…
FtpNegotiationCommand.cc
Rewrite backup connection handling
2013-04-01 23:51:33 +09:00
FtpNegotiationCommand.h
Rewrite backup connection handling
2013-04-01 23:51:33 +09:00
FtpNegotiationConnectChain.h
Rewrite backup connection handling
2013-04-01 23:51:33 +09:00
FtpTunnelRequestCommand.cc
Rewrite backup connection handling
2013-04-01 23:51:33 +09:00
FtpTunnelRequestCommand.h
Rewrite backup connection handling
2013-04-01 23:51:33 +09:00
FtpTunnelRequestConnectChain.h
Rewrite backup connection handling
2013-04-01 23:51:33 +09:00
FtpTunnelResponseCommand.cc
Removed *Handle typedef
2012-09-28 23:27:46 +09:00
FtpTunnelResponseCommand.h
…
GZipDecodingStreamFilter.cc
…
GZipDecodingStreamFilter.h
Removed trailing spaces
2012-10-01 23:52:22 +09:00
GZipEncoder.cc
…
GZipEncoder.h
Removed unused members
2012-10-29 23:42:58 +09:00
GZipFile.cc
GZipFile: Move buf_, buflen_ to initializer list
2013-03-03 22:55:44 +09:00
GZipFile.h
GZipFile: Move buf_, buflen_ to initializer list
2013-03-03 22:55:44 +09:00
GenericParser.h
Fixed resource leak
2012-10-29 23:42:58 +09:00
GeomStreamPieceSelector.cc
…
GeomStreamPieceSelector.h
…
GroupId.cc
Use 64 bits random bytes as GID
2012-12-16 17:29:01 +09:00
GroupId.h
Use 64 bits random bytes as GID
2012-12-16 17:29:01 +09:00
GrowSegment.cc
Flush cached data on checkout/cancel Segment
2012-12-06 01:16:28 +09:00
GrowSegment.h
Clear write cache on Segment::clear and Piece::clearAllBlock
2012-12-06 00:39:14 +09:00
HandshakeExtensionMessage.cc
Return ExtensionMessage subclass create return raw pointer
2012-09-28 23:40:44 +09:00
HandshakeExtensionMessage.h
Return ExtensionMessage subclass create return raw pointer
2012-09-28 23:40:44 +09:00
HashFuncEntry.h
…
HaveEraseCommand.cc
Implement IndexedList::iterator
2013-03-03 18:00:42 +09:00
HaveEraseCommand.h
…
HttpConnection.cc
Hygiene: Fix some clang warnings, mostly unused private members.
2013-03-01 13:17:52 +01:00
HttpConnection.h
Hygiene: Fix some clang warnings, mostly unused private members.
2013-03-01 13:17:52 +01:00
HttpDownloadCommand.cc
Dont' return SharedHandle from HttpHeader::getRange()
2012-09-30 17:30:35 +09:00
HttpDownloadCommand.h
Use int64_t instead of off_t
2012-06-25 23:35:24 +09:00
HttpHeader.cc
Initialized scalar members
2012-10-29 23:42:58 +09:00
HttpHeader.h
Hygiene: Fix some clang warnings, mostly unused private members.
2013-03-01 13:17:52 +01:00
HttpHeaderProcessor.cc
Store only interesting HTTP headers in HttpHeader
2012-09-23 20:59:34 +09:00
HttpHeaderProcessor.h
Store only interesting HTTP headers in HttpHeader
2012-09-23 20:59:34 +09:00
HttpInitiateConnectionCommand.cc
Rewrite backup connection handling
2013-04-01 23:51:33 +09:00
HttpInitiateConnectionCommand.h
…
HttpListenCommand.cc
Improve log message for server socket
2013-02-26 22:44:15 +09:00
HttpListenCommand.h
RPC over SSL/TLS transport
2012-09-30 00:50:14 +09:00
HttpProxyRequestCommand.cc
Rewrite backup connection handling
2013-04-01 23:51:33 +09:00
HttpProxyRequestCommand.h
Rewrite backup connection handling
2013-04-01 23:51:33 +09:00
HttpProxyRequestConnectChain.h
Rewrite backup connection handling
2013-04-01 23:51:33 +09:00
HttpProxyResponseCommand.cc
Removed *Handle typedef
2012-09-28 23:27:46 +09:00
HttpProxyResponseCommand.h
…
HttpRequest.cc
Code cleanup
2013-03-18 22:45:07 +09:00
HttpRequest.h
Hygiene: Fix some clang warnings, mostly unused private members.
2013-03-01 13:17:52 +01:00
HttpRequestCommand.cc
Rewrite backup connection handling
2013-04-01 23:51:33 +09:00
HttpRequestCommand.h
Rewrite backup connection handling
2013-04-01 23:51:33 +09:00
HttpRequestConnectChain.h
Rewrite backup connection handling
2013-04-01 23:51:33 +09:00
HttpResponse.cc
Dont' return SharedHandle from HttpHeader::getRange()
2012-09-30 17:30:35 +09:00
HttpResponse.h
Removed trailing spaces
2012-10-01 23:52:22 +09:00
HttpResponseCommand.cc
Use 64 bits random bytes as GID
2012-12-16 17:29:01 +09:00
HttpResponseCommand.h
…
HttpServer.cc
Hygiene: Fix some clang warnings, mostly unused private members.
2013-03-01 13:17:52 +01:00
HttpServer.h
Hygiene: Fix some clang warnings, mostly unused private members.
2013-03-01 13:17:52 +01:00
HttpServerBodyCommand.cc
RPC over SSL/TLS transport
2012-09-30 00:50:14 +09:00
HttpServerBodyCommand.h
RPC over SSL/TLS transport
2012-09-30 00:50:14 +09:00
HttpServerCommand.cc
Hygiene: Fix some clang warnings, mostly unused private members.
2013-03-01 13:17:52 +01:00
HttpServerCommand.h
RPC over SSL/TLS transport
2012-09-30 00:50:14 +09:00
HttpServerResponseCommand.cc
Use PRId64 for int64_t format specifier
2012-06-25 22:43:33 +09:00
HttpServerResponseCommand.h
Removed trailing spaces
2012-10-01 23:52:22 +09:00
HttpSkipResponseCommand.cc
Removed trailing spaces
2012-10-01 23:52:22 +09:00
HttpSkipResponseCommand.h
Use int64_t instead of off_t
2012-06-25 23:35:24 +09:00
IndexBtMessage.cc
Made BtMessage's NAME const char[]
2012-09-25 23:28:24 +09:00
IndexBtMessage.h
Made static create function of BtMessage subclass return raw pointer
2012-09-27 23:40:25 +09:00
IndexBtMessageValidator.cc
…
IndexBtMessageValidator.h
…
IndexedList.h
Implement IndexedList::iterator
2013-03-03 18:00:42 +09:00
InitiateConnectionCommand.cc
Rewrite backup connection handling
2013-04-01 23:51:33 +09:00
InitiateConnectionCommand.h
Rewrite backup connection handling
2013-04-01 23:51:33 +09:00
InitiateConnectionCommandFactory.cc
Removed Request::PROTO_*
2012-09-25 22:41:03 +09:00
InitiateConnectionCommandFactory.h
…
InitiatorMSEHandshakeCommand.cc
Refactor peer list management in DefaultPeerStorage
2013-01-26 17:50:06 +09:00
InitiatorMSEHandshakeCommand.h
…
InorderStreamPieceSelector.cc
…
InorderStreamPieceSelector.h
…
InorderURISelector.cc
…
InorderURISelector.h
…
IteratableChecksumValidator.cc
Removed *Handle typedef
2012-09-28 23:27:46 +09:00
IteratableChecksumValidator.h
Removed *Handle typedef
2012-09-28 23:27:46 +09:00
IteratableChunkChecksumValidator.cc
Removed *Handle typedef
2012-09-28 23:27:46 +09:00
IteratableChunkChecksumValidator.h
Removed *Handle typedef
2012-09-28 23:27:46 +09:00
IteratableValidator.h
Removed *Handle typedef
2012-09-28 23:27:46 +09:00
JsonDiskWriter.h
Parse torrent file on the fly if --follow-torrent=mem is given
2012-07-26 21:07:10 +09:00
JsonParser.cc
Fix off by 1 error in JsonParser::parseUpdate() return value
2012-07-24 23:47:18 +09:00
JsonParser.h
Check structure depth when parsing JSON
2012-07-11 23:20:20 +09:00
KqueueEventPoll.cc
Use std::set for socketEntries_ and nameResolverEntries_ in KqueueEventPoll
2012-03-24 21:19:57 +09:00
KqueueEventPoll.h
Use std::set for socketEntries_ and nameResolverEntries_ in KqueueEventPoll
2012-03-24 21:19:57 +09:00
LibgcryptARC4Encryptor.cc
Rewritten *ARC4Encryptor. Removed *ARC4Context.
2011-11-08 00:50:07 +09:00
LibgcryptARC4Encryptor.h
Fixed compile error on openbsd
2011-12-26 01:00:15 +09:00
LibgcryptDHKeyExchange.cc
…
LibgcryptDHKeyExchange.h
…
LibgcryptMessageDigestImpl.cc
…
LibgcryptMessageDigestImpl.h
Removed trailing spaces
2012-10-01 23:52:22 +09:00
LibgmpDHKeyExchange.cc
…
LibgmpDHKeyExchange.h
…
LibgnutlsTLSContext.cc
Use info level log for system trusted ca imports failure
2013-04-05 01:07:43 +09:00
LibgnutlsTLSContext.h
RPC over SSL/TLS transport
2012-09-30 00:50:14 +09:00
LibgnutlsTLSSession.cc
Abstract TLS session implementation
2013-04-03 02:24:41 +09:00
LibgnutlsTLSSession.h
Abstract TLS session implementation
2013-04-03 02:24:41 +09:00
LibnettleARC4Encryptor.cc
Rewritten *ARC4Encryptor. Removed *ARC4Context.
2011-11-08 00:50:07 +09:00
LibnettleARC4Encryptor.h
Rewritten *ARC4Encryptor. Removed *ARC4Context.
2011-11-08 00:50:07 +09:00
LibnettleMessageDigestImpl.cc
…
LibnettleMessageDigestImpl.h
…
LibsslARC4Encryptor.cc
Rewritten *ARC4Encryptor. Removed *ARC4Context.
2011-11-08 00:50:07 +09:00
LibsslARC4Encryptor.h
Fixed compile error on openbsd
2011-12-26 01:00:15 +09:00
LibsslDHKeyExchange.cc
…
LibsslDHKeyExchange.h
…
LibsslMessageDigestImpl.cc
…
LibsslMessageDigestImpl.h
Removed trailing spaces
2012-10-01 23:52:22 +09:00
LibsslTLSContext.cc
Use info level log for system trusted ca imports failure
2013-04-05 01:07:43 +09:00
LibsslTLSContext.h
RPC over SSL/TLS transport
2012-09-30 00:50:14 +09:00
LibsslTLSSession.cc
Abstract TLS session implementation
2013-04-03 02:24:41 +09:00
LibsslTLSSession.h
Abstract TLS session implementation
2013-04-03 02:24:41 +09:00
LogFactory.cc
Added --console-log-level option
2013-01-05 18:48:09 +09:00
LogFactory.h
Added --console-log-level option
2013-01-05 18:48:09 +09:00
Logger.cc
Bring back datetime in console log
2013-03-03 18:35:07 +09:00
Logger.h
Added --console-log-level option
2013-01-05 18:48:09 +09:00
LongestSequencePieceSelector.cc
…
LongestSequencePieceSelector.h
…
LpdDispatchMessageCommand.cc
…
LpdDispatchMessageCommand.h
Use int instead of unsigned int where unsigned int is not needed.
2011-12-09 21:39:43 +09:00
LpdMessage.cc
…
LpdMessage.h
…
LpdMessageDispatcher.cc
Removed strappend
2011-11-12 19:24:38 +09:00
LpdMessageDispatcher.h
…
LpdMessageReceiver.cc
SocketCore::bind now accepts const char* host instead of std::string
2012-11-15 21:09:10 +09:00
LpdMessageReceiver.h
Fixed clang warning and errors.
2012-03-01 00:02:29 +09:00
LpdReceiveMessageCommand.cc
Rewritten LpdMessageReceiver::receiveMessage()
2012-09-26 23:45:58 +09:00
LpdReceiveMessageCommand.h
…
MSEHandshake.cc
Removed trailing spaces
2012-10-01 23:52:22 +09:00
MSEHandshake.h
Removed trailing spaces
2012-10-01 23:52:22 +09:00
Makefile.am
Abstract TLS session implementation
2013-04-03 02:24:41 +09:00
MemoryBencodePreDownloadHandler.h
Parse torrent file on the fly if --follow-torrent=mem is given
2012-07-26 21:07:10 +09:00
MemoryBufferPreDownloadHandler.h
Parse torrent file on the fly if --follow-torrent=mem is given
2012-07-26 21:07:10 +09:00
MemoryPreDownloadHandler.h
Parse torrent file on the fly if --follow-torrent=mem is given
2012-07-26 21:07:10 +09:00
MessageDigest.cc
…
MessageDigest.h
…
MessageDigestImpl.h
…
MetadataInfo.cc
Save gid option with --save-session option
2012-12-17 00:33:11 +09:00
MetadataInfo.h
Save gid option with --save-session option
2012-12-17 00:33:11 +09:00
Metalink2RequestGroup.cc
Save gid option with --save-session option
2012-12-17 00:33:11 +09:00
Metalink2RequestGroup.h
…
MetalinkEntry.cc
Use int64_t instead of off_t
2012-06-25 23:35:24 +09:00
MetalinkEntry.h
Removed trailing spaces
2012-10-01 23:52:22 +09:00
MetalinkHttpEntry.cc
…
MetalinkHttpEntry.h
…
MetalinkMetaurl.cc
Made MetalinkMetaurl::MEDIATYPE_TORRENT const char[]
2012-09-25 23:07:23 +09:00
MetalinkMetaurl.h
Made MetalinkMetaurl::MEDIATYPE_TORRENT const char[]
2012-09-25 23:07:23 +09:00
MetalinkParserController.cc
Use uri_split instead of uri::parse where appropriate
2012-10-14 18:05:34 +09:00
MetalinkParserController.h
Added reset() API to ParserStateMachine
2012-07-13 00:53:56 +09:00
MetalinkParserState.cc
Rewritten Metalink XML parser.
2011-11-10 22:38:01 +09:00
MetalinkParserState.h
Removed trailing spaces
2012-10-01 23:52:22 +09:00
MetalinkParserStateImpl.cc
Rewritten Metalink XML parser.
2011-11-10 22:38:01 +09:00
MetalinkParserStateImpl.h
Rewritten Metalink XML parser.
2011-11-10 22:38:01 +09:00
MetalinkParserStateMachine.cc
Removed trailing spaces
2012-10-01 23:52:22 +09:00
MetalinkParserStateMachine.h
Removed trailing spaces
2012-10-01 23:52:22 +09:00
MetalinkParserStateV3Impl.cc
Check totalLength of file is less than std::numeric_limits<off_t>::max()
2011-12-09 21:39:43 +09:00
MetalinkParserStateV3Impl.h
Rewritten Metalink XML parser.
2011-11-10 22:38:01 +09:00
MetalinkParserStateV4Impl.cc
Fixed compile error on android (which does not LFS support)
2011-12-26 00:10:27 +09:00
MetalinkParserStateV4Impl.h
Rewritten Metalink XML parser.
2011-11-10 22:38:01 +09:00
MetalinkPostDownloadHandler.cc
Save gid option with --save-session option
2012-12-17 00:33:11 +09:00
MetalinkPostDownloadHandler.h
…
MetalinkResource.cc
Removed MetalinkResource static strings
2012-09-25 23:03:19 +09:00
MetalinkResource.h
Removed MetalinkResource static strings
2012-09-25 23:03:19 +09:00
Metalinker.cc
…
Metalinker.h
…
MultiDiskAdaptor.cc
Write data in 4K aligned offset in write with disk cache enabled
2012-12-06 00:17:11 +09:00
MultiDiskAdaptor.h
Write data in 4K aligned offset in write with disk cache enabled
2012-12-06 00:17:11 +09:00
MultiFileAllocationIterator.cc
Hygiene: Fix some clang warnings, mostly unused private members.
2013-03-01 13:17:52 +01:00
MultiFileAllocationIterator.h
Hygiene: Fix some clang warnings, mostly unused private members.
2013-03-01 13:17:52 +01:00
MultiUrlRequestInfo.cc
Revert 6b55f5d3
because it breaks opensolaris build
2013-03-17 15:42:16 +09:00
MultiUrlRequestInfo.h
Do not reference RequestGroups longer than necessary
2013-02-26 10:49:24 +01:00
NameResolveCommand.cc
Fix compile error without c-ares
2013-04-01 02:08:53 +09:00
NameResolveCommand.h
Use AsyncNameResolverMan in NameResolveCommand
2013-04-01 01:56:51 +09:00
NameResolver.cc
…
NameResolver.h
…
NetStat.cc
Reworked download/upload statistics calculation
2012-10-25 23:33:45 +09:00
NetStat.h
Reworked download/upload statistics calculation
2012-10-25 23:33:45 +09:00
Netrc.cc
Removed trailing spaces
2012-10-01 23:52:22 +09:00
Netrc.h
Rewritten util::split and added its iterator version.
2011-11-04 22:27:58 +09:00
NetrcAuthResolver.cc
…
NetrcAuthResolver.h
Removed *Handle typedef
2012-09-28 23:27:46 +09:00
Notifier.cc
Conditional compile for WebSocket.
2012-04-08 00:50:25 +09:00
Notifier.h
Fixed compile warning with clang
2012-04-08 19:22:23 +09:00
NsCookieParser.cc
Made BufferedFile ctor take const char* args
2012-09-25 23:44:41 +09:00
NsCookieParser.h
…
NullHandle.h
Changed interface of BtRegistry.
2011-11-01 23:13:13 +09:00
NullOutputFile.h
Do not use a virtual varargs function
2013-03-02 15:48:26 +01:00
NullProgressInfoFile.h
Removed *Handle typedef
2012-09-28 23:27:46 +09:00
NullSinkStreamFilter.cc
…
NullSinkStreamFilter.h
…
NullStatCalc.h
…
NullWebSocketSessionMan.h
Conditional compile for WebSocket.
2012-04-08 00:50:25 +09:00
Option.cc
…
Option.h
Removed trailing spaces
2012-10-01 23:52:22 +09:00
OptionHandler.cc
New help messages. Added suggestion for unknown/ambiguous options.
2011-12-03 16:30:00 +09:00
OptionHandler.h
Handle OptionHandlers as raw pointer
2012-09-27 22:45:31 +09:00
OptionHandlerException.cc
New help messages. Added suggestion for unknown/ambiguous options.
2011-12-03 16:30:00 +09:00
OptionHandlerException.h
Fixed clang warning and errors.
2012-03-01 00:02:29 +09:00
OptionHandlerFactory.cc
Remove default value for deprecated --enable-async-dns6 to suppress warning
2013-04-03 02:27:45 +09:00
OptionHandlerFactory.h
Handle OptionHandlers as raw pointer
2012-09-27 22:45:31 +09:00
OptionHandlerImpl.cc
Handle OptionHandlers as raw pointer
2012-09-27 22:45:31 +09:00
OptionHandlerImpl.h
Handle OptionHandlers as raw pointer
2012-09-27 22:45:31 +09:00
OptionParser.cc
Log warn if unknown option is found in config file or -i file
2013-01-07 22:42:28 +09:00
OptionParser.h
Release statically allocated resources for prefs and options
2012-12-08 17:52:10 +09:00
OutputFile.h
Do not use a virtual varargs function
2013-03-02 15:48:26 +01:00
ParserStateMachine.h
Added reset() API to ParserStateMachine
2012-07-13 00:53:56 +09:00
Peer.cc
Rename /BadCondition/ in Peer to /Drop/
2013-01-26 18:50:48 +09:00
Peer.h
Rename /BadCondition/ in Peer to /Drop/
2013-01-26 18:50:48 +09:00
PeerAbstractCommand.cc
Removed trailing spaces
2012-10-01 23:52:22 +09:00
PeerAbstractCommand.h
…
PeerAddrEntry.cc
…
PeerAddrEntry.h
Removed trailing spaces
2012-10-01 23:52:22 +09:00
PeerChokeCommand.cc
…
PeerChokeCommand.h
…
PeerConnection.cc
Buffer up at most A2_IOV_MAX buffer entries for BtMessages
2013-01-11 18:46:36 +09:00
PeerConnection.h
Buffer up at most A2_IOV_MAX buffer entries for BtMessages
2013-01-11 18:46:36 +09:00
PeerInitiateConnectionCommand.cc
Fix failure to set TCP_NODELAY on Windows
2013-02-03 19:09:06 +09:00
PeerInitiateConnectionCommand.h
…
PeerInteractionCommand.cc
Refactor peer list management in DefaultPeerStorage
2013-01-26 17:50:06 +09:00
PeerInteractionCommand.h
…
PeerListenCommand.cc
Improve log message for server socket
2013-02-26 22:44:15 +09:00
PeerListenCommand.h
Removed trailing spaces
2012-10-01 23:52:22 +09:00
PeerReceiveHandshakeCommand.cc
Refactor peer list management in DefaultPeerStorage
2013-01-26 17:50:06 +09:00
PeerReceiveHandshakeCommand.h
Removed trailing spaces
2012-10-01 23:52:22 +09:00
PeerSessionResource.cc
Reworked download/upload statistics calculation
2012-10-25 23:33:45 +09:00
PeerSessionResource.h
Reworked download/upload statistics calculation
2012-10-25 23:33:45 +09:00
PeerStat.cc
Reworked download/upload statistics calculation
2012-10-25 23:33:45 +09:00
PeerStat.h
Reworked download/upload statistics calculation
2012-10-25 23:33:45 +09:00
PeerStorage.h
Remove PeerStorage::getActivePeers() and add getUsedPeers() instead
2013-01-26 18:36:09 +09:00
Piece.cc
Append new data to the contagious cache data
2012-12-06 02:23:32 +09:00
Piece.h
Append new data to the contagious cache data
2012-12-06 02:23:32 +09:00
PieceHashCheckIntegrityEntry.cc
Removed *Handle typedef
2012-09-28 23:27:46 +09:00
PieceHashCheckIntegrityEntry.h
…
PieceSelector.h
…
PieceStatMan.cc
…
PieceStatMan.h
Removed trailing spaces
2012-10-01 23:52:22 +09:00
PieceStorage.h
Added --disk-cache option
2012-12-03 01:39:10 +09:00
PiecedSegment.cc
Clear write cache on Segment::clear and Piece::clearAllBlock
2012-12-06 00:39:14 +09:00
PiecedSegment.h
Clear write cache on Segment::clear and Piece::clearAllBlock
2012-12-06 00:39:14 +09:00
Platform.cc
Release statically allocated resources for prefs and options
2012-12-08 17:52:10 +09:00
Platform.h
…
PollEventPoll.cc
Removed trailing spaces
2012-10-01 23:52:22 +09:00
PollEventPoll.h
Use std::set instead of std::deque if the elements are sorted and
2012-03-23 01:34:37 +09:00
PortEventPoll.cc
Use std::set for socketEntries_ and nameResolverEntries_ in PortEventPoll
2012-03-25 00:38:57 +09:00
PortEventPoll.h
Use std::set for socketEntries_ and nameResolverEntries_ in PortEventPoll
2012-03-25 00:38:57 +09:00
PostDownloadHandler.h
…
PreDownloadHandler.h
…
PriorityPieceSelector.cc
…
PriorityPieceSelector.h
…
ProgressAwareEntry.h
Removed *Handle typedef
2012-09-28 23:27:46 +09:00
ProtocolDetector.cc
Use uri_split instead of uri::parse where appropriate
2012-10-14 18:05:34 +09:00
ProtocolDetector.h
…
Randomizer.h
Removed *Handle typedef
2012-09-28 23:27:46 +09:00
Range.cc
Dont' return SharedHandle from HttpHeader::getRange()
2012-09-30 17:30:35 +09:00
Range.h
Dont' return SharedHandle from HttpHeader::getRange()
2012-09-30 17:30:35 +09:00
RangeBtMessage.cc
Made BtMessage's NAME const char[]
2012-09-25 23:28:24 +09:00
RangeBtMessage.h
Made static create function of BtMessage subclass return raw pointer
2012-09-27 23:40:25 +09:00
RangeBtMessageValidator.cc
Use int32_t for begin, length in RangeBtMessage
2011-12-09 21:39:43 +09:00
RangeBtMessageValidator.h
Use int32_t for begin, length in RangeBtMessage
2011-12-09 21:39:43 +09:00
RarestPieceSelector.cc
…
RarestPieceSelector.h
…
RealtimeCommand.cc
…
RealtimeCommand.h
…
ReceiverMSEHandshakeCommand.cc
Removed *Handle typedef
2012-09-28 23:27:46 +09:00
ReceiverMSEHandshakeCommand.h
…
RecoverableException.cc
…
RecoverableException.h
…
Request.cc
Use uri_split instead of uri::parse where appropriate
2012-10-14 18:05:34 +09:00
Request.h
Removed Request::PROTO_*
2012-09-25 22:41:03 +09:00
RequestGroup.cc
Run checksum check if -V and -c are used and file is completed
2013-03-03 17:18:12 +09:00
RequestGroup.h
Save gid option with --save-session option
2012-12-17 00:33:11 +09:00
RequestGroupCriteria.h
Code cleanup
2012-09-28 00:26:34 +09:00
RequestGroupEntry.cc
…
RequestGroupEntry.h
Removed *Handle typedef
2012-09-28 23:27:46 +09:00
RequestGroupMan.cc
Use IndexedList::remove_if to clean up RequestGroupMan::removeStoppedGroup
2013-03-03 18:08:19 +09:00
RequestGroupMan.h
Use IndexedList::remove_if to clean up RequestGroupMan::removeStoppedGroup
2013-03-03 18:08:19 +09:00
RequestSlot.cc
…
RequestSlot.h
Removed trailing spaces
2012-10-01 23:52:22 +09:00
RpcMethod.cc
Removed trailing spaces
2012-10-01 23:52:22 +09:00
RpcMethod.h
…
RpcMethodFactory.cc
…
RpcMethodFactory.h
…
RpcMethodImpl.cc
Implement IndexedList::iterator
2013-03-03 18:00:42 +09:00
RpcMethodImpl.h
Implement IndexedList::iterator
2013-03-03 18:00:42 +09:00
RpcRequest.cc
Initialized scalar members
2012-10-29 23:42:58 +09:00
RpcRequest.h
Return appropriate HTTP status code on RPC failure.
2012-05-19 18:36:57 +09:00
RpcResponse.cc
…
RpcResponse.h
Removed trailing spaces
2012-10-01 23:52:22 +09:00
SaveSessionCommand.cc
Added --save-session-interval option
2013-01-10 00:15:30 +09:00
SaveSessionCommand.h
Added --save-session-interval option
2013-01-10 00:15:30 +09:00
SeedCheckCommand.cc
…
SeedCheckCommand.h
…
SeedCriteria.h
…
SegList.h
Fixed out of array bound
2011-11-08 00:15:37 +09:00
Segment.h
Clear write cache on Segment::clear and Piece::clearAllBlock
2012-12-06 00:39:14 +09:00
SegmentMan.cc
Hygiene: Fix some clang warnings, mostly unused private members.
2013-03-01 13:17:52 +01:00
SegmentMan.h
Hygiene: Fix some clang warnings, mostly unused private members.
2013-03-01 13:17:52 +01:00
SelectEventPoll.cc
Removed trailing spaces
2012-10-01 23:52:22 +09:00
SelectEventPoll.h
Removed trailing spaces
2012-10-01 23:52:22 +09:00
SequentialDispatcherCommand.h
Removed trailing spaces
2012-10-01 23:52:22 +09:00
SequentialPicker.h
Changed console readout, making it more compact
2012-12-12 23:22:04 +09:00
ServerStat.cc
Removed trailing spaces
2012-10-01 23:52:22 +09:00
ServerStat.h
Removed trailing spaces
2012-10-01 23:52:22 +09:00
ServerStatMan.cc
Removed trailing spaces
2012-10-01 23:52:22 +09:00
ServerStatMan.h
Use std::set instead of std::deque if the elements are sorted and
2012-03-23 01:34:37 +09:00
SessionSerializer.cc
Implement IndexedList::iterator
2013-03-03 18:00:42 +09:00
SessionSerializer.h
…
ShareRatioSeedCriteria.cc
Reworked download/upload statistics calculation
2012-10-25 23:33:45 +09:00
ShareRatioSeedCriteria.h
Reworked download/upload statistics calculation
2012-10-25 23:33:45 +09:00
SharedHandle.cc
Moved implementation of SharedCount and WeakCount to cc file
2012-09-30 18:14:59 +09:00
SharedHandle.h
Removed trailing spaces
2012-10-01 23:52:22 +09:00
Signature.cc
…
Signature.h
…
SimpleBtMessage.cc
Vectorized write for SocketBuffer to avoid small packet
2013-01-11 16:50:04 +09:00
SimpleBtMessage.h
Hygiene: Fix some clang warnings, mostly unused private members.
2013-03-01 13:17:52 +01:00
SimpleRandomizer.cc
Removed trailing spaces
2012-10-01 23:52:22 +09:00
SimpleRandomizer.h
Removed *Handle typedef
2012-09-28 23:27:46 +09:00
SingleFileAllocationIterator.cc
Use int64_t instead of off_t
2012-07-23 21:42:47 +09:00
SingleFileAllocationIterator.h
Removed trailing spaces
2012-10-01 23:52:22 +09:00
SingletonHolder.h
Added JSON-RPC over WebSocket.
2012-03-20 21:42:09 +09:00
SinkStreamFilter.cc
Append new data to the contagious cache data
2012-12-06 02:23:32 +09:00
SinkStreamFilter.h
Added --disk-cache option
2012-12-03 01:39:10 +09:00
SleepCommand.cc
…
SleepCommand.h
…
SocketBuffer.cc
Increase amount to 24K to pack Piece header and payload; fix missing goto
2013-01-14 21:01:08 +09:00
SocketBuffer.h
Buffer up at most A2_IOV_MAX buffer entries for BtMessages
2013-01-11 18:46:36 +09:00
SocketCore.cc
Abstract TLS session implementation
2013-04-03 02:24:41 +09:00
SocketCore.h
Abstract TLS session implementation
2013-04-03 02:24:41 +09:00
SocketRecvBuffer.cc
…
SocketRecvBuffer.h
Rewritten PeerConnection::receiveMessage()
2012-06-25 21:35:52 +09:00
SpeedCalc.cc
Rewritten SpeedCalc
2013-01-11 23:29:58 +09:00
SpeedCalc.h
Rewritten SpeedCalc
2013-01-11 23:29:58 +09:00
Sqlite3CookieParser.cc
Use const char* instead of static const std::string
2012-09-24 23:20:43 +09:00
Sqlite3CookieParser.h
Use const char* instead of static const std::string
2012-09-24 23:20:43 +09:00
Sqlite3CookieParserImpl.cc
Use const char* instead of static const std::string
2012-09-24 23:20:43 +09:00
Sqlite3CookieParserImpl.h
Use const char* instead of static const std::string
2012-09-24 23:20:43 +09:00
StatCalc.h
Removed *Handle typedef
2012-09-28 23:27:46 +09:00
StreamCheckIntegrityEntry.cc
…
StreamCheckIntegrityEntry.h
Removed *Handle typedef
2012-09-28 23:27:46 +09:00
StreamFileAllocationEntry.cc
Added --enable-mmap option.
2012-06-24 16:28:04 +09:00
StreamFileAllocationEntry.h
…
StreamFilter.cc
…
StreamFilter.h
Rewritten ChunkedDecodingStreamFilter
2012-06-18 23:42:46 +09:00
StreamPieceSelector.h
…
StructParserStateMachine.h
Added streaming parser for structured data format.
2012-07-10 01:42:42 +09:00
TLSContext.h
RPC over SSL/TLS transport
2012-09-30 00:50:14 +09:00
TLSSession.h
Abstract TLS session implementation
2013-04-03 02:24:41 +09:00
TLSSessionConst.h
Abstract TLS session implementation
2013-04-03 02:24:41 +09:00
TimeA2.cc
Removed trailing spaces
2012-10-01 23:52:22 +09:00
TimeA2.h
…
TimeBasedCommand.cc
…
TimeBasedCommand.h
…
TimeSeedCriteria.cc
…
TimeSeedCriteria.h
…
TimedHaltCommand.cc
Made notice level log messages translatable
2011-12-02 22:38:53 +09:00
TimedHaltCommand.h
…
TimerA2.cc
…
TimerA2.h
…
TorrentAttribute.cc
…
TorrentAttribute.h
…
TrackerWatcherCommand.cc
Support UDP tracker
2013-02-25 00:56:49 +09:00
TrackerWatcherCommand.h
Hygiene: Fix some clang warnings, mostly unused private members.
2013-03-01 13:17:52 +01:00
TransferStat.cc
Simplified TransferStat struct
2012-10-26 00:16:20 +09:00
TransferStat.h
Simplified TransferStat struct
2012-10-26 00:16:20 +09:00
Triplet.h
…
TrueRequestGroupCriteria.h
…
TruncFileAllocationIterator.cc
mingw32: Make NTFS sparse file on --file-allocation=trunc
2013-01-11 18:35:54 +09:00
TruncFileAllocationIterator.h
Added new file allocation method called 'trunc'
2012-08-12 16:52:53 +09:00
UDPTrackerClient.cc
Fix uninitialized UDPTrackerClient::numWatchers_
2013-04-01 01:24:57 +09:00
UDPTrackerClient.h
Hygiene: Fix some clang warnings, mostly unused private members.
2013-03-01 13:17:52 +01:00
UDPTrackerRequest.cc
Support UDP tracker
2013-02-25 00:56:49 +09:00
UDPTrackerRequest.h
Support UDP tracker
2013-02-25 00:56:49 +09:00
URIResult.cc
…
URIResult.h
…
URISelector.h
…
UTMetadataDataExtensionMessage.cc
Initialized scalar members
2012-10-29 23:42:58 +09:00
UTMetadataDataExtensionMessage.h
Removed *Handle typedef
2012-09-28 23:27:46 +09:00
UTMetadataExtensionMessage.cc
Made ExtensionMessage's NAME const char[]
2012-09-26 00:01:41 +09:00
UTMetadataExtensionMessage.h
Removed trailing spaces
2012-10-01 23:52:22 +09:00
UTMetadataPostDownloadHandler.cc
Use std::vector instead of std::map for ContextAttribute objects
2012-09-22 17:37:30 +09:00
UTMetadataPostDownloadHandler.h
…
UTMetadataRejectExtensionMessage.cc
Use fmt instead of using snprintf directly
2011-11-12 19:33:38 +09:00
UTMetadataRejectExtensionMessage.h
…
UTMetadataRequestExtensionMessage.cc
Rewritten ExtensionMessageRegistry
2012-09-26 22:02:48 +09:00
UTMetadataRequestExtensionMessage.h
Removed *Handle typedef
2012-09-28 23:27:46 +09:00
UTMetadataRequestFactory.cc
Removed trailing spaces
2012-10-01 23:52:22 +09:00
UTMetadataRequestFactory.h
…
UTMetadataRequestTracker.cc
Use std::remove_if
2013-02-26 23:43:20 +09:00
UTMetadataRequestTracker.h
Update doc
2013-02-26 23:43:52 +09:00
UTPexExtensionMessage.cc
Rename /BadCondition/ in Peer to /Drop/
2013-01-26 18:50:48 +09:00
UTPexExtensionMessage.h
Return ExtensionMessage subclass create return raw pointer
2012-09-28 23:40:44 +09:00
UnionSeedCriteria.cc
…
UnionSeedCriteria.h
Removed trailing spaces
2012-10-01 23:52:22 +09:00
UnknownLengthPieceStorage.cc
Hygiene: Fix some clang warnings, mostly unused private members.
2013-03-01 13:17:52 +01:00
UnknownLengthPieceStorage.h
Hygiene: Fix some clang warnings, mostly unused private members.
2013-03-01 13:17:52 +01:00
UnknownOptionException.cc
New help messages. Added suggestion for unknown/ambiguous options.
2011-12-03 16:30:00 +09:00
UnknownOptionException.h
New help messages. Added suggestion for unknown/ambiguous options.
2011-12-03 16:30:00 +09:00
UriListParser.cc
Support for gzipped -i and --save-session
2013-03-02 15:48:26 +01:00
UriListParser.h
Support for gzipped -i and --save-session
2013-03-02 15:48:26 +01:00
ValueBase.cc
…
ValueBase.h
Fixed compile error on open solaris
2012-03-25 00:27:25 +09:00
ValueBaseBencodeParser.h
Added stream Bencode parser
2012-07-24 23:50:06 +09:00
ValueBaseDiskWriter.h
Parse torrent file on the fly if --follow-torrent=mem is given
2012-07-26 21:07:10 +09:00
ValueBaseJsonParser.h
Added streaming parser for structured data format.
2012-07-10 01:42:42 +09:00
ValueBaseStructParserState.h
Added streaming parser for structured data format.
2012-07-10 01:42:42 +09:00
ValueBaseStructParserStateImpl.cc
Added streaming parser for structured data format.
2012-07-10 01:42:42 +09:00
ValueBaseStructParserStateImpl.h
Added streaming parser for structured data format.
2012-07-10 01:42:42 +09:00
ValueBaseStructParserStateMachine.cc
Parse torrent file on the fly if --follow-torrent=mem is given
2012-07-26 21:07:10 +09:00
ValueBaseStructParserStateMachine.h
Parse torrent file on the fly if --follow-torrent=mem is given
2012-07-26 21:07:10 +09:00
WatchProcessCommand.cc
Use PRId64 for int64_t format specifier
2012-06-25 22:43:33 +09:00
WatchProcessCommand.h
Added --stop-with-process=PID option.
2011-12-01 23:21:44 +09:00
WebSocketInteractionCommand.cc
RPC over SSL/TLS transport
2012-09-30 00:50:14 +09:00
WebSocketInteractionCommand.h
Removed trailing spaces
2012-10-01 23:52:22 +09:00
WebSocketResponseCommand.cc
Added JSON-RPC over WebSocket.
2012-03-20 21:42:09 +09:00
WebSocketResponseCommand.h
Removed trailing spaces
2012-10-01 23:52:22 +09:00
WebSocketSession.cc
Removed trailing spaces
2012-10-01 23:52:22 +09:00
WebSocketSession.h
Parse WebSocket RPC request on the fly without buffering
2012-07-15 00:24:59 +09:00
WebSocketSessionMan.cc
Use 64 bits random bytes as GID
2012-12-16 17:29:01 +09:00
WebSocketSessionMan.h
Added JSON-RPC over WebSocket.
2012-03-20 21:42:09 +09:00
WinConsoleFile.cc
Do not use a virtual varargs function
2013-03-02 15:48:26 +01:00
WinConsoleFile.h
Do not use a virtual varargs function
2013-03-02 15:48:26 +01:00
WrDiskCache.cc
Log size before flush
2012-12-06 03:04:41 +09:00
WrDiskCache.h
Added --disk-cache option
2012-12-03 01:39:10 +09:00
WrDiskCacheEntry.cc
Removed unused variables
2012-12-17 00:43:13 +09:00
WrDiskCacheEntry.h
Append new data to the contagious cache data
2012-12-06 02:23:32 +09:00
XORCloser.h
…
Xml2XmlParser.cc
Rewritten ExpatXmlParser
2012-07-23 23:41:33 +09:00
Xml2XmlParser.h
Rewritten ExpatXmlParser
2012-07-23 23:41:33 +09:00
XmlAttr.cc
Rewritten Metalink XML parser.
2011-11-10 22:38:01 +09:00
XmlAttr.h
Rewritten Metalink XML parser.
2011-11-10 22:38:01 +09:00
XmlParser.cc
Fixed resource leak
2012-10-29 23:42:58 +09:00
XmlParser.h
Rewritten ExpatXmlParser
2012-07-23 23:41:33 +09:00
XmlRpcDiskWriter.cc
Removed trailing spaces
2012-10-01 23:52:22 +09:00
XmlRpcDiskWriter.h
Removed trailing spaces
2012-10-01 23:52:22 +09:00
XmlRpcRequestParserController.cc
Removed trailing spaces
2012-10-01 23:52:22 +09:00
XmlRpcRequestParserController.h
Removed trailing spaces
2012-10-01 23:52:22 +09:00
XmlRpcRequestParserState.h
Removed trailing spaces
2012-10-01 23:52:22 +09:00
XmlRpcRequestParserStateImpl.cc
Removed trailing spaces
2012-10-01 23:52:22 +09:00
XmlRpcRequestParserStateImpl.h
Removed trailing spaces
2012-10-01 23:52:22 +09:00
XmlRpcRequestParserStateMachine.cc
Added reset() API to ParserStateMachine
2012-07-13 00:53:56 +09:00
XmlRpcRequestParserStateMachine.h
Added reset() API to ParserStateMachine
2012-07-13 00:53:56 +09:00
ZeroBtMessage.cc
…
ZeroBtMessage.h
Made static create function of BtMessage subclass return raw pointer
2012-09-27 23:40:25 +09:00
a2algo.h
Include common.h from a2algo.h and a2functional.h
2012-04-08 18:59:06 +09:00
a2functional.h
Remove Append and StringAppend
2013-01-15 21:46:03 +09:00
a2gmp.cc
…
a2gmp.h
…
a2io.h
mingw32: Use HANDLE only for MinGW32 build
2012-12-15 18:28:46 +09:00
a2iterator.h
Changed parse*Int functions so that it accepts iterators.
2011-11-03 18:51:31 +09:00
a2netcompat.h
Vectorized write for SocketBuffer to avoid small packet
2013-01-11 16:50:04 +09:00
a2time.h
…
alloca.c
…
array_fun.h
Fixed compile error with i686-w64-mingw32
2012-04-07 21:26:33 +09:00
asctime_r.c
…
asctime_r.h
Removed trailing spaces
2012-10-01 23:52:22 +09:00
base32.cc
Removed trailing spaces
2012-10-01 23:52:22 +09:00
base32.h
Made util::fromHex and base32::decode function template
2011-11-05 18:05:23 +09:00
base64.h
Code cleanup
2012-07-04 22:59:15 +09:00
bencode2.cc
Parse torrent file on the fly if --follow-torrent=mem is given
2012-07-26 21:07:10 +09:00
bencode2.h
Parse torrent file on the fly if --follow-torrent=mem is given
2012-07-26 21:07:10 +09:00
bitfield.cc
…
bitfield.h
Removed trailing spaces
2012-10-01 23:52:22 +09:00
bittorrent_helper.cc
Support UDP tracker
2013-02-25 00:56:49 +09:00
bittorrent_helper.h
Support UDP tracker
2013-02-25 00:56:49 +09:00
clock_gettime_mingw.cc
…
clock_gettime_mingw.h
…
clock_gettime_osx.cc
…
clock_gettime_osx.h
…
common.h
Fix Android build
2012-07-24 00:05:18 +09:00
console.cc
…
console.h
New help messages. Added suggestion for unknown/ambiguous options.
2011-12-03 16:30:00 +09:00
cookie_helper.cc
Rewrite cookie_helper::reverseDomainLevel()
2013-02-16 22:51:58 +09:00
cookie_helper.h
Rewritten util::split and added its iterator version.
2011-11-04 22:27:58 +09:00
daemon.cc
Use _exit() instead of exit() where appropriate
2013-02-14 01:01:06 +09:00
daemon.h
…
download_helper.cc
Save gid option with --save-session option
2012-12-17 00:33:11 +09:00
download_helper.h
Save gid option with --save-session option
2012-12-17 00:33:11 +09:00
error_code.h
…
fmt.cc
Handle the case when MINGW32 vsnprintf returns -1
2012-06-24 16:56:34 +09:00
fmt.h
…
gai_strerror.c
…
gai_strerror.h
…
getaddrinfo.c
…
getaddrinfo.h
…
gettimeofday.c
…
gettimeofday.h
…
help_tags.cc
Rewritten help tags and various internal flag handling in OptionHandler
2012-09-23 14:59:05 +09:00
help_tags.h
Rewritten help tags and various internal flag handling in OptionHandler
2012-09-23 14:59:05 +09:00
json.cc
Removed unused code
2012-09-24 21:46:26 +09:00
json.h
Removed unused code
2012-09-24 21:46:26 +09:00
libgen.c
…
libgen.h
…
localtime_r.c
…
localtime_r.h
…
magnet.cc
Removed static const char[] as much as possible.
2012-01-11 01:03:38 +09:00
magnet.h
…
main.cc
Check non-loopback (and non-linklocak for IPv6) address is configured
2013-03-31 18:02:45 +09:00
message.h
Use 64 bits random bytes as GID
2012-12-16 17:29:01 +09:00
message_digest_helper.cc
Removed unused staticSHA1Digest
2012-12-07 00:12:22 +09:00
message_digest_helper.h
Removed unused staticSHA1Digest
2012-12-07 00:12:22 +09:00
metalink_helper.cc
Use int64_t instead of off_t
2012-07-23 21:42:47 +09:00
metalink_helper.h
Rewritten Metalink XML parser.
2011-11-10 22:38:01 +09:00
option_processing.cc
Handle OptionHandlers as raw pointer
2012-09-27 22:45:31 +09:00
paramed_string.cc
Replaced uint64_t with off_t or int64_t.
2011-12-09 21:39:43 +09:00
paramed_string.h
Replaced uint64_t with off_t or int64_t.
2011-12-09 21:39:43 +09:00
prefs.cc
Remove deprecated options: --enable-direct-io and --metalink-servers
2013-04-02 00:12:24 +09:00
prefs.h
Remove deprecated options: --enable-direct-io and --metalink-servers
2013-04-02 00:12:24 +09:00
right.txt
…
rpc_helper.cc
Rewritten Xml2XmlParser
2012-07-11 23:20:48 +09:00
rpc_helper.h
Added JSON-RPC over WebSocket.
2012-03-20 21:42:09 +09:00
strptime.c
…
strptime.h
…
timegm.c
Rewritten timegm replacement function
2012-07-06 00:34:37 +09:00
timegm.h
Rewritten timegm replacement function
2012-07-06 00:34:37 +09:00
timespec.h
…
uri.cc
Use uri_split instead of uri::parse where appropriate
2012-10-14 18:05:34 +09:00
uri.h
Use uri_split instead of uri::parse where appropriate
2012-10-14 18:05:34 +09:00
uri_split.c
Fixed bug that USR_BASENAME is not defined
2012-12-27 00:03:37 +09:00
uri_split.h
Rewritten URI parser
2012-10-14 00:14:50 +09:00
usage_text.h
Document UDP tracker in manual
2013-03-03 18:28:25 +09:00
util.cc
util.cc: Include only signal.h for opensolaris build
2013-03-17 15:42:50 +09:00
util.h
Set sa_mask when setting signal handler
2013-02-14 21:51:30 +09:00
version_usage.cc
Update copyright year in version text
2013-02-21 01:39:08 +09:00
wallclock.cc
…
wallclock.h
…