Lines Matching full:sandboxed
3 This library is a sandboxed version of curl's C API,
4 [libcurl](https://curl.haxx.se/libcurl/c/), implemented using Sandboxed API.
14 The full list of Sandboxed API dependencies can be found on
15 [Sandboxed API Getting Started page](https://developers.google.com/code-sandboxing/sandboxed-api/ge…
22 cmake .. -G Ninja -D SAPI_ROOT=<path to sandboxed-api>
29 have different signatures defined in the sandboxed header `custom_curl.h`, which
32 This is necessary because Sandboxed API sandboxes most of libcurl correctly, but
35 can also be sandboxed.
42 Variadic methods are currently not supported by Sandboxed API. To solve this,
58 Incomplete array arguments are currently not supported by Sandboxed API. To
96 The `examples` directory contains the sandboxed versions of example source codes
102 `CURL_SAPI_BUILD_EXAMPLES` must be set to `ON`. This enables Sandboxed API
120 `CURL_SAPI_BUILD_TESTING` must be set to `ON`. This enables Sandboxed API tests