summaryrefslogtreecommitdiff
path: root/include/apr_thread_proc.h
Commit message (Expand)AuthorAgeFilesLines
* revert unintended change to this file in r1084323trawick2011-03-221-3/+1
* grab some Windows/MinGW code tweaks from trunk for quieter gcc buildstrawick2011-03-221-1/+3
* Fixes various doxygen usage warnings and minor doxygen errors.minfrin2010-01-061-2/+2
* Note an anomoly that was probably not intended.wrowe2007-10-141-0/+9
* Enhance our file_io in APR 1.3 with apr_file_pipe_create_ex(),wrowe2007-10-141-2/+7
* Redundant commit to remove redundancy.wrowe2007-10-011-1/+1
* Clearer comment. (Well, I think it's clearer :)wrowe2007-10-011-5/+7
* Introduce APR_NO_FILE as an option for any of the three stdio streamswrowe2007-09-281-5/+6
* Introduce APR_NO_FILE as an option for any of the three stdio streamswrowe2007-09-281-0/+9
* Fix the typo.jorton2006-08-031-1/+1
* Update license header.jorton2006-08-031-6/+6
* fix typojwoolley2005-05-261-1/+1
* Update copyright year to 2005 and standardize on current copyright owner line.jerenkrantz2005-02-041-1/+2
* Added apr_procattr_user_set and apr_procattr_group_set to allow setting uid/g...mturk2005-01-161-0/+21
* fix a dangling commatrawick2004-06-231-1/+1
* Add command type APR_SHELLCMD_ENV for creating a processtrawick2004-06-231-3/+6
* indicate that default on address space differs among platformstrawick2004-06-151-1/+2
* * threadproc/unix/thread.c (apr_threadattr_detach_set): Fix for Mac OSjorton2004-06-141-3/+5
* Fixed typo in API descriptionclar2004-06-141-1/+1
* Added new APR API to load child process in current or new address space (NetW...clar2004-06-141-3/+9
* Added NetWare specific option in apr_cmdtype_e to start program in a separate...clar2004-06-111-4/+7
* Add apr_threadattr_guardsize_set function, which allows changingjorton2004-06-101-0/+13
* * include/apr_thread_proc.h: apr_proc_create() API clarification.jorton2004-06-041-6/+8
* * include/apr_thread_proc.h: Fix copy'n'past'o.jorton2004-05-271-1/+1
* Add apr_threadattr_stacksize_set() for overriding the defaulttrawick2004-03-011-0/+8
* Relicense APR under Apache License, Version 2.0jerenkrantz2004-02-131-49/+10
* Drop deprecated apr_proc_{...} functions with detailed CHANGES notes.wrowe2003-11-201-14/+0
* Document apr_proc_fork()'s return values.ben2003-11-031-0/+2
* tweak a comment to better describe what APR_SHELLCMD can handletrawick2003-06-191-1/+1
* Rebalance our exposed headers such that everything is nested properlywrowe2003-03-051-28/+42
* Even if the build doesn't support OTHER_CHILD functionality, we still need thebnicholes2003-03-041-2/+0
* Brad Nicholes points out that I unconditionally stubbed the functionswrowe2003-03-031-2/+4
* Better documentation of what/how/where we deal with hproc, and note a realwrowe2003-02-271-2/+9
* Several good changes. We replaced the following functions:wrowe2003-02-241-19/+51
* add apr_procattr_error_check_set() for telling apr_proc_create() totrawick2003-02-071-0/+14
* Allow apr_proc_create() to call an app-provided error reportingtrawick2003-02-061-0/+25
* fix a typo in a commenttrawick2003-02-041-1/+1
* Update copyright notices to 2003.thommay2003-01-011-1/+1
* Go through doxygen output and remove as many errors and warnings as I could.jerenkrantz2002-11-101-4/+11
* added support for changing the limit on file descriptors per processbrianp2002-07-091-0/+3
* systems where sigsuspend() is used in lieu of sigwait() needtrawick2002-04-111-2/+2
* Address several issues. c_is_fnchar must be namespace protected [forwrowe2002-03-221-3/+9
* Move the kill_conditions enum in apr_thread_proc.h into thetrawick2002-03-141-13/+13
* struct process_chain is not part of the API, so get it out oftrawick2002-03-141-16/+0
* Update our copyright for this year.fielding2002-03-131-1/+1
* Change apr_proc_detach to take a parameter that can enable/disable automaticaaron2002-02-211-1/+7
* some more Doxygen goodnessianh2002-02-151-0/+12
* Add a couple new command types to process creation:gstein2002-01-281-8/+25
* Convert apr_thread_exit(..., apr_status_t *retval) toaaron2001-12-271-1/+1
* Fix up this declaration.orlikowski2001-11-271-1/+1