summaryrefslogtreecommitdiff
path: root/cpp/src/Ice/Instance.cpp
Commit message (Collapse)AuthorAge
* Remove excessive empty linesJoe George2017-06-07
|
* Fixed typoBernard Normier2017-04-29
|
* Fixed ICE-6680 - WS transports are now provided by a separate IceWS pluginBenoit Foucher2017-04-27
|
* Fixed ICE-7775 - don't call initgroups after fork, use thread-safe getpw* ↵Benoit Foucher2017-04-12
| | | | system calls
* ICE-7707 Improved handling of argc/argv argumentsBernard Normier2017-03-28
| | | | Added configFile overload to Ice::initialize and CommunicatorHolder in C++
* Fix for ICE-7125 - Added support for Ice.ClassGraphDepthMaxBenoit Foucher2017-03-23
|
* Merge remote-tracking branch 'origin/3.6'Joe George2017-02-13
|\
| * ICE-7506 - Update copyright to 2017Joe George2017-02-13
| |
| * Fix ICE-7473 - dynamic_cast error on macOSJoe George2016-12-20
| |
* | Removed cpp:unscoped from all Ice enumsBernard Normier2017-02-08
| | | | | | | | CompressBatch is now "scoped" in C++98 and ObjC
* | Fixed (ICE-6694) - Unicode output in command line toolsJose2017-01-09
| |
* | WinRT -> UWP renamesJose2016-12-14
| |
* | Revert "Replaced double and triple underscores in C++ by ice-prefixed names"Bernard Normier2016-11-05
| | | | | | | | This reverts commit 91fa99c34d1211d426b24bf68001fc27a87b3f00.
* | Revert "Reverted previous double-underscore changes in IceUtil classes"Bernard Normier2016-11-05
| | | | | | | | This reverts commit 2e6243dd2955e6a292bbe8a569d4e1711253746a.
* | Reverted previous double-underscore changes in IceUtil classesBernard Normier2016-11-03
| |
* | Replaced double and triple underscores in C++ by ice-prefixed namesBernard Normier2016-11-02
| |
* | Added support for non-ASCII characters and universal character namesBernard Normier2016-10-20
| | | | | | | | | | to stringified identities and proxies. This includes a new Ice.ToStringMode property.
* | C# mapping changesBenoit Foucher2016-08-16
| | | | | | | | | | | | | | | | - user exceptions are no longer checked on the server side (ICE-6980) - support for ["marshaled-result"] metadata - AMD operations now return a Task - improved dispatch interceptors - PropertiesAdminI::setProperties impl. now invokes callbacks synchronously
* | Reduced string converter cachingBernard Normier2016-08-05
| |
* | Move generateUUID to IceBernard Normier2016-08-01
| |
* | Move StringConverter API to namespace IceBernard Normier2016-08-01
| |
* | C++11 mapping for PropertiesAdminUpdateCallbackBernard Normier2016-07-26
| |
* | Removed IceUtilInternal ifstream and ofstreamBernard Normier2016-07-08
| |
* | Merge remote-tracking branch 'origin/3.6'Jose2016-07-01
|\| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: config/Make.common.rules cpp/Makefile cpp/config/Make.rules cpp/config/Make.rules.Linux cpp/src/Ice/InstrumentationI.cpp cpp/src/Ice/PropertyNames.cpp cpp/src/Ice/PropertyNames.h cpp/src/IceSSL/Makefile cpp/src/IceUtil/Makefile cpp/test/Glacier2/attack/Makefile cpp/test/Glacier2/attack/Makefile.mak cpp/test/Glacier2/router/Makefile cpp/test/Glacier2/sessionHelper/Makefile cpp/test/Glacier2/staticFiltering/Makefile cpp/test/Ice/objects/Makefile cpp/test/IceSSL/configuration/AllTests.cpp cpp/test/IceUtil/stacktrace/StackTrace.debug.Linux cpp/test/IceUtil/stacktrace/StackTrace.release.Linux csharp/src/Ice/PropertyNames.cs java/Makefile java/gradle.properties java/gradle/ice.gradle java/src/Ice/src/main/java/IceInternal/PropertyNames.java java/test/build.gradle js/src/Ice/PropertyNames.js man/man1/icegridadmin.1 man/man1/transformdb.1 php/BuildInstructionsWindows.md php/Makefile php/config/Make.rules.Darwin php/config/Make.rules.mak.php php/config/Make.rules.php php/src/IcePHP/Makefile php/src/Makefile php/src/Makefile.mak php/src/php5/.depend.mak php/src/php5/Communicator.cpp php/src/php5/Config.h php/src/php5/Connection.cpp php/src/php5/Endpoint.cpp php/src/php5/IcePHP.rc php/src/php5/Makefile php/src/php5/Makefile.mak php/src/php5/Operation.cpp php/src/php5/Types.cpp php/src/php5/Types.h php/src/php5/Util.cpp php/src/php7/Communicator.cpp php/src/php7/Communicator.h php/src/php7/Config.h php/src/php7/Connection.cpp php/src/php7/Endpoint.cpp php/src/php7/IcePHP.rc php/src/php7/Makefile php/src/php7/Operation.cpp php/src/php7/Types.cpp php/src/php7/Types.h php/src/php7/Util.cpp scripts/TestUtil.py
| * Merge branch '3.6-stretch' into 3.6Jose2016-06-15
| |\
| | * GNU/kFreeBSD specific patchesJose2016-05-23
| | |
* | | Refactored SSL and iAP transports, support for running SSL on topBenoit Foucher2016-06-27
| | | | | | | | | | | | of TCP/iAP/Bluetooth.
* | | ICE-7179 - Update std::function code styleJoe George2016-06-13
| | |
* | | Refactored string converters and use codecvt_utf8[_utf16] whenBernard Normier2016-06-03
| | | | | | | | | | | | available instead of ConvertUTF
* | | Renamed ICE_UTIL_API to ICE_API and other cleanupsBernard Normier2016-05-12
| | |
* | | Merge remote-tracking branch 'origin/3.6'Jose2016-05-09
|\| |
| * | AIX portBenoit Foucher2016-05-03
| | |
* | | C++11 build fix for LoggerI updatesJose2016-04-07
| | |
* | | Merge remote-tracking branch 'origin/3.6'Jose2016-04-07
|\| |
| * | ICE-7035 - Add option to roll log filesJose2016-04-07
| |/
* | Merge remote-tracking branch 'origin/3.6'Joe George2016-03-01
|\|
| * Update copyright headersJoe George2016-03-01
| |
| * Rework previous fix for 3.6 compatibilityJose2016-02-29
| |
| * ICE-6952 - identityToString/stringToIdentity non member functionsJose2016-02-29
| |
* | Ice::identityToString & Ice::stringToIdentity usageJose2016-02-29
| |
* | ICE-6861 - removing public stream APIMark Spruiell2016-01-19
| |
* | C++11 mapping: fixes to InitializationDataJose2015-12-15
| |
* | C++11 mapping server side input parameter fixesJose2015-12-09
| |
* | ICE-6908 - Add ValueFactoryJoe George2015-12-08
| | | | | | | | | | | | ValueFactory is a replacement for ObjectFactory (which is still available if needed). It is an interface with only one operation and can has the "delegate" metadata.
* | C++11 mapping initial commitJose2015-12-01
|/
* 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
|