summaryrefslogtreecommitdiff
path: root/ace/Process.cpp
Commit message (Collapse)AuthorAgeFilesLines
* This commit was manufactured by cvs2svn to create tag 'ACE_4_4_32'.ACE_4_4_32nobody1998-01-061-655/+0
|
* (spawn): With GreenHills compiler only (for VxWorks), call ACE_NOTSUP_RETURN ↵levine1997-07-261-4/+13
| | | | instead of spawning via execve. GreenHills 1.8.8 loses its lunch on the ACE_OS::execve () call.
* *** empty log message ***nw11997-07-231-7/+7
|
* Fixed NT version to return child pid from spawn.harrison1997-07-021-1/+1
|
* Added NO_EXEC option. I've tried this before. CVS sucks.harrison1997-06-301-1/+5
|
* - Fixed ACE_Process::spawn to close descriptors after havingjxh1997-06-021-16/+27
| | | | | | | | been duped. - Fixed ACE_Process::spawn to exit () after an error is encountered in the child process, rather than returning. - Fixed ACE_Process_Options::set_handles to duplicate handles that are passed in, and then to close them in the destructor.
* Removed the class ACE_Process_Old.harrison1997-05-301-228/+0
|
* (env_argv): added "const" to char * type in reaturn value, for argument ↵levine1997-05-241-3/+1
| | | | compatibility in call to execve; (spawn): removed unreachable return statement at end of function
* *** empty log message ***irfan1997-05-151-67/+70
|
* (~ACE_Process_Options): delete command_line_buf_ was missing the [].levine1997-05-141-1/+1
|
* Fixes to use of execve in ACE_Process::spawn.harrison1997-05-131-1/+2
|
* Implemented new ACE_Process interfaces for argv style parameters.jxh1997-05-131-8/+53
|
* Changed ACE_Process::start to ACE_Process::spawn. Added newharrison1997-05-121-2/+16
| | | | argv-style ACE_Process::setenv and ACE_Process::command_line methods.
* (ACE_Process_Options): reordered initializers to match declaration orderlevine1997-05-121-4/+4
|
* Let's try this again... I keep messing up my workspace...harrison1997-05-121-12/+12
|
* The old ACE_Process has been replaced with what used to beharrison1997-05-121-2/+2
| | | | | ACE_ProcessEx. The ACE_Process_Manager has changed to use the new ACE_Process API.
* Replaced the win32 ACE_Process_Options::new_console method withharrison1997-05-111-2/+2
| | | | ACE_Process_Options::creation_flags. It's more flexible.
* (ACE_Process_Options): reordered initializers to match declaration orderlevine1997-05-111-2/+2
|
* ACE_ProcessEx is working on NT and Solaris.harrison1997-05-111-39/+40
|
* (ACE_Process_Options): reordered initializers to match declaration orderlevine1997-05-091-2/+2
|
* The new ACE_ProcessEx is working on Solaris for theharrison1997-05-091-16/+28
| | | | examples/OS/Process test.
* Compiles (not runs) on Solaris.harrison1997-05-081-8/+54
|
* *** empty log message ***schmidt1997-05-081-56/+12
|
* This contains the first pass at the new ACE_Process class. It is nowharrison1997-05-081-2/+550
| | | | | called ACE_ProcessEx. When it is completely ported to Solaris, we'll replace the current ACE_Process with ACE_ProcessEx.
* Made sure that "" is not passed in to CreateProcess as the currentharrison1997-04-221-2/+5
| | | | working directory.
* *** empty log message ***schmidt1997-04-221-1/+1
|
* *** empty log message ***schmidt1997-04-141-3/+4
|
* *** empty log message ***schmidt1997-04-141-11/+14
|
* fooschmidt1997-04-061-3/+4
|
* *** empty log message ***schmidt1997-04-061-33/+61
|
* *** empty log message ***irfan1996-12-101-1/+2
|
* Jamming!schmidt1996-10-271-0/+1
|
* Initial revisionlevine1996-10-211-0/+197