summaryrefslogtreecommitdiff
path: root/lib/server/ServerControl.h
Commit message (Collapse)AuthorAge
* New upstream version 0.13~~git20190527.g039c4a1Reinhard Tartler2019-05-28
|
* Add a version of KillServer that takes a pid_file, and reads the PID from it.Chris Wilson2015-12-24
|
* Refactor to allow sharing code for starting and stopping daemons in tests.Chris Wilson2015-07-31
| | | | | The new StartDaemon() and StopDaemon() in ServerControl.cpp/h are generic, and used by StartClient() and StartServer() in StoreTestUtils.cpp/h.
* Allow waiting for a process while killing it, will be needed for testsChris Wilson2008-08-07
| | | | | that fork() to avoid zombies and for ServerIsAlive to work.
* Move ServerControl functions out of line and into their own source file.Chris Wilson2008-05-28
|
* Undo mangling by tailorChris Wilson2008-04-04
|
* TailorizationChris Wilson2008-04-04
| | | | | | | | | | | Import of the upstream sources from Repository: http://localhost:8000/ Kind: hg Revision: 7807b7768163f1c2537756abe5416063989cebb1 Original author: tailor@rocio.int.aidworld.org Date: 2008-03-16 19:44:36+00:00
* Improve logging with macros that consistently output strerror(errno) andChris Wilson2008-03-28
| | | | | | | | | | | | | | | errno, replacing almost all use of strerror() in the main code. Log a more detailed error message before throwing an exception for some more system call failures. Make FileStream store its filename on all platforms, not just Windows. Wrap some long lines at less than 80 characters to improve readability. Fix some minor violations of coding standard (white space) and a typo in a comment.
* Report reason why killing a process failed.Chris Wilson2007-12-15
|
* Slightly improve output from waiting methods.Chris Wilson2007-12-02
|
* Added function to set the named pipe name, for use by any test which Chris Wilson2007-10-17
| | | | | calls HUPServer() or SendCommands(). (merges [1836])
* Compile fix, always include Test.h (refs #3)Chris Wilson2007-04-21
|
* Move lib/common/ServerControl.h to lib/server where it belongs, sinceChris Wilson2007-03-22
it uses server functions (WinNamedPipeStream on win32) (refs #3)