Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | More dispatch queue fixes | Joe George | 2019-05-07 |
| | |||
* | Dispatch queue updates | Joe George | 2019-05-07 |
| | | | | | - Remove dispatch queues from Swift APIs - Create dispatch queue in C++ thread pool (ICE_SWIFT only) | ||
* | Copyright header simplication | Jose | 2019-01-19 |
| | |||
* | Remove copyright notice | Jose | 2018-12-18 |
| | |||
* | Fix copyright header | Jose | 2018-12-18 |
| | |||
* | Improved object adapter getPublishedEndpoints/refreshPublishedEndpoints method | Benoit Foucher | 2018-02-16 |
| | | | | | | | | | | | | | to return the Ice router server endpoints if the adapter is associated with a router. setPublishedEndpoints now also raises an invalid argument exception for such adapters. Also fixed a rare deadlock that could occur on adapter creating if the router wasn't accessible. Fixes ICE-8675 and ICE-8650 | ||
* | Update copyright year to 2018 | Jose | 2018-02-14 |
| | |||
* | Ensure Ice::Connection::setAdapter fails if the adapter is deactivated ↵ | Benoit Foucher | 2018-02-12 |
| | | | | (ICE-8659) | ||
* | Added [cpp:noexcept] to Slice local methods that don't throw (ICE-8592) | Benoit Foucher | 2018-01-24 |
| | |||
* | Remove excessive empty lines | Joe George | 2017-06-07 |
| | |||
* | Merge remote-tracking branch 'origin/3.6' | Joe George | 2017-02-13 |
|\ | |||
| * | ICE-7506 - Update copyright to 2017 | Joe George | 2017-02-13 |
| | | |||
* | | ICE-7342: add setPublishedEndpoints to ObjectAdapter | Bernard Normier | 2017-02-10 |
| | | |||
* | | Fixed ICE-7169 and ICE-7375 - add option to specify if batch requests ↵ | Benoit Foucher | 2017-02-06 |
| | | | | | | | | flushed with the communicator/connection should be compressed | ||
* | | Fixed ICE-6920 - Communicator::destroy is now noexcept | Benoit Foucher | 2017-01-26 |
| | | |||
* | | Refactored shared_from_this/enable_shared_from_this | Bernard Normier | 2016-08-04 |
| | | |||
* | | Merge remote-tracking branch 'origin/3.6' | Joe George | 2016-03-01 |
|\| | |||
| * | Update copyright headers | Joe George | 2016-03-01 |
| | | |||
* | | Fixes related to EnableSharedFromThis | Jose | 2015-12-23 |
| | | |||
* | | C++11 mapping initial commit | Jose | 2015-12-01 |
|/ | |||
* | ICE-6685: removed Ice.ServerId and RegisterProcess related code from Ice the ↵ | Benoit Foucher | 2015-08-03 |
| | | | | core, minor test suite fixes | ||
* | ICE-6170 - fixed behavior of batch requests | Benoit Foucher | 2015-03-10 |
| | |||
* | Updated copyright to 2015 | Dwayne Boone | 2015-01-05 |
| | |||
* | Fixed ICE-5486: added support for MessageSizeMax OA property | Benoit Foucher | 2014-11-05 |
| | |||
* | Fixed ICE-5728: ObjectAdapter::destroy is now thread safe | Benoit Foucher | 2014-10-30 |
| | |||
* | Fixed invocation timeouts/interrupt issues, addded AsyncResult.cancel() | Benoit Foucher | 2014-10-10 |
| | |||
* | Cleanup and simplification of OA in C++/Java/C#. | Matthew Newhook | 2014-10-02 |
| | |||
* | Fixed ICE-5667: Added Communicator::createAdmin in C++, Java, C# and Python | Bernard Normier | 2014-09-08 |
| | |||
* | Fixed ICE-5379, Object Adapter should reject null servant, in C++, Java, C# ↵ | Bernard Normier | 2014-07-10 |
| | | | | and JS | ||
* | Added support for invocation timeouts and ACM heartbeats | Benoit Foucher | 2014-05-23 |
| | |||
* | merging javascript branch | Mark Spruiell | 2014-03-19 |
| | |||
* | Fixed ICE-5179: Fixed copyrights | Benoit Foucher | 2013-02-12 |
| | |||
* | Partial fix for ICE-4869: C++ stream read/write for structs (and ↵ | Bernard Normier | 2012-10-11 |
| | | | | | | | | structs-as-class) is now generated as templates. Removed most slice2cpp --stream uses (but not all) Also fixed various build failures on Solaris. | ||
* | Merge remote-tracking branch 'origin/encoding11' into withoutsync | Benoit Foucher | 2012-09-10 |
|\ | | | | | | | | | | | Conflicts: cpp/src/Ice/PropertyNames.cpp cpp/src/Ice/PropertyNames.h | ||
| * | Undo pragma-once-in-header enhancement | Bernard Normier | 2012-09-05 |
| | | |||
* | | Merge remote-tracking branch 'origin/encoding11' into mx | Benoit Foucher | 2012-08-06 |
|\| | | | | | | | | | | | | | Conflicts: cpp/src/Ice/.depend cpp/src/Ice/.depend.mak cpp/src/slice2cpp/Gen.cpp | ||
| * | ICE-4782 Generate "#pragma once" for include-guards in generated C++ header ↵ | Jose | 2012-07-19 |
| | | | | | | | | files. | ||
* | | Fixes | Benoit Foucher | 2012-08-01 |
| | | |||
* | | More work | Benoit Foucher | 2012-07-24 |
|/ | |||
* | 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 3533: add async version of Connection/Communicator | Mark Spruiell | 2009-12-08 |
| | | | | | | flushBatchRequests operation - Slice file cleanup in C# tests - Updating C++ dependencies | ||
* | Added support for per-OA ACM and fix for retry on CloseConnectionException | Benoit Foucher | 2009-10-16 |
| | |||
* | C++Builder 2010 support | Dwayne Boone | 2009-10-02 |
| | |||
* | Fixed bug 4249 - waitForHold waits outside the OA sync | Benoit Foucher | 2009-09-09 |
| | |||
* | Bug 2564 - ObjectAdapter::removeServantLocator | Jose | 2009-07-02 |
| | |||
* | Bug 3964 - improve endpoint info | Dwayne Boone | 2009-05-27 |
| | |||
* | Bug 3137 - createObjectAdpter methods write properties | Dwayne Boone | 2009-04-22 |
| | |||
* | Bug 2511 - add default servants | Dwayne Boone | 2009-03-26 |
| |