summaryrefslogtreecommitdiff
path: root/threadproc/win32
Commit message (Expand)AuthorAgeFilesLines
* With the correction of setting ->timeout = 0 way up in thewrowe2007-10-141-55/+9
* * Remove unnecessary assignment of pool attribute.rpluem2007-10-131-1/+0
* 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
* Backout R434327, R437115, which...wrowe2006-11-221-15/+2
* Implement apr_threadkey_private destructors on WIN32mturk2006-08-241-2/+15
* Fix the typo.jorton2006-08-034-4/+4
* Update license header.jorton2006-08-034-24/+24
* Fix up Win32-private includes to bring it in line with all other platforms.jerenkrantz2006-07-124-6/+6
* _beginthreadex() expects no bigger than a DWORD sized stack.wrowe2006-01-131-1/+1
* 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-044-4/+8
* 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
* Remove some unused files that appear to have been ressurected by therooneg2004-12-051-86/+0
* Makes the threads to behave like on posix. If the thread is created withoutminfrin2004-09-191-14/+25
* 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
* Add apr_threadattr_guardsize_set function, which allows changingjorton2004-06-101-0/+6
* APR_ENOTIMPL is more appropriate (rather than APR_SUCCESS) formadhum2004-04-221-2/+2
* Added two new functions apr_signal_block and apr_signal_unblock tomadhum2004-04-211-0/+10
* Add apr_threadattr_stacksize_set() for overriding the defaulttrawick2004-03-011-2/+14
* Relicense APR under Apache License, Version 2.0jerenkrantz2004-02-134-196/+40
* axe these deprecated functions:trawick2003-09-031-6/+0
* Clean up a style issue; apr_get_os_error() is much cleaner.wrowe2003-06-181-1/+1
* Win32: WAIT_ABANDONED should be treated as a success. WAIT_FAILED (the onlystoddard2003-06-181-5/+5
* As near as I can tell, Win32 will now correspond to Unix in terms of thewrowe2003-02-272-4/+15
* Once we apr_proc_kill on Unix, we don't expect to be able to recover anwrowe2003-02-251-1/+2
* 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-072-2/+2
* Namespace protection for include/arch/ header filesthommay2003-01-064-7/+7
* Update copyright notices to 2003.thommay2003-01-014-4/+4
* Close a bug identified by Juergen Heckel that we would crash whenwrowe2002-12-091-5/+20
* As pointed out by Marcel Mann <Marcel.Mann@dbaudio.com>, we werewrowe2002-11-251-1/+16
* Excerpt from MSVC help;ianh2002-08-221-1/+6
* 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