[Privoxy-commits] [privoxy] branch master updated (1dee3375 -> 7b1b8aa1)

User Git git at git.privoxy.org
Tue Jun 24 14:10:19 CEST 2025


This is an automated email from the git hooks/post-receive script.

git pushed a change to branch master
in repository privoxy.

    from 1dee3375 Update 25_standard_medium to changed upstream.
     new 24d0ff83 Remove support for pcre1
     new 68a69619 Don't forward unsupported Connection keywords if there are "too many" keywords to parse
     new 521398d3 Rename connection_header_contains_keep_alive_keyword()
     new eee40a90 If the server sends multiple Connection headers, only parse and forward the first one
     new d62a6a3d Add a couple of tests for connection headers with keep-alive-timeout set
     new b540913f Let the "clean" target remove logs from the cts tests
     new 7b1b8aa1 Bump copyright

The 7 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                                     |   5 +-
 configure.in                                       |  48 +--------
 parsers.c                                          |  33 +++++-
 pcrs.c                                             |  79 +--------------
 pcrs.h                                             |  14 +--
 project.h                                          |  50 +++-------
 .../data/test1}                                    |  19 ++--
 .../data/test10                                    |  45 +++++++++
 .../data/test11}                                   |  22 ++--
 .../data/test12}                                   |  21 ++--
 .../data/test2}                                    |  27 ++---
 .../data/test3}                                    |  21 ++--
 .../data/test4}                                    |  21 ++--
 .../data/test5                                     |  21 ++--
 .../data/test6}                                    |  21 ++--
 .../data/test7}                                    |  21 ++--
 .../data/test8}                                    |  21 ++--
 .../data/test9}                                    |  27 ++---
 .../privoxy.conf                                   |   2 +-
 urlmatch.c                                         | 111 +--------------------
 urlmatch.h                                         |   2 +-
 21 files changed, 231 insertions(+), 400 deletions(-)
 copy tests/cts/{rewrite-behind-client-back/data/test5 => connection-headers-with-keep-alive-timeout-set/data/test1} (57%)
 create mode 100644 tests/cts/connection-headers-with-keep-alive-timeout-set/data/test10
 copy tests/cts/{rewrite-behind-client-back/data/test5 => connection-headers-with-keep-alive-timeout-set/data/test11} (56%)
 copy tests/cts/{rewrite-behind-client-back/data/test5 => connection-headers-with-keep-alive-timeout-set/data/test12} (57%)
 copy tests/cts/{client-header-order/data/test334 => connection-headers-with-keep-alive-timeout-set/data/test2} (50%)
 copy tests/cts/{rewrite-behind-client-back/data/test5 => connection-headers-with-keep-alive-timeout-set/data/test3} (50%)
 copy tests/cts/{rewrite-behind-client-back/data/test5 => connection-headers-with-keep-alive-timeout-set/data/test4} (54%)
 copy tests/cts/{rewrite-behind-client-back => connection-headers-with-keep-alive-timeout-set}/data/test5 (50%)
 copy tests/cts/{rewrite-behind-client-back/data/test5 => connection-headers-with-keep-alive-timeout-set/data/test6} (50%)
 copy tests/cts/{rewrite-behind-client-back/data/test5 => connection-headers-with-keep-alive-timeout-set/data/test7} (50%)
 copy tests/cts/{rewrite-behind-client-back/data/test5 => connection-headers-with-keep-alive-timeout-set/data/test8} (54%)
 copy tests/cts/{client-header-order/data/test334 => connection-headers-with-keep-alive-timeout-set/data/test9} (54%)
 copy tests/cts/{redirects => connection-headers-with-keep-alive-timeout-set}/privoxy.conf (95%)

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.


More information about the Privoxy-commits mailing list