| Commit message (Expand) | Author | Age | Files | Lines |
* | Fixed compilation when APR_HAVE_STRUCT_RLIMIT=0. | fuankg | 2011-03-07 | 1 | -1/+3 |
* | Fix various issues found by cppcheck | sf | 2010-07-27 | 2 | -6/+5 |
* | OS/2: Remove all remaining uses of APR_OS2_STATUS macro which has been | bjh | 2010-04-02 | 1 | -1/+1 |
* | * We need to disable inheritance in the case of success like in the | rpluem | 2009-06-10 | 1 | -1/+1 |
* | Remove simple ipc because of -1 | mturk | 2009-02-24 | 1 | -190/+1 |
* | Remove ipc init from apr_initialize. | mturk | 2009-02-23 | 1 | -25/+75 |
* | Add simple parent/child data exchange for APR processes | mturk | 2009-02-21 | 1 | -0/+139 |
* | Fix typo | mturk | 2009-02-07 | 1 | -1/+1 |
* | Add object perms set macros and implement them for shm and mutex | mturk | 2009-02-07 | 1 | -1/+30 |
* | Check for bogus (negative) signal numbers | martin | 2008-02-01 | 1 | -2/+2 |
* | Simplify handling of z/OS pthread API nuances. Beyond the | trawick | 2007-11-19 | 2 | -13/+17 |
* | Here's my recommendation; upon opening the pipes, always set the parent-end | wrowe | 2007-10-14 | 1 | -15/+18 |
* | apr_file_dup() varies from dup2 by not setting the child handle as | wrowe | 2007-10-14 | 1 | -12/+30 |
* | Solve two potential problems with one shot. | wrowe | 2007-10-14 | 1 | -77/+66 |
* | * Remove unnecessary assignment of pool attribute. | rpluem | 2007-10-13 | 1 | -1/+0 |
* | Close the standard handle in the child, *when* we tagged it with fd -1 | wrowe | 2007-10-01 | 1 | -3/+3 |
* | Had inverted the logic for closing the handles in the parent, thanks to glasser | wrowe | 2007-10-01 | 1 | -6/+6 |
* | Thanks for catching the unbalanced parens, jerenkrantz. | wrowe | 2007-09-29 | 1 | -3/+3 |
* | Fix compile errors introduced in r580486 due to missing ()s. | jerenkrantz | 2007-09-29 | 1 | -6/+6 |
* | Undo the 'fix' to the unix flaw. Yes, there still are flaws; | wrowe | 2007-09-28 | 1 | -36/+12 |
* | Introduce APR_NO_FILE as an option for any of the three stdio streams | wrowe | 2007-09-28 | 1 | -21/+68 |
* | Fix compile failure in pthread_attr_setdetachstate() logic on z/OS. | trawick | 2007-01-29 | 1 | -1/+5 |
* | * threadprox/unix/proc.c (apr_proc_create): Relax the tests to allow | jorton | 2006-10-10 | 1 | -1/+1 |
* | Fix the typo. | jorton | 2006-08-03 | 5 | -5/+5 |
* | Update license header. | jorton | 2006-08-03 | 5 | -30/+30 |
* | Implement apr_thread_yield on Unix in terms of pthread_yield or sched_yield. | rooneg | 2006-06-30 | 1 | -1/+8 |
* | * threadproc/unix/procsup.c | rooneg | 2006-04-22 | 1 | -8/+8 |
* | * threadproc/unix/signals.c (apr_signal, avoid_zombies): Use the | jorton | 2006-04-05 | 1 | -2/+2 |
* | * threadproc/unix/procsup.c (apr_proc_detach): Check chdir() return | jorton | 2005-11-28 | 1 | -1/+4 |
* | Don't pass NULL to execve() for the environment array, | trawick | 2005-10-10 | 1 | -0/+8 |
* | * threadproc/unix/proc.c (apr_proc_create): Use _exit() not exit() to | jorton | 2005-08-24 | 1 | -6/+6 |
* | * threadproc/unix/proc.c (apr_procattr_child_in_set, | jorton | 2005-05-16 | 1 | -19/+25 |
* | Update copyright year to 2005 and standardize on current copyright owner line. | jerenkrantz | 2005-02-04 | 5 | -5/+10 |
* | Remove unused variable declarations. | mturk | 2005-01-17 | 1 | -2/+0 |
* | Added apr_procattr_user_set and apr_procattr_group_set to allow setting uid/g... | mturk | 2005-01-16 | 1 | -0/+52 |
* | * acconfig.h: Remove file. | jorton | 2005-01-13 | 1 | -1/+7 |
* | sigprocmask should be used instead pthread_sigmask on nothreaded platforms. | jfclere | 2005-01-04 | 1 | -3/+3 |
* | Remove .cvsignore files. | jorton | 2004-11-18 | 1 | -4/+0 |
* | Fix enabling of signal blocking and unblocking code. | jorton | 2004-11-17 | 1 | -2/+2 |
* | apr_proc_create() on Unix: Remove unnecessary check for read | trawick | 2004-07-20 | 1 | -1/+1 |
* | Add command type APR_SHELLCMD_ENV for creating a process | trawick | 2004-06-23 | 1 | -2/+8 |
* | * threadproc/unix/thread.c (apr_threadattr_detach_set): Fix for Mac OS | jorton | 2004-06-14 | 1 | -3/+5 |
* | Added new APR API to load child process in current or new address space (NetW... | clar | 2004-06-14 | 1 | -0/+7 |
* | * threadproc/unix/thread.c (threadattr_cleanup): New function. | jorton | 2004-06-14 | 1 | -2/+18 |
* | Add apr_threadattr_guardsize_set function, which allows changing | jorton | 2004-06-10 | 1 | -0/+19 |
* | * threadproc/unix/signals.c (apr_signal_block, apr_signal_unblock): | jorton | 2004-04-22 | 1 | -2/+10 |
* | Added two new functions apr_signal_block and apr_signal_unblock to | madhum | 2004-04-21 | 1 | -0/+46 |
* | Add apr_threadattr_stacksize_set() for overriding the default | trawick | 2004-03-01 | 1 | -0/+16 |
* | Relicense APR under Apache License, Version 2.0 | jerenkrantz | 2004-02-13 | 5 | -245/+50 |
* | First whack at switching to a single top-level make. This adds a dependency | gstein | 2004-02-05 | 1 | -18/+0 |