Commit message (Collapse) | Author | Age | ||
---|---|---|---|---|
... | ||||
* | do not close stdout/stderr if redirected | Mark Spruiell | 2005-01-27 | |
| | ||||
* | Added UNIX-specific part for Logger::print() operation. Fixed bug in | Michi Henning | 2005-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 use | Michi Henning | 2005-01-13 | |
| | | | | logger instead of writing to stderr. | |||
* | Fixed bug in the way the arguments were passed to a service. I'm not sure | Michi Henning | 2005-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 a | Michi Henning | 2005-01-11 | |
| | | | | crash, but better to be safe for now. | |||
* | Changed Ice::Service::main() and Ice::Service::run() to accept a reference | Michi Henning | 2005-01-11 | |
| | | | | to argc (instead of accepting argc by value). | |||
* | IcePatch2 | Marc Laukien | 2004-11-23 | |
| | ||||
* | minor fix | Mark Spruiell | 2004-11-02 | |
| | ||||
* | use _exit in daemon parent | Mark Spruiell | 2004-11-01 | |
| | ||||
* | Ice::Service no longer resets the umask | Mark Spruiell | 2004-09-18 | |
| | ||||
* | Fixed copyright | Bernard Normier | 2004-05-18 | |
| | ||||
* | bug fix for win9x() | Mark Spruiell | 2004-05-17 | |
| | ||||
* | more cleanup in Ice::Service | Mark Spruiell | 2004-05-17 | |
| | ||||
* | Updated copyright notice | Bernard Normier | 2004-05-11 | |
| | ||||
* | nohup fix | Mark Spruiell | 2004-04-20 | |
| | ||||
* | add nohup support | Mark Spruiell | 2004-04-13 | |
| | ||||
* | Fixed Win32 build (_win9x -> win9x()) | Benoit Foucher | 2004-02-10 | |
| | ||||
* | cleaning up Ice::Service | Mark Spruiell | 2004-01-29 | |
| | ||||
* | cleanup | Mark Spruiell | 2004-01-23 | |
| | ||||
* | switchhed to getaddrinfo() + inet_ntoa cleanup | Bernard Normier | 2004-01-22 | |
| | ||||
* | add --noclose, --nochdir; close fds after initializing communicator | Mark Spruiell | 2004-01-20 | |
| | ||||
* | adding support for POSIX daemons | Mark Spruiell | 2004-01-20 | |
| | ||||
* | adding support for Win32 service | Mark Spruiell | 2004-01-08 | |