summaryrefslogtreecommitdiff
path: root/cpp/src/Ice/AsyncResult.cpp
Commit message (Expand)AuthorAge
* Copyright header simplicationJose2019-01-19
* Remove copyright noticeJose2018-12-18
* Fix copyright headerJose2018-12-18
* Replace strerror usage with IceUtilInternal::errorToStringJose2018-07-27
* Update copyright year to 2018Jose2018-02-14
* Fixed ICE-7941 - scheduleCallback now provides the connection to the dispatch...Benoit Foucher2017-06-01
* Merge remote-tracking branch 'origin/3.6'Joe George2017-02-13
|\
| * ICE-7506 - Update copyright to 2017Joe George2017-02-13
* | Replaced non-public double underscores in C++Bernard Normier2016-11-12
* | Revert "Replaced double and triple underscores in C++ by ice-prefixed names"Bernard Normier2016-11-05
* | Replaced double and triple underscores in C++ by ice-prefixed namesBernard Normier2016-11-02
* | Exported classes no longer have weak vtables with clangBernard Normier2016-06-27
* | 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
* | Minor fix related to exception ice_clone updatesJose2016-01-13
* | C++11 Value::ice_clone improvementsJose2016-01-11
* | Add ICE_RESET_EXCEPTION macro to simplify C++ buildsJose2016-01-11
* | C++11 fix Exception::ice_clone to use exception_ptrJose2016-01-08
* | Remove C++11 extensions to C++98 mappingJose2015-12-28
* | C++11 mapping initial commitJose2015-12-01
|/
* Updated copyright to 2015Dwayne Boone2015-01-05
* Fixed ICE-6028: test/Ice/interrupt failureBenoit Foucher2014-12-01
* Fixed ICE-5666: setting the invocation timeout to -2 provides the previous co...Benoit Foucher2014-10-15
* Fixed invocation timeouts/interrupt issues, addded AsyncResult.cancel()Benoit Foucher2014-10-10