Christian Blichmann
|
b76cb15f26
|
Rename accessors, move away from time_t API
- `GetPid()` -> `pid()`
- `GetRpcChannel()` -> `rpc_channel()`
- `IsActive()` -> `is_active()`
- Suggest `SetWallTimeLimit(time_t)` -> `SetWallTimeLimit(absl::Duration)`
In addition, remove the protected zero-argument contructor.
PiperOrigin-RevId: 325390292
Change-Id: Iba044ad5ce44e78c4064c0a09faaa4227c4d19a5
|
2020-08-07 00:30:28 -07:00 |
|
Christian Blichmann
|
f6c3db4c6e
|
Replace sapi::Status with absl::Status
PiperOrigin-RevId: 297614681
Change-Id: I89fe1357a172ed4d28df6dd84b80fee364ce1c14
|
2020-02-27 09:24:12 -08:00 |
|
Christian Blichmann
|
441201884a
|
Update license header with recommended best practices
PiperOrigin-RevId: 290250533
Change-Id: Ic34b253446463cf971a055b70a242df93a598ee3
|
2020-01-17 05:05:29 -08:00 |
|
Kevin Hamacher
|
3cbd871454
|
Allow sandboxee c-strings to be read as std::string
PiperOrigin-RevId: 281960106
Change-Id: I54256dda2b6b0374d0f2ce3f762370478b912683
|
2019-11-22 07:00:03 -08:00 |
|
Christian Blichmann
|
276b7efc92
|
Internal change.
PiperOrigin-RevId: 265057217
Change-Id: Id00c867b373dbe8c9112c23ef4b0300ed3ca9e5b
|
2019-08-23 08:08:51 -07:00 |
|
Christian Blichmann
|
f04be9276f
|
Formatting fixes and include file hygiene.
PiperOrigin-RevId: 240346890
Change-Id: I1a9617f10a62a848b6314a6196512e016ae02643
|
2019-03-26 07:54:21 -07:00 |
|
Christian Blichmann
|
177b969e8c
|
Sandboxed API OSS release.
PiperOrigin-RevId: 238996664
Change-Id: I9646527e2be68ee0b6b371572b7aafe967102e57
Signed-off-by: Christian Blichmann <cblichmann@google.com>
|
2019-03-18 19:00:48 +01:00 |
|