kpayson64
03f2200e83
Increase mac Python artifact build timeout
7 years ago
Jan Tattermusch
d606e36061
regenerate projects
7 years ago
Jan Tattermusch
999b650580
update third_party/boringssl to the latest chromium-stable
7 years ago
ncteisen
36e02bff2b
Fix sanity
7 years ago
ncteisen
97a3dbeb36
Move C++ to util, call it from core test
7 years ago
ncteisen
07ed0396a9
Add JsonProtoTest
7 years ago
Yihua Zhang
eaf6486677
Add ALTS code to grpc/core
7 years ago
ncteisen
9efb177730
Review feedback, gTest
7 years ago
ncteisen
e9587db853
Move status util
7 years ago
ncteisen
1cc064dbfc
Reviewer feedback, s/object_registry/channel_trace_registry
7 years ago
Jakob Roland Andersen
3ebfe92fa1
Update grpc-dart repo after The Move.
7 years ago
ncteisen
31c05ba668
reviewer feedback, rename
7 years ago
Jakob Roland Andersen
cb36a2a92b
Use pre-built Dart docker image.
7 years ago
Jan Tattermusch
9b719b35d5
clone grpc-dart when running on kokoro
7 years ago
Jan Tattermusch
0d629f09f8
yapf format code
7 years ago
Jan Tattermusch
8d3f976fcb
fix sanity tests
7 years ago
Jakob Roland Andersen
c7dd4b4309
WIP: Add Dart support in interop
7 years ago
ncteisen
7d90d5497c
Reviewer feedback
7 years ago
Vijay Pai
2f4161c210
Use stack frame size limits for consistency with internal builds
7 years ago
Naresh
32f7c48dad
Revert removals from python artifact dockerfiles
...
89ce16b
removed a few package installations from the dockerfiles for
building python artifacts. Revert them.
Revert certain package install removal from python artifact dockerfiles
7 years ago
Naresh
89ce16b6da
Update Dockerfiles for python artifacts to use latest git version
...
Due to a recent change (Feb 2018) in Github's policy to discontinue
support for weak cryptographic standards, older git versions stopped
working with Github repositories. The Dockerfiles for building python
artifacts currently uses git 2.0.5, that fails with an error `tlsv1
alert protocol version`.
The CentOS image by the latest source Dockerfile, `manylinux` comes
with the latest version of git as well, removing the need to manually
build git from source.
7 years ago
Adele Zhou
895cd4f8fa
Fix msan command
7 years ago
Eric Gribkoff
a32a4c51f8
C++ on Android example client and server
7 years ago
Adele Zhou
a6e173eee4
Refactor the scripts to remove redundant code.
7 years ago
Adele Zhou
6a24d8a42f
use mktemp to avoid hardcoding temp dir.
7 years ago
Adele Zhou
bf0126af4c
MSAN script
7 years ago
Adele Zhou
dfa20d88f1
Pin a commit that comes with ubsan and msan.
7 years ago
Adele Zhou
10e602b127
Increased timeout.
7 years ago
Adele Zhou
8053300cc7
Add asan script for remote builds.
7 years ago
David Garcia Quintas
396d49d958
Introduce a 'weak' and mutable version of slice hash table
7 years ago
Mark D. Roth
718c8341ca
Retry support.
7 years ago
Mehrdad Afshari
b6d35fd9ea
Regenerate projects
7 years ago
Mehrdad Afshari
fdddab5af1
Delete garbage from Python source packages
7 years ago
Adele Zhou
9bd7f26d92
Update the bazel version to 10 and the container_image version in order to use ubsan
7 years ago
Mark D. Roth
3e7f2df047
Convert slice hash table and service config code to C++.
7 years ago
Adele Zhou
9d20df7f51
Script for UBsan tests.
7 years ago
Muxi Yan
b94f3b3784
Use higher timeout for objc tests
7 years ago
Mehrdad Afshari
1546b2ae7c
Regenerate projects
7 years ago
Matt Kwong
77f77f7e34
Include Boringssl fips_fragments files in headers for building
7 years ago
Alexander Polcyn
db3e898a98
Add a sanity check for inclusion of port_platform.h
7 years ago
Mehrdad Afshari
5b0685b6c2
Fix submodule handling in dockerized tests
7 years ago
Mehrdad Afshari
9073ea03ef
Regenerate projects
7 years ago
Mehrdad Afshari
2fc4ad1ed9
Fix Linux artifact builds
...
Change `git submodule` copying mechanism from the host
to the docker container to use `git clone` instead of
`git submodule update --init --reference`, which reaches
out to the network and fails on older docker containers
with deprecated openssl versions that do not support
modern TLS versions required by GitHub, e.g. manylinux1.
This fixes artifact builds for protoc and Python on Linux.
7 years ago
Mehrdad Afshari
005d63da4c
Regenerate projects
7 years ago
Muxi Yan
618a0078ae
Check sanity of src directory
7 years ago
Yihua Zhang
75f0a9fbd2
place security_connector in its own subdirectory
7 years ago
Mark D. Roth
c887549f92
Convert LB policy API to C++.
7 years ago
Vijay Pai
da69355f30
C++ize gpr_thread as grpc_core::Thread, make it 2-phase init (construct/Start)
7 years ago
Vijay Pai
58a62755fc
Remove support for detached threads. All threads must be joined.
7 years ago
David Garcia Quintas
249a1d7104
Removed outdated grpclb_test
7 years ago