summaryrefslogtreecommitdiff
path: root/threadproc
Commit message (Expand)AuthorAgeFilesLines
* ucs2 is a legacy name, the correct encoding nameswrowe2019-10-291-26/+19
* * threadproc/win32/thread.civan2019-10-221-10/+1
* apr_proc_create(): Properly escape arguments containing whitespace charactersivan2019-10-151-6/+86
* Refactoring. No functional changes intended.ivan2019-10-151-15/+35
* * threadproc/win32/proc.civan2019-09-091-7/+5
* * threadproc/win32/proc.civan2019-09-091-35/+18
* * threadproc/win32/proc.c: Remove Windows CE and non-unicode code.ivan2019-07-101-217/+93
* API/ABI change, drop return value of apr_thread_exit() which hasjorton2019-07-035-14/+6
* Use native one-time initialization [1] to implement apr_thread_once_t onivan2019-05-191-4/+24
* Use API constant instead of magic number.ivan2019-05-131-1/+1
* Signals: Allow handling of SIGUSR2 in apr_signal_thread.ylavic2019-02-221-6/+0
* apr_crypto: follow up to r1833359: better cprng_stream_bytes() semantics.ylavic2018-06-281-2/+2
* apr_crypto: follow up to r1833359: improve CPRNGs fork()ing.ylavic2018-06-271-2/+15
* Follow up to r1833359: apr_crypto_prng_after_fork() can now use a PID.ylavic2018-06-121-1/+1
* Cryptographic Pseudo Random Number Generator (CPRNG).ylavic2018-06-111-0/+4
* Use 'apr_pstrmemdup' instead of 'apr_pstrndup' when applicable in order to sa...jailletc362015-10-241-3/+3
* Fixed indent - no code change.fuankg2014-07-161-12/+11
* Fixed type; fixed comments.fuankg2014-07-161-4/+4
* stop using deprecated versions of APR_FOPEN_* and APR_FPROT_*trawick2014-01-181-1/+2
* Followup on r1481262: use already existingrjung2013-05-111-1/+1
* Use correct pthread constant.rjung2013-05-111-1/+1
* Add apr_pool_owner_set function to allow use of pool debugging with threadssf2013-03-235-4/+25
* spelling fixtrawick2012-09-141-2/+2
* release critical section before returning on error pathtrawick2012-08-121-0/+1
* definAtelytrawick2011-12-121-1/+1
* Clarify what happens to the proc structure used by apr_fork(). sctemme2011-11-071-7/+3
* Don't close any of the new stdin/stdout/stderr FDs in the child if itsf2011-10-151-3/+6
* fix declaration of apr_signal_description_get()trawick2011-03-191-1/+1
* clean up some low hanging gcc warnings on Wintrawick2011-03-192-1/+2
* Fixed NetWare prototype warnings.fuankg2011-03-072-5/+4
* Fixed compilation when APR_HAVE_STRUCT_RLIMIT=0.fuankg2011-03-072-4/+20
* Axed C++ comments.fuankg2011-02-091-2/+2
* Removed tabs.fuankg2010-09-011-6/+6
* The Tab Police removed 119 tabs.fuankg2010-08-031-25/+25
* Fix various issues found by cppchecksf2010-07-273-9/+9
* OS/2: Clean up a thread's pool when it terminates.bjh2010-04-211-0/+2
* OS/2: Remove all remaining uses of APR_OS2_STATUS macro which has beenbjh2010-04-024-6/+6
* OS/2: Prevent pthread_sigmask() being used on OS/2 by definingbjh2010-03-301-0/+1
* Finish removing apu_config.h[n]w templates, these need synchronization w/unixwrowe2009-12-182-2/+2
* * We need to disable inheritance in the case of success like in therpluem2009-06-113-3/+3
* * We need to disable inheritance in the case of success like in therpluem2009-06-101-1/+1
* Remove simple ipc because of -1mturk2009-02-245-341/+1
* Remove ipc init from apr_initialize.mturk2009-02-234-40/+84
* Although compiles, it doesn't look nice ;)mturk2009-02-211-1/+1
* Add simple parent/child data exchange for APR processesmturk2009-02-215-0/+296
* Fix typomturk2009-02-071-1/+1
* Add object perms set macros and implement them for shm and mutexmturk2009-02-075-1/+62
* Clear up this wording a bitwrowe2008-11-231-2/+2
* mplement apr_proc_wait_all_procs for windowsmturk2008-04-171-15/+126
* Check for bogus (negative) signal numbersmartin2008-02-011-2/+2