summaryrefslogtreecommitdiff
path: root/threadproc
Commit message (Expand)AuthorAgeFilesLines
* Fix bug in Win32 ap_get_os_proc() (it was already fixed in the Unix side...).stoddard2000-01-281-3/+2
* Fix more funky indentingstoddard2000-01-281-6/+6
* Fix some return codes and leave the new process handle open. In general,stoddard2000-01-281-6/+3
* Cleanup funky indentingstoddard2000-01-281-7/+5
* OS/2: Use native API for process waits.bjh2000-01-101-18/+13
* Use always ap_signal() in APR to avoid redefining the system call signal()sascha1999-12-312-2/+2
* Fix the build process for APR. There is no reason to build each libraryrbb1999-12-201-9/+8
* The compiler for PowerPC versions of BeOS is about as pedantic asdreid1999-12-191-4/+3
* Adapt to change where arg[0] to ap_create_process() now contains thebjh1999-12-191-1/+2
* Fix create_process on Win32.i CGI's work now.rbb1999-12-161-2/+17
* Update the BeOS files to use a single header.dreid1999-12-157-29/+7
* Update the proc routines for BeOS. CGI is still hosed though :-(dreid1999-12-151-16/+50
* Fix process creation on Windows. We need to pretty much always provide absoluterbb1999-12-151-3/+47
* Make APR compile on Windows again. The changes that I introduced forrbb1999-12-091-1/+1
* Cleanup some mistakes I made. We are now configuring the APR_HAS_FOOrbb1999-12-061-1/+1
* Fix the logic in blocking vs non-blocking pipes to children. It onlyrbb1999-12-038-83/+71
* Helps to switch on the right variable.rbb1999-12-021-2/+2
* We may not always want to make the pipes between processes non-blocking.rbb1999-12-021-1/+28
* Fix a couple of warnings that were caused by the APR leak problem. Theserbb1999-12-021-0/+1
* Plug some memory leaks, and eliminate a little redundant code.manoj1999-11-051-3/+4
* Now that CGI works tidy up the files that support it.dreid1999-11-041-17/+7
* Fix memory leaks in the Unix portions of APR.manoj1999-11-041-6/+8
* Thanks to Manuel J Petit de Gabriel for finding the problem withdreid1999-11-031-0/+4
* This allows ap_create_process to work again...dreid1999-11-031-5/+4
* Some fixes for OS/2 process creation:bjh1999-11-031-11/+18
* Fix yet another APR bug. This one caused sporadic CGI failures.manoj1999-11-032-0/+2
* This primarily updates some dependancies and fixes a small problemdreid1999-11-021-0/+30
* Fix bug exposed when no arg list is passed into ap_create_process.stoddard1999-11-011-1/+1
* Remake the unix dependencies.manoj1999-10-301-22/+18
* OS/2: Put support for detached processes back into ap_create_process(),bjh1999-10-261-1/+4
* OS/2: Make ap_create_process() work with scripts, allowing mod_cgi to workbjh1999-10-261-26/+148
* The rest of the changes for BeOS the process change I made tonight.dreid1999-10-221-0/+1
* Fiz a small problem with the thread_id not being returned by correctlydreid1999-10-222-6/+5
* Modify APR so that if we build without threads, we do not create no-oprbb1999-10-214-155/+16
* Fix mod_cgi so it works on Unix systems. We need to be VERY carefulrbb1999-10-201-1/+4
* OS/2: Add ap_get_os_proc().bjh1999-10-191-0/+11
* OS/2: Update dependenciesbjh1999-10-181-4/+3
* Fix typostoddard1999-10-171-1/+1
* Fix some problems caused by the parameter swap merges.rbb1999-10-161-12/+1
* Fix a bug in the logic to set/get userdata from ALL apr types. I haverbb1999-10-158-17/+28
* OS/2: Fix a warning and parameter order to ap_create_threadattr()bjh1999-10-141-1/+2
* OS/2: Add some 'const's to match prototypes.bjh1999-10-141-3/+2
* Add the process routines that BeOS was missing. Also bring BeOSdreid1999-10-131-2/+72
* ap_create_process was ignoring the program name passed in on the call.stoddard1999-10-121-78/+106
* More argument swaps...stoddard1999-10-121-2/+2
* I think this is an obsolete function...stoddard1999-10-121-7/+7
* This finishes the argument swaps. The docs haven't been updated, andrbb1999-10-1118-95/+104
* OS/2: Implement detached processes & fix some parameter ordering.bjh1999-10-112-8/+17
* Make Apache use the new ap_create_process call. This is the first of arbb1999-10-111-5/+92
* Fixing a couple of small bugs in the beos code.dreid1999-10-101-1/+1