Continue the tradition of fixing spelling issues near the end of the process
[privoxy.git] / parsers.c
2013-01-04 Fabian KeilIn server_content_type(), only remove duplicated header...
2013-01-04 Fabian KeilRemove an incorrect assertion in server_content_type()
2012-12-09 Fabian KeilOptionally let parse_header_time() sanity check strptim...
2012-12-07 Fabian KeilFix warning on Debian GNU/Linux
2012-12-07 Fabian KeilAdd support for chunk-encoded client request bodies
2012-11-24 Fabian KeilSet the SERVER_CONTENT_LENGTH_SET flag after creating...
2012-11-24 Fabian KeilLet server_set_cookie() stay silent when the cookie...
2012-11-24 Fabian KeilAllow HTTP/1.0 clients to signal interest in keep-alive...
2012-11-24 Fabian KeilMove string_move() into miscutil.c and make it extern
2012-11-24 Fabian KeilReduce indirection in parse_header_time()
2012-11-11 Fabian KeilRemove a TODO comment about expiring cookies before...
2012-11-11 Fabian KeilAdd limit-cookie-lifetime{} action
2012-11-11 Fabian KeilOnly call time() in server_set_cookie() if the time...
2012-11-09 Fabian KeilRemove an obsolete debug message in decompress_iob()
2012-10-29 Fabian KeilDo not keep the client connection open if it has to...
2012-10-23 Fabian KeilHide get_expected_content_length() when compiling witho...
2012-10-21 Fabian KeilReplace the IOB_RESET() macro with the new function...
2012-10-21 Fabian KeilUse a dedicated iob for the data read from the client
2012-10-17 Fabian KeilRename ACTION_NO_COOKIE_KEEP to ACTION_SESSION_COOKIES_...
2012-10-17 Fabian KeilRename ACTION_NO_COOKIE_READ to ACTION_CRUNCH_OUTGOING_...
2012-10-17 Fabian KeilRename ACTION_NO_COOKIE_SET to ACTION_CRUNCH_INCOMING_C...
2012-10-12 Fabian KeilUpdate server_proxy_connection_adder()'s description...
2012-09-18 Fabian KeilRevert an incorrect part of 1.250 that could result...
2012-09-04 Fabian KeilFix a comment in client_connection()
2012-09-04 Fabian KeilAfter preventing the client from pipeling, don't signal...
2012-09-04 Fabian KeilAdd get_expected_content_length()
2012-09-04 Fabian KeilLet get_content_length() use a header value as input...
2012-07-27 Fabian KeilImplement the client-header-order directive
2012-07-23 Fabian KeilBump copyright to 2012
2012-04-06 Fabian KeilIn client_range(), let headers pass if the range starts...
2012-03-09 Fabian KeilFix white-space around parentheses
2012-03-04 Fabian KeilReplace strdup() calls with strdup_or_die() calls where...
2012-03-04 Fabian KeilRename ijb_foo macros to privoxy_foo
2012-03-04 Fabian KeilRemove the ijb_isupper() and ijb_tolower() macros which...
2011-12-31 Fabian KeilFix the description of create_forged_referrer()
2011-12-31 Fabian KeilBump copyright. There were various significant changes...
2011-12-31 Fabian KeilDrop the 'Functions declared include:' comment sections
2011-11-06 Fabian KeilRemove the already-dead client_accept_encoding_adder()
2011-10-23 Fabian KeilRemove a now-obsolete comment about the implied keep...
2011-10-16 Fabian KeilWhen implying keep-alive in client_connection(), rememb...
2011-10-08 Fabian KeilReduce server_last_modified()'s stack size
2011-09-04 Fabian KeilConstify the time_formats pointers in parse_header_time()
2011-09-04 Fabian KeilIn parse_header_time(), zero out gmt before each strpti...
2011-09-04 Fabian KeilLet parse_header_time() look for two-digit years first
2011-09-04 Fabian KeilIn parse_header_time(), add a sanity check for GNU...
2011-09-04 Fabian KeilDijkstraize parse_header_time(): two or more, use a for
2011-09-04 Fabian KeilAdjust a comment in parse_header_time(). Zeroing out...
2011-09-04 Fabian KeilDitch trailing whitespace
2011-08-31 Fabian KeilDitch a duplicated dot in a comment
2011-07-08 Fabian KeilAdd an enable-compression directive and disable compres...
2011-06-23 Fabian KeilAdd support for (re-)compression of buffered content...
2011-06-23 Fabian KeilIn decompress_iob() change a buffer limit check from...
2011-04-19 Fabian KeilFix various spelling errors in the comments.
2011-03-27 Fabian KeilRemove useless parentheses in get_destination_from_head...
2011-03-27 Fabian KeilFactor the Content-Encoding header ditching out of...
2011-03-20 Fabian KeilIn server_content_encoding(), mark the content as taboo...
2011-02-14 Fabian KeilSlightly refactor server_last_modified() to remove...
2011-01-22 Fabian KeilFix various typos. Apparently I can't spell length...
2011-01-14 Fabian KeilDitch an already disabled workaround for a mysterious...
2010-12-18 Fabian KeilTreat all Content-Type header values containing the...
2010-06-13 Fabian KeilIn client_if_modified_since(), limit the scope of the...
2010-06-13 Fabian KeilIn server_last_modified(), limit the scope of the varia...
2010-06-13 Fabian KeilIn add_to_iob(), limit the scope of the variable 'want...
2010-05-01 Fabian KeilFactor filters_available() out of filter_header(),...
2009-12-25 Fabian KeilLet server_set_cookie() accept quoted expiration dates.
2009-09-06 Fabian KeilIn get_content_length(), add a sanity check for mingw32.
2009-09-06 Fabian KeilFactor get_content_length() out of client_save_content_...
2009-08-20 Fabian KeilRemove redundant log message in client_save_content_len...
2009-08-19 Fabian KeilIn preparation to allow connection reuse after forwardi...
2009-08-19 Fabian KeilRemove bogus assertion in decompress_iob().
2009-08-19 Fabian KeilFix gcc45 warnings in decompress_iob().
2009-08-01 Fabian KeilFix server_set_cookie() description. The jarfile code...
2009-07-19 Fabian KeilIf RUNTIME_FEATURE_CONNECTION_KEEP_ALIVE is disabled...
2009-07-19 Fabian KeilDon't set CSP_FLAG_CLIENT_CONNECTION_KEEP_ALIVE in...
2009-07-19 Fabian KeilUnbreak client_connection() for !defined(FEATURE_CONNEC...
2009-07-18 Fabian KeilDon't add a Proxy-Connection header if there already...
2009-07-14 Fabian KeilIf the server doesn't specify how long the connection...
2009-07-13 Fabian KeilIf keep-alive support is disabled, don't let the client...
2009-07-11 Fabian KeilBack out 1.187 for now. There has to be a better way.
2009-07-11 Fabian KeilFor HTTP/1.1 requests other than CONNECT requests,...
2009-07-11 Fabian KeilGarbage collect get_appropiate_connection_header()...
2009-07-11 Fabian KeilDon't set 'Connection: keep-alive' headers in server_co...
2009-07-11 Fabian KeilIn client_connection_header_adder(), add a 'Connection...
2009-07-08 Fabian KeilFix a log message in client_keep_alive().
2009-07-05 LeeFixes Bugs item #2816541 - http download stops at 0...
2009-07-05 Fabian KeilAlso react to the client's Keep-Alive header.
2009-07-05 Fabian KeilComment spelling fix.
2009-06-30 Fabian KeilIf the status code isn't 200, don't assume a missing...
2009-06-28 Fabian KeilIf we think we already got a complete request, don...
2009-06-27 Fabian KeilDon't set CSP_FLAG_CLIENT_CONNECTION_KEEP_ALIVE in...
2009-06-18 Fabian KeilIf strftime() fails, drop the header without replacemen...
2009-06-17 Fabian KeilDon't trust gmtime() to return usable structures for...
2009-06-17 Fabian KeilIn the strftime() failure messages, put the offending...
2009-06-17 Fabian KeilCheck for strftime() failures in server_last_modified...
2009-06-17 Fabian KeilFix the log message from the last commit.
2009-06-16 Fabian KeilIn case of strftime() failures in client_if_modified_si...
2009-06-11 David SchmidtProtect a keepalive flag inside FEATURE_CONNECTION_KEEP...
2009-06-10 Fabian KeilFactor create_content_length_header() out of server_adj...
2009-06-08 Fabian KeilDon't force the client to wait for the connection to...
2009-06-05 Fabian KeilDocument the 6 mysterious bytes we skip in decompress_i...
next