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.4.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.5.0
Choose a head ref
  • 9 commits
  • 8 files changed
  • 4 contributors

Commits on Feb 16, 2021

  1. Add PP2_TYPE_UNIQUE_ID

    TimWolla committed Feb 16, 2021
    Configuration menu
    Copy the full SHA
    267b09d View commit details
    Browse the repository at this point in the history

Commits on Feb 17, 2021

  1. Merge pull request #67 from TimWolla/tlv-unique-id

    Add PP2_TYPE_UNIQUE_ID
    pires authored Feb 17, 2021
    Configuration menu
    Copy the full SHA
    fff0abf View commit details
    Browse the repository at this point in the history

Commits on Feb 19, 2021

  1. Implement io.ReaderFrom/WriterTo for Conn

    This change increase performance when proxying wrapped connections using io.Copy.
    Since go 1.11 copying between tcp connections uses the splice system call on linux yielding considerable performance improvments.
    See: https://golang.org/doc/go1.11#net
    
    Signed-off-by: Fabian Ruff <fabian.ruff@sap.com>
    databus23 committed Feb 19, 2021
    Configuration menu
    Copy the full SHA
    1994c14 View commit details
    Browse the repository at this point in the history

Commits on Feb 22, 2021

  1. Add tests

    Signed-off-by: Fabian Ruff <fabian.ruff@sap.com>
    databus23 committed Feb 22, 2021
    Configuration menu
    Copy the full SHA
    394c64c View commit details
    Browse the repository at this point in the history

Commits on Feb 23, 2021

  1. Add benchmark for tcp proxy use case

    Signed-off-by: Fabian Ruff <fabian.ruff@sap.com>
    databus23 committed Feb 23, 2021
    Configuration menu
    Copy the full SHA
    ce59419 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #68 from databus23/readerfrom-writerto

    Implement io.ReaderFrom/WriterTo for Conn
    pires authored Feb 23, 2021
    Configuration menu
    Copy the full SHA
    c4bcea2 View commit details
    Browse the repository at this point in the history

Commits on Mar 3, 2021

  1. add tests proving issue #69

    Iestyn C. Elfick committed Mar 3, 2021
    Configuration menu
    Copy the full SHA
    ac2f466 View commit details
    Browse the repository at this point in the history
  2. fixes for #69

    Iestyn C. Elfick committed Mar 3, 2021
    Configuration menu
    Copy the full SHA
    a368adc View commit details
    Browse the repository at this point in the history

Commits on Mar 4, 2021

  1. Merge pull request #71 from isedev/feature/issue-69-tests

    Disallow header parsing beyond 107 bytes
    pires authored Mar 4, 2021
    Configuration menu
    Copy the full SHA
    7f48261 View commit details
    Browse the repository at this point in the history
Loading