kpayson64
539f5068bd
Abstract libuv implementation
...
Structures the libuv implementation to allow for a plugable
BSD style socket implementation to allow for other IO Managers
7 years ago
murgatroid99
ac21e04cf7
Fix python script style
7 years ago
murgatroid99
e0e110e2e0
Fix syntax error
7 years ago
murgatroid99
06210a103e
Node pure JS interop: add missing install line, skip more tests
7 years ago
murgatroid99
9d2275864a
Use different docker image for Node pure JS interop tests
7 years ago
David Garcia Quintas
c7c0d69d8b
Secure channels: use the right authority
7 years ago
murgatroid99
9eb82a4461
Regenerate Dockerfiles, fix image name reference, don't use mixed fixtures for Node
7 years ago
murgatroid99
2c86e064f0
Add Node pure JS interop client
7 years ago
Mark D. Roth
3d8b32d8b3
Convert byte_stream API to C++.
7 years ago
Naresh
712eb9ff91
Make logging after success in jobset more apparent
...
tools/run_tests/artifacts/artifact_targets.py is used in the artifact
build process to create the relevant jobset.JobSpec, but currently
prints the console output only if the build fails.
jobset.JobSpec has a verbose_success flag that is used to print the
process output even if it ends in SUCCESS, but is currently not easily
perceivable and is hard to find, making it very difficult to debug
SUCCESS cases. Make the flag more apparent by adding it as parameters
to jobspec creation methods in artifact_targets.
7 years ago
Yihua Zhang
04fb58efbd
Add ALTS code to grpc/core
7 years ago
Sree Kuchibhotla
ae277dd000
Revert "Add ALTS C stack to gRPC core"
7 years ago
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
ncteisen
31c05ba668
reviewer feedback, rename
7 years ago
Jan Tattermusch
0d629f09f8
yapf format code
7 years ago
Jakob Roland Andersen
c7dd4b4309
WIP: Add Dart support in interop
7 years ago
ncteisen
7d90d5497c
Reviewer feedback
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
fdddab5af1
Delete garbage from Python source packages
7 years ago
Mark D. Roth
3e7f2df047
Convert slice hash table and service config code to C++.
7 years ago
Muxi Yan
b94f3b3784
Use higher timeout for objc tests
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
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
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
Muxi Yan
0e00c43082
Move headers from grpc++ to grpcpp
7 years ago
Alex Polcyn
aa56034b58
Add python bazel deps needed to run resolver component tests
7 years ago
Noah Eisen
68c0020709
Re gen projects
7 years ago
Noah Eisen
9f3f4837af
Add repro
7 years ago
Noah Eisen
b5aec72e7d
Add fuzz repro
7 years ago
Noah Eisen
2ee8cb998b
Add fuzz repro
7 years ago
Noah Eisen
c7f026142d
Add repro
7 years ago
Mehrdad Afshari
a35b9bdd54
Enforce shellcheck on tools/gce
7 years ago
Vijay Pai
c745690caf
Internalize gpr_thd except for id and currentid
7 years ago