summaryrefslogtreecommitdiff
path: root/cpp/test/Ice/interceptor/AMDInterceptorI.cpp
Commit message (Collapse)AuthorAge
* Fixed non-thread safe AMD dispatch, fixes #448 (#449)Benoit Foucher2019-07-18
| | | | | | | The caching of the output stream which was added back to solve #414 made the dispatch of AMD requests non thread-safe if a dispatch interceptor was installed and if the interceptor retried the dispatch. Multiple continuation could run concurrently and eventually re-use the cached output stream to marshal multiple responses.
* Fixed dispatcher interceptor bug #435Benoit Foucher2019-07-11
|
* Copyright header simplicationJose2019-01-19
|
* Remove copyright noticeJose2018-12-18
|
* Fix copyright headerJose2018-12-18
|
* Extra C++ warning flags with clang and g++.Bernard Normier2018-10-26
| | | | Fixes 223.
* Do not use Ice::Application for Ice testsuiteJose2018-06-01
|
* Update copyright year to 2018Jose2018-02-14
|
* Catch exception by const& when appropriate (ICE-8632)Benoit Foucher2018-02-06
|
* Remove excessive empty linesJoe George2017-06-07
|
* Fixed C++11 interceptor test failureBenoit Foucher2017-06-01
|
* Fixed ICE-7954 - bug in Object::ice_dispatchBenoit Foucher2017-06-01
|
* Merge remote-tracking branch 'origin/3.6'Joe George2017-02-13
|\
| * ICE-7506 - Update copyright to 2017Joe George2017-02-13
| |
* | Added support for non-ASCII characters and universal character namesBernard Normier2016-10-20
| | | | | | | | | | to stringified identities and proxies. This includes a new Ice.ToStringMode property.
* | C++ dispatching code fixesBenoit Foucher2016-08-25
| | | | | | | | | | | | - removed user exception check on the server side (ICE-6980) - C++11 dipatch interceptor async callback (ICE-7263) - Fixed slicing/objects test in various mapping (removed Forward.ice)
* | Update DispatchInterceptorAsyncCallback + small cleanupsBernard Normier2016-08-02
| |
* | 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
* | Merge remote-tracking branch 'origin/3.6'Joe George2016-03-01
|\|
| * Update copyright headersJoe George2016-03-01
| |
* | Add ICE_RESET_EXCEPTION macro to simplify C++ buildsJose2016-01-11
| |
* | C++11 fix Exception::ice_clone to use exception_ptrJose2016-01-08
|/
* Updated copyright to 2015Dwayne Boone2015-01-05
|
* merging javascript branchMark Spruiell2014-03-19
|
* Fixed ICE-5179: Fixed copyrightsBenoit Foucher2013-02-12
|
* Xcode 4.6 - clang 4.2 updatesJose2013-01-31
|
* Fixed file permissionsBernard Normier2012-08-09
|
* Extra warning disable for VS2008 and VS2010 : C4355 'this' : used in base ↵Bernard Normier2012-08-09
| | | | member initializer list
* Fixed copyrightsBenoit Foucher2012-04-25
|
* updating version & copyright for 3.4.2Mark Spruiell2011-05-11
|
* Updated copyright to 2010Dwayne Boone2010-01-07
|
* Bug 3621 - updated copyright to 2009Dwayne Boone2009-01-02
|
* Updated copyrightDwayne Boone2008-01-23
|
* Split DispatchStatus into dispatch status and reply status (bug #2150)Bernard Normier2007-05-17
|
* New Dispatch Interceptor (see bug #2126)Bernard Normier2007-05-16