summaryrefslogtreecommitdiff
path: root/threadproc
Commit message (Expand)AuthorAgeFilesLines
...
* stop using deprecated versions of APR_FOPEN_* and APR_FPROT_*Jeff Trawick2014-01-181-1/+2
* Followup on r1481262: use already existingRainer Jung2013-05-111-1/+1
* Use correct pthread constant.Rainer Jung2013-05-111-1/+1
* Add apr_pool_owner_set function to allow use of pool debugging with threadsStefan Fritsch2013-03-235-4/+25
* spelling fixJeff Trawick2012-09-141-2/+2
* release critical section before returning on error pathJeff Trawick2012-08-121-0/+1
* definAtelyJeff Trawick2011-12-121-1/+1
* Clarify what happens to the proc structure used by apr_fork(). Sander Temme2011-11-071-7/+3
* Don't close any of the new stdin/stdout/stderr FDs in the child if itStefan Fritsch2011-10-151-3/+6
* fix declaration of apr_signal_description_get()Jeff Trawick2011-03-191-1/+1
* clean up some low hanging gcc warnings on WinJeff Trawick2011-03-192-1/+2
* Fixed NetWare prototype warnings.Guenter Knauf2011-03-072-5/+4
* Fixed compilation when APR_HAVE_STRUCT_RLIMIT=0.Guenter Knauf2011-03-072-4/+20
* Axed C++ comments.Guenter Knauf2011-02-091-2/+2
* Removed tabs.Guenter Knauf2010-09-011-6/+6
* The Tab Police removed 119 tabs.Guenter Knauf2010-08-031-25/+25
* Fix various issues found by cppcheckStefan Fritsch2010-07-273-9/+9
* OS/2: Clean up a thread's pool when it terminates.Brian Havard2010-04-211-0/+2
* OS/2: Remove all remaining uses of APR_OS2_STATUS macro which has beenBrian Havard2010-04-024-6/+6
* OS/2: Prevent pthread_sigmask() being used on OS/2 by definingBrian Havard2010-03-301-0/+1
* Finish removing apu_config.h[n]w templates, these need synchronization w/unixWilliam A. Rowe Jr2009-12-182-2/+2
* * We need to disable inheritance in the case of success like in theRuediger Pluem2009-06-113-3/+3
* * We need to disable inheritance in the case of success like in theRuediger Pluem2009-06-101-1/+1
* Remove simple ipc because of -1Mladen Turk2009-02-245-341/+1
* Remove ipc init from apr_initialize.Mladen Turk2009-02-234-40/+84
* Although compiles, it doesn't look nice ;)Mladen Turk2009-02-211-1/+1
* Add simple parent/child data exchange for APR processesMladen Turk2009-02-215-0/+296
* Fix typoMladen Turk2009-02-071-1/+1
* Add object perms set macros and implement them for shm and mutexMladen Turk2009-02-075-1/+62
* Clear up this wording a bitWilliam A. Rowe Jr2008-11-231-2/+2
* mplement apr_proc_wait_all_procs for windowsMladen Turk2008-04-171-15/+126
* Check for bogus (negative) signal numbersMartin Kraemer2008-02-011-2/+2
* Simplify handling of z/OS pthread API nuances. Beyond theJeff Trawick2007-11-192-13/+17
* Fix mismatch, using child_err when dealing with stdout.Brian Havard2007-10-311-1/+1
* OS/2: Fix condition for restoring std handles after spawning a process.Brian Havard2007-10-311-6/+15
* Fix build breakage due to syntax errors in threadproc/os2/proc.c.Brian Havard2007-10-301-9/+10
* Fix up a few netware'isms and missing brackets left over from the refactoring.Bradley Nicholes2007-10-161-6/+10
* Backport the std handling improvements to Netware, OS2, BeOS.William A. Rowe Jr2007-10-153-285/+384
* Here's my recommendation; upon opening the pipes, always set the parent-endWilliam A. Rowe Jr2007-10-141-15/+18
* apr_file_dup() varies from dup2 by not setting the child handle asWilliam A. Rowe Jr2007-10-141-12/+30
* Solve two potential problems with one shot.William A. Rowe Jr2007-10-141-77/+66
* With the correction of setting ->timeout = 0 way up in theWilliam A. Rowe Jr2007-10-141-55/+9
* * Remove unnecessary assignment of pool attribute.Ruediger Pluem2007-10-135-5/+0
* apr_procattr_io_set() on Windows: Set pipe handles non-blocking asJeff Trawick2007-10-101-3/+51
* Close the standard handle in the child, *when* we tagged it with fd -1William A. Rowe Jr2007-10-011-3/+3
* Had inverted the logic for closing the handles in the parent, thanks to glasserWilliam A. Rowe Jr2007-10-011-6/+6
* Thanks for catching the unbalanced parens, jerenkrantz.William A. Rowe Jr2007-09-291-3/+3
* Fix compile errors introduced in r580486 due to missing ()s.Justin Erenkrantz2007-09-291-6/+6
* Undo the 'fix' to the unix flaw. Yes, there still are flaws;William A. Rowe Jr2007-09-281-36/+12
* Introduce APR_NO_FILE as an option for any of the three stdio streamsWilliam A. Rowe Jr2007-09-281-21/+68