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
* Update copyright notices for 2005.jorton2005-06-1421-21/+42
* Merge r170395 from trunk:jorton2005-05-161-19/+25
* 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
* 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