summaryrefslogtreecommitdiff
path: root/cpp/src/Ice/Service.cpp
Commit message (Collapse)AuthorAge
...
* 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
|
* cleanupMark Spruiell2004-01-23
|
* switchhed to getaddrinfo() + inet_ntoa cleanupBernard Normier2004-01-22
|
* add --noclose, --nochdir; close fds after initializing communicatorMark Spruiell2004-01-20
|
* adding support for POSIX daemonsMark Spruiell2004-01-20
|
* adding support for Win32 serviceMark Spruiell2004-01-08