[jira] [Updated] (SERF-180) SConstruct never adds ZLIB paths on non-Windows platforms

2016-09-16 Thread Michael Osipov (JIRA)
[ https://issues.apache.org/jira/browse/SERF-180?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Michael Osipov updated SERF-180: Description: Having {{ZLIB}} in a non-default location makes linking at the end of the build fail.

[jira] [Updated] (SERF-180) SConstruct never adds ZLIB paths on non-Windows platforms

2016-09-16 Thread Andreas Stieger (JIRA)
[ https://issues.apache.org/jira/browse/SERF-180?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Andreas Stieger updated SERF-180: - Assignee: Andreas Stieger Affects Version/s: serf-trunk > SConstruct never adds ZLIB

[jira] [Resolved] (SERF-180) SConstruct never adds ZLIB paths on non-Windows platforms

2016-09-16 Thread Andreas Stieger (JIRA)
[ https://issues.apache.org/jira/browse/SERF-180?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Andreas Stieger resolved SERF-180. -- Resolution: Fixed Fix Version/s: serf-trunk Fixed in http://svn.apache.org/r1761040 >

[jira] [Created] (SERF-180) SConstruct never adds ZLIB paths on non-Windows platforms

2016-09-16 Thread Michael Osipov (JIRA)
Michael Osipov created SERF-180: --- Summary: SConstruct never adds ZLIB paths on non-Windows platforms Key: SERF-180 URL: https://issues.apache.org/jira/browse/SERF-180 Project: serf Issue Type:

svn commit: r1761040 - /serf/trunk/SConstruct

2016-09-16 Thread astieger
Author: astieger Date: Fri Sep 16 14:36:13 2016 New Revision: 1761040 URL: http://svn.apache.org/viewvc?rev=1761040=rev Log: Support zlib in non-standard path on Unix Found by: Michael Osipov Fixes: SERF-180 * SConstruct: Add ZLIB path in non-win32 case Modified: serf/trunk/SConstruct

[jira] [Resolved] (SERF-107) Wrong library permission after building

2016-09-16 Thread Andreas Stieger (JIRA)
[ https://issues.apache.org/jira/browse/SERF-107?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Andreas Stieger resolved SERF-107. -- Resolution: Implemented Fix Version/s: serf-1.3.9 just noting that 1.3.9 with scons 2.3.0

[jira] [Closed] (SERF-175) Enable logging to file during runtime

2016-09-16 Thread Andreas Stieger (JIRA)
[ https://issues.apache.org/jira/browse/SERF-175?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Andreas Stieger closed SERF-175. Assignee: Bert Huijben > Enable logging to file during runtime >

[jira] [Resolved] (SERF-175) Enable logging to file during runtime

2016-09-16 Thread Andreas Stieger (JIRA)
[ https://issues.apache.org/jira/browse/SERF-175?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Andreas Stieger resolved SERF-175. -- Resolution: Implemented Fix Version/s: serf-trunk > Enable logging to file during runtime

svn commit: r1761053 - /serf/trunk/buckets/deflate_buckets.c

2016-09-16 Thread ivan
Author: ivan Date: Fri Sep 16 16:04:09 2016 New Revision: 1761053 URL: http://svn.apache.org/viewvc?rev=1761053=rev Log: Configure ZLib to use bucket allocator in deflate buckets. * buckets/deflate_buckets.c (zalloc_func, zalloc_free): New. (serf_bucket_deflate_create,