summaryrefslogtreecommitdiff
path: root/threadproc
Commit message (Expand)AuthorAgeFilesLines
* Testing attr->stacksize > 0 was redundant and thiswrowe2007-10-231-1/+1
* backport r583421 from trunktrawick2007-10-111-0/+45
* Revert to 1.2.8 behavior of apr_proc_create and reintroducewrowe2007-10-051-55/+41
* Introduce APR_NO_FILE as an option to apr_procattr_io_set() for any wrowe2007-10-011-21/+43
* Fix cut and paste typo which scuttled the last release, thiswrowe2007-09-041-2/+2
* Solve win32 inherited pipe leaks by leveraging OS2 port's solution.wrowe2007-08-281-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
* Merge r239687 from trunk:jorton2007-05-251-6/+6
* merge from trunk:trawick2007-01-291-1/+5
* Update the license, sans typo this time.jorton2006-08-0322-132/+132
* Merge r391580 from trunk:jorton2006-06-141-2/+2
* Merge r355792 to 1.2.x.rooneg2006-01-261-1/+1
* Merge r348405, r349408, r355141 from trunk:jorton2005-12-081-1/+4
* Backport from trunk:trawick2005-10-101-0/+8
* OS/2: Fix crash in apr_proc_create with non-shell type process creation wherebjh2005-07-031-1/+2
* * threadproc/unix/proc.c (apr_procattr_child_in_set,jorton2005-05-161-19/+25
* Update copyright year to 2005 and standardize on current copyright owner line.jerenkrantz2005-02-0422-22/+44
* NetWare implementation of apr_procattr_user_set() and apr_procattr_group_set()bnicholes2005-01-181-2/+4
* Use zero length password if supplied password is NULL.mturk2005-01-171-12/+15
* Remove unused variable declarations.mturk2005-01-171-2/+0
* Added apr_procattr_user_set and apr_procattr_group_set to allow setting uid/g...mturk2005-01-165-7/+235
* * acconfig.h: Remove file.jorton2005-01-131-1/+7
* sigprocmask should be used instead pthread_sigmask on nothreaded platforms.jfclere2005-01-041-3/+3
* Remove some unused files that appear to have been ressurected by therooneg2004-12-052-174/+0
* Fixing various compiler errors when compiling against the latest version of L...bnicholes2004-11-271-1/+1
* Remove .cvsignore files.jorton2004-11-183-14/+0
* Fix enabling of signal blocking and unblocking code.jorton2004-11-171-2/+2
* Remove threadcancel.c which was somehow ressurected by the CVS->SVN conversion.bjh2004-11-141-85/+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
* apr_proc_create() on Unix: Remove unnecessary check for readtrawick2004-07-201-1/+1
* rev back to r1.29 , removing changes to addrspace and detach set functionsclar2004-07-121-2/+2
* Added bit mask operation for detach and addrspace fields to make possible ove...clar2004-07-091-2/+2
* Allow shared memory to work across forks in the way it was intended.dreid2004-06-292-0/+33
* Incorporate suggested changes from Martin Kraemer and Will Rowe.dreid2004-06-281-8/+9
* Add command type APR_SHELLCMD_ENV for creating a processtrawick2004-06-233-5/+15
* * threadproc/unix/thread.c (apr_threadattr_detach_set): Fix for Mac OSjorton2004-06-141-3/+5
* Added new APR API to load child process in current or new address space (NetW...clar2004-06-145-3/+37
* * threadproc/unix/thread.c (threadattr_cleanup): New function.jorton2004-06-141-2/+18
* Replaced APR_PROGRAM_ENV with new enum APR_PROGRAM_ADDRSPACE when starting a ...clar2004-06-111-4/+3
* Add apr_threadattr_guardsize_set function, which allows changingjorton2004-06-105-0/+43
* APR_ENOTIMPL is more appropriate (rather than APR_SUCCESS) formadhum2004-04-222-4/+4
* * threadproc/unix/signals.c (apr_signal_block, apr_signal_unblock):jorton2004-04-221-2/+10
* Added two new functions apr_signal_block and apr_signal_unblock tomadhum2004-04-212-0/+20
* Added two new functions apr_signal_block and apr_signal_unblock tomadhum2004-04-211-0/+46
* Add apr_threadattr_stacksize_set() for overriding the defaulttrawick2004-03-015-4/+53
* Relicense APR under Apache License, Version 2.0jerenkrantz2004-02-1322-1078/+220