Return-Path: Delivered-To: apmail-apr-dev-archive@www.apache.org Received: (qmail 62129 invoked from network); 11 Oct 2007 15:54:44 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 11 Oct 2007 15:54:44 -0000 Received: (qmail 32082 invoked by uid 500); 11 Oct 2007 15:53:48 -0000 Delivered-To: apmail-apr-dev-archive@apr.apache.org Received: (qmail 32042 invoked by uid 500); 11 Oct 2007 15:53:48 -0000 Mailing-List: contact dev-help@apr.apache.org; run by ezmlm Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Id: Delivered-To: mailing list dev@apr.apache.org Received: (qmail 32026 invoked by uid 99); 11 Oct 2007 15:53:48 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 11 Oct 2007 08:53:48 -0700 X-ASF-Spam-Status: No, hits=-0.0 required=10.0 tests=SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: domain of trawick@gmail.com designates 66.249.92.169 as permitted sender) Received: from [66.249.92.169] (HELO ug-out-1314.google.com) (66.249.92.169) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 11 Oct 2007 15:53:52 +0000 Received: by ug-out-1314.google.com with SMTP id a2so560949ugf for ; Thu, 11 Oct 2007 08:53:30 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=beta; h=domainkey-signature:received:received:message-id:date:from:to:subject:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; bh=ezBUr1FVvqzCn4A8jWKBlmr7aPGj4DP9Vf1h1SFgieI=; b=FsVhJrCr7hBwZUI2AmhC5E4d+fyLRFnQa/4W4HeaDgb42/UmjxRFgsIH+Ao1gxRwX6uBOtign61/wiPrxUmqdVSJvR0nkiKuteU9KCtNnX0GvcJLrtruYmauWOMMpFhF0U+w886gbtgPU1mQEV7lRYDjj43oXmXCyJHThgypV1U= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=beta; h=received:message-id:date:from:to:subject:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=dNvE7tE4p0RrLVDBO+X8nsBihiBvVepWSGzpeSS8m6Qt6yK5BHSNdyj5CJfMvlOA+1gNunVJSm00BK4X5zXcrhHGKgaONJcmJqBm0fj4oYH0hcjVVFpHxZ/BpsqVdLNJWZHejZogfWNVcBzCLf0HVM7EHxy/K17XiJIK8UULLpk= Received: by 10.78.183.8 with SMTP id g8mr1569882huf.1192118010290; Thu, 11 Oct 2007 08:53:30 -0700 (PDT) Received: by 10.78.186.1 with HTTP; Thu, 11 Oct 2007 08:53:30 -0700 (PDT) Message-ID: Date: Thu, 11 Oct 2007 11:53:30 -0400 From: "Jeff Trawick" To: dev@apr.apache.org Subject: Re: PR43563 patch for writes to non-blocking pipes on Windows In-Reply-To: <1404e5910710110819u2371f7f9ta66814f5d4d5f8ae@mail.gmail.com> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline References: <1404e5910710080853l21343044sdd5666b3b3f46823@mail.gmail.com> <1404e5910710110819u2371f7f9ta66814f5d4d5f8ae@mail.gmail.com> X-Virus-Checked: Checked by ClamAV on apache.org On 10/11/07, Eric Covener wrote: > On 10/10/07, Jeff Trawick wrote: > > It's in trunk now. > > > > Do you have a patch for the 1.2.x branch, which has diverged with the > > segregation of APR_NO_FILE? > > http://people.apache.org/~covener/1.2.x-win32-pipetimeout.diff thanks; committed to 1.2.x with r583860