-
Notifications
You must be signed in to change notification settings - Fork 0
Comparing changes
Open a pull request
base repository: Shikugawa/proxy-wasm-cpp-sdk
base: master
head repository: Shikugawa/proxy-wasm-cpp-sdk
compare: wasm2wasm32
- 16 commits
- 18 files changed
- 6 contributors
Commits on Apr 7, 2020
-
add libprotobuf.a and libprotobuf-lite.a to Makefile (proxy-wasm#10)
* add libprotobuf libprotobuf-lite to Makefile * update ci
Configuration menu - View commit details
-
Copy full SHA for 9ab0609 - Browse repository at this point
Copy the full SHA 9ab0609View commit details
Commits on Apr 30, 2020
-
Configuration menu - View commit details
-
Copy full SHA for 4a78528 - Browse repository at this point
Copy the full SHA 4a78528View commit details -
build: not use pre-generated pb.h/cc for bazel build (proxy-wasm#14)
Co-authored-by: John Plevyak <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for c727651 - Browse repository at this point
Copy the full SHA c727651View commit details
Commits on May 1, 2020
-
toolchain: make emscripten toolchain work with rules_foreign_cc (prox…
…y-wasm#16) Signed-off-by: Lizan Zhou <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 9113382 - Browse repository at this point
Copy the full SHA 9113382View commit details
Commits on May 18, 2020
-
Make using varients of protobuf easier. (proxy-wasm#17)
* Make using varients of protobuf easier. Signed-off-by: John Plevyak <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for e81783c - Browse repository at this point
Copy the full SHA e81783cView commit details
Commits on May 19, 2020
-
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]>
Configuration menu - View commit details
-
Copy full SHA for 96927d8 - Browse repository at this point
Copy the full SHA 96927d8View commit details
Commits on May 20, 2020
-
Support raw/non-protobuf gRPC. (proxy-wasm#20)
Signed-off-by: John Plevyak <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for a96408d - Browse repository at this point
Copy the full SHA a96408dView commit details
Commits on Jun 1, 2020
-
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]>
Configuration menu - View commit details
-
Copy full SHA for b273b07 - Browse repository at this point
Copy the full SHA b273b07View commit details
Commits on Jun 2, 2020
-
Fix the Makefile for compiling into the local directory. (proxy-wasm#26)
Signed-off-by: John Plevyak <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 37ed0ed - Browse repository at this point
Copy the full SHA 37ed0edView commit details -
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]>
Configuration menu - View commit details
-
Copy full SHA for 6a57b58 - Browse repository at this point
Copy the full SHA 6a57b58View commit details -
Add missing onCreate for root contexts. (proxy-wasm#27)
Signed-off-by: John Plevyak <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 246314d - Browse repository at this point
Copy the full SHA 246314dView commit details
Commits on Jun 23, 2020
-
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]>
Configuration menu - View commit details
-
Copy full SHA for 35163bb - Browse repository at this point
Copy the full SHA 35163bbView commit details
Commits on Jun 29, 2020
-
Configuration menu - View commit details
-
Copy full SHA for 91f0fcb - Browse repository at this point
Copy the full SHA 91f0fcbView commit details -
Configuration menu - View commit details
-
Copy full SHA for 06b3f51 - Browse repository at this point
Copy the full SHA 06b3f51View commit details
Commits on Jul 6, 2020
-
Fix README example to reflect new API (proxy-wasm#31)
Francois Pesce authoredJul 6, 2020 Configuration menu - View commit details
-
Copy full SHA for 3163d36 - Browse repository at this point
Copy the full SHA 3163d36View commit details -
Configuration menu - View commit details
-
Copy full SHA for c67d630 - Browse repository at this point
Copy the full SHA c67d630View commit details
This comparison is taking too long to generate.
Unfortunately it looks like we can’t render this comparison for you right now. It might be too big, or there might be something weird with your repository.
You can try running this command locally to see the comparison on your machine:
git diff master...wasm2wasm32