summaryrefslogtreecommitdiff
path: root/java/src/IceInternal/DirectReference.java
Commit message (Collapse)AuthorAge
* - Removed OA createReverseProxy method.Benoit Foucher2008-01-21
| | | | | - Fixed bug 2141, 2645, 2632, 1547. - It's now possible to call ice_secure on a fixed proxy to require a secure connetion.
* - Added support for non-blocking AMI/batch requests, connectionBenoit Foucher2007-11-27
| | | | | | creation. - Added support for AMI oneway requests. - Changed collocation optimization to not perform any DNS lookups.
* Expanded tabs into spacesBernard Normier2007-02-01
|
* preserve proxy settings for CacheConnection, EndpointSelection,Mark Spruiell2007-01-26
| | | | ThreadPerConnection
* Updated copyright headerDwayne Boone2007-01-08
|
* Added Ice.Default.PreferSecureDwayne Boone2006-11-21
|
* Fixed bug where timeout, compress and connection id attributes were notBenoit Foucher2006-06-07
| | | | taken into account for routed endpoints.
* adding comments warning about changes to proxyToString operations breakingBrent Eagles2006-04-25
| | | | features
* Finished fixing bug 847Benoit Foucher2006-03-30
|
* Updated copyrightDwayne Boone2006-03-14
|
* - Added ice_cacheConnection, ice_endpointSelectionBenoit Foucher2006-02-14
| | | | | | | - Fixed a bug where connection.close(true) would print a connection warning. - Fixed a bug where ice_newEndpoints would throw a ClassCastException - Added test/Ice/binding test suite.
* Added locator cache timeout.Benoit Foucher2006-02-08
|
* Removed ice_default()Dwayne Boone2005-10-27
|
* http://bugzilla.zeroc.com/bugzilla/show_bug.cgi?id=429Matthew Newhook2005-10-11
|
* Align with C++ 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
* Removed compare() method, we use java.util.Arrays.equal() insteadBenoit Foucher2005-09-12
|
* Added support for new proxy methods (ice_getAdapterId(),Benoit Foucher2005-09-09
| | | | ice_newAdapterId(), ice_getEndpoints(), ice_newEndpoints()).
* http://bugzilla.zeroc.com/bugzilla/show_bug.cgi?id=448Matthew Newhook2005-09-07
|
* 2004 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
* Added context parameter to checkedCast().Michi Henning2004-12-07
|
* fix for proxy marshaling bugMark Spruiell2004-12-03
|
* trivial fixMark Spruiell2004-11-29
|
* Reference refactoring.Michi Henning2004-11-23