summaryrefslogtreecommitdiff
path: root/threadproc/win32/proc.c
Commit message (Expand)AuthorAgeFilesLines
* Fix the typo.Joe Orton2006-08-031-1/+1
* Update license header.Joe Orton2006-08-031-6/+6
* Fix up Win32-private includes to bring it in line with all other platforms.Justin Erenkrantz2006-07-121-2/+2
* Fix passing "" as an argument to a new program on windows.Garrett Rooney2005-12-101-1/+1
* Update copyright year to 2005 and standardize on current copyright owner line.Justin Erenkrantz2005-02-041-1/+2
* Use zero length password if supplied password is NULL.Mladen Turk2005-01-171-12/+15
* Added apr_procattr_user_set and apr_procattr_group_set to allow setting uid/g...Mladen Turk2005-01-161-7/+145
* Win32: Implement apr_procattr_child_errfn_set()and apr_procattr_error_check_s...Bill Stoddard2004-08-241-2/+38
* Add command type APR_SHELLCMD_ENV for creating a processJeff Trawick2004-06-231-2/+4
* Added new APR API to load child process in current or new address space (NetW...Jean-Jacques Clar2004-06-141-0/+7
* Relicense APR under Apache License, Version 2.0Justin Erenkrantz2004-02-131-49/+10
* As near as I can tell, Win32 will now correspond to Unix in terms of theWilliam A. Rowe Jr2003-02-271-1/+6
* Our exit codes are ugly, this should help some of them and tell us whatWilliam A. Rowe Jr2003-02-241-6/+28
* add apr_procattr_error_check_set() for telling apr_proc_create() toJeff Trawick2003-02-071-0/+7
* Allow apr_proc_create() to call an app-provided error reportingJeff Trawick2003-02-061-0/+7
* Eliminate open_nt_process_pipe and give apr_create_nt_pipe a very similarWilliam A. Rowe Jr2003-01-241-40/+19
* rename apr_arch_fileio.h to apr_arch_file_io.h for consistencyThom May2003-01-071-1/+1
* Namespace protection for include/arch/ header filesThom May2003-01-061-2/+2
* Update copyright notices to 2003.Thom May2003-01-011-1/+1
* Correct Rob's recent patch to handle both NT and 9x, and skip wastingWilliam A. Rowe Jr2002-07-181-15/+27
* The HANDLE members in the STARTUPINFO struct used in the call toIan Holsman2002-07-181-0/+4
* Changed the return values of the apr_*_inherit_(un)set functions fromBranko Čibej2002-07-051-30/+6
* NEVER roll back more than one patch at a time. Reverting commit 1.78William A. Rowe Jr2002-07-031-81/+56
* Reverting the 1.76 and 1.77 changes, because they didn't work.Branko Čibej2002-07-021-56/+81
* Fat Fingers. And inherit_set has no return value. Code compiles on win32William A. Rowe Jr2002-07-011-15/+15
* Unix, NW and OS2 folks, please look at this change and consider similarWilliam A. Rowe Jr2002-07-011-81/+56
* Use apr_ischar() ... especially within apr itself!William A. Rowe Jr2002-06-231-1/+2
* More CE porting, now we enter the strange stuff. I disagree with theWilliam A. Rowe Jr2002-06-041-3/+42
* It's just a jump to the left... and a step to the right...William A. Rowe Jr2002-04-291-1/+1
* Significant overhaul to respect all four flavors of APR_PROCESS, _ENV,William A. Rowe Jr2002-04-131-22/+54
* Stub in the warning and observations.William A. Rowe Jr2002-03-221-0/+5
* This appears correct, but I need at least three more pairs of eyes thatWilliam A. Rowe Jr2002-03-221-34/+116
* Now fix my typos ... teach me to trust my typing at midnight withoutWilliam A. Rowe Jr2002-03-211-6/+10
* Fix several bugs in proc.c, especially around command.com whichWilliam A. Rowe Jr2002-03-211-8/+31
* Rename all the "cntxt" members of the thread and proc structures toSander Striker2002-03-191-26/+26
* Update our copyright for this year.Roy T. Fielding2002-03-131-1/+1
* Oh ... yea, there is a reason I never committed this months-old codeWilliam A. Rowe Jr2002-03-011-7/+2
* Another test to 'flunk'. If the path is backslashed-terminated, weWilliam A. Rowe Jr2002-03-011-2/+7
* In respect to Jeff's earlier comments, these fns will never be publiclyWilliam A. Rowe Jr2002-01-291-5/+6
* Add a couple new command types to process creation:Greg Stein2002-01-281-0/+2
* Mladen Turk's <mturk@mappingsoft.com> WinCE port.William A. Rowe Jr2002-01-281-4/+10
* Substantial optimization of the os_level semantic. Since this is entirelyWilliam A. Rowe Jr2001-12-281-7/+4
* Win32: Fix compile break caused by last patch to proc.cBill Stoddard2001-10-231-1/+1
* Fix the reporting for child processes that die. This removesRyan Bloom2001-10-231-2/+2
* No longer... win32's pid is a _pid_, hproc is the process handle.William A. Rowe Jr2001-09-201-1/+1
* Return the exit code from apr_proc_wait(). This is a combination of a patchGreg Stein2001-09-201-13/+15
* Eliminate the //?/ paths altogether from proc_create. This simply isn'tWilliam A. Rowe Jr2001-09-171-1/+1
* Clean up an emit.William A. Rowe Jr2001-09-171-1/+3
* Fix two odd bits of breakage. Don't you just -love- casts?William A. Rowe Jr2001-09-171-15/+28
* Since the original version of these blocks just set the si.hStdFoo'sCliff Woolley2001-09-111-6/+6