sandboxed-api/sandboxed_api/sandbox2/network_proxy
Christian Blichmann fdf0483ca0 Migrate to open-source absl::StatusOr<>
This removes our own fork of `absl::StatusOr<>`. Sandboxed API still includes
a custom matcher for Googletest, as that is not open source yet. For
compatibility, the `statusor.h` header is still retained and now aliases
`sapi::StatusOr<>` to `absl::StatusOr<>`.

PiperOrigin-RevId: 329916309
Change-Id: I0544b73a9e312dce499bc4128c28457e04ab9929
2020-09-03 07:40:48 -07:00
..
BUILD.bazel Internal BUILD refactoring 2020-09-03 07:40:33 -07:00
client.cc Automated rollback of commit e7a195ce42. 2020-08-28 04:49:41 -07:00
client.h Automated rollback of commit e7a195ce42. 2020-08-28 04:49:41 -07:00
CMakeLists.txt Migrate to open-source absl::StatusOr<> 2020-09-03 07:40:48 -07:00
filtering_test.cc Now network proxy server supports IP filtering. API to policybuilder is added to make a list of allowed pairs of allowed IP, mask and port where mask and port are optional. 2020-02-20 07:45:44 -08:00
filtering.cc Internal BUILD refactoring 2020-09-03 07:40:33 -07:00
filtering.h Internal BUILD refactoring 2020-09-03 07:40:33 -07:00
server.cc Internal BUILD refactoring 2020-09-03 07:40:33 -07:00
server.h Now network proxy server supports IP filtering. API to policybuilder is added to make a list of allowed pairs of allowed IP, mask and port where mask and port are optional. 2020-02-20 07:45:44 -08:00