buildbot success in ASF Buildbot on serf-x64-macosx

2015-11-04 Thread buildbot
The Buildbot has detected a restored build on builder serf-x64-macosx while building ASF Buildbot. Full details are available at: http://ci.apache.org/builders/serf-x64-macosx/builds/225 Buildbot URL: http://ci.apache.org/ Buildslave for this Build: svn-x64-macosx-dgvrs Build Reason: The

svn commit: r1712641 - /serf/trunk/buckets/mmap_buckets.c

2015-11-04 Thread rhuijben
Author: rhuijben Date: Wed Nov 4 20:48:57 2015 New Revision: 1712641 URL: http://svn.apache.org/viewvc?rev=1712641=rev Log: Fix a bunch of warnings by storing the remaining size of a memory mapped region as apr_size_t instead of apr_off_t. * buckets/mmap_buckets.c (mmap_context_t): Make

svn commit: r1712648 - /serf/trunk/buckets/mmap_buckets.c

2015-11-04 Thread rhuijben
Author: rhuijben Date: Wed Nov 4 20:58:05 2015 New Revision: 1712648 URL: http://svn.apache.org/viewvc?rev=1712648=rev Log: Following up on r1712641, add some error checking and revert some accidentally removed code that had multiple functions. * buckets/mmap_buckets.c (serf_mmap_read): Add

buildbot failure in ASF Buildbot on serf-windows

2015-11-04 Thread buildbot
The Buildbot has detected a new failure on builder serf-windows while building ASF Buildbot. Full details are available at: http://ci.apache.org/builders/serf-windows/builds/238 Buildbot URL: http://ci.apache.org/ Buildslave for this Build: svn-w2k3-ra Build Reason: The AnyBranchScheduler

buildbot failure in ASF Buildbot on serf-x64-macosx-apr1.5

2015-11-04 Thread buildbot
The Buildbot has detected a new failure on builder serf-x64-macosx-apr1.5 while building ASF Buildbot. Full details are available at: http://ci.apache.org/builders/serf-x64-macosx-apr1.5/builds/207 Buildbot URL: http://ci.apache.org/ Buildslave for this Build: svn-x64-macosx-dgvrs Build

buildbot failure in ASF Buildbot on serf-x64-macosx

2015-11-04 Thread buildbot
The Buildbot has detected a new failure on builder serf-x64-macosx while building ASF Buildbot. Full details are available at: http://ci.apache.org/builders/serf-x64-macosx/builds/224 Buildbot URL: http://ci.apache.org/ Buildslave for this Build: svn-x64-macosx-dgvrs Build Reason: The

buildbot failure in ASF Buildbot on serf-x64-macosx-apr2.0-dev

2015-11-04 Thread buildbot
The Buildbot has detected a new failure on builder serf-x64-macosx-apr2.0-dev while building ASF Buildbot. Full details are available at: http://ci.apache.org/builders/serf-x64-macosx-apr2.0-dev/builds/202 Buildbot URL: http://ci.apache.org/ Buildslave for this Build: svn-x64-macosx-dgvrs

buildbot success in ASF Buildbot on serf-x64-macosx-apr1.5

2015-11-04 Thread buildbot
The Buildbot has detected a restored build on builder serf-x64-macosx-apr1.5 while building ASF Buildbot. Full details are available at: http://ci.apache.org/builders/serf-x64-macosx-apr1.5/builds/208 Buildbot URL: http://ci.apache.org/ Buildslave for this Build: svn-x64-macosx-dgvrs Build

buildbot success in ASF Buildbot on serf-sparc64-solaris

2015-11-04 Thread buildbot
The Buildbot has detected a restored build on builder serf-sparc64-solaris while building ASF Buildbot. Full details are available at: http://ci.apache.org/builders/serf-sparc64-solaris/builds/204 Buildbot URL: http://ci.apache.org/ Buildslave for this Build: svn-sparc-solaris Build

svn commit: r1712694 - /serf/trunk/connection_request.c

2015-11-04 Thread rhuijben
Author: rhuijben Date: Thu Nov 5 00:29:38 2015 New Revision: 1712694 URL: http://svn.apache.org/viewvc?rev=1712694=rev Log: Combine a bit of cleanup code for explicit cleanup and that via the cleanup pools. * connection_request.c (clean_resp): Introduce a bit of cleanup code here.

svn commit: r1712718 - /serf/trunk/buckets/allocator.c

2015-11-04 Thread ivan
Author: ivan Date: Thu Nov 5 07:40:58 2015 New Revision: 1712718 URL: http://svn.apache.org/viewvc?rev=1712718=rev Log: Add another diagnostic macro SERF__DEBUG_USE_AFTER_FREE to detect usage of bucket allocator after it destroyed by pool cleanup. * buckets/allocator.c

svn commit: r1712717 - in /serf/trunk/test: test_ssl.c test_util.c

2015-11-04 Thread ivan
Author: ivan Date: Thu Nov 5 07:30:14 2015 New Revision: 1712717 URL: http://svn.apache.org/viewvc?rev=1712717=rev Log: Use test__create_bucket_allocator() in few more places for better unfreed memory diagnostic. * test/test_ssl.c (test_ssl_init): Use test__create_bucket_allocator() instead

svn commit: r1712621 - in /serf/trunk: buckets/aggregate_buckets.c outgoing.c serf_bucket_types.h ssltunnel.c

2015-11-04 Thread rhuijben
Author: rhuijben Date: Wed Nov 4 19:51:54 2015 New Revision: 1712621 URL: http://svn.apache.org/viewvc?rev=1712621=rev Log: In preparation for really fixing the root cause revert the ostream_tail creation to use a normal aggregate stream which does destroy the buckets added to it when done. This

svn commit: r1712628 - in /serf/trunk: connection_request.c outgoing.c

2015-11-04 Thread rhuijben
Author: rhuijben Date: Wed Nov 4 20:13:34 2015 New Revision: 1712628 URL: http://svn.apache.org/viewvc?rev=1712628=rev Log: Following up on r1712622, consistently assume that the bucket is now owned by the output stream as soon as writing_started is set. * connection_request.c (clean_resp,

Re: svn commit: r1712559 - /serf/trunk/test/test_buckets.c

2015-11-04 Thread Ivan Zhakov
On 4 November 2015 at 17:47, Bert Huijben wrote: >> -Original Message- >> From: rhuij...@apache.org [mailto:rhuij...@apache.org] >> Sent: woensdag 4 november 2015 15:46 >> To: dev@serf.apache.org >> Subject: svn commit: r1712559 - /serf/trunk/test/test_buckets.c >> >>

buildbot failure in ASF Buildbot on serf-x64-macosx-apr2.0-dev

2015-11-04 Thread buildbot
The Buildbot has detected a new failure on builder serf-x64-macosx-apr2.0-dev while building ASF Buildbot. Full details are available at: http://ci.apache.org/builders/serf-x64-macosx-apr2.0-dev/builds/194 Buildbot URL: http://ci.apache.org/ Buildslave for this Build: svn-x64-macosx-dgvrs

buildbot failure in ASF Buildbot on serf-x64-macosx-apr1.5

2015-11-04 Thread buildbot
The Buildbot has detected a new failure on builder serf-x64-macosx-apr1.5 while building ASF Buildbot. Full details are available at: http://ci.apache.org/builders/serf-x64-macosx-apr1.5/builds/199 Buildbot URL: http://ci.apache.org/ Buildslave for this Build: svn-x64-macosx-dgvrs Build

svn commit: r1712559 - /serf/trunk/test/test_buckets.c

2015-11-04 Thread rhuijben
Author: rhuijben Date: Wed Nov 4 14:45:54 2015 New Revision: 1712559 URL: http://svn.apache.org/viewvc?rev=1712559=rev Log: * test/test_buckets.c (test_buckets): Following up on r1712557, remove accidentally added test reference. Modified: serf/trunk/test/test_buckets.c Modified:

buildbot success in ASF Buildbot on serf-x64-macosx

2015-11-04 Thread buildbot
The Buildbot has detected a restored build on builder serf-x64-macosx while building ASF Buildbot. Full details are available at: http://ci.apache.org/builders/serf-x64-macosx/builds/217 Buildbot URL: http://ci.apache.org/ Buildslave for this Build: svn-x64-macosx-dgvrs Build Reason: The

buildbot success in ASF Buildbot on serf-sparc64-solaris

2015-11-04 Thread buildbot
The Buildbot has detected a restored build on builder serf-sparc64-solaris while building ASF Buildbot. Full details are available at: http://ci.apache.org/builders/serf-sparc64-solaris/builds/196 Buildbot URL: http://ci.apache.org/ Buildslave for this Build: svn-sparc-solaris Build

svn commit: r1712557 - in /serf/trunk: buckets/copy_buckets.c buckets/http2_frame_buckets.c protocols/http2_buckets.h protocols/http2_protocol.c protocols/http2_stream.c serf_private.h test/test_bucke

2015-11-04 Thread rhuijben
Author: rhuijben Date: Wed Nov 4 14:43:01 2015 New Revision: 1712557 URL: http://svn.apache.org/viewvc?rev=1712557=rev Log: Update the http2 framing bucket -responsible for creating frames- to just create a single frame for passed data. The updated implementation should perform less copying when

RE: svn commit: r1712559 - /serf/trunk/test/test_buckets.c

2015-11-04 Thread Bert Huijben
> -Original Message- > From: rhuij...@apache.org [mailto:rhuij...@apache.org] > Sent: woensdag 4 november 2015 15:46 > To: dev@serf.apache.org > Subject: svn commit: r1712559 - /serf/trunk/test/test_buckets.c > > Author: rhuijben > Date: Wed Nov 4 14:45:54 2015 > New Revision: 1712559

svn commit: r1712544 - in /serf/trunk: buckets/hpack_buckets.c protocols/http2_buckets.h

2015-11-04 Thread rhuijben
Author: rhuijben Date: Wed Nov 4 13:22:01 2015 New Revision: 1712544 URL: http://svn.apache.org/viewvc?rev=1712544=rev Log: In the hpack decoder: properly calculate the current result size while processing to really handle the maximum tablesize as such. Avoid copying string data when all the

Re: svn commit: r1712559 - /serf/trunk/test/test_buckets.c

2015-11-04 Thread Ivan Zhakov
On 4 November 2015 at 20:25, Bert Huijben wrote: >> -Original Message- >> From: Ivan Zhakov [mailto:i...@visualsvn.com] >> Sent: woensdag 4 november 2015 16:29 >> To: Bert Huijben >> Cc: dev@serf.apache.org >> Subject: Re: svn commit: r1712559 -

buildbot failure in ASF Buildbot on serf-x64-macosx-apr2.0-dev

2015-11-04 Thread buildbot
The Buildbot has detected a new failure on builder serf-x64-macosx-apr2.0-dev while building ASF Buildbot. Full details are available at: http://ci.apache.org/builders/serf-x64-macosx-apr2.0-dev/builds/197 Buildbot URL: http://ci.apache.org/ Buildslave for this Build: svn-x64-macosx-dgvrs

svn commit: r1712602 - /serf/trunk/buckets/hpack_buckets.c

2015-11-04 Thread rhuijben
Author: rhuijben Date: Wed Nov 4 18:04:31 2015 New Revision: 1712602 URL: http://svn.apache.org/viewvc?rev=1712602=rev Log: Add some debug only code to the hpack table to explicitly release memory from pool cleanup (which the next cleanup handler already handles, but which may trigger leak