summaryrefslogtreecommitdiff
path: root/cpp/src/Ice/Reference.cpp
Commit message (Collapse)AuthorAge
* Update copyright headersJoe George2016-03-01
|
* Rework previous fix for 3.6 compatibilityJose2016-02-29
|
* ICE-6952 - identityToString/stringToIdentity non member functionsJose2016-02-29
|
* ICE-6624 renamed overloaded functions that cause issues with some compilersDwayne Boone2015-08-03
|
* Force correct overload selection to fix compatibility with Intel C++ 2015alexey.nazarenko2015-07-01
|
* ICE-6170 - fixed behavior of batch requestsBenoit Foucher2015-03-10
|
* Updated copyright to 2015Dwayne Boone2015-01-05
|
* Removed dead code (sync. connection establishment code)Benoit Foucher2014-11-27
|
* Added support for invocation timeouts and ACM heartbeatsBenoit Foucher2014-05-23
|
* Updated nativeToUTF8 and UTF8ToNative for consistency with ↵Bernard Normier2014-05-16
| | | | stringToWstring/wstringToString
* ICE-4851 - Use wstrings for input and output data that contain non-ASCII ↵Jose2014-05-02
| | | | characters?
* Added support for IceGrid custom load balancingBenoit Foucher2014-04-15
|
* merging javascript branchMark Spruiell2014-03-19
|
* Fixed ICE-5179: Fixed copyrightsBenoit Foucher2013-02-12
|
* Fixed ICE-5215: IPv6 support enabled by defaultBenoit Foucher2013-02-11
|
* Fixed ICE-5143 and ICE-5140: stringified proxy and default raw encoding for ↵Benoit Foucher2013-01-16
| | | | opaque endpoints
* Fixed (ICE-5181) - unreferenced formal parameterJose2013-01-11
|
* Fixed ICE-4927: fixed proxy encoding to marshal protocol/encoding version ↵Benoit Foucher2012-11-13
| | | | instead of encoding it in endpoints
* Fixed ICE-4591, better acceptor tracingBenoit Foucher2012-10-18
|
* Port to gcc and clang in c++11 mode:Bernard Normier2012-10-05
| | | | | - for GCC, replaced most std::auto_ptr usage by a new IceUtil::UniquePtr - for clang, added ICE_NOEXCEPT and ICE_NOEXCEPT_FALSE for a few dtors in Freeze
* ICE-4824 - Fixed VC6 style loopsJose2012-10-03
|
* Fixed bug #ICE-4845 (ice_clone for IceUtil::Exception is now covariant)Bernard Normier2012-08-11
| | | | | Small build fixes (VS warning, Python 3.x run.py) slice2cpp no longer generates ice_clone for interfaces
* ICE-4702 - Poor hash algorithmJose2012-08-10
|
* Merge remote-tracking branch 'origin/master' into encoding11Benoit Foucher2012-04-25
|\
| * Fixed copyrightsBenoit Foucher2012-04-25
| |
* | Java portBenoit Foucher2012-04-20
| |
* | Added support for encoding versioningBenoit Foucher2012-04-18
|/
* Fixed bugs 4724 & 4725Benoit Foucher2011-10-31
|
* updating version & copyright for 3.4.2Mark Spruiell2011-05-11
|
* Updated copyright to 2010Dwayne Boone2010-01-07
|
* Fixed 3962 - Berkeley DB, problems with unicode paths.Jose2009-11-10
|
* 3986 - getConnectionId should not throw for FixedReference.Jose2009-11-03
|
* Fixed bug 4247 - untabify of src/Ice/Reference.cppBenoit Foucher2009-10-29
|
* Bug 3137 - add proxyToPropertyDwayne Boone2009-10-26
|
* - Removed old IceSSL::ConnectionInfo struct, it's now replaced withBenoit Foucher2009-10-21
| | | | | | | | | | | | | IceSSL::NativeConnectionInfo. - Removed Ice::ConnectionInfo endpoint attribute. - Added Ice::Connection::getEndpoint() method. - Added Ice::ConnectionInfo adapterName and incoming attributes. - Replaced Tcp and Udp prefixes with TCP and UDP in endpoint/info classes. - Added IPEndpointInfo and IPConnectionInfo intermediate classes. - Fixed 2058: deprecate ice_hash for Ice.Object & Ice.LocalObject, added ice_getHash - Fixed bug where Ice::Endpoint comparison would only compare the endpoint object addresses rather than the endpoint attributes like in Java and C#. - Added ice_getHash implementation for endpoints and cleaned up Reference::hash to use HashUtil.h helper methods. - Added test/Ice/info and removed endpoint info test from test/Ice/proxy.
* Fixed bug 4266 - stringified proxy issues, other minor issuesBenoit Foucher2009-10-12
|
* merged in both of Jose's 4071 fixes.Matthew Newhook2009-08-07
|
* Revert "4071 - Global namespace pollution"Matthew Newhook2009-08-07
| | | | This reverts commit 3fd8c6939b3f79cdb202af3305ea6acc377e247d.
* 4071 - Global namespace pollutionJose2009-08-04
|
* 3986 - Calling get_connectionId on a fixed proxy should raise ↵Jose2009-08-03
| | | | FixedProxyException
* Add ice_getConnectionId to Proxy api.Jose2009-07-15
| | | | | | | | commit 96047f7c59f38bcdf8b920d2acad61be96db7101 Author: Jose Gutierrez <pepone@dhcppc0.(none)> Date: Wed Jul 15 22:16:38 2009 +0200 Add ice_getConnectionId to Proxy api.
* Bug 3964 - improve endpoint infoDwayne Boone2009-05-27
|
* Bug 3878 - remove some deprecated featuresDwayne Boone2009-05-11
|
* Bug 2475 - remove AMD_Array_Object_ice_invokeDwayne Boone2009-04-27
|
* Bug 1666 - use of ice_throwDwayne Boone2009-04-24
|
* - Fixed potential assert when establishing connection for proxies withBenoit Foucher2009-03-12
| | | | | | | | | different endpoint combinations - Added test for connection establishment using proxies with different endpoint combination. - Improved connection establishment to better handle failures when many AMI requests (invoked on different proxies) are queued. The failure is now reported to all pending requests.
* Bug 3621 - updated copyright to 2009Dwayne Boone2009-01-02
|
* http://bugzilla.zeroc.com/bugzilla/show_bug.cgi?id=2719Matthew Newhook2008-03-18
| | | | | | | | | | Squashed commit of the following: commit 5ff1fac3e73ef4fb3ac96a692812a849ff585ebc Author: Matthew Newhook <matthew@zeroc.com> Date: Tue Mar 18 01:27:20 2008 -0800 Fixed the various && || warnings from gcc.
* Fixed bug 2684 + collocation optimization bugBenoit Foucher2008-03-14
|
* Removed thread-per-connection and added serialize modeBenoit Foucher2008-03-06
|