Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | Update copyright headers | Joe George | 2016-03-01 |
| | |||
* | Fixed UDPTransceiver leak on WinRT | Benoit Foucher | 2015-09-09 |
| | |||
* | Fixed ICE-6757 - allow Windows 10 UAP apps to re-use multicast addr | Benoit Foucher | 2015-09-01 |
| | |||
* | Fixed ICE-6695, Ice for WinRT hang on Windows 10 | Benoit Foucher | 2015-08-11 |
| | |||
* | ICE-6514 Removed uneeded includes of DisableWarnings.h | Dwayne Boone | 2015-07-08 |
| | |||
* | ICE-6082 No way to discover send/recv buffer sizes | Dwayne Boone | 2015-03-05 |
| | |||
* | ICE-6116 reduce verbose warnings about socket buffer size | Dwayne Boone | 2015-03-03 |
| | |||
* | Revert "ICE-6082 added sndBufSize and rcvBufSize to UDPEndpointInfo" | Dwayne Boone | 2015-01-07 |
| | | | | This reverts commit ad55ad9c4996fb32452bba72e337152b27e61963. | ||
* | ICE-6082 added sndBufSize and rcvBufSize to UDPEndpointInfo | Dwayne Boone | 2015-01-07 |
| | |||
* | Updated copyright to 2015 | Dwayne Boone | 2015-01-05 |
| | |||
* | Fixed ICE-5607: relaxed Ice.MessageSizeMax | Benoit Foucher | 2014-11-05 |
| | |||
* | Minor change to Udptransceiver to ensure proper tracing on failure | Dwayne Boone | 2014-09-23 |
| | |||
* | ICE-4891 some minor improvements | Dwayne Boone | 2014-09-17 |
| | |||
* | ICE-4891 Refactor network tracing | Dwayne Boone | 2014-09-05 |
| | |||
* | ICE-5638 add default constructor for Address union | Dwayne Boone | 2014-08-21 |
| | |||
* | ICE-5457 added ability to set source address for connections | Dwayne Boone | 2014-08-07 |
| | |||
* | Windows SSL SChannel implementation & OS X Secure Transport fixes. | Jose | 2014-08-07 |
| | |||
* | Fixed WinRT build (transport re-factoring) | Benoit Foucher | 2014-05-06 |
| | |||
* | Fixed (ICE-5510) - Remove Stats interface that was deprecated in 3.5 | Jose | 2014-05-02 |
| | |||
* | merging javascript branch | Mark Spruiell | 2014-03-19 |
| | |||
* | Revert "Fix to allow transceivers to read more data than requested." | Benoit Foucher | 2013-07-26 |
| | | | | This reverts commit 9c4e79ce6760badf047568fd300fcbe3455f31b7. | ||
* | Fix to allow transceivers to read more data than requested. | Benoit Foucher | 2013-07-12 |
| | |||
* | Fixed ICE-5367: UDPTransceiver FD leak | Benoit Foucher | 2013-06-27 |
| | |||
* | * 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-5181) - unreferenced formal parameter | Jose | 2013-01-11 |
| | |||
* | Fixed ICE-5079: Replaced IceInternal::Address by a union to avoid ↵ | Bernard Normier | 2012-12-26 |
| | | | | reinterpret_cast and warnings | ||
* | Last attempt to fix ICE-4982 correctly | Benoit Foucher | 2012-11-22 |
| | |||
* | ICE-4982: correct fix for the UDP assert | Benoit Foucher | 2012-11-22 |
| | |||
* | Fixed ICE-4982 and ICE-4985: WinRT Udp test failures | Benoit Foucher | 2012-11-22 |
| | |||
* | Fixed ICE-4913: deprecate Ice::Stats | Bernard Normier | 2012-11-19 |
| | |||
* | Fixed ICE-4556 - --interface option not working on some platforms, enabled ↵ | Benoit Foucher | 2012-10-22 |
| | | | | Java IPv6 tests on Windows | ||
* | Merge remote-tracking branch 'origin/encoding11' into withoutsync | Benoit Foucher | 2012-09-10 |
|\ | | | | | | | | | | | Conflicts: cpp/src/Ice/PropertyNames.cpp cpp/src/Ice/PropertyNames.h | ||
| * | Port to Solaris 11 / Solaris Studio 12.3 (== CC 5.12) | Bernard Normier | 2012-09-07 |
| | | | | | | | | Fix to BasicStream.h (unitialized data member) that caused occasional failures in Ice/stream test | ||
* | | Fixed communicator flushBatchRequests to allow tracing | Benoit Foucher | 2012-09-10 |
|/ | |||
* | MinGW & Ruby-1.9 updates | Jose | 2012-07-26 |
| | |||
* | WinRT support | Jose | 2012-07-13 |
| | |||
* | Fixed copyrights | Benoit Foucher | 2012-04-25 |
| | |||
* | 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 |
| | |||
* | New AMI mapping | Benoit Foucher | 2009-11-23 |
| | |||
* | Win32 64 bits compilation error | Benoit Foucher | 2009-11-06 |
| | |||
* | Cleaned up UDP transceivers, fixes for bug 4223 and 4320 | Benoit Foucher | 2009-10-27 |
| | |||
* | - 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 3972 - reduced trace level for some output and other minor cleanup | Dwayne Boone | 2009-09-23 |
| |