forked from aria2/aria2
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
2010-03-05 Tatsuhiro Tsujikawa <[email protected]>
Reduced copying/std::string instantiation in sending/receiving BitTorrent messages. * src/BtBitfieldMessage.cc * src/BtBitfieldMessage.h * src/BtExtendedMessage.cc * src/BtExtendedMessage.h * src/BtHandshakeMessage.cc * src/BtHandshakeMessage.h * src/BtKeepAliveMessage.cc * src/BtKeepAliveMessage.h * src/BtPieceMessage.cc * src/BtPieceMessage.h * src/BtPortMessage.cc * src/BtPortMessage.h * src/BtUnchokeMessage.h * src/DefaultBtMessageReceiver.cc * src/IndexBtMessage.cc * src/IndexBtMessage.h * src/PeerConnection.cc * src/PeerConnection.h * src/RangeBtMessage.cc * src/RangeBtMessage.h * src/SimpleBtMessage.cc * src/SimpleBtMessage.h * src/SocketBuffer.cc * src/SocketBuffer.h * src/ZeroBtMessage.cc * src/ZeroBtMessage.h * test/BtAllowedFastMessageTest.cc * test/BtBitfieldMessageTest.cc * test/BtCancelMessageTest.cc * test/BtChokeMessageTest.cc * test/BtExtendedMessageTest.cc * test/BtHandshakeMessageTest.cc * test/BtHaveAllMessageTest.cc * test/BtHaveMessageTest.cc * test/BtHaveNoneMessageTest.cc * test/BtInterestedMessageTest.cc * test/BtKeepAliveMessageTest.cc * test/BtNotInterestedMessageTest.cc * test/BtPieceMessageTest.cc * test/BtPortMessageTest.cc * test/BtRejectMessageTest.cc * test/BtRequestMessageTest.cc * test/BtSuggestPieceMessageTest.cc * test/BtUnchokeMessageTest.cc
- Loading branch information
1 parent
5d05ef0
commit 8b73c28
Showing
45 changed files
with
470 additions
and
316 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,52 @@ | ||
2010-03-05 Tatsuhiro Tsujikawa <[email protected]> | ||
|
||
Reduced copying/std::string instantiation in sending/receiving | ||
BitTorrent messages. | ||
* src/BtBitfieldMessage.cc | ||
* src/BtBitfieldMessage.h | ||
* src/BtExtendedMessage.cc | ||
* src/BtExtendedMessage.h | ||
* src/BtHandshakeMessage.cc | ||
* src/BtHandshakeMessage.h | ||
* src/BtKeepAliveMessage.cc | ||
* src/BtKeepAliveMessage.h | ||
* src/BtPieceMessage.cc | ||
* src/BtPieceMessage.h | ||
* src/BtPortMessage.cc | ||
* src/BtPortMessage.h | ||
* src/BtUnchokeMessage.h | ||
* src/DefaultBtMessageReceiver.cc | ||
* src/IndexBtMessage.cc | ||
* src/IndexBtMessage.h | ||
* src/PeerConnection.cc | ||
* src/PeerConnection.h | ||
* src/RangeBtMessage.cc | ||
* src/RangeBtMessage.h | ||
* src/SimpleBtMessage.cc | ||
* src/SimpleBtMessage.h | ||
* src/SocketBuffer.cc | ||
* src/SocketBuffer.h | ||
* src/ZeroBtMessage.cc | ||
* src/ZeroBtMessage.h | ||
* test/BtAllowedFastMessageTest.cc | ||
* test/BtBitfieldMessageTest.cc | ||
* test/BtCancelMessageTest.cc | ||
* test/BtChokeMessageTest.cc | ||
* test/BtExtendedMessageTest.cc | ||
* test/BtHandshakeMessageTest.cc | ||
* test/BtHaveAllMessageTest.cc | ||
* test/BtHaveMessageTest.cc | ||
* test/BtHaveNoneMessageTest.cc | ||
* test/BtInterestedMessageTest.cc | ||
* test/BtKeepAliveMessageTest.cc | ||
* test/BtNotInterestedMessageTest.cc | ||
* test/BtPieceMessageTest.cc | ||
* test/BtPortMessageTest.cc | ||
* test/BtRejectMessageTest.cc | ||
* test/BtRequestMessageTest.cc | ||
* test/BtSuggestPieceMessageTest.cc | ||
* test/BtUnchokeMessageTest.cc | ||
|
||
2010-03-03 Tatsuhiro Tsujikawa <[email protected]> | ||
|
||
Rewritten SocketBuffer. Old implementation uses single std::string | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.