Python bindings: core.Stream missing close method?

2014-08-19 Thread Alexey Neyman
Hi, It looks like the core.Stream class does not close the underlying streams. It does save reference to a svn_stream_t wrapper in self._stream, but does not call svn_stream_close() on its own deletion, nor does the auto-generated svn_stream_t class do so. Obviously, it can be closed by callin

Re: [VOTE] Merge svn-auth-x509 branch to trunk?

2014-08-19 Thread Ben Reser
On 8/8/14 1:14 AM, Ben Reser wrote: > On 8/5/14 10:49 PM, Ben Reser wrote: >> I believe the svn-auth-x509 branch is ready to be merged to trunk. There is >> no >> BRANCH-README so I'll briefly explain the purpose of the branch. > > Cleaned up several warnings based on feedback from Ivan and thin

Re: svn commit: r1618880 - in /subversion/trunk/notes/api-errata/1.9: ./ fs001.txt

2014-08-19 Thread Stefan Fuhrmann
On Tue, Aug 19, 2014 at 5:17 PM, Bert Huijben wrote: > > > > -Original Message- > > From: stef...@apache.org [mailto:stef...@apache.org] > > Sent: dinsdag 19 augustus 2014 16:59 > > To: comm...@subversion.apache.org > > Subject: svn commit: r1618880 - in > /subversion/trunk/notes/api-erra

RE: svn commit: r1618880 - in /subversion/trunk/notes/api-errata/1.9: ./ fs001.txt

2014-08-19 Thread Bert Huijben
> -Original Message- > From: stef...@apache.org [mailto:stef...@apache.org] > Sent: dinsdag 19 augustus 2014 16:59 > To: comm...@subversion.apache.org > Subject: svn commit: r1618880 - in /subversion/trunk/notes/api-errata/1.9: ./ > fs001.txt > > Author: stefan2 > Date: Tue Aug 19 14:58:

RE: svn commit: r1618860 - in /subversion/trunk: build.conf subversion/svn-bench/ tools/client-side/svn-bench/

2014-08-19 Thread Bert Huijben
> -Original Message- > From: Ben Reser [mailto:b...@reser.org] > Sent: dinsdag 19 augustus 2014 15:56 > To: dev@subversion.apache.org; Stefan Fuhrmann > Cc: comm...@subversion.apache.org > Subject: Re: svn commit: r1618860 - in /subversion/trunk: build.conf > subversion/svn-bench/ tools/c

Re: svn commit: r1618860 - in /subversion/trunk: build.conf subversion/svn-bench/ tools/client-side/svn-bench/

2014-08-19 Thread Ben Reser
On 8/19/14 2:40 PM, C. Michael Pilato wrote: > Define "published". I don't see svn-bench installed on my Subversion > 1.8 system. We renamed "mucc" to "svnmucc" when we promoted it to > first-class binary status after it had already been "published" in the > 'tools' area in *several* minor releas

Re: [PATCH] Add a configuration option to disable HTTP pipelining.

2014-08-19 Thread Mark Phippard
On Tue, Aug 19, 2014 at 9:53 AM, Lieven Govaerts wrote: > On Tue, Aug 19, 2014 at 2:34 PM, Mark Phippard wrote: > > On Tue, Aug 19, 2014 at 9:25 AM, Lieven Govaerts wrote: > > > >> There's a bug in OpenSSL's SSL renegotiation algorithm. When it's > >> initiated by the server to request a clien

Re: [PATCH] Add a configuration option to disable HTTP pipelining.

2014-08-19 Thread Lieven Govaerts
On Tue, Aug 19, 2014 at 2:34 PM, Mark Phippard wrote: > On Tue, Aug 19, 2014 at 9:25 AM, Lieven Govaerts wrote: > >> There's a bug in OpenSSL's SSL renegotiation algorithm. When it's >> initiated by the server to request a client certificate, it'll fail >> when on the connection pipelined reques

Re: svn commit: r1618860 - in /subversion/trunk: build.conf subversion/svn-bench/ tools/client-side/svn-bench/

2014-08-19 Thread C. Michael Pilato
On 08/19/2014 09:27 AM, Stefan Fuhrmann wrote: > On Tue, Aug 19, 2014 at 3:19 PM, C. Michael Pilato > wrote: > > On 08/19/2014 09:12 AM, stef...@apache.org > wrote: > > Author: stefan2 > > Date: Tue Aug 19 13:12:48 2014 >

Re: [PATCH] Add a configuration option to disable HTTP pipelining.

2014-08-19 Thread Mark Phippard
On Tue, Aug 19, 2014 at 9:25 AM, Lieven Govaerts wrote: There's a bug in OpenSSL's SSL renegotiation algorithm. When it's > initiated by the server to request a client certificate, it'll fail > when on the connection pipelined requests are incoming at the server > side. > > Short summary of the

Re: svn commit: r1618860 - in /subversion/trunk: build.conf subversion/svn-bench/ tools/client-side/svn-bench/

2014-08-19 Thread Stefan Fuhrmann
On Tue, Aug 19, 2014 at 3:19 PM, C. Michael Pilato wrote: > On 08/19/2014 09:12 AM, stef...@apache.org wrote: > > Author: stefan2 > > Date: Tue Aug 19 13:12:48 2014 > > New Revision: 1618860 > > > > URL: http://svn.apache.org/r1618860 > > Log: > > Move svn-bench from ./tools into ./subversion. >

[PATCH] Add a configuration option to disable HTTP pipelining.

2014-08-19 Thread Lieven Govaerts
Hi, attached patch adds a new configuration flag to disable HTTP pipelining. There's a bug in OpenSSL's SSL renegotiation algorithm. When it's initiated by the server to request a client certificate, it'll fail when on the connection pipelined requests are incoming at the server side. Short su

Re: svn commit: r1618860 - in /subversion/trunk: build.conf subversion/svn-bench/ tools/client-side/svn-bench/

2014-08-19 Thread C. Michael Pilato
On 08/19/2014 09:12 AM, stef...@apache.org wrote: > Author: stefan2 > Date: Tue Aug 19 13:12:48 2014 > New Revision: 1618860 > > URL: http://svn.apache.org/r1618860 > Log: > Move svn-bench from ./tools into ./subversion. > > * tools/client-side/svn-bench: Move from here to ... > * subversion/svn-

Moving some of our tools to "main" subversion

2014-08-19 Thread Stefan Fuhrmann
Hi there, At the SHF hackathon, we talked what tools should be installed by default and which should be part of tools. We decided to make * svn-bench (reported as useful in the field) and * svnfsfs (disaster recovery tools should be available by default) part of the standard set of binaries. Th

Re: [serf-dev] Plan to release serf 1.4.0 (+ TODO list)

2014-08-19 Thread Lieven Govaerts
On Thu, Jun 26, 2014 at 1:14 PM, Ivan Zhakov wrote: > On 22 June 2014 14:13, Lieven Govaerts wrote: >> Hi, >> >> >> I propose we start planning a serf 1.4 release. >> >> Serf trunk has some features that will be used in the upcoming >> Subversion 1.9, so I'd like to get 1.4 out when the Subversio