summaryrefslogtreecommitdiff
path: root/cpp/src/Ice/Outgoing.cpp
Commit message (Collapse)AuthorAge
* Fixed ICE-7208 - C++98 sync code now depends on async codeBenoit Foucher2016-08-08
|
* Simplified exception-related codeBernard Normier2016-07-25
| | | | Reduced VS 2015 U3 optimizer disabling
* Added ICE_BUILDING_SRC to make buildsBernard Normier2016-07-22
| | | | | | Ice::Dispatcher and Ice::LocalObject are now hidden with C++11 Reworked C++11 exception ice_clone, added ExceptionHelper + other C++ cleanups
* Exported classes no longer have weak vtables with clangBernard Normier2016-06-27
|
* c++11-compatible fix for leak in OutgoingMark Spruiell2016-03-09
|
* fixing leak in OutgoingMark Spruiell2016-03-09
|
* Merge remote-tracking branch 'origin/3.6'Joe George2016-03-01
|\
| * Update copyright headersJoe George2016-03-01
| |
* | Refactored invocation code to better suite new C++11 mappingBenoit Foucher2016-02-03
| |
* | ICE-6861 - removing public stream APIMark Spruiell2016-01-19
| |
* | Deprecate ice_name and add ice_idJose2016-01-19
| |
* | Add ICE_RESET_EXCEPTION macro to simplify C++ buildsJose2016-01-11
| |
* | C++11 fix Exception::ice_clone to use exception_ptrJose2016-01-08
| |
* | Fixed C++98 to get rid of Ice::Context pointers now that we use ↵Benoit Foucher2015-12-22
| | | | | | | | Ice::noExplicitContext, other minor style fixes
* | C++11 mapping initial commitJose2015-12-01
|/
* ICE-6514 Removed uneeded includes of DisableWarnings.hDwayne Boone2015-07-08
|
* ICE-6170 - fixed behavior of batch requestsBenoit Foucher2015-03-10
|
* Updated copyright to 2015Dwayne Boone2015-01-05
|
* Fixed ICE-6142: oneway batch operations didn't throwBenoit Foucher2014-12-12
|
* Fix (ICE-5991) - Ice/timeout failure with ws Windows 64Jose2014-11-28
|
* Fixed ICE-5985: Java background test failuresBenoit Foucher2014-11-27
|
* ICE-5751: final fix for retry test failureBenoit Foucher2014-11-24
|
* Another fix for ICE-5751: retry test failureBenoit Foucher2014-11-24
|
* Fixed Windows build failure introduced by previous fixBenoit Foucher2014-11-24
|
* Fix for ICE-5751: fixed sync. requests to use monotonic time for invocation ↵Benoit Foucher2014-11-24
| | | | timeout
* Fixed ICE-5666: setting the invocation timeout to -2 provides the previous ↵Benoit Foucher2014-10-15
| | | | connection timeouts
* Fixed invocation timeouts/interrupt issues, addded AsyncResult.cancel()Benoit Foucher2014-10-10
|
* - C#, Java: Removed Outgoing, fixed generated code to make synchronousMatthew Newhook2014-09-03
| | | | | | | | | | | requests using AMI. - Java: AsyncResult is now an interface. - Added --arg to allTests.py. - Fixed operations, adapterDeactivation and metrics test to work with background IO. - Added Collocated interrupt test. - Added support for batch oneway requests using AMI. - Added test in operations for batch oneway requests using AMI.
* Fixed collocation optimization to use the dispatcher, minor test fixesBenoit Foucher2014-07-15
|
* IceMX and Python support for the new collocation optimizationBenoit Foucher2014-07-01
|
* Better collocation optimization, fix for ICE-5489, ICE-5484Benoit Foucher2014-06-27
|
* Added support for invocation timeouts and ACM heartbeatsBenoit Foucher2014-05-23
|
* Fixed (ICE-5505) - Outgoing ice_stackTrace only for __GNUC__Jose2014-03-26
|
* merging javascript branchMark Spruiell2014-03-19
|
* Fixed ICE-5179: Fixed copyrightsBenoit Foucher2013-02-12
|
* Fixed ICE-5131 - parsing of -p <version> for proxies, tweaked UDP endpoint ↵Benoit Foucher2013-01-15
| | | | deprecation warning for -v/-e
* Fixed ICE-5126 - Improved client side encoding checksBenoit Foucher2013-01-15
|
* Win32 x64 build fixesBenoit Foucher2013-01-07
|
* Fixed ICE-4933: Added size and replySize fields to dispatch and remote ↵Benoit Foucher2013-01-07
| | | | invocation metrics, support for requestId attribute
* Fixed ICE-4927: fixed proxy encoding to marshal protocol/encoding version ↵Benoit Foucher2012-11-13
| | | | instead of encoding it in endpoints
* Fixed IceMX race condition, VC9 buildBenoit Foucher2012-10-16
|
* Metrics minor fixJose2012-10-15
|
* Added support for Glacier2 MX and fixed ICE-4880Benoit Foucher2012-10-12
|
* 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.
* Fixed test/Ice/hold failureBernard Normier2012-10-10
|
* Improved tracing of failures, user exceptions are now trackedBenoit Foucher2012-10-10
| | | | with a userException member.
* Added Ice/metrics testBenoit Foucher2012-09-13
|
* Support for IceBox services MetricsAdmin and IceStorm metricsBenoit Foucher2012-09-11
|
* Fixed communicator flushBatchRequests to allow tracingBenoit Foucher2012-09-10
|
* 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