2015-12-27 |
Fabian Keil | client_host_adder(): Reject the request if the destinat... |
blob | commitdiff | raw |
2015-12-27 |
Fabian Keil | get_destination_from_headers(): Additionally update... |
blob | commitdiff | raw | diff to current |
2015-12-27 |
Fabian Keil | get_destination_from_headers(): Remove dead code |
blob | commitdiff | raw | diff to current |
2015-03-27 |
Fabian Keil | decompress_iob(): Refine the log message emitted when... |
blob | commitdiff | raw | diff to current |
2015-01-24 |
Fabian Keil | Add parse_time_header(), a wrapper around parse_header_... |
blob | commitdiff | raw | diff to current |
2014-11-12 |
Fabian Keil | Let server_keep_alive() always remove the Keep-Alive... |
blob | commitdiff | raw | diff to current |
2014-11-03 |
Fabian Keil | Preserve negative HTTP status numbers |
blob | commitdiff | raw | diff to current |
2014-10-18 |
Fabian Keil | Fix error handling in server_content_type() |
blob | commitdiff | raw | diff to current |
2014-10-18 |
Fabian Keil | server_content_encoding(): Check for enabled content... |
blob | commitdiff | raw | diff to current |
2014-10-18 |
Fabian Keil | server_http(): Make the HTTP reason phrase optional... |
blob | commitdiff | raw | diff to current |
2014-07-25 |
Fabian Keil | Let server_http() regenerate the response line |
blob | commitdiff | raw | diff to current |
2014-07-25 |
Fabian Keil | Let sed() failures result in an error response |
blob | commitdiff | raw | diff to current |
2014-07-25 |
Fabian Keil | Update normalize_lws()'s description to reference RFC... |
blob | commitdiff | raw | diff to current |
2014-07-25 |
Fabian Keil | Spell whitespace consistently without whitespace |
blob | commitdiff | raw | diff to current |
2014-07-25 |
Fabian Keil | Bump copyright |
blob | commitdiff | raw | diff to current |
2014-07-25 |
Fabian Keil | Reject requests with unsupported Expect header values |
blob | commitdiff | raw | diff to current |
2014-06-12 |
Fabian Keil | Remove a comment suggesting that normalize_lws()'s... |
blob | commitdiff | raw | diff to current |
2014-04-21 |
Fabian Keil | Fix clang warnings |
blob | commitdiff | raw | diff to current |
2014-02-10 |
Fabian Keil | Do not pass rejected keep-alive timeouts to the server |
blob | commitdiff | raw | diff to current |
2014-02-10 |
Fabian Keil | Properly deal with Keep-Alive headers with timeout... |
blob | commitdiff | raw | diff to current |
2013-12-24 |
Fabian Keil | Flatten indentation in header_tagger() and filter_header() |
blob | commitdiff | raw | diff to current |
2013-12-24 |
Fabian Keil | Remove code duplication in header_tagger() and filter_h... |
blob | commitdiff | raw | diff to current |
2013-11-24 |
Fabian Keil | Introduce negative tag patterns NO-REQUEST-TAG and... |
blob | commitdiff | raw | diff to current |
2013-08-06 |
Fabian Keil | Do not repeatedly complain about missing header taggers... |
blob | commitdiff | raw | diff to current |
2013-08-06 |
Fabian Keil | Don't complain about missing header taggers or filters ... |
blob | commitdiff | raw | diff to current |
2013-04-23 |
Fabian Keil | Fix a comment typo in header_tagger() |
blob | commitdiff | raw | diff to current |
2013-03-20 |
Fabian Keil | Remove an undocumented workaround for an Apple iTunes bug |
blob | commitdiff | raw | diff to current |
2013-03-07 |
Fabian Keil | Add an enable-proxy-authentication-forwarding directive |
blob | commitdiff | raw | diff to current |
2013-01-04 |
Fabian Keil | In server_content_type(), only remove duplicated header... |
blob | commitdiff | raw | diff to current |
2013-01-04 |
Fabian Keil | Remove an incorrect assertion in server_content_type() |
blob | commitdiff | raw | diff to current |
2012-12-09 |
Fabian Keil | Optionally let parse_header_time() sanity check strptim... |
blob | commitdiff | raw | diff to current |
2012-12-07 |
Fabian Keil | Fix warning on Debian GNU/Linux |
blob | commitdiff | raw | diff to current |
2012-12-07 |
Fabian Keil | Add support for chunk-encoded client request bodies |
blob | commitdiff | raw | diff to current |
2012-11-24 |
Fabian Keil | Set the SERVER_CONTENT_LENGTH_SET flag after creating... |
blob | commitdiff | raw | diff to current |
2012-11-24 |
Fabian Keil | Let server_set_cookie() stay silent when the cookie... |
blob | commitdiff | raw | diff to current |
2012-11-24 |
Fabian Keil | Allow HTTP/1.0 clients to signal interest in keep-alive... |
blob | commitdiff | raw | diff to current |
2012-11-24 |
Fabian Keil | Move string_move() into miscutil.c and make it extern |
blob | commitdiff | raw | diff to current |
2012-11-24 |
Fabian Keil | Reduce indirection in parse_header_time() |
blob | commitdiff | raw | diff to current |
2012-11-11 |
Fabian Keil | Remove a TODO comment about expiring cookies before... |
blob | commitdiff | raw | diff to current |
2012-11-11 |
Fabian Keil | Add limit-cookie-lifetime{} action |
blob | commitdiff | raw | diff to current |
2012-11-11 |
Fabian Keil | Only call time() in server_set_cookie() if the time... |
blob | commitdiff | raw | diff to current |
2012-11-09 |
Fabian Keil | Remove an obsolete debug message in decompress_iob() |
blob | commitdiff | raw | diff to current |
2012-10-29 |
Fabian Keil | Do not keep the client connection open if it has to... |
blob | commitdiff | raw | diff to current |
2012-10-23 |
Fabian Keil | Hide get_expected_content_length() when compiling witho... |
blob | commitdiff | raw | diff to current |
2012-10-21 |
Fabian Keil | Replace the IOB_RESET() macro with the new function... |
blob | commitdiff | raw | diff to current |
2012-10-21 |
Fabian Keil | Use a dedicated iob for the data read from the client |
blob | commitdiff | raw | diff to current |
2012-10-17 |
Fabian Keil | Rename ACTION_NO_COOKIE_KEEP to ACTION_SESSION_COOKIES_... |
blob | commitdiff | raw | diff to current |
2012-10-17 |
Fabian Keil | Rename ACTION_NO_COOKIE_READ to ACTION_CRUNCH_OUTGOING_... |
blob | commitdiff | raw | diff to current |
2012-10-17 |
Fabian Keil | Rename ACTION_NO_COOKIE_SET to ACTION_CRUNCH_INCOMING_C... |
blob | commitdiff | raw | diff to current |
2012-10-12 |
Fabian Keil | Update server_proxy_connection_adder()'s description... |
blob | commitdiff | raw | diff to current |
2012-09-18 |
Fabian Keil | Revert an incorrect part of 1.250 that could result... |
blob | commitdiff | raw | diff to current |
2012-09-04 |
Fabian Keil | Fix a comment in client_connection() |
blob | commitdiff | raw | diff to current |
2012-09-04 |
Fabian Keil | After preventing the client from pipeling, don't signal... |
blob | commitdiff | raw | diff to current |
2012-09-04 |
Fabian Keil | Add get_expected_content_length() |
blob | commitdiff | raw | diff to current |
2012-09-04 |
Fabian Keil | Let get_content_length() use a header value as input... |
blob | commitdiff | raw | diff to current |
2012-07-27 |
Fabian Keil | Implement the client-header-order directive |
blob | commitdiff | raw | diff to current |
2012-07-23 |
Fabian Keil | Bump copyright to 2012 |
blob | commitdiff | raw | diff to current |
2012-04-06 |
Fabian Keil | In client_range(), let headers pass if the range starts... |
blob | commitdiff | raw | diff to current |
2012-03-09 |
Fabian Keil | Fix white-space around parentheses |
blob | commitdiff | raw | diff to current |
2012-03-04 |
Fabian Keil | Replace strdup() calls with strdup_or_die() calls where... |
blob | commitdiff | raw | diff to current |
2012-03-04 |
Fabian Keil | Rename ijb_foo macros to privoxy_foo |
blob | commitdiff | raw | diff to current |
2012-03-04 |
Fabian Keil | Remove the ijb_isupper() and ijb_tolower() macros which... |
blob | commitdiff | raw | diff to current |
2011-12-31 |
Fabian Keil | Fix the description of create_forged_referrer() |
blob | commitdiff | raw | diff to current |
2011-12-31 |
Fabian Keil | Bump copyright. There were various significant changes... |
blob | commitdiff | raw | diff to current |
2011-12-31 |
Fabian Keil | Drop the 'Functions declared include:' comment sections |
blob | commitdiff | raw | diff to current |
2011-11-06 |
Fabian Keil | Remove the already-dead client_accept_encoding_adder() |
blob | commitdiff | raw | diff to current |
2011-10-23 |
Fabian Keil | Remove a now-obsolete comment about the implied keep... |
blob | commitdiff | raw | diff to current |
2011-10-16 |
Fabian Keil | When implying keep-alive in client_connection(), rememb... |
blob | commitdiff | raw | diff to current |
2011-10-08 |
Fabian Keil | Reduce server_last_modified()'s stack size |
blob | commitdiff | raw | diff to current |
2011-09-04 |
Fabian Keil | Constify the time_formats pointers in parse_header_time() |
blob | commitdiff | raw | diff to current |
2011-09-04 |
Fabian Keil | In parse_header_time(), zero out gmt before each strpti... |
blob | commitdiff | raw | diff to current |
2011-09-04 |
Fabian Keil | Let parse_header_time() look for two-digit years first |
blob | commitdiff | raw | diff to current |
2011-09-04 |
Fabian Keil | In parse_header_time(), add a sanity check for GNU... |
blob | commitdiff | raw | diff to current |
2011-09-04 |
Fabian Keil | Dijkstraize parse_header_time(): two or more, use a for |
blob | commitdiff | raw | diff to current |
2011-09-04 |
Fabian Keil | Adjust a comment in parse_header_time(). Zeroing out... |
blob | commitdiff | raw | diff to current |
2011-09-04 |
Fabian Keil | Ditch trailing whitespace |
blob | commitdiff | raw | diff to current |
2011-08-31 |
Fabian Keil | Ditch a duplicated dot in a comment |
blob | commitdiff | raw | diff to current |
2011-07-08 |
Fabian Keil | Add an enable-compression directive and disable compres... |
blob | commitdiff | raw | diff to current |
2011-06-23 |
Fabian Keil | Add support for (re-)compression of buffered content... |
blob | commitdiff | raw | diff to current |
2011-06-23 |
Fabian Keil | In decompress_iob() change a buffer limit check from... |
blob | commitdiff | raw | diff to current |
2011-04-19 |
Fabian Keil | Fix various spelling errors in the comments. |
blob | commitdiff | raw | diff to current |
2011-03-27 |
Fabian Keil | Remove useless parentheses in get_destination_from_head... |
blob | commitdiff | raw | diff to current |
2011-03-27 |
Fabian Keil | Factor the Content-Encoding header ditching out of... |
blob | commitdiff | raw | diff to current |
2011-03-20 |
Fabian Keil | In server_content_encoding(), mark the content as taboo... |
blob | commitdiff | raw | diff to current |
2011-02-14 |
Fabian Keil | Slightly refactor server_last_modified() to remove... |
blob | commitdiff | raw | diff to current |
2011-01-22 |
Fabian Keil | Fix various typos. Apparently I can't spell length... |
blob | commitdiff | raw | diff to current |
2011-01-14 |
Fabian Keil | Ditch an already disabled workaround for a mysterious... |
blob | commitdiff | raw | diff to current |
2010-12-18 |
Fabian Keil | Treat all Content-Type header values containing the... |
blob | commitdiff | raw | diff to current |
2010-06-13 |
Fabian Keil | In client_if_modified_since(), limit the scope of the... |
blob | commitdiff | raw | diff to current |
2010-06-13 |
Fabian Keil | In server_last_modified(), limit the scope of the varia... |
blob | commitdiff | raw | diff to current |
2010-06-13 |
Fabian Keil | In add_to_iob(), limit the scope of the variable 'want... |
blob | commitdiff | raw | diff to current |
2010-05-01 |
Fabian Keil | Factor filters_available() out of filter_header(),... |
blob | commitdiff | raw | diff to current |
2009-12-25 |
Fabian Keil | Let server_set_cookie() accept quoted expiration dates. |
blob | commitdiff | raw | diff to current |
2009-09-06 |
Fabian Keil | In get_content_length(), add a sanity check for mingw32. |
blob | commitdiff | raw | diff to current |
2009-09-06 |
Fabian Keil | Factor get_content_length() out of client_save_content_... |
blob | commitdiff | raw | diff to current |
2009-08-20 |
Fabian Keil | Remove redundant log message in client_save_content_len... |
blob | commitdiff | raw | diff to current |
2009-08-19 |
Fabian Keil | In preparation to allow connection reuse after forwardi... |
blob | commitdiff | raw | diff to current |
2009-08-19 |
Fabian Keil | Remove bogus assertion in decompress_iob(). |
blob | commitdiff | raw | diff to current |
2009-08-19 |
Fabian Keil | Fix gcc45 warnings in decompress_iob(). |
blob | commitdiff | raw | diff to current |
2009-08-01 |
Fabian Keil | Fix server_set_cookie() description. The jarfile code... |
blob | commitdiff | raw | diff to current |
next |