summaryrefslogtreecommitdiff
path: root/threadproc
Commit message (Expand)AuthorAgeFilesLines
* _beginthreadex() expects no bigger than a DWORD sized stack.William A. Rowe Jr2006-01-131-1/+1
* Fix passing "" as an argument to a new program on windows.Garrett Rooney2005-12-101-1/+1
* * threadproc/unix/procsup.c (apr_proc_detach): Check chdir() returnJoe Orton2005-11-281-1/+4
* Don't pass NULL to execve() for the environment array,Jeff Trawick2005-10-101-0/+8
* * threadproc/unix/proc.c (apr_proc_create): Use _exit() not exit() toJoe Orton2005-08-241-6/+6
* OS/2: Fix crash in apr_proc_create with non-shell type process creation whereBrian Havard2005-07-031-1/+2
* * threadproc/unix/proc.c (apr_procattr_child_in_set,Joe Orton2005-05-161-19/+25
* Update copyright year to 2005 and standardize on current copyright owner line.Justin Erenkrantz2005-02-0422-22/+44
* NetWare implementation of apr_procattr_user_set() and apr_procattr_group_set()Bradley Nicholes2005-01-181-2/+4
* Use zero length password if supplied password is NULL.Mladen Turk2005-01-171-12/+15
* Remove unused variable declarations.Mladen Turk2005-01-171-2/+0
* Added apr_procattr_user_set and apr_procattr_group_set to allow setting uid/g...Mladen Turk2005-01-165-7/+235
* * acconfig.h: Remove file.Joe Orton2005-01-131-1/+7
* sigprocmask should be used instead pthread_sigmask on nothreaded platforms.Jean-Frederic Clere2005-01-041-3/+3
* Remove some unused files that appear to have been ressurected by theGarrett Rooney2004-12-052-174/+0
* Fixing various compiler errors when compiling against the latest version of L...Bradley Nicholes2004-11-271-1/+1
* Remove .cvsignore files.Joe Orton2004-11-183-14/+0
* Fix enabling of signal blocking and unblocking code.Joe Orton2004-11-171-2/+2
* Remove threadcancel.c which was somehow ressurected by the CVS->SVN conversion.Brian Havard2004-11-141-85/+0
* Makes the threads to behave like on posix. If the thread is created withoutGraham Leggett2004-09-191-14/+25
* Win32: Implement apr_procattr_child_errfn_set()and apr_procattr_error_check_s...Bill Stoddard2004-08-241-2/+38
* apr_proc_create() on Unix: Remove unnecessary check for readJeff Trawick2004-07-201-1/+1
* rev back to r1.29 , removing changes to addrspace and detach set functionsJean-Jacques Clar2004-07-121-2/+2
* Added bit mask operation for detach and addrspace fields to make possible ove...Jean-Jacques Clar2004-07-091-2/+2
* Allow shared memory to work across forks in the way it was intended.David Reid2004-06-292-0/+33
* Incorporate suggested changes from Martin Kraemer and Will Rowe.David Reid2004-06-281-8/+9
* Add command type APR_SHELLCMD_ENV for creating a processJeff Trawick2004-06-233-5/+15
* * threadproc/unix/thread.c (apr_threadattr_detach_set): Fix for Mac OSJoe Orton2004-06-141-3/+5
* Added new APR API to load child process in current or new address space (NetW...Jean-Jacques Clar2004-06-145-3/+37
* * threadproc/unix/thread.c (threadattr_cleanup): New function.Joe Orton2004-06-141-2/+18
* Replaced APR_PROGRAM_ENV with new enum APR_PROGRAM_ADDRSPACE when starting a ...Jean-Jacques Clar2004-06-111-4/+3
* Add apr_threadattr_guardsize_set function, which allows changingJoe Orton2004-06-105-0/+43
* APR_ENOTIMPL is more appropriate (rather than APR_SUCCESS) forMadhusudan Mathihalli2004-04-222-4/+4
* * threadproc/unix/signals.c (apr_signal_block, apr_signal_unblock):Joe Orton2004-04-221-2/+10
* Added two new functions apr_signal_block and apr_signal_unblock toMadhusudan Mathihalli2004-04-212-0/+20
* Added two new functions apr_signal_block and apr_signal_unblock toMadhusudan Mathihalli2004-04-211-0/+46
* Add apr_threadattr_stacksize_set() for overriding the defaultJeff Trawick2004-03-015-4/+53
* Relicense APR under Apache License, Version 2.0Justin Erenkrantz2004-02-1322-1078/+220
* First whack at switching to a single top-level make. This adds a dependencyGreg Stein2004-02-053-61/+0
* * threadproc/unix/threadpriv.c (apr_threadkey_private_delete):Joe Orton2003-12-101-2/+4
* Fix the apr_thread_once_init so it works and allow the thread test to notDavid Reid2003-11-231-4/+9
* Get rid of tabs.Ben Laurie2003-11-061-1/+1
* Endianness and APR types for random.Ben Laurie2003-11-051-0/+2
* Really fix the build again.Joe Orton2003-11-051-2/+0
* Make sure randomness is different after a fork.Ben Laurie2003-11-031-0/+3
* * include/arch/unix/apr_arch_threadproc.h: Store a pthread_attr_tJoe Orton2003-09-291-13/+9
* axe these deprecated functions:Jeff Trawick2003-09-033-18/+0
* Fix previous commit: HAVE_DECL_* is always defined, to 0 or 1.Joe Orton2003-07-141-1/+1
* Pick up the result of the AC_DECL_SYS_SIGLIST macro correctly withJoe Orton2003-07-071-4/+5
* Clean up a style issue; apr_get_os_error() is much cleaner.William A. Rowe Jr2003-06-181-1/+1