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 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 |
| | |||
* | Extra C++ warning flags with clang and g++. | Bernard Normier | 2018-10-26 |
| | | | | Fixes 223. | ||
* | Do not use Ice::Application for Ice testsuite | Jose | 2018-06-01 |
| | |||
* | Update copyright year to 2018 | Jose | 2018-02-14 |
| | |||
* | Catch exception by const& when appropriate (ICE-8632) | Benoit Foucher | 2018-02-06 |
| | |||
* | Remove excessive empty lines | Joe George | 2017-06-07 |
| | |||
* | Fixed C++11 interceptor test failure | Benoit Foucher | 2017-06-01 |
| | |||
* | Fixed ICE-7954 - bug in Object::ice_dispatch | Benoit Foucher | 2017-06-01 |
| | |||
* | Merge remote-tracking branch 'origin/3.6' | Joe George | 2017-02-13 |
|\ | |||
| * | ICE-7506 - Update copyright to 2017 | Joe George | 2017-02-13 |
| | | |||
* | | Added support for non-ASCII characters and universal character names | Bernard Normier | 2016-10-20 |
| | | | | | | | | | | to stringified identities and proxies. This includes a new Ice.ToStringMode property. | ||
* | | 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) | ||
* | | Update DispatchInterceptorAsyncCallback + small cleanups | Bernard Normier | 2016-08-02 |
| | | |||
* | | Simplified exception-related code | Bernard Normier | 2016-07-25 |
| | | | | | | | | Reduced VS 2015 U3 optimizer disabling | ||
* | | 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 |
| | | |||
* | | Add ICE_RESET_EXCEPTION macro to simplify C++ builds | Jose | 2016-01-11 |
| | | |||
* | | C++11 fix Exception::ice_clone to use exception_ptr | Jose | 2016-01-08 |
|/ | |||
* | Updated copyright to 2015 | Dwayne Boone | 2015-01-05 |
| | |||
* | merging javascript branch | Mark Spruiell | 2014-03-19 |
| | |||
* | Fixed ICE-5179: Fixed copyrights | Benoit Foucher | 2013-02-12 |
| | |||
* | Xcode 4.6 - clang 4.2 updates | Jose | 2013-01-31 |
| | |||
* | Fixed file permissions | Bernard Normier | 2012-08-09 |
| | |||
* | Extra warning disable for VS2008 and VS2010 : C4355 'this' : used in base ↵ | Bernard Normier | 2012-08-09 |
| | | | | member initializer list | ||
* | Fixed copyrights | Benoit Foucher | 2012-04-25 |
| | |||
* | updating version & copyright for 3.4.2 | Mark Spruiell | 2011-05-11 |
| | |||
* | 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 |
| | |||
* | 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 |