summaryrefslogtreecommitdiff
path: root/cpp/src/IceStorm/OnewaySubscriber.cpp
Commit message (Collapse)AuthorAge
* updated IceStorm.Matthew Newhook2006-11-08
|
* Renamed IceStorm::subscribe to IceStorm::Topic::subscribeAndGetPublisher.Matthew Newhook2006-10-26
| | | | Integrated the upstream ping stuff. Updated CHANGES file.
* Fixed BCC compile errorDwayne Boone2006-10-13
|
* IceStormPerSubscriberPublisherMatthew Newhook2006-09-12
|
* Fixed proxy and identity t/from string functions to use string convertersDwayne Boone2006-05-09
|
* Updated copyrightDwayne Boone2006-03-14
|
* Updated copyrights to 2005Bernard Normier2005-02-16
|
* Fixed a bug that caused a subscriber to no longer receive events afterMark Spruiell2004-07-28
| | | | unsubscribing and resubscribing to the same topic.
* Fixed copyrightBernard Normier2004-05-18
|
* Updated copyright noticeBernard Normier2004-05-11
|
* Changed the service to queue events to subscribers and links so that onlyMark Spruiell2003-05-16
| | | | | | | one thread at a time is delivering to a particular proxy. Event is now reference-counted, and QueuedProxy was added to manage the event queue. Before this change, a misbehaved subscriber could cause each invocation thread in the service to attempt to reconnect to the subscriber.
* version update; date changeMarc Laukien2003-02-04
|
* fixed copyright dateMarc Laukien2002-11-06
|
* changing copyright location; adding GPL noteMark Spruiell2002-10-28
|
* changing Mutable Realms to ZeroCMark Spruiell2002-10-26
|
* Runtime->LocalMarc Laukien2002-09-20
|
* Renamed Ice::LocalException to Ice::RuntimeException.Michi Henning2002-09-20
|
* Changed Current.ice to use enum OperationMode to distinguish betweenMichi Henning2002-09-04
| | | | | | | | | Normal, Nonmutating, and Idempotent operations. Fixed bug introduced into Freeze with previous changes for saving object state. (State wasn't saved for idempotent operations.) Retested everything. I'm getting a failure in the Yellow (C++) tests, and another failure in the IceBox (Java) tests, but I don't think these are related to these changes.
* IcePatch workMarc Laukien2002-09-01
|
* Added changes for idempotent.Michi Henning2002-08-22
|
* added spaceMarc Laukien2002-07-09
|
* removed spaces after keywordsMarc Laukien2002-06-23
|
* more fixesMarc Laukien2002-06-10
|
* IceStorm changesMatthew Newhook2002-02-28
|
* Fix some TODO's in IceUtil. IceStorm now uses the new Logger utils.Matthew Newhook2002-02-12
|
* IceThread merge.Matthew Newhook2001-12-27
|
* first implementation of IceStorm federation.Matthew Newhook2001-12-13