[Privoxy-commits] [privoxy] branch master updated (a1abf1b3 -> 42f56383)
User Git
git at git.privoxy.org
Thu Nov 11 04:41:50 UTC 2021
This is an automated email from the git hooks/post-receive script.
git pushed a change to branch master
in repository privoxy.
from a1abf1b3 uagen: Bump version to 1.2.3
new ea957b7e receive_encrypted_request_headers(): Improve a log message
new 664f468e Block requests to fpa-events.arstechnica.com/
new 7979cc20 Block requests to eu-tlp01.kameleoon.eu/
new df19de2f Rename receive_encrypted_request() to receive_encrypted_request_headers()
new 1b5968c7 Rename process_encrypted_request() to process_encrypted_request_headers()
new 46007ab5 parse_time_header(): Silence a coverity complaint when building without assertions
new fc9b885f chat(): Log the applied actions before deciding how to forward the request
new a9937fa4 read_http_request_body(): Fix two error messages that used an incorrect variable
new 9ada65bf privoxy-log-parser: Highlight 'Client socket 7 is no longer usable. The server socket has been closed.'
new 79b40b1f process_encrypted_request(): Improve a log message
new 4f752139 privoxy-log-parser: Rephrase a sentence in the documentation
new 8a25b4c6 privoxy-log-parser: Only run print_intro() and print_outro() when syntax highlighting
new 3830db41 Add a warning that the socket-timeout does not apply to operations done by TLS libraries
new e994f44d Update max-client-connections's description
new ea453e40 Allow to edit the add-header action through the CGI editor
new 2b1b9b5d cgi_edit_process_string_action(): Fix an error message
new 042d94df action_render_string_actions_template(): Reposition an asterisk
new e89f2e2c privoxy-log-parser: Bump version to 0.9.4
new 07c3ec58 privoxy-log-parser: Add a "inactivity detection" mode
new f3d0f652 privoxy-log-parser: Add a --passed-request-statistics-threshold option
new 9e122252 Bump copyright
new 4edf9f4f Add a test for CVE-2021-20217
new 03e4b12e Add test for OVE-20210203-0001
new 5a3e77e2 Add more tests for the '/send-banner' code
new 018fd2ab GNUmakefile.in: Fix typo
new aaceefe0 listen_loop(): When shutting down gracefully, close listening ports
new 10fc609b Add a CGI handler for /wpad.dat
new 185d23af Add Richard Schneidt to the list of contributors
new 8b18bf35 Bump copyright
new 42f56383 regression-tests.action: Add fetch test for http://p.p/wpad.dat
The 30 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails. The revisions
listed as "add" were already present in the repository and have only
been added to this reference.
Summary of changes:
GNUmakefile.in | 2 +-
actions.c | 10 +-
cgi.c | 3 +
cgiedit.c | 386 +++++++++++++--------
cgisimple.c | 44 +++
cgisimple.h | 3 +
default.action.master | 6 +
doc/source/p-authors.sgml | 3 +-
doc/source/p-config.sgml | 21 +-
jcc.c | 38 +-
parsers.c | 5 +-
project.h | 9 +-
regression-tests.action | 12 +-
templates/edit-actions-for-url | 46 +--
templates/edit-actions-for-url-filter | 2 +-
...g-filter => edit-actions-for-url-string-action} | 20 +-
templates/wpad.dat | 11 +
tools/privoxy-log-parser.pl | 135 ++++++-
18 files changed, 523 insertions(+), 233 deletions(-)
rename templates/{edit-actions-for-url-string-filter => edit-actions-for-url-string-action} (64%)
create mode 100644 templates/wpad.dat
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
More information about the Privoxy-commits
mailing list