summaryrefslogtreecommitdiff
path: root/cpp/src/IceGrid/Activator.cpp
Commit message (Collapse)AuthorAge
...
* Fixed copyrightsBenoit Foucher2012-04-25
|
* updating version & copyright for 3.4.2Mark Spruiell2011-05-11
|
* Fixed bug 4677 - IceGrid update hangBenoit Foucher2010-02-19
|
* Updated copyright to 2010Dwayne Boone2010-01-07
|
* Fixed 3962 - Berkeley DB, problems with unicode paths.Jose2009-11-10
|
* Review for bug 4071 and fix for bug 4211Benoit Foucher2009-08-14
|
* Bug 2812 - add abilty to name threadDwayne Boone2009-04-24
|
* - Fixed bug 3853 - ice_getCachedConnection could throwBenoit Foucher2009-03-12
| | | | - Fixed bug 3808 - odd output from IceGrid/activation test
* Bug 3650 - Stop using POSIX functions under WindowsJose2009-02-19
|
* Fixed bug 3722 & 3723 - IceGrid leaks upon start failureBenoit Foucher2009-02-12
|
* Fixed bug 2091 - Added feedback when starting server with bogus executableBenoit Foucher2009-01-08
|
* Bug 3621 - updated copyright to 2009Dwayne Boone2009-01-02
|
* Bug 3519 - fix isalpha, isprint, ... usageDwayne Boone2008-10-30
|
* Fixed locator implementation to not serialize anymore locator request for ↵Benoit Foucher2008-10-23
| | | | non round-robin replica groups also fixed an issue where the registry would try to re-activate servers while the node is shutting down
* Bug 3014 - isAbsolute incorrectDwayne Boone2008-06-06
|
* Fixed bug 3128 & 3129 - icepatch2server crash on exit bugBenoit Foucher2008-05-09
|
* Fixed GCC 4.3 build failuresBernard Normier2008-02-23
|
* Fixed bug 2658Benoit Foucher2008-02-11
|
* Updated copyrightDwayne Boone2008-01-23
|
* IceUtil cleanup (first commit)Bernard Normier2007-12-21
|
* Refactored IceGrid session servant managementBenoit Foucher2007-11-23
|
* Added support for SIGKILL/SIGTERM on Windows (bug 2258)Benoit Foucher2007-06-19
|
* Restore blocked signalsBenoit Foucher2007-05-29
|
* Bug 1337.Michi Henning2007-02-08
|
* Expanded tabs into spacesBernard Normier2007-02-01
|
* Added properties override in service config filesBenoit Foucher2007-01-26
|
* Updated copyright headerDwayne Boone2007-01-08
|
* Added support for viewing stderr/stdout files from nodes, registries,Benoit Foucher2006-11-17
| | | | servers.
* Memory leak fixesBenoit Foucher2006-11-10
|
* Added ActivationTimedOut stateBenoit Foucher2006-11-08
|
* Suppress BCB warningsDwayne Boone2006-08-10
|
* Fixed bug 1038Benoit Foucher2006-06-14
|
* Fixed bug 971 and 983.Benoit Foucher2006-05-30
|
* More work on session activation.Benoit Foucher2006-05-17
|
* Added support for changing owner of server files/directories.Benoit Foucher2006-05-15
|
* Win32 fixesBenoit Foucher2006-05-11
|
* FixBenoit Foucher2006-05-11
|
* Win32 fixesBenoit Foucher2006-05-11
|
* Added support for setting user under which the process should run.Benoit Foucher2006-05-11
|
* Updated copyrightDwayne Boone2006-03-14
|
* Fixed bug 782Benoit Foucher2006-02-02
|
* Minor fixes to previous fixBenoit Foucher2006-01-30
|
* Workaround for Linux/waitpid bugBenoit Foucher2006-01-30
|
* - Removed reference to RH9 and LinuxThreads from INSTALL.LINUXBenoit Foucher2006-01-24
| | | | | | | | | - Fixed a bug in the always activation mode which would cause a segfault on shutdown. - Removed the Linux work-around for killing proceses (with killpg). - Processes forked by the activator now have their own process group to ensure they don't receive keyboards signals (SIGINT, SIGQUIT) from the node.
* Added stress test to activation test suite, fixed another race conditionBenoit Foucher2006-01-24
| | | | that could occur if server activation failed.
* Added feature to allow disabling a server if it doesn't return with aBenoit Foucher2005-12-16
| | | | 0 exit code or if it crashes.
* Fixed bug 684 - environment variables on windowsDwayne Boone2005-11-30
|
* Windows x64 portBernard Normier2005-11-21
|
* Moved VS 8 warning suppression into IceUtil/DisableWarnings.hMichi Henning2005-11-18
|
* Fix to transmit the message from the process pipe to the server andBenoit Foucher2005-11-18
| | | | eventually the client that started it.