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.6.2
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.7.0
Choose a head ref
  • 16 commits
  • 14 files changed
  • 6 contributors

Commits on Sep 15, 2021

  1. Bump DefaultReadHeaderTimeout to 10s

    When dealing with slow networks and TLS, 200ms is often hit. Bump
    the default timeout to 10s, which is what crupto/tls uses for the
    TLS handshake.
    
    Closes: #83
    emersion committed Sep 15, 2021
    Configuration menu
    Copy the full SHA
    7f1f93d View commit details
    Browse the repository at this point in the history

Commits on Apr 26, 2022

  1. Merge pull request #84 from emersion/default-timeout

    Bump DefaultReadHeaderTimeout to 10s
    pires authored Apr 26, 2022
    Configuration menu
    Copy the full SHA
    1966d35 View commit details
    Browse the repository at this point in the history

Commits on Apr 28, 2022

  1. Add method to get SSL cipher from the SSL TLV

    Tests are using a header captured from haproxy with "proxy-v2-options
    ssl-cipher" set.
    
    To use this with haproxy you also need to set the ssl-cipher option,
    something like:
    
        backend test
          default-server send-proxy-v2-ssl proxy-v2-options ssl-cipher
          server a [::1]:8080
    dgl committed Apr 28, 2022
    Configuration menu
    Copy the full SHA
    8349a66 View commit details
    Browse the repository at this point in the history

Commits on May 2, 2022

  1. Merge pull request #91 from dgl/ssl-cipher

    Add method to get SSL cipher from the SSL TLV
    pires authored May 2, 2022
    Configuration menu
    Copy the full SHA
    195fedc View commit details
    Browse the repository at this point in the history

Commits on Mar 6, 2023

  1. Configuration menu
    Copy the full SHA
    711b859 View commit details
    Browse the repository at this point in the history
  2. CI: switch to Go 1.19/1.20

    drakkan committed Mar 6, 2023
    Configuration menu
    Copy the full SHA
    42e6ca1 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    b56df1a View commit details
    Browse the repository at this point in the history

Commits on Mar 13, 2023

  1. Merge pull request #97 from drakkan/v4mappedv6

    add support for parsing IPv4-mapped IPv6 addresses
    also fix tests with goroutines
    pires authored Mar 13, 2023
    Configuration menu
    Copy the full SHA
    2fac219 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    e9fdbf2 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    4f677b5 View commit details
    Browse the repository at this point in the history

Commits on Mar 15, 2023

  1. Set-up sponsorship

    pires authored Mar 15, 2023
    Configuration menu
    Copy the full SHA
    d0d5c27 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    b46edfe View commit details
    Browse the repository at this point in the history
  3. ci: introduce linting

    pires committed Mar 15, 2023
    Configuration menu
    Copy the full SHA
    1f05787 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    fa4d9e8 View commit details
    Browse the repository at this point in the history
  5. tests: make linter happy

    pires committed Mar 15, 2023
    Configuration menu
    Copy the full SHA
    15e863f View commit details
    Browse the repository at this point in the history
  6. ci: generate release notes

    pires committed Mar 15, 2023
    Configuration menu
    Copy the full SHA
    864358a View commit details
    Browse the repository at this point in the history
Loading