summaryrefslogtreecommitdiff
path: root/cpp/src/Ice/Service.cpp
Commit message (Collapse)AuthorAge
...
* Various service / service installer improvementsBernard Normier2007-10-30
|
* http://bugzilla.zeroc.com/bugzilla/show_bug.cgi?id=2140 - Remove code no ↵Dwayne Boone2007-06-19
| | | | | | longer required nowa that IceUtil::Exception inherits from std::exception
* bug 2064Mark Spruiell2007-03-23
|
* http://bugzilla.zeroc.com/bugzilla/show_bug.cgi?id=1721Matthew Newhook2007-03-03
|
* Borland C++ fixes.Matthew Newhook2007-03-03
|
* http://bugzilla.zeroc.com/bugzilla/show_bug.cgi?id=1722,Matthew Newhook2007-02-28
| | | | | http://bugzilla.zeroc.com/bugzilla/show_bug.cgi?id=1721, http://bugzilla.zeroc.com/bugzilla/show_bug.cgi?id=1926
* http://bugzilla.zeroc.com/bugzilla/show_bug.cgi?id=1722,Matthew Newhook2007-02-28
| | | | | http://bugzilla.zeroc.com/bugzilla/show_bug.cgi?id=1721, http://bugzilla.zeroc.com/bugzilla/show_bug.cgi?id=1926
* http://bugzilla.zeroc.com/bugzilla/show_bug.cgi?id=1722,Matthew Newhook2007-02-28
| | | | | http://bugzilla.zeroc.com/bugzilla/show_bug.cgi?id=1721, http://bugzilla.zeroc.com/bugzilla/show_bug.cgi?id=1926
* Fixed bug 1952Benoit Foucher2007-02-27
|
* Bug 1337.Michi Henning2007-02-08
|
* Fix potential NullHandleExceptionDwayne Boone2007-02-07
|
* Expanded tabs into spacesBernard Normier2007-02-01
|
* Updated /etc/init.d scriptsBernard Normier2007-01-30
|
* new --pidfile=<file> option; first cut of /etc/init.d scriptsBernard Normier2007-01-29
|
* use vector instead of listDwayne Boone2007-01-11
|
* Bug 1654: Replaced fd_set with a listDwayne Boone2007-01-11
|
* Updated copyright headerDwayne Boone2007-01-08
|
* use the logger from InitializationData if one is providedMark Spruiell2006-06-08
|
* Fix for bugs #1015 and #542 (default properties)Bernard Normier2006-06-08
|
* Updated copyrightDwayne Boone2006-03-14
|
* Enabled previously disabled double fork() (LinuxThreads isn't supportedBenoit Foucher2006-01-30
| | | | anymore).
* SC_MANAGER_ALL_ACCESS -> SERVICE_ALL_ACCESSDwayne Boone2005-12-05
|
* Windows x64 portBernard Normier2005-11-21
|
* Moved VS 8 warning suppression into IceUtil/DisableWarnings.hMichi Henning2005-11-18
|
* http://bugzilla.zeroc.com/bugzilla/show_bug.cgi?id=397Matthew Newhook2005-07-11
|
* fixes for bugs 373, 374, 375Mark Spruiell2005-06-17
|
* fix for bug 264: "Error1: Incorrect function"Mark Spruiell2005-06-10
|
* Fixed Ice::Service::shutdown() to catch exceptions.Benoit Foucher2005-05-11
|
* fixed castBernard Normier2005-03-07
|
* Get rid of a bunch of 64bit warnings on SunDwayne Boone2005-03-07
|
* fixed release warningsBernard Normier2005-02-18
|
* Updated copyrights to 2005Bernard Normier2005-02-16
|
* do not close stdout/stderr if redirectedMark Spruiell2005-01-27
|
* Added UNIX-specific part for Logger::print() operation. Fixed bug inMichi Henning2005-01-13
| | | | | | UNIX-specific code of icepatch2server. Removed check to see whether --nochdir is used only when --daemon is set in Ice::Service, so we can force --nochdir for icepatch2server.
* Added print() operation to Ice::Logger and changed icepatch2server to useMichi Henning2005-01-13
| | | | logger instead of writing to stderr.
* Fixed bug in the way the arguments were passed to a service. I'm not sureMichi Henning2005-01-13
| | | | | | | | | how this ever worked because StartService() automatically adds the service name to argv (as argv[0]). So, as far as I can see, for a service "X" we were always setting argv[0] *and* argv[1] to "X". But then, it's only since we added IceUtil::Options that we are more stringent with argument passing, so this may have slipped through somehow previously.
* Commented out the delete[] args calls again -- I couldn't reproduce aMichi Henning2005-01-11
| | | | crash, but better to be safe for now.
* Changed Ice::Service::main() and Ice::Service::run() to accept a referenceMichi Henning2005-01-11
| | | | to argc (instead of accepting argc by value).
* IcePatch2Marc Laukien2004-11-23
|
* minor fixMark Spruiell2004-11-02
|
* use _exit in daemon parentMark Spruiell2004-11-01
|
* Ice::Service no longer resets the umaskMark Spruiell2004-09-18
|
* Fixed copyrightBernard Normier2004-05-18
|
* bug fix for win9x()Mark Spruiell2004-05-17
|
* more cleanup in Ice::ServiceMark Spruiell2004-05-17
|
* Updated copyright noticeBernard Normier2004-05-11
|
* nohup fixMark Spruiell2004-04-20
|
* add nohup supportMark Spruiell2004-04-13
|
* Fixed Win32 build (_win9x -> win9x())Benoit Foucher2004-02-10
|
* cleaning up Ice::ServiceMark Spruiell2004-01-29
|