summaryrefslogtreecommitdiff
path: root/threadproc
Commit message (Expand)AuthorAgeFilesLines
* OS/2: Fix crash in apr_proc_create with non-shell type process creation wherebjh2005-07-031-1/+2
* Merge r170395 from trunk:jorton2005-05-161-19/+25
* Fixing various compiler errors when compiling against the latest version of L...bnicholes2004-11-291-1/+1
* drop .cvsignore filesnd2004-11-243-14/+0
* Merge r76119 from trunk:jorton2004-11-171-2/+2
* Merge in changes from trunk to 1.0.x.jerenkrantz2004-11-173-16/+64
* This commit was manufactured by cvs2svn to create tag 'APR_1_0_0'.APR_1_0_0(no author)2004-08-244-260/+0
* 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
* First whack at switching to a single top-level make. This adds a dependencygstein2004-02-053-61/+0
* * threadproc/unix/threadpriv.c (apr_threadkey_private_delete):jorton2003-12-101-2/+4
* Fix the apr_thread_once_init so it works and allow the thread test to notdreid2003-11-231-4/+9
* Get rid of tabs.ben2003-11-061-1/+1
* Endianness and APR types for random.ben2003-11-051-0/+2
* Really fix the build again.jorton2003-11-051-2/+0
* Make sure randomness is different after a fork.ben2003-11-031-0/+3
* * include/arch/unix/apr_arch_threadproc.h: Store a pthread_attr_tjorton2003-09-291-13/+9
* axe these deprecated functions:trawick2003-09-033-18/+0
* Fix previous commit: HAVE_DECL_* is always defined, to 0 or 1.jorton2003-07-141-1/+1
* Pick up the result of the AC_DECL_SYS_SIGLIST macro correctly withjorton2003-07-071-4/+5
* 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
* For apr_proc_detach(APR_PROC_DETACH_FOREGROUND), don't treattrawick2003-06-021-1/+5
* (apr_proc_wait): Handle interrupted waitpid(2) calls by callingthommay2003-05-081-1/+5
* apr_proc_create() on Unix: Make the APR_SHELLCMD mode worktrawick2003-04-211-8/+36
* OS/2: when parsing #! line, adjust for the fact that apr_file_gets() nobjh2003-03-311-2/+7
* Default spawned threads to detached so we avoid hanging on a waitpid() callbnicholes2003-03-101-1/+1
* Default the current directory in the proc_attr structure since the NetWare OSbnicholes2003-03-041-0/+2
* 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
* We don't guard against NULL args.wrowe2003-02-241-7/+0
* Enable APR_PROGRAM_ENV as a command typebnicholes2003-02-111-1/+1
* Implemented apr_proc_wait and apr_wait_all_procs for NetWarebnicholes2003-02-111-33/+59
* add apr_procattr_error_check_set() for telling apr_proc_create() totrawick2003-02-075-0/+63