summaryrefslogtreecommitdiff
path: root/threadproc/win32/proc.c
Commit message (Expand)AuthorAgeFilesLines
* * threadproc/win32/proc.c: Remove Windows CE and non-unicode code.ivan2019-07-101-217/+93
* Use 'apr_pstrmemdup' instead of 'apr_pstrndup' when applicable in order to sa...jailletc362015-10-241-3/+3
* spelling fixtrawick2012-09-141-2/+2
* release critical section before returning on error pathtrawick2012-08-121-0/+1
* Finish removing apu_config.h[n]w templates, these need synchronization w/unixwrowe2009-12-181-1/+1
* Remove simple ipc because of -1mturk2009-02-241-91/+0
* Remove ipc init from apr_initialize.mturk2009-02-231-5/+9
* Although compiles, it doesn't look nice ;)mturk2009-02-211-1/+1
* Add simple parent/child data exchange for APR processesmturk2009-02-211-0/+87
* Add object perms set macros and implement them for shm and mutexmturk2009-02-071-0/+8
* mplement apr_proc_wait_all_procs for windowsmturk2008-04-171-15/+126
* With the correction of setting ->timeout = 0 way up in thewrowe2007-10-141-55/+9
* apr_procattr_io_set() on Windows: Set pipe handles non-blocking astrawick2007-10-101-3/+51
* Introduce APR_NO_FILE as an option for any of the three stdio streamswrowe2007-09-281-22/+44
* Fix cut and paste typo which scuttled the last release, thiswrowe2007-09-041-2/+2
* Fix r569890 - this error did not hit 1.2 or 0.9 branches,wrowe2007-09-011-2/+2
* Correct r569882 typo; we must leave what we enter.wrowe2007-08-261-1/+1
* Proposed;wrowe2007-08-261-12/+118
* Make Win32 consistent with unix, in that we will inherit the defaultwrowe2007-08-231-6/+6
* Eliminate for WinCE the special handling of program files ending in wrowe2007-06-011-0/+4
* Borland specific define for LOGON32_LOGON_NETWORKwrowe2007-05-311-0/+4
* Suppress warning of unused static function.wrowe2007-05-311-0/+2
* Fix the typo.jorton2006-08-031-1/+1
* Update license header.jorton2006-08-031-6/+6
* Fix up Win32-private includes to bring it in line with all other platforms.jerenkrantz2006-07-121-2/+2
* Fix passing "" as an argument to a new program on windows.rooneg2005-12-101-1/+1
* Update copyright year to 2005 and standardize on current copyright owner line.jerenkrantz2005-02-041-1/+2
* Use zero length password if supplied password is NULL.mturk2005-01-171-12/+15
* Added apr_procattr_user_set and apr_procattr_group_set to allow setting uid/g...mturk2005-01-161-7/+145
* Win32: Implement apr_procattr_child_errfn_set()and apr_procattr_error_check_s...stoddard2004-08-241-2/+38
* Add command type APR_SHELLCMD_ENV for creating a processtrawick2004-06-231-2/+4
* Added new APR API to load child process in current or new address space (NetW...clar2004-06-141-0/+7
* Relicense APR under Apache License, Version 2.0jerenkrantz2004-02-131-49/+10
* As near as I can tell, Win32 will now correspond to Unix in terms of thewrowe2003-02-271-1/+6
* Our exit codes are ugly, this should help some of them and tell us whatwrowe2003-02-241-6/+28
* add apr_procattr_error_check_set() for telling apr_proc_create() totrawick2003-02-071-0/+7
* Allow apr_proc_create() to call an app-provided error reportingtrawick2003-02-061-0/+7
* Eliminate open_nt_process_pipe and give apr_create_nt_pipe a very similarwrowe2003-01-241-40/+19
* rename apr_arch_fileio.h to apr_arch_file_io.h for consistencythommay2003-01-071-1/+1
* Namespace protection for include/arch/ header filesthommay2003-01-061-2/+2
* Update copyright notices to 2003.thommay2003-01-011-1/+1
* Correct Rob's recent patch to handle both NT and 9x, and skip wastingwrowe2002-07-181-15/+27
* The HANDLE members in the STARTUPINFO struct used in the call toianh2002-07-181-0/+4
* Changed the return values of the apr_*_inherit_(un)set functions frombrane2002-07-051-30/+6
* NEVER roll back more than one patch at a time. Reverting commit 1.78wrowe2002-07-031-81/+56
* Reverting the 1.76 and 1.77 changes, because they didn't work.brane2002-07-021-56/+81
* Fat Fingers. And inherit_set has no return value. Code compiles on win32wrowe2002-07-011-15/+15
* Unix, NW and OS2 folks, please look at this change and consider similarwrowe2002-07-011-81/+56
* Use apr_ischar() ... especially within apr itself!wrowe2002-06-231-1/+2
* More CE porting, now we enter the strange stuff. I disagree with thewrowe2002-06-041-3/+42