summaryrefslogtreecommitdiff
path: root/include/apr_thread_proc.h
Commit message (Expand)AuthorAgeFilesLines
* API/ABI change, drop return value of apr_thread_exit() which hasjorton2019-07-031-3/+3
* Follow up to r1854123: add a note about synchronous signals and SIGUSR2.ylavic2019-03-081-0/+7
* typo in commenttrawick2013-09-161-1/+1
* Fix doc errors in APR header files.trawick2013-06-251-2/+2
* doc fixessf2012-12-221-2/+2
* more hints on APR_KILL_NEVERtrawick2011-03-141-1/+3
* Fixes various doxygen usage warnings and minor doxygen errors.minfrin2010-01-061-2/+2
* Remove simple ipc because of -1mturk2009-02-241-35/+0
* Add simple parent/child data exchange for APR processesmturk2009-02-211-0/+35
* Add object perms set macros and implement them for shm and mutexmturk2009-02-071-0/+13
* Fix the otherchild API docs to reflect the actual implementation ofjorton2009-01-121-8/+3
* 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