Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | Update copyright headers | Joe George | 2016-03-01 |
| | |||
* | Fixed previous commit which was incomplete | Benoit Foucher | 2015-04-28 |
| | |||
* | Added C++ plugins for endpoint factories, cleaned up registration of WS ↵ | Benoit Foucher | 2015-02-06 |
| | | | | factories | ||
* | ICE-6196 added ProtocolInstance::secure() | Dwayne Boone | 2015-01-08 |
| | |||
* | Updated copyright to 2015 | Dwayne Boone | 2015-01-05 |
| | |||
* | Fixed ICE-5535, WSS hang and other minor issues | Benoit Foucher | 2014-09-24 |
| | | | | | | | | - ICE-5535: added support for parsing TCP/SSL/WS/WSS endpoints even if the transport isn't supported - WSS implementation could hang under Java/C# if the SSL transport read too much data - The opaque endpoint un-marshalling code in Java/C# could raise an EncapsulationException where it should have raised an UnarmshalOutOfBoundsException if the marshalled endpoint was invalid. - Cleaned up JavaScript run methods for tests - Few other minor fixes | ||
* | ICE-4891 some minor improvements | Dwayne Boone | 2014-09-17 |
| | |||
* | ICE-4891 Refactor network tracing | Dwayne Boone | 2014-09-05 |
| | |||
* | ICE-5596 add Ice.Default.Timeout property | Dwayne Boone | 2014-08-08 |
| | |||
* | ICE-5457 added ability to set source address for connections | Dwayne Boone | 2014-08-07 |
| | |||
* | merging javascript branch | Mark Spruiell | 2014-03-19 |
| | |||
* | * SOCKS support for C++ | Mark Spruiell | 2013-04-04 |
| | | | | | * Minor cleanup in C# * Unity fixes | ||
* | 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-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 |
| | |||
* | Partial fix for ICE-4869: C++ stream read/write for structs (and ↵ | Bernard Normier | 2012-10-11 |
| | | | | | | | | structs-as-class) is now generated as templates. Removed most slice2cpp --stream uses (but not all) Also fixed various build failures on Solaris. | ||
* | Java & C# port | Benoit Foucher | 2012-09-28 |
| | |||
* | Merge remote-tracking branch 'origin/encoding11' into mx | Jose | 2012-08-16 |
|\ | | | | | | | | | | | | | Conflicts: cpp/config/Make.rules.Darwin cpp/src/Ice/ConnectionFactory.cpp cpp/src/Ice/ConnectionI.h | ||
| * | ICE-4702 - Poor hash algorithm | Jose | 2012-08-10 |
| | | |||
* | | Fixes | Benoit Foucher | 2012-08-01 |
| | | |||
* | | Before RequestObserver change | Benoit Foucher | 2012-07-27 |
|/ | |||
* | Merge branch 'master' into encoding11 | Jose | 2012-07-17 |
|\ | | | | | | | | | | | | | | | | | | | Conflicts: CHANGES cpp/src/Ice/EndpointI.cpp cpp/src/Ice/TcpConnector.cpp cpp/src/Ice/TcpConnector.h cpp/src/Ice/UdpConnector.cpp cpp/src/Ice/UdpConnector.h | ||
| * | WinRT support | Jose | 2012-07-13 |
| | | |||
* | | Python port, added tests to Ice/info | Benoit Foucher | 2012-04-30 |
| | | |||
* | | 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 |
|/ | |||
* | updating version & copyright for 3.4.2 | Mark Spruiell | 2011-05-11 |
| | |||
* | Fixed bug #4763 | Bernard Normier | 2010-06-02 |
| | |||
* | Updated copyright to 2010 | Dwayne Boone | 2010-01-07 |
| | |||
* | bug 4355 - improve parse exception messages | Mark Spruiell | 2009-12-10 |
| | |||
* | - 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. | ||
* | Added Ruby implemetation of EndpointInfo and ConnectionInfo | Dwayne Boone | 2009-10-16 |
| | |||
* | Added support for EndpointInfo and ConnectionInfo to python. | Dwayne Boone | 2009-10-16 |
| | | | | | | Set endpoint in Connection getInfo implementations. Removed unused _stateTime from ConnectionI. Remove ["cpp:virtual"] from SSLEndpointInfo slice definition. | ||
* | Added ConnectionInfo/EndpointInfo, bug 4280 & 3964 | Benoit Foucher | 2009-10-12 |
| | |||
* | Bug 3964 - improve endpoint info | Dwayne Boone | 2009-05-27 |
| | |||
* | Bug 3972 - improve server network tracing | Dwayne Boone | 2009-05-01 |
| | |||
* | Bug 3621 - updated copyright to 2009 | Dwayne Boone | 2009-01-02 |
| | |||
* | Updated copyright | Dwayne Boone | 2008-01-23 |
| | |||
* | - Merge IPv6 support from Dwayne's branch. | Benoit Foucher | 2007-12-19 |
| | | | | | | - Reviewed and fixed IPv6 bugs. - Fixed bug in the outgoing connection factory where an assert could be triggered if the proxy contained identical endpoints | ||
* | - Added support for non-blocking AMI/batch requests, connection | Benoit Foucher | 2007-11-27 |
| | | | | | | creation. - Added support for AMI oneway requests. - Changed collocation optimization to not perform any DNS lookups. | ||
* | No longer necessary to expand enpoints in proxies, use same mechanism as for ↵ | Dwayne Boone | 2007-06-14 |
| | | | | | | multihomed hosts. Added some missing .gitignore files. | ||
* | Bug 1658 - fix collocation issue with endpoints listening on 0.0.0.0 | Dwayne Boone | 2007-06-13 |
| | |||
* | Bug 1658 - minor refactoring | Dwayne Boone | 2007-06-12 |
| | |||
* | More changes for bug 1996 | Dwayne Boone | 2007-06-07 |
| | |||
* | Bug 1658 - listen on 0.0.0.0 rather than expanding endpoints | Dwayne Boone | 2007-06-04 |
| | |||
* | Changed getHosts to getAddresses | Dwayne Boone | 2007-06-01 |
| | |||
* | Multi-home host support | Dwayne Boone | 2007-05-18 |
| |