privoxy.git
2009-06-14 Fabian KeilBump version to 3.0.14 UNRELEASED.
2009-06-14 Fabian KeilRemove CVS $Log entries.
2009-06-14 Fabian KeilFix a tokenize() regression that caused it to miss...
2009-06-13 hal9Rebuild for 3.0.13
2009-06-13 Fabian KeilRebuild for 3.0.13 beta.
2009-06-13 Fabian KeilUpdate for 3.0.13 beta.
2009-06-13 Fabian KeilUpdate for 3.0.13 beta.
2009-06-13 Fabian Keilconnect_to() doesn't return void, so the recently added...
2009-06-13 Fabian KeilA bunch of malloc() return code checks for the HAVE_RFC...
2009-06-12 Fabian KeilManually merge latest updates.
2009-06-12 Fabian KeilRebuilt with recent changes.
2009-06-12 Fabian KeilRebuilt for 3.0.13 beta.
2009-06-12 Fabian KeilUpdate entities for 3.0.13 beta.
2009-06-12 Fabian KeilTell crunch_reason() about RSP_REASON_NO_SERVER_DATA.
2009-06-12 Fabian KeilMention that sharing connections increases the changes...
2009-06-12 Fabian KeilMention the TODO list in the participate entry.
2009-06-12 Fabian KeilUpdate "Support and Service" section to contain links...
2009-06-12 Fabian KeilChange code status to beta.
2009-06-12 Fabian KeilImport ChangeLog for 3.0.13 beta.
2009-06-12 Fabian KeilRemove a now-redundant err check.
2009-06-11 Fabian KeilRemove useless comment.
2009-06-11 Fabian KeilWhite-space fixes.
2009-06-11 Fabian KeilMention IPv6 support, update keep-alive description...
2009-06-11 David SchmidtProtect a keepalive flag inside FEATURE_CONNECTION_KEEP...
2009-06-11 Fabian KeilEnlist Petr Písar who contributed the IPv6 code,
2009-06-11 Fabian KeilMove Jörg to the former team members section.
2009-06-11 Fabian KeilChange code status to beta.
2009-06-11 Fabian KeilAdd recently added cgi templates.
2009-06-11 Fabian KeilBump version for 3.0.13 beta.
2009-06-11 Fabian KeilUpdate for 3.0.13 beta.
2009-06-11 Fabian KeilSend a template-based response in case of prematurely...
2009-06-11 Fabian KeilIn error_response(), factor the (rsp->status == NULL...
2009-06-11 Fabian KeilSend a template-based response in case of server connec...
2009-06-11 Fabian KeilRemove error_response()'s third parameter. None of...
2009-06-10 David SchmidtOSX doesn't define AI_NUMERICSERV
2009-06-10 Fabian KeilRemove check_for_curl() as using 'which' isn't portable.
2009-06-10 Fabian KeilLet extended hostname patterns without trailing dots...
2009-06-10 Fabian KeilAdd tests for trailing dots in hostnames.
2009-06-10 Fabian KeilFactor create_content_length_header() out of server_adj...
2009-06-08 Fabian KeilIgnore: Content modified with no Content-Length header...
2009-06-08 Fabian KeilThe fflush() argument is a pointer. Don't use 0 instead...
2009-06-08 Fabian KeilDon't leak parts of the client headers if a timeout...
2009-06-08 Fabian KeilHere's a fresh idea, why don't we respect taboos unless...
2009-06-08 Fabian KeilDon't force the client to wait for the connection to...
2009-06-05 Fabian KeilLet subs work with the test hash directly, there's...
2009-06-05 Fabian KeilDocument the 6 mysterious bytes we skip in decompress_i...
2009-06-05 Fabian KeilRemove stray empty line.
2009-06-05 Fabian KeilUse macros for the magic numbers in decompress_iob().
2009-06-03 Fabian KeilItem "33) Remove the CVS Log message junk from the...
2009-06-03 Fabian KeilExplicitly mention that the config file can be edited...
2009-06-03 Fabian KeilFactor path_matches() out of url_match().
2009-06-03 Fabian KeilFactor host_matches() out of url_match().
2009-06-03 Fabian KeilFactor port_matches() out of url_match().
2009-06-03 Fabian KeilFix comment spelling.
2009-06-03 Fabian KeilStreamline struct http_request if FEATURE_EXTENDED_HOST...
2009-06-01 Fabian KeilIf all the data we got decompressed OK, but zlib wants...
2009-06-01 Fabian KeilIn decompress_iob(), remove the skip_bytes history...
2009-06-01 Fabian KeilStyle fix.
2009-06-01 Fabian KeilIn client_if_modified_since(), rename negative to negat...
2009-06-01 Fabian KeilIn server_last_modified(), rename negative to negative_...
2009-06-01 Fabian KeilFactor get_skip_reason() out of execute_regression_tests().
2009-06-01 Fabian KeilIn check_for_forbidden_characters(), don't allow line...
2009-06-01 Fabian KeilIn load_regression_tests(), catch-last minute config...
2009-05-28 Fabian KeilTwo additional hide-if-modified-since{} tests created...
2009-05-28 Fabian KeilUnbreak compilation for compilers that don't recognize...
2009-05-28 Fabian KeilTurn server_proxy_connection_adder() into a nop if...
2009-05-28 Fabian KeilImprove code clarity by factoring log_and_die() out...
2009-05-28 Fabian KeilCheck the right macro to decide if we can use privoxy_m...
2009-05-27 Fabian KeilReject unknown dependencies.
2009-05-27 Fabian KeilDue to a bug in dependency_unsatisfied(), tests were...
2009-05-27 Fabian KeilMake sure we upgrade the client connection header if...
2009-05-25 Fabian KeilUnblock iTunes download links. Anonymously reported...
2009-05-25 Fabian KeilUnbreak elsif condition.
2009-05-25 Fabian KeilStreamline elsif condition. White space fixes.
2009-05-25 Fabian KeilHighlight: Could not connect to [10.0.0.1]:80.
2009-05-25 Fabian KeilDowngrade another log message in connect_to() to LOG_LE...
2009-05-25 Fabian KeilIn client_connection_header_adder(), check flags agains...
2009-05-25 Fabian KeilKeep the server header 'Connection: keep-alive' around...
2009-05-25 Fabian KeilIf we are keeping the server connection alive behind...
2009-05-19 Fabian KeilDoh. Unbreak extra field skipping in decompress_iob().
2009-05-19 Fabian KeilFix a recently added logic error that could result...
2009-05-19 Fabian KeilFix clang warning: Value stored to 'timeptr' is never...
2009-05-19 Fabian KeilFix clang warning: Value stored to ch is never read.
2009-05-19 Fabian KeilFix clang warning: Value stored to 'err' is never read.
2009-05-19 Fabian KeilHelp clang understand that we aren't dereferencing...
2009-05-19 Fabian KeilFix clang warning: Value stored to 'i' is never read.
2009-05-19 Fabian KeilFix clang warning: Value stored to 'hits' is never...
2009-05-19 Fabian KeilFix clang warning: Value stored to 'err' is never read.
2009-05-19 Fabian KeilFix clang warning: Although the value stored to k is...
2009-05-19 Fabian KeilStyle fix.
2009-05-19 Fabian KeilFix clang warning: Although the value stored to 'next'
2009-05-19 Fabian KeilFix keep-alive upgrading if connection-sharing is used.
2009-05-19 Fabian KeilHighlight: Connected to tor-jail[10.0.0.2]:9050.
2009-05-19 Fabian KeilStyle fixes for the last commit. Also downgrade some log
2009-05-19 Fabian KeilIn connect_to(), try multiple addresses if possible...
2009-05-19 Fabian Keilcheck_for_forbidden_characters() cosmetics:
2009-05-16 Fabian KeilRemove CVS revision logs. TODO item #33.
2009-05-16 Fabian KeilAdd the TODO list proposed on ijbswa-developers@,
2009-05-15 Fabian Keil- Don't let --verbose imply --show-skipped-tests. It...
2009-05-15 Fabian KeilPerldoc spelling fix.
next