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-11-11 Tatsuhiro Tsujikawa <[email protected]>
To match the behavior of friend operator functions in SharedHandle.h to std::tr1::shared_ptr, we intentionally broke these functions and modified code so that our code does not depend on old behavior. * src/AbstractCommand.cc * src/DHTAbstractNodeLookupTask.h * src/DHTBucket.cc * src/DHTMessageReceiver.cc * src/DHTNodeLookupEntry.cc * src/DHTRoutingTable.cc * src/DefaultBtRequestFactory.cc * src/DefaultPeerStorage.cc * src/DefaultPieceStorage.cc * src/DownloadContext.cc * src/EpollEventPoll.cc * src/Event.h * src/HttpConnection.cc * src/KqueueEventPoll.cc * src/MultiDiskAdaptor.cc * src/PeerAbstractCommand.cc * src/PieceStatMan.cc * src/PollEventPoll.cc * src/PortEventPoll.cc * src/SegmentMan.cc * src/SelectEventPoll.cc * src/SelectEventPoll.h * src/ServerStatMan.cc * src/SharedHandle.h * src/UnknownLengthPieceStorage.cc * src/a2functional.h * src/option_processing.cc * src/version_usage.cc * test/BNodeTest.cc * test/DHTAnnouncePeerMessageTest.cc * test/DHTBucketTest.cc * test/DHTFindNodeMessageTest.cc * test/DHTGetPeersMessageTest.cc * test/DHTIDCloserTest.cc * test/DHTMessageFactoryImplTest.cc * test/DHTPingMessageTest.cc * test/DefaultBtRequestFactoryTest.cc * test/DefaultPeerStorageTest.cc * test/SequentialPickerTest.cc * test/SingletonHolderTest.cc
- Loading branch information
1 parent
bcf4593
commit bc98e39
Showing
41 changed files
with
306 additions
and
167 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,50 @@ | ||
2010-11-11 Tatsuhiro Tsujikawa <[email protected]> | ||
|
||
To match the behavior of friend operator functions in | ||
SharedHandle.h to std::tr1::shared_ptr, we intentionally broke | ||
these functions and modified code so that our code does not depend | ||
on old behavior. | ||
* src/AbstractCommand.cc | ||
* src/DHTAbstractNodeLookupTask.h | ||
* src/DHTBucket.cc | ||
* src/DHTMessageReceiver.cc | ||
* src/DHTNodeLookupEntry.cc | ||
* src/DHTRoutingTable.cc | ||
* src/DefaultBtRequestFactory.cc | ||
* src/DefaultPeerStorage.cc | ||
* src/DefaultPieceStorage.cc | ||
* src/DownloadContext.cc | ||
* src/EpollEventPoll.cc | ||
* src/Event.h | ||
* src/HttpConnection.cc | ||
* src/KqueueEventPoll.cc | ||
* src/MultiDiskAdaptor.cc | ||
* src/PeerAbstractCommand.cc | ||
* src/PieceStatMan.cc | ||
* src/PollEventPoll.cc | ||
* src/PortEventPoll.cc | ||
* src/SegmentMan.cc | ||
* src/SelectEventPoll.cc | ||
* src/SelectEventPoll.h | ||
* src/ServerStatMan.cc | ||
* src/SharedHandle.h | ||
* src/UnknownLengthPieceStorage.cc | ||
* src/a2functional.h | ||
* src/option_processing.cc | ||
* src/version_usage.cc | ||
* test/BNodeTest.cc | ||
* test/DHTAnnouncePeerMessageTest.cc | ||
* test/DHTBucketTest.cc | ||
* test/DHTFindNodeMessageTest.cc | ||
* test/DHTGetPeersMessageTest.cc | ||
* test/DHTIDCloserTest.cc | ||
* test/DHTMessageFactoryImplTest.cc | ||
* test/DHTPingMessageTest.cc | ||
* test/DefaultBtRequestFactoryTest.cc | ||
* test/DefaultPeerStorageTest.cc | ||
* test/SequentialPickerTest.cc | ||
* test/SingletonHolderTest.cc | ||
|
||
2010-11-11 Tatsuhiro Tsujikawa <[email protected]> | ||
|
||
Create SharedHandle outside of function call to avoid unexpected | ||
|
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
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.