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: Shikugawa/proxy-wasm-cpp-sdk
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: master
Choose a base ref
...
head repository: Shikugawa/proxy-wasm-cpp-sdk
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: wasm2wasm32
Choose a head ref
Checking mergeability… Don’t worry, you can still create the pull request.
  • 16 commits
  • 18 files changed
  • 6 contributors

Commits on Apr 7, 2020

  1. add libprotobuf.a and libprotobuf-lite.a to Makefile (proxy-wasm#10)

    * add libprotobuf libprotobuf-lite to Makefile
    
    * update ci
    yxue authored Apr 7, 2020
    Configuration menu
    Copy the full SHA
    9ab0609 View commit details
    Browse the repository at this point in the history

Commits on Apr 30, 2020

  1. Configuration menu
    Copy the full SHA
    4a78528 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    c727651 View commit details
    Browse the repository at this point in the history

Commits on May 1, 2020

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

Commits on May 18, 2020

  1. Make using varients of protobuf easier. (proxy-wasm#17)

    * Make using varients of protobuf easier.
    
    Signed-off-by: John Plevyak <[email protected]>
    jplevyak authored May 18, 2020
    Configuration menu
    Copy the full SHA
    e81783c View commit details
    Browse the repository at this point in the history

Commits on May 19, 2020

  1. Add missing statuses to FilterHeadersStatus. (proxy-wasm#19)

    This allows WASM proxies to return any of the statuses supported
    by native Envoy filters.
    
    Signed-off-by: Gregory Brail <[email protected]>
    gbrail authored May 19, 2020
    Configuration menu
    Copy the full SHA
    96927d8 View commit details
    Browse the repository at this point in the history

Commits on May 20, 2020

  1. Support raw/non-protobuf gRPC. (proxy-wasm#20)

    Signed-off-by: John Plevyak <[email protected]>
    jplevyak authored May 20, 2020
    Configuration menu
    Copy the full SHA
    a96408d View commit details
    Browse the repository at this point in the history

Commits on Jun 1, 2020

  1. Pass end_of_stream to header callbacks. (proxy-wasm#25)

    This adds the same end_of_stream flag to the on_request_headers
    and on_response_headers callbacks that Envoy makes for non-WASM filters.
    This way it is possible to write a filter that can operate on the
    request or response body but still be resilient if no body is present.
    
    Signed-off-by: Gregory Brail <[email protected]>
    gbrail authored Jun 1, 2020
    Configuration menu
    Copy the full SHA
    b273b07 View commit details
    Browse the repository at this point in the history

Commits on Jun 2, 2020

  1. Configuration menu
    Copy the full SHA
    37ed0ed View commit details
    Browse the repository at this point in the history
  2. Enable onForeignFunction and proxy-specific extensions to the ABI. (p…

    …roxy-wasm#24)
    
    * Enable onForeignFunction and proxy-specific extensions to the ABI.
    
    Signed-off-by: John Plevyak <[email protected]>
    jplevyak authored Jun 2, 2020
    Configuration menu
    Copy the full SHA
    6a57b58 View commit details
    Browse the repository at this point in the history
  3. Add missing onCreate for root contexts. (proxy-wasm#27)

    Signed-off-by: John Plevyak <[email protected]>
    jplevyak authored Jun 2, 2020
    Configuration menu
    Copy the full SHA
    246314d View commit details
    Browse the repository at this point in the history

Commits on Jun 23, 2020

  1. Add support for closing of connections in the ABI/SDK. (proxy-wasm#29)

    * Add support for closing of connections in the ABI/SDK.
    
    Signed-off-by: John Plevyak <[email protected]>
    jplevyak authored Jun 23, 2020
    Configuration menu
    Copy the full SHA
    35163bb View commit details
    Browse the repository at this point in the history

Commits on Jun 29, 2020

  1. bazel: wasm to wasm32

    Shikugawa committed Jun 29, 2020
    Configuration menu
    Copy the full SHA
    91f0fcb View commit details
    Browse the repository at this point in the history
  2. fix

    Shikugawa committed Jun 29, 2020
    Configuration menu
    Copy the full SHA
    06b3f51 View commit details
    Browse the repository at this point in the history

Commits on Jul 6, 2020

  1. Fix README example to reflect new API (proxy-wasm#31)

    Francois Pesce authored Jul 6, 2020
    Configuration menu
    Copy the full SHA
    3163d36 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    c67d630 View commit details
    Browse the repository at this point in the history
Loading