[Privoxy-commits] [privoxy] branch master updated (ff3493f0 -> 0e6ad9a8)
    User Git 
    git at git.privoxy.org
       
    Sun Jan 10 15:50:39 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 ff3493f0 sed(): Don't call enforce_header_order() if a filter removed the request line
     new cd8a0ec1 enforce_header_order(): Save a couple of memory allocations
     new bf361741 ssl_store_cert(): Check BIO_get_mem_data() return code
     new 9476a25f redirect_url(): Silence a bogus use-after-free warning
     new bfe3c35b Add Pragma header to the client-header-order example
     new aa5ec3ce chat(): Use client_use_ssl(csp) instead of http->ssl
     new c0def7e7 change_request_destination(): Reject rewrites from http to https
     new ad74921f process_encrypted_request(): Use the MESSED_UP_REQUEST_RESPONSE when the rewritten request line is invalid
     new 008f9c88 process_encrypted_request(): Improve error message
     new db72b721 change_encrypted_request_destination(): Plug a memory leak if the rewritten request line is invalid
     new cd0f0174 parse_client_request(): Fix status code in a LOG_LEVEL_CLF message
     new eb72eb48 filter_header(): Break a couple of long lines
     new 594cdeca change_encrypted_request_destination(): Keep the original port instead of defaulting to 443
     new 93fa546b Add #183: Properly deal with proxy responses that arrive in multiple pieces
     new f1b80261 Add #184: Add support for wolfSSL
     new 1d256618 user-manual: Note that protocol and host have to be added
     new eac6ec89 user-manual: Explicitly mention that upgrading from http to https with a client-header filter is not supported
     new 42f7aa0b user-manual: Note that actions aren't updated after rewrites
     new 94e14a5b user-manual: Bump copyright
     new 0e6ad9a8 Rebuild user manual
The 19 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:
 TODO                                        |  5 ++++
 doc/source/p-config.sgml                    |  1 +
 doc/source/user-manual.sgml                 | 19 +++++++++++--
 doc/webserver/user-manual/actions-file.html |  7 +++++
 doc/webserver/user-manual/appendix.html     | 16 +++++------
 doc/webserver/user-manual/index.html        |  2 +-
 filters.c                                   |  3 ++-
 jcc.c                                       | 41 ++++++++++++++++++++++++-----
 openssl.c                                   |  7 +++++
 parsers.c                                   | 13 +++++----
 10 files changed, 90 insertions(+), 24 deletions(-)
-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.
    
    
More information about the Privoxy-commits
mailing list