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: proxy-wasm/proxy-wasm-cpp-host
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: main
Choose a base ref
...
head repository: proxy-wasm/proxy-wasm-cpp-host
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: envoy-release/v1.15
Choose a head ref
Checking mergeability… Don’t worry, you can still create the pull request.
  • 4 commits
  • 16 files changed
  • 1 contributor

Commits on Aug 3, 2020

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

Commits on Aug 4, 2020

  1. Support multiple versions of the Proxy-Wasm ABI. (#45)

    Signed-off-by: Piotr Sikora <[email protected]>
    PiotrSikora authored Aug 4, 2020
    Configuration menu
    Copy the full SHA
    5659383 View commit details
    Browse the repository at this point in the history

Commits on Aug 7, 2020

  1. Allow proxy_get_buffer_byts(0, MAX, ...). (#53)

    This convention is already allowed in proxy_set_buffer_bytes(),
    and it was previously allowed for proxy_get_buffer_byts().
    
    Signed-off-by: Piotr Sikora <[email protected]>
    PiotrSikora authored Aug 7, 2020
    Configuration menu
    Copy the full SHA
    a013d52 View commit details
    Browse the repository at this point in the history

Commits on Aug 10, 2020

  1. Fix C++14 compatibility. (#54)

    Broken in #45.
    
    Signed-off-by: Piotr Sikora <[email protected]>
    PiotrSikora authored Aug 10, 2020
    Configuration menu
    Copy the full SHA
    51e2013 View commit details
    Browse the repository at this point in the history
Loading