8000 Comparing 1.3.3...release-1.3 · buger/goreplay · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
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: buger/goreplay
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 1.3.3
Choose a base ref
...
head repository: buger/goreplay
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: release-1.3
Choose a head ref
  • 5 commits
  • 9 files changed
  • 3 contributors

Commits on Oct 20, 2021

  1. add more targets (#1003)

    created dep. between targets
    using --rm flag on docker
    DimaGolomozy authored and buger committed Oct 20, 2021
    Configuration menu
    Copy the full SHA
    f4616e0 View commit details
    Browse the repository at this point in the history

Commits on Jan 7, 2022

  1. Improve Full Packet parsing for HTTP (#1029)

    This PR does two primary things:
    - ensures that HasFullPayload returns false if the packet doesnt start with a valid request or response header. This was necessary because a chunked response would return true from HasFullPayload if it got contiguous packets including the last packet (with the trailer) before it got the first packet (with the header).
    - When the request payload is chunked across multiple packets, only correct for 100-Continue responses once. In requests with > 2 packets, the Ack number is incremented for each packet in the message, sometimes resulting in packets not being correlated with each other. This ensures that the message is corrected once and only once.
    c6h12o6 authored and Leonid Bugaeb committed Jan 7, 2022
    Configuration menu
    Copy the full SHA
    7f01e49 View commit details
    Browse the repository at this point in the history
  2. Update capture.go (#1040)

    Avoid Kafka message output.
    buger committed Jan 7, 2022
    Configuration menu
    Copy the full SHA
    3b39912 View commit details
    Browse the repository at this point in the history

Commits on Jan 12, 2022

  1. Fix builds on m1 mac

    Ensure that docker images gets build in x64 arch, and use nfpm instead of fpm
    buger committed Jan 12, 2022
    Configuration menu
    Copy the full SHA
    b335f27 View commit details
    Browse the repository at this point in the history

Commits on Jan 16, 2022

  1. Fix setting a version

    buger committed Jan 16, 2022
    Configuration menu
    Copy the full SHA
    5532132 View commit details
    Browse the repository at this point in the history
Loading
0