<?xml version="1.0" encoding="utf-8"?>
<feed xml:lang="en" xmlns="http://www.w3.org/2005/Atom"><title>Recent changes to feature-requests</title><link href="https://sourceforge.net/p/ziproxy/feature-requests/" rel="alternate"/><link href="https://sourceforge.net/p/ziproxy/feature-requests/feed.atom" rel="self"/><id>https://sourceforge.net/p/ziproxy/feature-requests/</id><updated>2015-03-18T01:55:14.841000Z</updated><subtitle>Recent changes to feature-requests</subtitle><entry><title>Add jpg gamma or brightness correction while preserving colour saturation</title><link href="https://sourceforge.net/p/ziproxy/feature-requests/44/" rel="alternate"/><published>2015-03-18T01:55:14.841000Z</published><updated>2015-03-18T01:55:14.841000Z</updated><author><name>Konstantin</name><uri>https://sourceforge.net/u/konstantin-hu/</uri></author><id>https://sourceforge.netcab1002ef4c2c2886d610f2e7fb19fa757314fe1</id><summary type="html">&lt;div class="markdown_content"&gt;&lt;p&gt;Lots of picture on the web is too dark, especially video screenshots. Would be nice to be able to gamma correct proxied images while preserving their colour saturation, according to this ImageMagick command line: mogrify -colorspace YCbCr -channel R -gamma 1.5 +channel -colorspace sRGB image.jpg&lt;/p&gt;&lt;/div&gt;</summary></entry><entry><title>Ziproxy on Apple TV</title><link href="https://sourceforge.net/p/ziproxy/feature-requests/43/" rel="alternate"/><published>2011-05-24T09:13:50Z</published><updated>2011-05-24T09:13:50Z</updated><author><name>Anonymous</name><uri>https://sourceforge.net/u/userid-None/</uri></author><id>https://sourceforge.net21e5cdff247b8ea3e1acd3d6fe055492cc13f872</id><summary type="html">&lt;div class="markdown_content"&gt;&lt;p&gt;Be able to install Ziproxy on Apple TV. Use a littele bit of power from an always-on low-power device.&lt;/p&gt;&lt;/div&gt;</summary></entry><entry><title>"MinSize" for the GZip</title><link href="https://sourceforge.net/p/ziproxy/feature-requests/42/" rel="alternate"/><published>2011-03-02T11:50:52Z</published><updated>2011-03-02T11:50:52Z</updated><author><name>Daniel Mealha Cabrita</name><uri>https://sourceforge.net/u/dmcabrita/</uri></author><id>https://sourceforge.net146ad34c0ccf2bdf17bdc4b214c1a24ee2bd485b</id><summary type="html">&lt;div class="markdown_content"&gt;&lt;p&gt;"Is there an Option like "MinSize" for the GZip compression?&lt;/p&gt;
&lt;p&gt;I have seen in my Logfiles that very small requests became bigger because&lt;br /&gt;
of things like Gzip-Headers."&lt;/p&gt;
&lt;p&gt;"Note that gzipping is only beneficial for larger resources.&lt;br /&gt;
Due to the overhead and latency of compression and decompression,&lt;br /&gt;
you should only gzip files above a certain size threshold;&lt;br /&gt;
we recommend a minimum range between 150 and 1000 bytes.&lt;br /&gt;
Gzipping files below 150 bytes can actually make them larger."&lt;/p&gt;&lt;/div&gt;</summary></entry><entry><title>IP logging X-Forwarder-For</title><link href="https://sourceforge.net/p/ziproxy/feature-requests/41/" rel="alternate"/><published>2010-08-26T21:15:36Z</published><updated>2010-08-26T21:15:36Z</updated><author><name>Daniel Mealha Cabrita</name><uri>https://sourceforge.net/u/dmcabrita/</uri></author><id>https://sourceforge.net71800b796980e0a1de69458fb153e57e09cea16b</id><summary type="html">&lt;div class="markdown_content"&gt;&lt;p&gt;"Well iw as thinking, when putting ziproxy in a proxy chain with squid or other &lt;br /&gt;
proxy that use X-ForwardedFor header, i was thinking it is better to use that &lt;br /&gt;
IP in log rathern than the src ip in the Layer 3."&lt;/p&gt;&lt;/div&gt;</summary></entry><entry><title>Add grayscaler to paletted (8-bit) images</title><link href="https://sourceforge.net/p/ziproxy/feature-requests/40/" rel="alternate"/><published>2010-06-03T04:28:47Z</published><updated>2010-06-03T04:28:47Z</updated><author><name>Daniel Mealha Cabrita</name><uri>https://sourceforge.net/u/dmcabrita/</uri></author><id>https://sourceforge.net401254507c2dba94db060a7f60e0baeb34aa0815</id><summary type="html">&lt;div class="markdown_content"&gt;&lt;p&gt;ConvertToGrayscale supports only 24/32-bit images.&lt;br /&gt;
It may also apply to palette images with 8-bit/color (&amp;gt;16 colors) converting the pictures to 8-bit grayscale and supressing the raster buffer.&lt;br /&gt;
PNG supports lossless compression of that.&lt;/p&gt;
&lt;p&gt;The saving consists of ommiting the CLUT (palette) data (from ~51 to ~768 bytes depending on how many colors were used).&lt;/p&gt;&lt;/div&gt;</summary></entry><entry><title>remove NetdTimeout option</title><link href="https://sourceforge.net/p/ziproxy/feature-requests/39/" rel="alternate"/><published>2010-02-24T04:22:34Z</published><updated>2010-02-24T04:22:34Z</updated><author><name>Daniel Mealha Cabrita</name><uri>https://sourceforge.net/u/dmcabrita/</uri></author><id>https://sourceforge.net517201b770180ffb780df21e551e8a97f57fd58a</id><summary type="html">&lt;div class="markdown_content"&gt;&lt;p&gt;NetdTimeout is quite an useless option, better simply remove that.&lt;/p&gt;&lt;/div&gt;</summary></entry><entry><title>add max_connections option</title><link href="https://sourceforge.net/p/ziproxy/feature-requests/38/" rel="alternate"/><published>2010-02-24T04:20:54Z</published><updated>2010-02-24T04:20:54Z</updated><author><name>Daniel Mealha Cabrita</name><uri>https://sourceforge.net/u/dmcabrita/</uri></author><id>https://sourceforge.net2f4be389776606abae6e65aa83470e6a605de0a4</id><summary type="html">&lt;div class="markdown_content"&gt;&lt;p&gt;Add a "max simultaneous connections" (daemon mode-only).&lt;br /&gt;
Should be useful for people worried about unpriviledged ulimits.&lt;/p&gt;&lt;/div&gt;</summary></entry><entry><title>add quick_abort-like feature</title><link href="https://sourceforge.net/p/ziproxy/feature-requests/37/" rel="alternate"/><published>2010-02-17T00:45:06Z</published><updated>2010-02-17T00:45:06Z</updated><author><name>Daniel Mealha Cabrita</name><uri>https://sourceforge.net/u/dmcabrita/</uri></author><id>https://sourceforge.net8af71095f6e2f033dea11ef5f25c8ab4f78c8d4e</id><summary type="html">&lt;div class="markdown_content"&gt;&lt;p&gt;Basically: closes the host connection immediately if the client closed its connection.&lt;br /&gt;
Currently Ziproxy just keeps downloading the file until the internal buffers are full, then the connection eventually timeouts.&lt;/p&gt;&lt;/div&gt;</summary></entry><entry><title>add ErrorLog option</title><link href="https://sourceforge.net/p/ziproxy/feature-requests/36/" rel="alternate"/><published>2009-12-02T05:34:15Z</published><updated>2009-12-02T05:34:15Z</updated><author><name>Daniel Mealha Cabrita</name><uri>https://sourceforge.net/u/dmcabrita/</uri></author><id>https://sourceforge.net183dc8a86a1a4cff088bfa5394e0de1ff705ef60</id><summary type="html">&lt;div class="markdown_content"&gt;&lt;p&gt;Currently the errors are simply dumped to stderr, or not displayed directly (or at all).&lt;br /&gt;
Implement an ErrorLog option which, if specified, will dump the error messages to that file instead of stderr.&lt;/p&gt;
&lt;p&gt;Errors occuring while the daemon is running may be logged this way and extra error messages may be created, instead of just being silent.&lt;/p&gt;&lt;/div&gt;</summary></entry><entry><title>Simplify LogFile parameters</title><link href="https://sourceforge.net/p/ziproxy/feature-requests/35/" rel="alternate"/><published>2009-11-29T00:55:34Z</published><updated>2009-11-29T00:55:34Z</updated><author><name>Daniel Mealha Cabrita</name><uri>https://sourceforge.net/u/dmcabrita/</uri></author><id>https://sourceforge.net2963a5f6a6cbfb6b4e28eab920d29005f15219a3</id><summary type="html">&lt;div class="markdown_content"&gt;&lt;p&gt;Simplify LogFile parameters.&lt;br /&gt;
Remove support for sprintf parameters in LogFile option, for example:&lt;/p&gt;
&lt;p&gt;LogFile = "%j-%Y.log"&lt;/p&gt;
&lt;p&gt;Will accept only the absolute filename:&lt;br /&gt;
LogFile = "blabla.log"&lt;/p&gt;
&lt;p&gt;This is an unnecessary feature and may allow vulnerabilities.&lt;/p&gt;&lt;/div&gt;</summary></entry></feed>