Re: Just tagged the tree.

2001-10-16 Thread Justin Erenkrantz
On Mon, Oct 15, 2001 at 10:09:38PM -0700, Ryan Bloom wrote: Based on the fact that the server is passing the test suite for the first time in weeks, I have just tagged the tree with APACHE_2_0_26. Please test this tag. If nobody reports any problems, I will roll tarballs in a few days.

Re: [PATCH] Re: cvs commit: apr/threadproc/unix proc.c

2001-10-16 Thread Ryan Bloom
On Monday 15 October 2001 10:38 am, Jeff Trawick wrote: I seriously doubt that we want to extend the apr_proc_t type anymore. Having this type be complete has caused Windows to have to jump through hoops to keep track of processes correctly, and adding more to it is a mistake IMO. Also, I would

Re: [PATCH]: support for qnx6

2001-10-16 Thread Jeff Trawick
[EMAIL PROTECTED] (J.T. Conklin) writes: Enclosed are changes which add support for QNX 6 targets which I did as part of porting subversion to that environment. just committed... -- Jeff Trawick | [EMAIL PROTECTED] | PGP public key at web site:

Re: [PATCH] Pipes on Win32 (fix resource leaks)

2001-10-16 Thread Jeff Trawick
Costello, Tim [EMAIL PROTECTED] writes: Hi, I hope this is the right list/forum for this message - apologies in advance if it isn't. I'm writing to submit two patches against the current CVS tree for APR to fix a couple of resource leaks. This is definitely the right list. I'll commit

Re: [PATCH] Re: cvs commit: apr/threadproc/unix proc.c

2001-10-16 Thread Kevin Pilch-Bisson
On Tue, Oct 16, 2001 at 08:41:35AM -0400, Jeff Trawick wrote: Ryan Bloom [EMAIL PROTECTED] writes: On Monday 15 October 2001 10:38 am, Jeff Trawick wrote: I seriously doubt that we want to extend the apr_proc_t type anymore. Having this type be complete has caused Windows to have

Mod-ssl and latest tree and Win2K.

2001-10-16 Thread P. Dwayne Miller
I can not seem to get the latest tree to work with SSL. Everything seems to compile okay, but... when I run apache.exe, where it used to ask twice for the passphrase (1.3.20), it only asks once. And, any attempt to load a page results in one of the apache processes chewing about 50-80% CPU,

Fwd: Mod-ssl and latest tree and Win2K.

2001-10-16 Thread Ryan Bloom
Forwarding to the Apache dev list. On Tuesday 16 October 2001 05:20 am, P. Dwayne Miller wrote: I can not seem to get the latest tree to work with SSL. Everything seems to compile okay, but... when I run apache.exe, where it used to ask twice for the passphrase (1.3.20), it only asks once.

Re: [PATCH] Re: cvs commit: apr/threadproc/unix proc.c

2001-10-16 Thread Jeff Trawick
Ryan Bloom [EMAIL PROTECTED] writes: I would also get rid of the native exit code. This is a real pain. Unfortunately, I only felt it and didn't have any concrete examples until I got mostly done with a new patch :) Consider the logic in Apache to see if a core dump occurred. This isn't a

Re: [PATCH] win32/locks.c - Terminal Services on WIN2K

2001-10-16 Thread William A. Rowe, Jr.
From: Mladen Turk [EMAIL PROTECTED] Sent: Tuesday, October 16, 2001 1:13 PM Hi, Here is the patch that deals with the strange things that took me almost a week to solve. I've build a service that created a lock an everything worked fine until I run it using terminal services on WIN2K,

RE: [PATCH] win32/locks.c - Terminal Services on WIN2K

2001-10-16 Thread Mladen Turk
-Original Message- Mladen, we try to cite KB article numbers on items like this. Do you have a reference for the comments??? From MSDN April 2001. Platform SDK: DLL, Processes, and Threads CreateMutex The CreateMutex function creates or opens a named or unnamed mutex

[PATCH] win32/locks.c - Terminal Services on WIN2K

2001-10-16 Thread Mladen Turk
Hi, Here is the patch that deals with the strange things that took me almost a week to solve. I've build a service that created a lock an everything worked fine until I run it using terminal services on WIN2K, (thanks to MSDN here is the solution). Don't see any reason why someone would use