summaryrefslogtreecommitdiff
path: root/cpp/src/IceGrid/Activator.cpp
Commit message (Collapse)AuthorAge
* IceGrid and IceStormJoe George2021-02-01
|
* Remove IcePatch2 (#602)Bernard Normier2021-02-01
| | | | Removed IcePatch2 and the corresponding distrib and patching features in IceGrid and IceGridGUI.
* Fixed IceGrid node to warn on errors to activate server, fixes #556Benoit Foucher2019-09-27
|
* Fixed IceGrid locking issue, fixes #503Benoit Foucher2019-09-06
|
* Port to AIX with g++, xlC_r and xlclang++ (#434)Bernard Normier2019-07-15
|
* Fixed bug with setting of supplementary groups of IceGrid nodeBenoit Foucher2019-07-08
|
* Check sysconf errors Close #418 (#420)Jose2019-07-02
|
* Enable -Wconversion with clang - Close #363Jose2019-06-21
|
* Fix bogus loop in IceGrid/Activator #403Jose2019-06-04
|
* Fix macros for Linux OS detectionJose2019-02-07
|
* Copyright header simplicationJose2019-01-19
|
* Remove copyright noticeJose2018-12-18
|
* Fix copyright headerJose2018-12-18
|
* Increase Visual Studio warning level to Level4Bernard Normier2018-11-01
| | | | Fixes #223.
* Fixes for strerror_r usageJose2018-08-13
|
* Replace strerror usage with IceUtilInternal::errorToStringJose2018-07-27
| | | | Close #154
* Update copyright year to 2018Jose2018-02-14
|
* Clean C++ exception code to only throw exception typesJose2017-09-20
| | | | | | | | | | - Update C++ code to only throw types derived from C++ exception - Update C++ code to use one-shot constructors to create the exceptions Fix bug ICE-7892
* Remove excessive empty linesJoe George2017-06-07
|
* Fixed ICE-7775 - don't call initgroups after fork, use thread-safe getpw* ↵Benoit Foucher2017-04-12
| | | | system calls
* Moved ArgVector to IceInternalBernard Normier2017-03-28
|
* Removed Current's default value in the C++11 mappingBernard Normier2017-03-08
| | | | Renamed Ice::noExplicitCurrent to Ice::emptyCurrent
* Merge remote-tracking branch 'origin/3.6'Joe George2017-02-13
|\
| * ICE-7506 - Update copyright to 2017Joe George2017-02-13
| |
* | Merge remote-tracking branch 'origin/3.6'Benoit Foucher2017-02-06
|\|
| * Fixed ICE-7428 - Potential IceGrid node crash on shutdownBenoit Foucher2017-02-06
| |
* | Replace NULL by ICE_NULLPTRBernard Normier2017-01-11
| |
* | Move StringConverter API to namespace IceBernard Normier2016-08-01
| |
* | 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
| | |
* | | Whitespace cleanup - tabs to spacesJoe George2016-06-29
|/ /
* / AIX portBenoit Foucher2016-05-03
|/
* Update copyright headersJoe George2016-03-01
|
* ICE-6514 Removed uneeded includes of DisableWarnings.hDwayne Boone2015-07-08
|
* Fixed ICE-6465: Windows IceGrid node support for more 64 processesBenoit Foucher2015-04-24
|
* Fixed (ICE-5740) - IcePatch2 has issues with 'large' files.Jose2015-02-17
|
* Updated copyright to 2015Dwayne Boone2015-01-05
|
* Renamed wnativeToNative/nativeToWnative to wstringToString/stringToWstringBernard Normier2014-05-16
|
* ICE-4851 - Use wstrings for input and output data that contain non-ASCII ↵Jose2014-05-02
| | | | characters?
* merging javascript branchMark Spruiell2014-03-19
|
* Don't call initgroups when runing as non root user.Jose2013-07-26
|
* minor fixes for initgroupsJose2013-07-12
|
* Fixed ICE-5304 - IceGrid node doesn't initialize supplementary groupsJose2013-07-11
|
* Fixed ICE-5179: Fixed copyrightsBenoit Foucher2013-02-12
|
* Fixed warnings related to ICE-5157Jose2012-12-27
|
* Fixed ICE-4855: expand tabs to space (8) for .php, .cpp, .h, .java and .cs filesBernard Normier2012-10-23
|
* ICE-4824 - Fixed VC6 style loopsJose2012-10-03
|
* ICE-4809 - AMI metadata in Ice services internal definitionsJose2012-08-14
|
* remove VC6 supportJose2012-08-08
|