summaryrefslogtreecommitdiff
path: root/cppe/src/IceE/Reference.cpp
Commit message (Collapse)AuthorAge
* Removed SL and IceE codeBenoit Foucher2008-06-06
|
* Various Ice-E fixes:Mark Spruiell2008-06-03
| | | | | | | - Bug fix in slice2javae for local interfaces/classes - Added Ice.LocalObjectHolder - Reviewed Java/C++ demos and aligned with Ice - Source code clean up (removed tabs, etc.)
* Updated bunch of copyrights to 2008Dwayne Boone2008-06-04
|
* Fixed bug 2177Benoit Foucher2007-05-04
|
* Make Wstring optional for IceEDwayne Boone2007-05-02
|
* Added ice_getAdapterId/ice_adapterId.Benoit Foucher2007-05-02
|
* Removed unused changeEndpoints methodBenoit Foucher2007-05-02
|
* Fixed bug 2145.Benoit Foucher2007-04-27
|
* Removed unused getFixedConnections method.Benoit Foucher2007-04-27
|
* Removed use of SHaredContextDwayne Boone2007-04-27
|
* Removed default context supportDwayne Boone2007-04-26
|
* Sync RouterInfo with IceDwayne Boone2007-04-05
|
* FeatureNotSupportedException is now raised instead of ProxyParseExceptionBenoit Foucher2007-03-28
| | | | if parsing an indirect proxy and locator support isn't built-in.
* Cleaned up generated code (decRef/incRef -> upCast)Benoit Foucher2007-03-27
|
* Removed StringConverterDwayne Boone2007-03-26
|
* Updated copyrightDwayne Boone2007-03-16
|
* Minor naming convention fixBenoit Foucher2006-09-25
|
* Fixed a proxy comparison bugBenoit Foucher2006-09-25
|
* restored setDefaultContextBernard Normier2006-07-28
|
* Fixed bug where timeout wasn't taken into account in routed endpoints.Benoit Foucher2006-06-07
|
* Added back static identity string functionsDwayne Boone2006-05-09
|
* Fixed proxy and identity t/from string functions to use string convertersDwayne Boone2006-05-09
|
* More changes wrt string conversionDwayne Boone2006-05-04
|
* More string converter optimizationsDwayne Boone2006-05-02
|
* Adding string converter optimizationsDwayne Boone2006-05-02
|
* Bug 803 - changed communicator initializationDwayne Boone2006-04-07
|
* Synced with Ice for C++.Benoit Foucher2006-03-31
|
* Finished fixing bug 847Benoit Foucher2006-03-30
|
* Fixed compile errorDwayne Boone2006-03-06
|
* Updated copyright datesDwayne Boone2006-03-06
|
* Ported fix for bug 574 and retry testDwayne Boone2006-03-03
|
* Fixed compile error with no routerDwayne Boone2006-02-28
|
* Refactored Connection class.Benoit Foucher2006-02-24
|
* Removed OutgoingMDwayne Boone2006-02-21
|
* Bug 857.Michi Henning2006-02-21
|
* Changes to support "cpp:array"Dwayne Boone2006-01-23
|
* Fixed DirectReference::getConnection() to not call toString()Benoit Foucher2005-12-09
|
* Removed ice_default()Dwayne Boone2005-10-27
|
* Bug 479 - fixed reference -> fixed proxyDwayne Boone2005-09-16
|
* fixMatthew Newhook2005-09-16
|
* http://bugzilla.zeroc.com/bugzilla/show_bug.cgi?id=460Matthew Newhook2005-09-08
|
* http://bugzilla.zeroc.com/bugzilla/show_bug.cgi?id=448Matthew Newhook2005-09-07
|
* Some ICE_ to ICEE_ renamingsBernard Normier2005-08-12
|
* ICEE_ -> ICE_Matthew Newhook2005-08-12
|
* minor (non-code) cleanupMark Spruiell2005-08-11
|
* Fixed getSecure to work without RouterDwayne Boone2005-08-10
|
* Calling on a proxy with datagram, batch datagram, secure or batch modeMatthew Newhook2005-08-10
| | | | | enabled results in a FeatureNotSupportedException not NoEndpointException.
* Trying to call batch oneway with batch disabled now throws exceptionDwayne Boone2005-08-09
|
* - IceE now supports datagram, batch datagram and secure modes.Matthew Newhook2005-08-09
| | | | | | | - The modes are preserved by the proxy. - stringified proxies can be both read/written which contain these modes. - any attempt to call on a proxy which supports contains this an unsupported mode will result in a NoEndpointException.
* Canged case statementsDwayne Boone2005-08-08
|