sandboxed-api/sandboxed_api/sandbox2/network_proxy
Anton D. Kachalov d0c8224e61 Add support for ARM32 (hard float target)
This change enables support for 32-bit ARM, as used by embedded controllers and older phones.
Note: This does not support 32-bit sandboxees on AArch64. Both sandboxee and host code must have the same bitness.
PiperOrigin-RevId: 347835193
Change-Id: I6395882677530f9862f118d2dc10230a61049836
2020-12-16 09:18:25 -08:00
..
BUILD.bazel Introduce config header to centralize CPU architecture checks 2020-09-10 05:48:00 -07:00
client.cc Add support for ARM32 (hard float target) 2020-12-16 09:18:25 -08:00
client.h Automated rollback of commit e7a195ce42. 2020-08-28 04:49:41 -07:00
CMakeLists.txt Enable shared libraries build and cross-compilation 2020-12-14 09:16:14 -08: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 Optimize calls to std::string::find() and friends for a single char. 2020-12-16 08:30:45 -08: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