Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | Fixed non-thread safe AMD dispatch, fixes #448 (#449) | Benoit Foucher | 2019-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 dispatch interceptor test threading issue, fixes #446 | Benoit Foucher | 2019-07-16 |
| | |||
* | Fixed C++11 issue with previous Ice/interceptor test fix | Benoit Foucher | 2019-07-11 |
| | |||
* | Fixed dispatcher interceptor bug #435 | Benoit Foucher | 2019-07-11 |
| | |||
* | Copyright header simplication | Jose | 2019-01-19 |
| | |||
* | Remove copyright notice | Jose | 2018-12-18 |
| | |||
* | Fix copyright header | Jose | 2018-12-18 |
| | |||
* | Do not use Ice::Application for Ice testsuite | Jose | 2018-06-01 |
| | |||
* | Update copyright year to 2018 | Jose | 2018-02-14 |
| | |||
* | Remove excessive empty lines | Joe George | 2017-06-07 |
| | |||
* | Remove unnecessary tabs | Joe George | 2017-05-03 |
| | |||
* | Fixed ICE-6680 - WS transports are now provided by a separate IceWS plugin | Benoit Foucher | 2017-04-27 |
| | |||
* | Fix (ICE-7762) - Change dispatch bool return value | Jose | 2017-04-10 |
| | |||
* | Fix (ICE-7498) - Port more test to UWP | Jose | 2017-03-24 |
| | |||
* | Fixed testing of static builds | Benoit Foucher | 2017-03-14 |
| | |||
* | Merge remote-tracking branch 'origin/3.6' | Joe George | 2017-02-13 |
|\ | |||
| * | ICE-7506 - Update copyright to 2017 | Joe George | 2017-02-13 |
| | | |||
* | | First cut of ICE-6920 - Remove try/catch block around communicator destroy | Benoit Foucher | 2017-01-25 |
| | | |||
* | | Refactored test scripts | Benoit Foucher | 2016-11-25 |
| | | |||
* | | C++ dispatching code fixes | Benoit Foucher | 2016-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) | ||
* | | Added ICE_BUILDING_SRC to make builds | Bernard Normier | 2016-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 George | 2016-03-01 |
|\| | |||
| * | Update copyright headers | Joe George | 2016-03-01 |
| | | |||
* | | C++11 fix Exception::ice_clone to use exception_ptr | Jose | 2016-01-08 |
| | | |||
* | | C++11 DispatchInterceptor fixes | Jose | 2015-12-17 |
|/ | |||
* | Fixed ICE-6671 - Added registration functions to explicitly register Ice plugins | Benoit Foucher | 2015-08-12 |
| | |||
* | Update C++ tests to register required plug-ins | Jose | 2015-07-17 |
| | | | | when building with static libraries. | ||
* | Fixed ICE-6557 - non virtual destructor warnings | Benoit Foucher | 2015-06-02 |
| | |||
* | Added iOS support for IceTouch | Benoit Foucher | 2015-03-20 |
| | |||
* | Updated copyright to 2015 | Dwayne Boone | 2015-01-05 |
| | |||
* | Fixed bug with system exceptions not being propagated correctly with ↵ | Benoit Foucher | 2014-07-24 |
| | | | | collocation optimization + AMD | ||
* | merging javascript branch | Mark Spruiell | 2014-03-19 |
| | |||
* | Integrated minor test changes from Ice Touch branch | Benoit Foucher | 2013-07-02 |
| | |||
* | Fixed ICE-5179: Fixed copyrights | Benoit Foucher | 2013-02-12 |
| | |||
* | 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 copyrights | Benoit Foucher | 2012-04-25 |
| | |||
* | updating version & copyright for 3.4.2 | Mark Spruiell | 2011-05-11 |
| | |||
* | SIGPIPE patch for Blair / Imageworks | Bernard Normier | 2010-05-17 |
| | |||
* | Updated copyright to 2010 | Dwayne Boone | 2010-01-07 |
| | |||
* | Bug 3621 - updated copyright to 2009 | Dwayne Boone | 2009-01-02 |
| | |||
* | Updated copyright | Dwayne Boone | 2008-01-23 |
| | |||
* | Bug 2541. | Michi Henning | 2007-11-21 |
| | |||
* | Changed message style for interceptor tests to be the same as for other tests. | Michi Henning | 2007-11-15 |
| | |||
* | New iconv string converter | Bernard Normier | 2007-07-17 |
| | |||
* | Small fixes | Bernard Normier | 2007-05-17 |
| | |||
* | Split DispatchStatus into dispatch status and reply status (bug #2150) | Bernard Normier | 2007-05-17 |
| | |||
* | New Dispatch Interceptor (see bug #2126) | Bernard Normier | 2007-05-16 |