summaryrefslogtreecommitdiff
path: root/cpp/src/Ice/ConnectionI.cpp
Commit message (Collapse)AuthorAge
...
* Fixed ICE-4933: Added size and replySize fields to dispatch and remote ↵Benoit Foucher2013-01-07
| | | | invocation metrics, support for requestId attribute
* Fixed GCC release warnings and set QT_HOME to /usr in Make.rulesBernard Normier2012-11-30
|
* Fixed MinGW portBenoit Foucher2012-11-08
| | | | | | | | | | | | - The build no longer requires Cygwin - Running the tests no longer requires setting CPP_COMPILER, TestUtil.py che for RI_DEVKIT in the environment to figure out if running with MinGW devki - DynamicLibrary no longer appends the "d" suffix when compiling with debug - COMPSUFFIX is now defined when compiling Ice - Much simplified the build system by removing all the checks for MinGW in makefiles, MinGW settings are now located to Make.rules.MINGW only. - Fixed allTests.py to skip plugin and metrics tests. - Fixed build instructions.
* Partial fix for ICE-4869: C++ stream read/write for structs (and ↵Bernard Normier2012-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.
* Win32 fixesBenoit Foucher2012-09-17
|
* Fixed metrics testsBenoit Foucher2012-09-14
|
* Support for IceBox services MetricsAdmin and IceStorm metricsBenoit Foucher2012-09-11
|
* Fixed communicator flushBatchRequests to allow tracingBenoit Foucher2012-09-10
|
* Bug fixesBenoit Foucher2012-09-03
|
* Simplifed Connection metrics, re-factoringBenoit Foucher2012-08-28
|
* Merge remote-tracking branch 'origin/encoding11' into mxJose2012-08-16
|\ | | | | | | | | | | | | Conflicts: cpp/config/Make.rules.Darwin cpp/src/Ice/ConnectionFactory.cpp cpp/src/Ice/ConnectionI.h
| * c++11 minor method renamingJose2012-08-13
| |
| * 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
* | Windows fixesBenoit Foucher2012-08-10
| |
* | FixBenoit Foucher2012-08-09
| |
* | UpdatesBenoit Foucher2012-08-06
| |
* | FixesBenoit Foucher2012-08-01
| |
* | Before RequestObserver changeBenoit Foucher2012-07-27
| |
* | More workBenoit Foucher2012-07-24
| |
* | Initial metricsBenoit Foucher2012-07-23
|/
* Merge branch 'master' into encoding11Jose2012-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 supportJose2012-07-13
| |
* | Merge remote-tracking branch 'origin/master' into encoding11Benoit Foucher2012-05-14
|\| | | | | | | | | | | Conflicts: CHANGES cs/src/Ice/ConnectionI.cs
| * ICE-4750, Fixed connection assertBenoit Foucher2012-05-14
| |
* | Merge remote-tracking branch 'origin/master' into encoding11Benoit Foucher2012-04-25
|\|
| * Fixed copyrightsBenoit Foucher2012-04-25
| |
* | Added support for encoding versioningBenoit Foucher2012-04-18
|/
* ICE-4701 - AsyncResult::getCommunicator returns nullMark Spruiell2012-01-06
|
* ICE-3793 replace static with anon namespacesJose2011-12-20
|
* 4711 - Only initiate connection shutdown if not already doneJose2011-12-08
|
* Fixed ICE-4721 - support for OS X clangBenoit Foucher2011-10-18
|
* updating version & copyright for 3.4.2Mark Spruiell2011-05-11
|
* Fixed bug 4993 & 5001, addition fix for bug 4914Benoit Foucher2011-04-12
|
* Fixed bug 4914 - Fix to prevent CommunicatorDestroyedException from being ↵Benoit Foucher2011-04-07
| | | | raised in callbacks
* Fixed bug 4817 - AMI crash/timeoutBenoit Foucher2010-08-09
|
* Updated copyright to 2010Dwayne Boone2010-01-07
|
* - bug 3533: add async version of Connection/CommunicatorMark Spruiell2009-12-08
| | | | | | flushBatchRequests operation - Slice file cleanup in C# tests - Updating C++ dependencies
* Added support for Ice::DispatcherBenoit Foucher2009-12-01
|
* Fixed C++ memory leakBenoit Foucher2009-11-25
|
* - Cleaned up test/Ice/operations testBenoit Foucher2009-11-25
| | | | | - Added test/Ice/ami test - sent callback is now always called
* New AMI mappingBenoit Foucher2009-11-23
|
* Cleaned up UDP transceivers, fixes for bug 4223 and 4320Benoit Foucher2009-10-27
|
* - 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.
* Added Ruby implemetation of EndpointInfo and ConnectionInfoDwayne Boone2009-10-16
|
* Added support for EndpointInfo and ConnectionInfo to python.Dwayne Boone2009-10-16
| | | | | | Set endpoint in Connection getInfo implementations. Removed unused _stateTime from ConnectionI. Remove ["cpp:virtual"] from SSLEndpointInfo slice definition.
* Added support for per-OA ACM and fix for retry on CloseConnectionExceptionBenoit Foucher2009-10-16
|
* Fixed bug 860 - close timeoutsBenoit Foucher2009-10-13
|
* Added ConnectionInfo/EndpointInfo, bug 4280 & 3964Benoit Foucher2009-10-12
|
* More scalable connection reapingBenoit Foucher2009-09-09
|
* Bug 2664 - Added Ice.PrintStackTraces and cleaned up ifdefsDwayne Boone2009-08-21
|