Commit Graph

  • 79b6784b82 #Cleanup: Consistently use std::make_unique Christian Blichmann 2022-10-12 05:22:51 -0700
  • cb8efdc270 Sandbox2: Graciously handle mapping over Comms/Exec fds Wiktor Garbacz 2022-10-10 09:38:14 -0700
  • b9c2830ebc Use new sandbox2::Comms ctor for default connection params Christian Blichmann 2022-10-07 02:07:33 -0700
  • 859e282d3b Use new sandbox2::Comms ctor for default connection params Sandboxed API Team 2022-10-07 01:44:11 -0700
  • 3198ff06d3 Explicit Comms constructor with default params Wiktor Garbacz 2022-10-06 04:55:22 -0700
  • 5b61445de9 Internal change Christian Blichmann 2022-09-19 01:58:01 -0700
  • d2c8c70d8e Internal change Wiktor Garbacz 2022-09-19 01:16:37 -0700
  • 4d24c4c01b Update to latest Abseil and Protobuf Christian Blichmann 2022-09-19 00:51:59 -0700
  • 8de530036f Internal change. Christian Blichmann 2022-09-16 00:36:25 -0700
  • 39a1bc9d7a Skip system headers in Clang generator Christian Blichmann 2022-09-05 07:14:55 -0700
  • 75c7081622 For the SECCOMP event, check if the event msg is in the range of one of the known architectures. If it isn't, assume that the process has exited and the event msg contains an exit code. Sandboxed API Team 2022-08-31 08:09:05 -0700
  • e541f79abd forkserver_bin is usually embedded via cc_embed_data. So there is no real reason why it should be stamped. Sandboxed API Team 2022-08-25 09:53:52 -0700
  • 7008aa21b6 Remove leftover definition from move to SyscallTable Christian Blichmann 2022-08-16 08:24:23 -0700
  • 28504f1817 Make code not have a -Warray-parameter warning. Sandboxed API Team 2022-08-15 22:55:16 -0700
  • deb3c8e77b Batch threads waiting for the monitor's attention. Sandboxed API Team 2022-08-09 08:27:28 -0700
  • 26b2519aed Integrate LLVM at llvm/llvm-project@ea460b7ddb Sandboxed API Team 2022-08-03 04:55:15 -0700
  • 78ee270388 Remove information about in-progress syscalls on process exit. Sandboxed API Team 2022-07-25 08:27:27 -0700
  • 4d906e7143 Fix visibility Sandboxed API Team 2022-07-18 07:43:53 -0700
  • 1e4cf06f69 Block installing user notify inside Sandbox2 Wiktor Garbacz 2022-07-03 11:20:00 -0700
  • 055839ab11 Update rules that require a cpp toolchain to use a helper function that defines the toolchain type. Sandboxed API Team 2022-06-27 22:24:23 -0700
  • e5bc3e69cd "Stack traces have been disabled" message goes to VLOG instead of INFO. Sandboxed API Team 2022-06-23 06:41:53 -0700
  • 82e164949b CMake: Move proto import path replacement to build time Christian Blichmann 2022-06-17 05:55:49 -0700
  • 81871a98f7 Internal-only change. Sandboxed API Team 2022-06-17 00:37:10 -0700
  • 57a4e7e7bc GitHub Actions: Rename workflows, fix libxls Christian Blichmann 2022-06-15 02:58:50 -0700
  • 1ef1fd90ec libidn2: Use pkg-config for include dir Christian Blichmann 2022-06-15 00:06:52 -0700
  • e29e5cb1a2 GitHub Actions: Add libzip and tests Christian Blichmann 2022-06-14 05:41:29 -0700
  • 3cb19e7378 GitHub Actions: Add libxls and tests Christian Blichmann 2022-06-14 05:27:12 -0700
  • 45d4b1ba5b GitHub Actions: Add libidn2 and tests Christian Blichmann 2022-06-14 00:04:54 -0700
  • 2a65b72ea6 Add c-blosc and hunspell and their tests to CI Christian Blichmann 2022-06-10 06:15:03 -0700
  • 4ec09d0061 Update and move lodepng to contrib/ Christian Blichmann 2022-06-10 04:23:39 -0700
  • b11ce4b24a Add brotli and tests to CI Christian Blichmann 2022-06-09 05:27:50 -0700
  • 4872ba6569 libraw: Fix left-over from cleanup Christian Blichmann 2022-06-09 02:03:19 -0700
  • 95afede8a0 GitHub Actions: Add Ubuntu 22.04 builds Christian Blichmann 2022-06-09 02:03:07 -0700
  • 0e7abb70fe Copybara import of the project: Piotr Bartman 2022-06-09 00:54:45 -0700
  • de836031d4 cmake: Use configure_file() to implement forced C++ linkage Christian Blichmann 2022-06-08 23:38:05 -0700
  • 598b00103a This change introduces internal experimental support for Android. Oliver Kunz 2022-06-08 06:51:02 -0700
  • a8a558c66d Fix SAPI_VLOG_LEVEL handling so that VLOGs at level <= the specified level are printed. Sandboxed API Team 2022-06-08 04:52:24 -0700
  • eef4707cd1 libtiff: Fix include path in example Christian Blichmann 2022-06-08 00:51:09 -0700
  • d805286343 Move libtiff sandbox to contrib/, add to tests Christian Blichmann 2022-06-07 05:04:30 -0700
  • 9ac0400186 Fix jsonnet test failure Christian Blichmann 2022-05-31 07:29:23 -0700
  • 546fda8f1e Internal change Oliver Kunz 2022-05-27 06:45:14 -0700
  • 5513e560eb Add option to block the ptrace system call instead of denying it. Sandboxed API Team 2022-05-27 02:57:03 -0700
  • 65487bca39 Fix typo. Sandboxed API Team 2022-05-27 02:41:42 -0700
  • a761362d71 Internal Changes Oliver Kunz 2022-05-19 04:54:57 -0700
  • 88b0a9e2e5 Fix possible crash when multiple termination conditions occur simultaneously Wiktor Garbacz 2022-05-13 04:34:50 -0700
  • 5e61ce0853 More permissive ptrace handling in edge cases Wiktor Garbacz 2022-05-09 06:57:52 -0700
  • 69ed3d6946 clang_generator: Fix build breakage with most recent LLVM Christian Blichmann 2022-05-09 05:23:52 -0700
  • 84673bbe3e Allow readlinkat with sanitizers Sandboxed API Team 2022-04-29 18:23:22 -0700
  • 51799f99ae Introduce a transitional logging utility library Christian Blichmann 2022-04-29 02:13:32 -0700
  • 905c252e71 Remove AllowStaticStartup because AllowDynamicStartup calls this as well Oliver Kunz 2022-04-29 00:48:01 -0700
  • a420682099 Use an env var instead of -logtostderr Christian Blichmann 2022-04-27 06:00:05 -0700
  • 1a856e1932 PFFFT: Use Abseil flags Christian Blichmann 2022-04-27 01:31:41 -0700
  • 6cbde854d6 #Cleanup: Consistently use char* argv[] instead of char** Christian Blichmann 2022-04-27 00:43:17 -0700
  • de3c43b53a
    Merge branch 'main' into tcpdump Christian Blichmann 2022-04-26 09:36:05 +0200
  • 30d42a381e bazel: Reorganize dependencies Christian Blichmann 2022-04-24 23:51:06 -0700
  • ff9009458c Disable deprecation warnings Christian Blichmann 2022-04-22 04:57:24 -0700
  • 28d6122d6b bazel: Add 5.1.1 as version in .bazelversion Christian Blichmann 2022-04-22 04:56:25 -0700
  • a60ff1a95c Remove OsErrorMessage in favor of Abseil's new ErrnoToStatus Christian Blichmann 2022-04-21 06:15:07 -0700
  • d8d7d74ae2 Merge pull request #160 from oshogbo:libxls Copybara-Service 2022-04-21 01:27:49 -0700
  • 839914d6dd cmake: Rename build options to follow Abseil naming Christian Blichmann 2022-04-21 01:17:08 -0700
  • c0cfeed925 cmake: Include CTest in all projects, honor BUILD_TESTING setting Christian Blichmann 2022-04-21 01:14:48 -0700
  • 8dd9d47ba7 Update to latest Abseil Christian Blichmann 2022-04-21 00:58:55 -0700
  • 5159addd1b bazel: Drop dependency on util/flags.h in runfiles helper Christian Blichmann 2022-04-20 04:45:41 -0700
  • 456d9f341e Sandbox2: Check for substring in CRC4 test Christian Blichmann 2022-04-19 06:15:04 -0700
  • 418c73b128 Bazel definitions for Android. Oliver Kunz 2022-04-19 02:05:51 -0700
  • 5125c8fe1b Merge pull request #138 from oshogbo:brotli Copybara-Service 2022-04-19 01:16:35 -0700
  • 11ba7e1384 Sandbox libxml2 and libxslt Demi Marie Obenour 2022-03-13 03:12:44 -0400
  • d1108b1817 Sandbox libxls Mariusz Zaborski 2022-03-26 11:14:20 -0400
  • 13ee0a4f9f Fix build with new generator Demi Marie Obenour 2022-03-20 13:19:13 -0400
  • 5174d769a9 Sandbox libpcap Mariusz Zaborski 2022-03-20 09:33:10 -0400
  • ce5da915a2 Add default member initializer for sandbox2::Executor::Process members Sandboxed API Team 2022-04-11 06:58:39 -0700
  • c6166b1364 CMake: Workaround for compile_commands.json being incomplete Christian Blichmann 2022-04-06 06:23:45 -0700
  • 0d833be608 clang_generator: Remove .isystem parameter file support Christian Blichmann 2022-04-06 05:17:00 -0700
  • eb20966666 CMake: Do not generate .isystem files for libtooling interface generator Christian Blichmann 2022-04-06 04:47:21 -0700
  • c5afd39cc4 contrib: Fix Jsonnet examples Christian Blichmann 2022-04-05 23:57:45 -0700
  • 944e931a95 contrib: Fix pffft Christian Blichmann 2022-04-05 21:52:23 -0700
  • cc97c3762d GitHub Actions: Build and test contrib libraries Christian Blichmann 2022-04-05 06:30:49 -0700
  • b29e09b4da GitHub Actions: Improve caching, cleanup Christian Blichmann 2022-04-05 06:11:54 -0700
  • 761c4ac45d Update to latest Abseil, Bazel Skylib Christian Blichmann 2022-04-05 05:57:57 -0700
  • 00fbfeb647 Merge pull request #136 from oshogbo:zstd_type Copybara-Service 2022-04-05 04:24:50 -0700
  • 07ca5064d1 Internal change Christian Blichmann 2022-04-05 04:22:22 -0700
  • fc85310da2 bazel: Add copts, defines, and data to sapi_library() Christian Blichmann 2022-04-05 01:12:23 -0700
  • 1db315207a Allow access to /sys/devices/system/cpu/ Sandboxed API Team 2022-04-05 00:28:44 -0700
  • 425d5d5525 dav1d does not crash the new code generator Demi Marie Obenour 2022-03-25 15:24:04 -0400
  • 785ca48904 Get Tesseract to compile and link Demi Marie Obenour 2022-02-24 13:51:18 -0500
  • 69065aebca Add CMakeLists.txt for three libraries Demi Marie Obenour 2022-02-21 14:04:17 -0500
  • cbca15b703 Fix build with new generator Demi Marie Obenour 2022-03-20 13:19:13 -0400
  • 1354094158 miniz example and tests Demi Marie Obenour 2022-02-28 21:34:25 -0500
  • dd3cb0f1b5 Sandbox brotli Mariusz Zaborski 2022-03-06 11:24:14 -0500
  • e98133c7b4 bazel: Use linkopts instead of srcs for consuming archives Christian Blichmann 2022-04-04 01:00:12 -0700
  • e46b7fc50a Merge pull request #146 from oshogbo:matchers Copybara-Service 2022-04-04 00:59:25 -0700
  • 3afdedd2de BazelCI: Install the packages with sudo Christian Blichmann 2022-04-01 05:23:41 -0700
  • 3f72b3cab7 bazel: Set generator version to default v1 Christian Blichmann 2022-04-01 01:45:23 -0700
  • 4b2c730c5e Bazel: Make generator configurable Christian Blichmann 2022-04-01 01:34:18 -0700
  • 5d7ea8dd28 Update BazelCI config with LLVM and Clang dev packages Christian Blichmann 2022-04-01 01:15:05 -0700
  • 74bb2c35ca bazel: Add build rules for the new interface generator Christian Blichmann 2022-04-01 00:54:51 -0700
  • 2a6cf7afb8 Merge pull request #115 from DemiMarie:woff2 Copybara-Service 2022-04-01 00:10:43 -0700
  • 7e76425c37 libraw: CR @cblichmann Piotr Bartman 2022-03-31 22:47:16 +0200
  • 1174e529c8 bazel: Set host C++ standard Christian Blichmann 2022-03-31 05:18:10 -0700
  • 1b1c085cfe libraw: data checking Piotr Bartman 2022-03-31 11:26:20 +0200