Re: cvs commit: apache-2.0/src/lib/apr/threadproc/win32 proc.c

2000-01-28 Thread rbb
> Fix some return codes and leave the new process handle open. In general, > the parent process should explicitly close the handle if it does not need > it. And Apache requires the handle for free_proc_chain clean-up processing. > > Revision ChangesPath >if (CreateProcess(NU

cvs commit: apache-2.0/src/lib/apr/threadproc/win32 proc.c

2000-01-28 Thread stoddard
stoddard00/01/27 20:22:01 Modified:src/lib/apr/lib apr_pools.c src/lib/apr/threadproc/win32 proc.c Log: Fix bug in Win32 ap_get_os_proc() (it was already fixed in the Unix side...). Close process handle in free_proc_chain. Revision ChangesPath 1.31 +

cvs commit: apache-2.0/src/lib/apr/threadproc/win32 proc.c

2000-01-28 Thread stoddard
stoddard00/01/27 18:24:16 Modified:src/lib/apr/threadproc/win32 proc.c Log: Fix some return codes and leave the new process handle open. In general, the parent process should explicitly close the handle if it does not need it. And Apache requires the handle for free_proc_chain cl

cvs commit: apache-2.0/src/lib/apr/threadproc/win32 proc.c

1999-12-16 Thread rbb
rbb 99/12/16 05:14:57 Modified:src/lib/apr/threadproc/win32 proc.c Log: Fix create_process on Win32.i CGI's work now. Submitted by: Allan Edwards Reviewed by: Ryan Bloom Revision ChangesPath 1.14 +17 -2 apache-2.0/src/lib/apr/threadproc/win32/proc.c

cvs commit: apache-2.0/src/lib/apr/threadproc/win32 proc.c

1999-12-15 Thread rbb
rbb 99/12/14 17:15:31 Modified:src/lib/apr/threadproc/win32 proc.c Log: Fix process creation on Windows. We need to pretty much always provide absolute paths instead of relative paths when we want to specify a new directory. Submitted by: Allan Edwards Reviewed by: Ryan

cvs commit: apache-2.0/src/lib/apr/threadproc/win32 proc.c

1999-11-01 Thread stoddard
stoddard99/11/01 12:02:42 Modified:src/lib/apr/threadproc/win32 proc.c Log: Fix bug exposed when no arg list is passed into ap_create_process. Revision ChangesPath 1.12 +1 -1 apache-2.0/src/lib/apr/threadproc/win32/proc.c Index: proc.c ===

cvs commit: apache-2.0/src/lib/apr/threadproc/win32 proc.c

1999-10-17 Thread stoddard
stoddard99/10/16 18:27:19 Modified:src/lib/apr/threadproc/win32 proc.c Log: Fix typo Revision ChangesPath 1.11 +1 -1 apache-2.0/src/lib/apr/threadproc/win32/proc.c Index: proc.c === RCS fil

cvs commit: apache-2.0/src/lib/apr/threadproc/win32 proc.c

1999-10-16 Thread rbb
rbb 99/10/16 13:52:33 Modified:src/lib/apr/threadproc/win32 proc.c Log: Fix some problems caused by the parameter swap merges. Revision ChangesPath 1.10 +1 -12 apache-2.0/src/lib/apr/threadproc/win32/proc.c Index: proc.c ===

cvs commit: apache-2.0/src/lib/apr/threadproc/win32 proc.c

1999-10-12 Thread stoddard
stoddard99/10/12 12:14:04 Modified:src/lib/apr/threadproc/win32 proc.c Log: ap_create_process was ignoring the program name passed in on the call. Fix some alignment problems. Revision ChangesPath 1.8 +105 -77 apache-2.0/src/lib/apr/threadproc/win32/proc.c

cvs commit: apache-2.0/src/lib/apr/threadproc/win32 proc.c

1999-10-12 Thread stoddard
stoddard99/10/11 18:09:55 Modified:src/lib/apr aprlib.def src/lib/apr/threadproc/win32 proc.c Log: I think this is an obsolete function... Revision ChangesPath 1.3 +1 -1 apache-2.0/src/lib/apr/aprlib.def Index: aprlib.def =

cvs commit: apache-2.0/src/lib/apr/threadproc/win32 proc.c thread.c threadpriv.c

1999-10-04 Thread stoddard
stoddard99/10/04 15:37:21 Modified:src/lib/apr/time/win32 time.c access.c src/lib/apr/threadproc/win32 proc.c thread.c threadpriv.c Log: Ryan's last patch to change argument order missed a few Win32 APR funcs. Revision ChangesPath 1.3 +3 -3 apach

cvs commit: apache-2.0/src/lib/apr/threadproc/win32 proc.c thread.c threadpriv.c

1999-09-22 Thread stoddard
stoddard99/09/22 10:46:05 Modified:src/lib/apr/threadproc/win32 proc.c thread.c threadpriv.c Log: Make threadproc compile on Win32 Revision ChangesPath 1.2 +5 -4 apache-2.0/src/lib/apr/threadproc/win32/proc.c Index: proc.c ===