Commit message (Collapse) | Author | Age | ||
---|---|---|---|---|
... | ||||
* | Various service / service installer improvements | Bernard Normier | 2007-10-30 | |
| | ||||
* | http://bugzilla.zeroc.com/bugzilla/show_bug.cgi?id=2140 - Remove code no ↵ | Dwayne Boone | 2007-06-19 | |
| | | | | | | longer required nowa that IceUtil::Exception inherits from std::exception | |||
* | bug 2064 | Mark Spruiell | 2007-03-23 | |
| | ||||
* | http://bugzilla.zeroc.com/bugzilla/show_bug.cgi?id=1721 | Matthew Newhook | 2007-03-03 | |
| | ||||
* | Borland C++ fixes. | Matthew Newhook | 2007-03-03 | |
| | ||||
* | http://bugzilla.zeroc.com/bugzilla/show_bug.cgi?id=1722, | Matthew Newhook | 2007-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 Newhook | 2007-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 Newhook | 2007-02-28 | |
| | | | | | http://bugzilla.zeroc.com/bugzilla/show_bug.cgi?id=1721, http://bugzilla.zeroc.com/bugzilla/show_bug.cgi?id=1926 | |||
* | Fixed bug 1952 | Benoit Foucher | 2007-02-27 | |
| | ||||
* | Bug 1337. | Michi Henning | 2007-02-08 | |
| | ||||
* | Fix potential NullHandleException | Dwayne Boone | 2007-02-07 | |
| | ||||
* | Expanded tabs into spaces | Bernard Normier | 2007-02-01 | |
| | ||||
* | Updated /etc/init.d scripts | Bernard Normier | 2007-01-30 | |
| | ||||
* | new --pidfile=<file> option; first cut of /etc/init.d scripts | Bernard Normier | 2007-01-29 | |
| | ||||
* | use vector instead of list | Dwayne Boone | 2007-01-11 | |
| | ||||
* | Bug 1654: Replaced fd_set with a list | Dwayne Boone | 2007-01-11 | |
| | ||||
* | Updated copyright header | Dwayne Boone | 2007-01-08 | |
| | ||||
* | use the logger from InitializationData if one is provided | Mark Spruiell | 2006-06-08 | |
| | ||||
* | Fix for bugs #1015 and #542 (default properties) | Bernard Normier | 2006-06-08 | |
| | ||||
* | Updated copyright | Dwayne Boone | 2006-03-14 | |
| | ||||
* | Enabled previously disabled double fork() (LinuxThreads isn't supported | Benoit Foucher | 2006-01-30 | |
| | | | | anymore). | |||
* | SC_MANAGER_ALL_ACCESS -> SERVICE_ALL_ACCESS | Dwayne Boone | 2005-12-05 | |
| | ||||
* | Windows x64 port | Bernard Normier | 2005-11-21 | |
| | ||||
* | Moved VS 8 warning suppression into IceUtil/DisableWarnings.h | Michi Henning | 2005-11-18 | |
| | ||||
* | http://bugzilla.zeroc.com/bugzilla/show_bug.cgi?id=397 | Matthew Newhook | 2005-07-11 | |
| | ||||
* | fixes for bugs 373, 374, 375 | Mark Spruiell | 2005-06-17 | |
| | ||||
* | fix for bug 264: "Error1: Incorrect function" | Mark Spruiell | 2005-06-10 | |
| | ||||
* | Fixed Ice::Service::shutdown() to catch exceptions. | Benoit Foucher | 2005-05-11 | |
| | ||||
* | fixed cast | Bernard Normier | 2005-03-07 | |
| | ||||
* | Get rid of a bunch of 64bit warnings on Sun | Dwayne Boone | 2005-03-07 | |
| | ||||
* | fixed release warnings | Bernard Normier | 2005-02-18 | |
| | ||||
* | Updated copyrights to 2005 | Bernard Normier | 2005-02-16 | |
| | ||||
* | 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 | |
| |