Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: pires/go-proxyproto
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v0.9.0
Choose a base ref
...
head repository: pires/go-proxyproto
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v0.9.1
Choose a head ref
  • 3 commits
  • 3 files changed
  • 1 contributor

Commits on Jan 24, 2026

  1. Add SSL client certificate TLV

    The new PP2_SUBTYPE_SSL_CLIENT_CERT SSL TLV has been introduced in
    this haproxy commit:
    https://git.haproxy.org/?p=haproxy.git;a=commitdiff;h=6f5def3cbd88b242ce33ad051897f98463a8026e
    emersion authored and pires committed Jan 24, 2026
    Configuration menu
    Copy the full SHA
    f000eed View commit details
    Browse the repository at this point in the history
  2. tlvparse: format azure.go

    tlvparse/azure.go was not formatted properly.
    emersion authored and pires committed Jan 24, 2026
    Configuration menu
    Copy the full SHA
    e5f7f96 View commit details
    Browse the repository at this point in the history
  3. tlvparse: move comments before PP2SSL fields

    The comments were on the same line as the field and continued on
    following lines. Move them before the field as is idiomatic for Go
    documentation.
    emersion authored and pires committed Jan 24, 2026
    Configuration menu
    Copy the full SHA
    5b1be82 View commit details
    Browse the repository at this point in the history
Loading