summaryrefslogtreecommitdiff
path: root/cpp/src/Ice/Instance.cpp
Commit message (Collapse)AuthorAge
* Merge branch '3.6-stretch' into 3.6Jose2016-06-15
|\
| * GNU/kFreeBSD specific patchesJose2016-05-23
| |
* | AIX portBenoit Foucher2016-05-03
| |
* | ICE-7035 - Add option to roll log filesJose2016-04-07
|/
* Update copyright headersJoe George2016-03-01
|
* Rework previous fix for 3.6 compatibilityJose2016-02-29
|
* ICE-6952 - identityToString/stringToIdentity non member functionsJose2016-02-29
|
* Fixed ICE-6671 - Added registration functions to explicitly register Ice pluginsBenoit Foucher2015-08-12
|
* ICE-6514 Removed uneeded includes of DisableWarnings.hDwayne Boone2015-07-08
|
* ICE-6481 pragma comment when building static librariesBernard Normier2015-05-05
| | | | | | | | | | | | | | On windows with VS, pragma comment is now defined when building only when ICE_BUILDING_<component-name> is not defined. ICE_BUILDING_<component-name> is defined automatically when <component-name>_API_EXPORTS is defined. When building static Ice libraries on Windows, please define ICE_BUILDING_<component-name-being-built>. ICE_DECLSPEC_EXPORT and ICE_DECLSPEC_IMPORT are now defined all the time on Windows, and we define the various _API macros to /**/ when ICE_STATIC_LIBS is defined. Replaced various direct use of ICE_DECLSPEC_EXPORT/ICE_DECLSPEC_IMPORT by the correct _API macro.
* ICE-6116 reduce verbose warnings about socket buffer sizeDwayne Boone2015-03-03
|
* build fixJose2015-02-20
|
* Simplification to Atomic usageJose2015-02-20
|
* Replace volatile with IceUtilInternal::Atomic in c++Jose2015-02-19
|
* Added C++ plugins for endpoint factories, cleaned up registration of WS ↵Benoit Foucher2015-02-06
| | | | factories
* ICE-6196 Fixes for ProtocolInstance::secure()Dwayne Boone2015-01-09
|
* Updated copyright to 2015Dwayne Boone2015-01-05
|
* Fixed unitialized IceInternal::Time::_hasObserverBernard Normier2014-11-24
|
* Fixed ICE-5877: disabled IPv6 by default is not supported on the systemBenoit Foucher2014-11-13
|
* Fixed ICE-5486: added support for MessageSizeMax OA propertyBenoit Foucher2014-11-05
|
* Fixed ICE-5607: relaxed Ice.MessageSizeMaxBenoit Foucher2014-11-05
|
* ICE-5804 - Warnings when building with GCC (Eliminate C style casts)Jose2014-10-30
|
* Fixed ICE-5786: fixed Ice communicator destroy to be thread safeBenoit Foucher2014-10-29
|
* Fixed ICE-3490: guarantee invocation serialization for proxies which are equalBenoit Foucher2014-10-22
|
* Fixed ICE-5726: provide deprecated public StringConverterPluginBernard Normier2014-10-09
|
* ICE-5671 make sure router/locator have not already been set by plugin loadingDwayne Boone2014-10-09
|
* ICE-5615 move PluginManager destruction outside of sync at end of ↵Dwayne Boone2014-10-09
| | | | Instance::destroy
* - Java Application now catches OperationInterruptedException andMatthew Newhook2014-10-03
| | | | | | retries. - Removed the InProgress state from Instance, simplified and corrected the destroy logic.
* ICE-5677 consistent checking of boolean propertiesDwayne Boone2014-09-18
|
* Simplified creation of Admin facets in IceBox; simplified test for Admin ↵Bernard Normier2014-09-17
| | | | enabled (Ice.Admin.Enabled if defined, otherwise check Ice.Admin.Endpoints and no other property)
* Fixed ICE-5318: Review IceGrid timeout defaultsBenoit Foucher2014-09-16
|
* Fixed ICE-5620: metrics admin creation in IceBox, fixed bug where timer ↵Benoit Foucher2014-09-12
| | | | wasn't instrumented
* IceGrid::Admin now provides remote access to IceGrid registry and node Admin ↵Bernard Normier2014-09-10
| | | | | | objects, and icegridadmin uses these new operations to show the Ice log file for IceGrid registries and IceGrid nodes (ICE-2400)
* ICE-5582 (SOCKs test), ICE-5314 (HTTP proxies), major refactoring of ↵Benoit Foucher2014-09-10
| | | | networking code (addition of StreamSocket class abstraction)
* Fixed ICE-5667: Added Communicator::createAdmin in C++, Java, C# and PythonBernard Normier2014-09-08
|
* Renamed oneOffDone to oneOfDone and added said check to JS for ↵Dwayne Boone2014-09-05
| | | | PrintStackTraces setting
* Added back to optmization to not call connection dispatch if not necessaryBenoit Foucher2014-09-05
|
* Fix Ice.LogStdErr.Convert initializationJose2014-08-25
|
* ICE-3492 handle improper settings for timeout valuesDwayne Boone2014-08-19
|
* Initial merge for ICE-2400:Bernard Normier2014-08-14
| | | | | | | - added new Logger admin facet (C++ only) - this Logger facet allows remote application to retrieve the Ice log file, including recently logged events, with optional filters - this logger facet also allows remote applications to attach RemoteLogger objects to get new logs as they are generated - added new "show log" feature to icegridadmin, to retrieve Ice log file of Ice server (not yet implemented for IceGrid registry and node)
* Rename WS transport files for consistency with TCP/UDP transports.Jose2014-08-13
|
* Fixed (ICE-5586) - Integrate IceWS to the Ice core libraryJose2014-08-12
|
* ICE-5457 added ability to set source address for connectionsDwayne Boone2014-08-07
|
* Fixed leak when observer updater is installed, code-style issuesBenoit Foucher2014-08-01
|
* Better collocation optimization, fix for ICE-5489, ICE-5484Benoit Foucher2014-06-27
|
* Fix for ICE-1588: print error when exiting while communicator(s) not destroyedBernard Normier2014-06-17
|
* Fixed ICE-5499, new garbage collection supportBenoit Foucher2014-06-05
|
* Added support for invocation timeouts and ACM heartbeatsBenoit Foucher2014-05-23
|
* Fixed bug ICE-5543: stringToIdentity bug with escaped escapesBernard Normier2014-05-21
|
* Updated nativeToUTF8 and UTF8ToNative for consistency with ↵Bernard Normier2014-05-16
| | | | stringToWstring/wstringToString