sandboxed-api/sandboxed_api
Sandboxed API Team 6332df5ef6 Fix or ignore type errors generated by the next release of pytype.
The next release contains one major change: for function parameter annotations,
pytype will no longer treat (x: X = None) as equivalent to
(x: Optional[X] = None). This pytype behavior was based on an outdated version
of the type-checking spec. Annotations that were relying on the behavior now
need to explicitly declare themselves as Optional.

PiperOrigin-RevId: 297065077
Change-Id: Iade679e5928bb3839485e8b8571945456ba6e982
2020-02-25 01:15:54 -08:00
..
bazel Update license header with recommended best practices 2020-01-17 05:05:29 -08:00
docs Revert accidental deletion of the sandbox image 2019-09-04 06:33:29 -07:00
examples Automated rollback of commit e56f562fe2. 2020-02-20 04:26:37 -08:00
sandbox2 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
tools/generator2 Fix or ignore type errors generated by the next release of pytype. 2020-02-25 01:15:54 -08:00
util Automated rollback of commit e56f562fe2. 2020-02-20 04:26:37 -08:00
.bazelrc Force build in C++17 mode without a custom CROSSTOOL 2019-12-04 01:03:21 -08:00
BUILD.bazel Update license header with recommended best practices 2020-01-17 05:05:29 -08:00
call.h Update license header with recommended best practices 2020-01-17 05:05:29 -08:00
client.cc Update license header with recommended best practices 2020-01-17 05:05:29 -08:00
CMakeLists.txt Update license header with recommended best practices 2020-01-17 05:05:29 -08:00
embed_file.cc Automated rollback of commit e56f562fe2. 2020-02-20 04:26:37 -08:00
embed_file.h Replace deprecated thread annotations macros. 2020-01-30 05:06:55 -08:00
file_toc.h Update license header with recommended best practices 2020-01-17 05:05:29 -08:00
lenval_core.h Update license header with recommended best practices 2020-01-17 05:05:29 -08:00
proto_arg.proto Update license header with recommended best practices 2020-01-17 05:05:29 -08:00
proto_helper.h Automated rollback of commit e56f562fe2. 2020-02-20 04:26:37 -08:00
rpcchannel.cc Automated rollback of commit e56f562fe2. 2020-02-20 04:26:37 -08:00
rpcchannel.h Update license header with recommended best practices 2020-01-17 05:05:29 -08:00
sandbox.cc Automated rollback of commit e56f562fe2. 2020-02-20 04:26:37 -08:00
sandbox.h Update license header with recommended best practices 2020-01-17 05:05:29 -08:00
sapi_test.cc Modernize the transaction API 2020-02-18 05:27:38 -08:00
transaction.cc Automated rollback of commit e56f562fe2. 2020-02-20 04:26:37 -08:00
transaction.h Automated rollback of commit e56f562fe2. 2020-02-20 04:26:37 -08:00
var_abstract.cc Automated rollback of commit e56f562fe2. 2020-02-20 04:26:37 -08:00
var_abstract.h Update license header with recommended best practices 2020-01-17 05:05:29 -08:00
var_array.h Automated rollback of commit e56f562fe2. 2020-02-20 04:26:37 -08:00
var_int.cc Automated rollback of commit e56f562fe2. 2020-02-20 04:26:37 -08:00
var_int.h Update license header with recommended best practices 2020-01-17 05:05:29 -08:00
var_lenval.cc Update license header with recommended best practices 2020-01-17 05:05:29 -08:00
var_lenval.h Update license header with recommended best practices 2020-01-17 05:05:29 -08:00
var_pointable.cc Update license header with recommended best practices 2020-01-17 05:05:29 -08:00
var_pointable.h Update license header with recommended best practices 2020-01-17 05:05:29 -08:00
var_proto.h Update license header with recommended best practices 2020-01-17 05:05:29 -08:00
var_ptr.h Update license header with recommended best practices 2020-01-17 05:05:29 -08:00
var_reg.h Update license header with recommended best practices 2020-01-17 05:05:29 -08:00
var_struct.h Update license header with recommended best practices 2020-01-17 05:05:29 -08:00
var_type.h Update license header with recommended best practices 2020-01-17 05:05:29 -08:00
var_void.h Update license header with recommended best practices 2020-01-17 05:05:29 -08:00
vars.h Update license header with recommended best practices 2020-01-17 05:05:29 -08:00