summaryrefslogtreecommitdiff
path: root/cpp/src/Ice/ObjectAdapterI.cpp
Commit message (Collapse)AuthorAge
...
* Updated copyright headerDwayne Boone2007-01-08
|
* Added Communicator::isShutdown() and ObjectAdapter::isDeactivated()Dwayne Boone2007-01-08
|
* Borland fixesDwayne Boone2007-01-08
|
* Removed waitForDeactivate flag.Dwayne Boone2007-01-08
|
* Added ObejctAdapter::destroyDwayne Boone2007-01-05
|
* Bug 1327 - allow getClientProxy to return nil proxyDwayne Boone2007-01-03
|
* Object adapter properties now prefixed by "Ice.OA."Dwayne Boone2006-12-18
|
* Bug 1570 - object adapter configurationDwayne Boone2006-12-13
|
* Added propertyToProxyDwayne Boone2006-11-24
|
* Added Ice.Default.PreferSecureDwayne Boone2006-11-21
|
* No -h in client-side endpoint means use loopbackDwayne Boone2006-11-14
|
* Bug 1349.Michi Henning2006-09-25
|
* Try loopback in client if no -hDwayne Boone2006-08-21
|
* Borland C++Builder port mass commitDwayne Boone2006-08-09
|
* Merge from R3_1_branchBernard Normier2006-07-20
|
* Fixed bug 1054, 1077, 1002.Benoit Foucher2006-06-16
|
* Fixed bug 1045Benoit Foucher2006-06-12
|
* Removed OA::destroyDwayne Boone2006-06-06
|
* Fix for bug 435Dwayne Boone2006-06-06
|
* Added support for IceSSL.TrustOnly. Fixed bug with allTests.py script.Matthew Newhook2006-05-31
| | | | Added -R option to allTests.py.
* Fixed proxy and identity t/from string functions to use string convertersDwayne Boone2006-05-09
|
* Fix race condition related to bug 535Dwayne Boone2006-04-25
|
* Prevent router from being registered with multiple OAsDwayne Boone2006-04-13
|
* Added createObjectAdapterWithRouterDwayne Boone2006-04-12
|
* Bug 803 - changed communicator initialization.Dwayne Boone2006-04-07
|
* Updated copyrightDwayne Boone2006-03-14
|
* Bug 804 - no endpoint in reference means try all local interfacesDwayne Boone2006-02-13
|
* Minor fixes for locator cache timeout.Benoit Foucher2006-02-08
|
* Added ice_locatorCacheTimeout(int) and ice_getLocatorCacheTimeout() proxyBenoit Foucher2006-02-08
| | | | methods.
* fix for bug 650: clearing additional members in waitForDeactivateMark Spruiell2005-11-17
|
* :activate() would contact the locator even if the OA id was empty.Benoit Foucher2005-11-11
| | | | | | Fixed a bug where ${node.os} for example couldn't be used in distribution directories. Unknown elements in XML file are now treated as errors.
* Many IceGrid bug fixes.Benoit Foucher2005-11-03
|
* Fixed bug where the OA id needed to be set to register the server processBenoit Foucher2005-10-21
| | | | proxy.
* Added support for replica groups and removed replicated adapters.Benoit Foucher2005-10-12
|
* Bug 395 - Added pseudo INVADDR_ANY supportDwayne Boone2005-10-06
|
* Added support for <adapter name>.ReplicaId.Benoit Foucher2005-09-30
|
* http://bugzilla.zeroc.com/bugzilla/show_bug.cgi?id=435. addedMatthew Newhook2005-09-19
| | | | removeRouter().
* Fix for bug 282:Mark Spruiell2005-09-14
| | | | | | | | - Adding Ice.Default.CollocationOptimization property, default = 1 - Changing the ice_default proxy method to return a proxy having the default collocation optimization setting, rather than false - Changing all other calls to ReferenceFactory::create to use the default setting instead of a hard-coded value
* http://bugzilla.zeroc.com/bugzilla/show_bug.cgi?id=460Matthew Newhook2005-09-13
|
* fixing bug 400Brent Eagles2005-09-12
|
* Added new proxy methods: ice_getEndpoints(), ice_getAdapterId(),Benoit Foucher2005-09-09
| | | | ice_newEndpoints(), ice_newAdapterId().
* revising fixes for bug 431Brent Eagles2005-09-07
|
* More IceGrid adapter replication support.Benoit Foucher2005-07-13
|
* Parsing a stringified proxy no longer fails if a endpoint type is unknownDwayne Boone2005-07-11
| | | | as long as there are others that are known.
* More adapter replication changes.Benoit Foucher2005-07-08
|
* Changed server start to wait for object adapter activation before toBenoit Foucher2005-07-06
| | | | return.
* Got rid of unused variable.Michi Henning2005-04-14
|
* Updated copyrights to 2005Bernard Normier2005-02-16
|
* Reference fixes:Mark Spruiell2005-02-08
| | | | | | - Moving _secure to RoutableReference - Fixing changeDefault() - Fixing changeRouter() and changeLocator() to return appropriate values
* The object adapter thread pool is not created anymore if thread perBenoit Foucher2005-01-28
| | | | | | | connection is enabled. Added more error & exception handling in the IncomingConnectionFactory. Fixed a bug where the wrong thread pool was used by the IncomingConnectionFactory.