summaryrefslogtreecommitdiff
path: root/include/apr_thread_proc.h
Commit message (Expand)AuthorAgeFilesLines
* apr_thread: Follow up to r1897207: Provide apr_thread_current_after_fork().Yann Ylavic2022-01-251-1/+7
* apr_thread: Follow up to r1897207: Make APR_HAS_THREAD_LOCAL a boolean..Yann Ylavic2022-01-251-3/+7
* apr_thread: Use compiler's TLS to track the current apr_thread_t's pointer.Yann Ylavic2022-01-191-0/+37
* API/ABI change, drop return value of apr_thread_exit() which hasJoe Orton2019-07-031-3/+3
* Follow up to r1854123: add a note about synchronous signals and SIGUSR2.Yann Ylavic2019-03-081-0/+7
* typo in commentJeff Trawick2013-09-161-1/+1
* Fix doc errors in APR header files.Jeff Trawick2013-06-251-2/+2
* doc fixesStefan Fritsch2012-12-221-2/+2
* more hints on APR_KILL_NEVERJeff Trawick2011-03-141-1/+3
* Fixes various doxygen usage warnings and minor doxygen errors.Graham Leggett2010-01-061-2/+2
* Remove simple ipc because of -1Mladen Turk2009-02-241-35/+0
* Add simple parent/child data exchange for APR processesMladen Turk2009-02-211-0/+35
* Add object perms set macros and implement them for shm and mutexMladen Turk2009-02-071-0/+13
* Fix the otherchild API docs to reflect the actual implementation ofJoe Orton2009-01-121-8/+3
* 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