summaryrefslogtreecommitdiff
path: root/include/apr_thread_proc.h
Commit message (Expand)AuthorAgeFilesLines
* Merge r741862, r741866 from trunk:Jim Jagielski2014-04-281-0/+13
* merge r10811462 and 1523845 from trunk:Jeff Trawick2013-10-211-2/+4
* revret 1533105Jim Jagielski2013-10-171-13/+0
* Merge r1533104 from trunk:Jim Jagielski2013-10-171-0/+13
* Fix doc errors in APR header files.Rainer Jung2013-10-031-2/+2
* doc fixStefan Fritsch2012-12-221-2/+2
* Merge parts of r896382 applicable to apr 1.5.x from trunk:Jeff Trawick2012-08-141-2/+2
* Note an anomoly that was probably not intended.William A. Rowe Jr2007-10-141-0/+9
* Enhance our file_io in APR 1.3 with apr_file_pipe_create_ex(),William A. Rowe Jr2007-10-141-2/+7
* Redundant commit to remove redundancy.William A. Rowe Jr2007-10-011-1/+1
* Clearer comment. (Well, I think it's clearer :)William A. Rowe Jr2007-10-011-5/+7
* Introduce APR_NO_FILE as an option for any of the three stdio streamsWilliam A. Rowe Jr2007-09-281-5/+6
* Introduce APR_NO_FILE as an option for any of the three stdio streamsWilliam A. Rowe Jr2007-09-281-0/+9
* Fix the typo.Joe Orton2006-08-031-1/+1
* Update license header.Joe Orton2006-08-031-6/+6
* fix typoCliff Woolley2005-05-261-1/+1
* Update copyright year to 2005 and standardize on current copyright owner line.Justin Erenkrantz2005-02-041-1/+2
* Added apr_procattr_user_set and apr_procattr_group_set to allow setting uid/g...Mladen Turk2005-01-161-0/+21
* fix a dangling commaJeff Trawick2004-06-231-1/+1
* Add command type APR_SHELLCMD_ENV for creating a processJeff Trawick2004-06-231-3/+6
* indicate that default on address space differs among platformsJeff Trawick2004-06-151-1/+2
* * threadproc/unix/thread.c (apr_threadattr_detach_set): Fix for Mac OSJoe Orton2004-06-141-3/+5
* Fixed typo in API descriptionJean-Jacques Clar2004-06-141-1/+1
* Added new APR API to load child process in current or new address space (NetW...Jean-Jacques Clar2004-06-141-3/+9
* Added NetWare specific option in apr_cmdtype_e to start program in a separate...Jean-Jacques Clar2004-06-111-4/+7
* Add apr_threadattr_guardsize_set function, which allows changingJoe Orton2004-06-101-0/+13
* * include/apr_thread_proc.h: apr_proc_create() API clarification.Joe Orton2004-06-041-6/+8
* * include/apr_thread_proc.h: Fix copy'n'past'o.Joe Orton2004-05-271-1/+1
* Add apr_threadattr_stacksize_set() for overriding the defaultJeff Trawick2004-03-011-0/+8
* Relicense APR under Apache License, Version 2.0Justin Erenkrantz2004-02-131-49/+10
* Drop deprecated apr_proc_{...} functions with detailed CHANGES notes.William A. Rowe Jr2003-11-201-14/+0
* Document apr_proc_fork()'s return values.Ben Laurie2003-11-031-0/+2
* tweak a comment to better describe what APR_SHELLCMD can handleJeff Trawick2003-06-191-1/+1
* Rebalance our exposed headers such that everything is nested properlyWilliam A. Rowe Jr2003-03-051-28/+42
* Even if the build doesn't support OTHER_CHILD functionality, we still need theBradley Nicholes2003-03-041-2/+0
* Brad Nicholes points out that I unconditionally stubbed the functionsWilliam A. Rowe Jr2003-03-031-2/+4
* Better documentation of what/how/where we deal with hproc, and note a realWilliam A. Rowe Jr2003-02-271-2/+9
* Several good changes. We replaced the following functions:William A. Rowe Jr2003-02-241-19/+51
* add apr_procattr_error_check_set() for telling apr_proc_create() toJeff Trawick2003-02-071-0/+14
* Allow apr_proc_create() to call an app-provided error reportingJeff Trawick2003-02-061-0/+25
* fix a typo in a commentJeff Trawick2003-02-041-1/+1
* Update copyright notices to 2003.Thom May2003-01-011-1/+1
* Go through doxygen output and remove as many errors and warnings as I could.Justin Erenkrantz2002-11-101-4/+11
* added support for changing the limit on file descriptors per processBrian Pane2002-07-091-0/+3
* systems where sigsuspend() is used in lieu of sigwait() needJeff Trawick2002-04-111-2/+2
* Address several issues. c_is_fnchar must be namespace protected [forWilliam A. Rowe Jr2002-03-221-3/+9
* Move the kill_conditions enum in apr_thread_proc.h into theJeff Trawick2002-03-141-13/+13
* struct process_chain is not part of the API, so get it out ofJeff Trawick2002-03-141-16/+0
* Update our copyright for this year.Roy T. Fielding2002-03-131-1/+1
* Change apr_proc_detach to take a parameter that can enable/disable automaticAaron Bannert2002-02-211-1/+7