Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | Update copyright headers | Joe George | 2016-03-01 |
| | |||
* | ICE-6514 Removed uneeded includes of DisableWarnings.h | Dwayne Boone | 2015-07-08 |
| | |||
* | Fixed previous commit which was incomplete | Benoit Foucher | 2015-04-28 |
| | |||
* | Fixed crash on Windows related to buffer size changes | Dwayne Boone | 2015-03-09 |
| | |||
* | ICE-6082 No way to discover send/recv buffer sizes | Dwayne Boone | 2015-03-05 |
| | |||
* | Updated copyright to 2015 | Dwayne Boone | 2015-01-05 |
| | |||
* | Fixed ICE-5607: relaxed Ice.MessageSizeMax | Benoit Foucher | 2014-11-05 |
| | |||
* | ICE-5582 (SOCKs test), ICE-5314 (HTTP proxies), major refactoring of ↵ | Benoit Foucher | 2014-09-10 |
| | | | | networking code (addition of StreamSocket class abstraction) | ||
* | ICE-4891 Refactor network tracing | Dwayne Boone | 2014-09-05 |
| | |||
* | Removed some unecessary initialization of class members | Dwayne Boone | 2014-08-21 |
| | |||
* | 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 (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 |
| | |||
* | dependency updates & Linux fixes | Mark Spruiell | 2013-04-05 |
| | |||
* | fixing Linux compile issues for SOCKS/C++ changes | Mark Spruiell | 2013-04-04 |
| | |||
* | * 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-4913: deprecate Ice::Stats | Bernard Normier | 2012-11-19 |
| | |||
* | 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 |
| | |||
* | Fixed ICE-4735 - Windows 8 assert on connection establishment | Benoit Foucher | 2011-11-16 |
| | |||
* | 5082 - Network tracing shows remote address = <not connected> | Jose | 2011-05-17 |
| | |||
* | updating version & copyright for 3.4.2 | Mark Spruiell | 2011-05-11 |
| | |||
* | Updated copyright to 2010 | Dwayne Boone | 2010-01-07 |
| | |||
* | New AMI mapping | Benoit Foucher | 2009-11-23 |
| | |||
* | - 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 |
| | |||
* | IOCP changes, bug 3501, 4200, 4156, 3101 | Benoit Foucher | 2009-08-21 |
| | |||
* | Bug 2798 - add reason information to MemoryLimitException | Dwayne Boone | 2009-04-21 |
| | |||
* | Reviewed bug 3601, minor transceiver cleanup | Benoit Foucher | 2009-02-02 |
| | |||
* | Bug 3621 - updated copyright to 2009 | Dwayne Boone | 2009-01-02 |
| | |||
* | Removed thread-per-connection and added serialize mode | Benoit Foucher | 2008-03-06 |
| | |||
* | Updated copyright | Dwayne Boone | 2008-01-23 |
| | |||
* | Fixed bug 2304 | Benoit Foucher | 2008-01-07 |
| | |||
* | - 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. | ||
* | Added Ice.TCP.SndSize/Ice.TCP.RcvSize properties, fixed throughput issue on | Benoit Foucher | 2007-05-23 |
| | | | | Win32. | ||
* | Expanded tabs into spaces | Bernard Normier | 2007-02-01 |
| | |||
* | http://bugzilla.zeroc.com/bugzilla/show_bug.cgi?id=1690, | Matthew Newhook | 2007-01-31 |
| | | | | http://bugzilla.zeroc.com/bugzilla/show_bug.cgi?id=1711 | ||
* | Updated copyright header | Dwayne Boone | 2007-01-08 |
| | |||
* | Use poll() instead of select() on Unix. | Benoit Foucher | 2006-10-31 |
| | |||
* | fixes for 64 bit windows build. | Matthew Newhook | 2006-06-12 |
| | |||
* | Bug 803 - changed communicator initialization. | Dwayne Boone | 2006-04-07 |
| |