summaryrefslogtreecommitdiff
path: root/cpp/src/Ice/RequestHandler.cpp
Commit message (Collapse)AuthorAge
* Copyright header simplicationJose2019-01-19
|
* Remove copyright noticeJose2018-12-18
|
* Fix copyright headerJose2018-12-18
|
* Update copyright year to 2018Jose2018-02-14
|
* Remove excessive empty linesJoe George2017-06-07
|
* Merge remote-tracking branch 'origin/3.6'Joe George2017-02-13
|\
| * ICE-7506 - Update copyright to 2017Joe George2017-02-13
| |
* | 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
* | ICE-7179 - Update std::function code styleJoe George2016-06-13
| |
* | Merge remote-tracking branch 'origin/3.6'Joe George2016-03-01
|\|
| * Update copyright headersJoe George2016-03-01
| |
* | C++11 fix Exception::ice_clone to use exception_ptrJose2016-01-08
| |
* | C++11 mapping initial commitJose2015-12-01
|/
* Updated copyright to 2015Dwayne Boone2015-01-05
|
* Fixed invocation timeouts/interrupt issues, addded AsyncResult.cancel()Benoit Foucher2014-10-10
|
* ICE-5661 add proxy->begin_ice_getConnectionDwayne Boone2014-09-18
|
* Better collocation optimization, fix for ICE-5489, ICE-5484Benoit Foucher2014-06-27
|
* merging javascript branchMark Spruiell2014-03-19
|
* Fixed ICE-5179: Fixed copyrightsBenoit Foucher2013-02-12
|
* 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
|
* - Fixed bug 1619, part of 2632.Benoit Foucher2008-01-09
|
* - Added support for non-blocking AMI/batch requests, connectionBenoit Foucher2007-11-27
creation. - Added support for AMI oneway requests. - Changed collocation optimization to not perform any DNS lookups.