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: isgasho/httpsnoop
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: master
Choose a base ref
...
head repository: felixge/httpsnoop
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: master
Choose a head ref
Checking mergeability… Don’t worry, you can still create the pull request.
  • 10 commits
  • 14 files changed
  • 9 contributors

Commits on Sep 19, 2020

  1. Implement Unwrap() interface

    See felixge#8
    
    Co-Authored-By: Felix Geisendörfer <[email protected]>
    pda and felixge committed Sep 19, 2020
    Configuration menu
    Copy the full SHA
    80c3c21 View commit details
    Browse the repository at this point in the history

Commits on Mar 19, 2021

  1. Remove mutex and add test for ReaderFrom

    Resolves felixge#13
    ebati authored and felixge committed Mar 19, 2021
    Configuration menu
    Copy the full SHA
    42c30f9 View commit details
    Browse the repository at this point in the history

Commits on Apr 24, 2022

  1. Allow specifying initial metrics.

    mitar authored and felixge committed Apr 24, 2022
    Configuration menu
    Copy the full SHA
    67cc0c4 View commit details
    Browse the repository at this point in the history
  2. Allow specifying initial metrics.

    mitar authored and felixge committed Apr 24, 2022
    Configuration menu
    Copy the full SHA
    ef9fc62 View commit details
    Browse the repository at this point in the history

Commits on Jul 24, 2022

  1. Configuration menu
    Copy the full SHA
    dcf093d View commit details
    Browse the repository at this point in the history
  2. tests: refactor benchmarks to remove test server overhead (felixge#20)

    The httptest Server introduces unrelated overhead to the benchmarks.
    Ideally we'd only measure the impact on the wrapped handler.
    costela authored Jul 24, 2022
    Configuration menu
    Copy the full SHA
    8b7a371 View commit details
    Browse the repository at this point in the history

Commits on Nov 17, 2022

  1. Configuration menu
    Copy the full SHA
    661666c View commit details
    Browse the repository at this point in the history

Commits on Mar 12, 2023

  1. Configuration menu
    Copy the full SHA
    c5817c2 View commit details
    Browse the repository at this point in the history

Commits on Oct 20, 2024

  1. Configuration menu
    Copy the full SHA
    d3fc968 View commit details
    Browse the repository at this point in the history

Commits on Jun 4, 2025

  1. Configuration menu
    Copy the full SHA
    9a9390b View commit details
    Browse the repository at this point in the history
Loading