Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | Update copyright headers | Joe George | 2016-03-01 |
| | |||
* | Rework previous fix for 3.6 compatibility | Jose | 2016-02-29 |
| | |||
* | ICE-6952 - identityToString/stringToIdentity non member functions | Jose | 2016-02-29 |
| | |||
* | ICE-6624 renamed overloaded functions that cause issues with some compilers | Dwayne Boone | 2015-08-03 |
| | |||
* | Force correct overload selection to fix compatibility with Intel C++ 2015 | alexey.nazarenko | 2015-07-01 |
| | |||
* | ICE-6170 - fixed behavior of batch requests | Benoit Foucher | 2015-03-10 |
| | |||
* | Updated copyright to 2015 | Dwayne Boone | 2015-01-05 |
| | |||
* | Removed dead code (sync. connection establishment code) | Benoit Foucher | 2014-11-27 |
| | |||
* | Added support for invocation timeouts and ACM heartbeats | Benoit Foucher | 2014-05-23 |
| | |||
* | Updated nativeToUTF8 and UTF8ToNative for consistency with ↵ | Bernard Normier | 2014-05-16 |
| | | | | stringToWstring/wstringToString | ||
* | ICE-4851 - Use wstrings for input and output data that contain non-ASCII ↵ | Jose | 2014-05-02 |
| | | | | characters? | ||
* | Added support for IceGrid custom load balancing | Benoit Foucher | 2014-04-15 |
| | |||
* | merging javascript branch | Mark Spruiell | 2014-03-19 |
| | |||
* | Fixed ICE-5179: Fixed copyrights | Benoit Foucher | 2013-02-12 |
| | |||
* | Fixed ICE-5215: IPv6 support enabled by default | Benoit Foucher | 2013-02-11 |
| | |||
* | Fixed ICE-5143 and ICE-5140: stringified proxy and default raw encoding for ↵ | Benoit Foucher | 2013-01-16 |
| | | | | opaque endpoints | ||
* | Fixed (ICE-5181) - unreferenced formal parameter | Jose | 2013-01-11 |
| | |||
* | Fixed ICE-4927: fixed proxy encoding to marshal protocol/encoding version ↵ | Benoit Foucher | 2012-11-13 |
| | | | | instead of encoding it in endpoints | ||
* | Fixed ICE-4591, better acceptor tracing | Benoit Foucher | 2012-10-18 |
| | |||
* | Port to gcc and clang in c++11 mode: | Bernard Normier | 2012-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 loops | Jose | 2012-10-03 |
| | |||
* | Fixed bug #ICE-4845 (ice_clone for IceUtil::Exception is now covariant) | Bernard Normier | 2012-08-11 |
| | | | | | Small build fixes (VS warning, Python 3.x run.py) slice2cpp no longer generates ice_clone for interfaces | ||
* | ICE-4702 - Poor hash algorithm | Jose | 2012-08-10 |
| | |||
* | Merge remote-tracking branch 'origin/master' into encoding11 | Benoit Foucher | 2012-04-25 |
|\ | |||
| * | Fixed copyrights | Benoit Foucher | 2012-04-25 |
| | | |||
* | | Java port | Benoit Foucher | 2012-04-20 |
| | | |||
* | | Added support for encoding versioning | Benoit Foucher | 2012-04-18 |
|/ | |||
* | Fixed bugs 4724 & 4725 | Benoit Foucher | 2011-10-31 |
| | |||
* | updating version & copyright for 3.4.2 | Mark Spruiell | 2011-05-11 |
| | |||
* | Updated copyright to 2010 | Dwayne Boone | 2010-01-07 |
| | |||
* | Fixed 3962 - Berkeley DB, problems with unicode paths. | Jose | 2009-11-10 |
| | |||
* | 3986 - getConnectionId should not throw for FixedReference. | Jose | 2009-11-03 |
| | |||
* | Fixed bug 4247 - untabify of src/Ice/Reference.cpp | Benoit Foucher | 2009-10-29 |
| | |||
* | Bug 3137 - add proxyToProperty | Dwayne Boone | 2009-10-26 |
| | |||
* | - Removed old IceSSL::ConnectionInfo struct, it's now replaced with | Benoit Foucher | 2009-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 issues | Benoit Foucher | 2009-10-12 |
| | |||
* | merged in both of Jose's 4071 fixes. | Matthew Newhook | 2009-08-07 |
| | |||
* | Revert "4071 - Global namespace pollution" | Matthew Newhook | 2009-08-07 |
| | | | | This reverts commit 3fd8c6939b3f79cdb202af3305ea6acc377e247d. | ||
* | 4071 - Global namespace pollution | Jose | 2009-08-04 |
| | |||
* | 3986 - Calling get_connectionId on a fixed proxy should raise ↵ | Jose | 2009-08-03 |
| | | | | FixedProxyException | ||
* | Add ice_getConnectionId to Proxy api. | Jose | 2009-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 info | Dwayne Boone | 2009-05-27 |
| | |||
* | Bug 3878 - remove some deprecated features | Dwayne Boone | 2009-05-11 |
| | |||
* | Bug 2475 - remove AMD_Array_Object_ice_invoke | Dwayne Boone | 2009-04-27 |
| | |||
* | Bug 1666 - use of ice_throw | Dwayne Boone | 2009-04-24 |
| | |||
* | - Fixed potential assert when establishing connection for proxies with | Benoit Foucher | 2009-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 2009 | Dwayne Boone | 2009-01-02 |
| | |||
* | http://bugzilla.zeroc.com/bugzilla/show_bug.cgi?id=2719 | Matthew Newhook | 2008-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 bug | Benoit Foucher | 2008-03-14 |
| | |||
* | Removed thread-per-connection and added serialize mode | Benoit Foucher | 2008-03-06 |
| |