Jan Tattermusch
659f71099c
upgrade bazel toolchain to fix ubsan RBE build
6 years ago
Arjun Roy
0f83755c6e
chttp2 hpack encoder: fast-pathed static md/slice ops
6 years ago
Srini Polavarapu
ec640a53c6
Merge pull request #19105 from gnossen/twine_check_artifacts
...
Produce Python Wheels with a Valid long_description field
6 years ago
Yash Tibrewal
886dc10daa
Move validate_service_config to a new file
6 years ago
Prashant Jaikumar
1ac1ab7396
Flaky network test enhancements and cleanups
...
- Parameterized flaky_network_test to run with different packet sizes and
credentials.
- Cleanup debugger_macros
Parametrize flaky_network_test to run with different packet sizes and
credentials.
6 years ago
Jan Tattermusch
af279949d4
update bazel_rbe.bat
6 years ago
Jan Tattermusch
a3cc5ee574
use bazel.sh in bazel RBE readme
6 years ago
Jan Tattermusch
374ff3139a
use bazel.sh for foundry RBE tests
6 years ago
Jan Tattermusch
b53e707c3c
update bazel version in dockerfile
6 years ago
Jan Tattermusch
019e9a432b
use kokoro env variable to get the PRs target branch
6 years ago
Karthik Ravi Shankar
5ffb32c069
Fix clang errors
6 years ago
Karthik Ravi Shankar
0b50670b23
Make some test fixes
6 years ago
Can Guler
4a208f0071
Add v1.21.0 releases of grpc-go to interop matrix
6 years ago
Esun Kim
90fbdc92f5
Roll-forward "Config migration"
...
This reverts commit 236ae12bb1
.
6 years ago
Richard Belleville
5d95bf037d
Actually include README.rst in all packages
6 years ago
Richard Belleville
cb9e2188ab
Add python deprecation notices.
6 years ago
Karthik Ravi Shankar
03b079499c
Move CompletionQueue and Channel
6 years ago
Karthik Ravi Shankar
40210d3b8a
Move Channel to grpc_impl
6 years ago
=
02069b48da
Remove get-grpc.sh
6 years ago
Karthik Ravi Shankar
772a74aced
Revert changes to Channel
6 years ago
Karthik Ravi Shankar
6be0b06c69
Revert "Fold CompletionQueue and ServerCompletionQueue into grpc_impl"
6 years ago
murgatroid99
7743130f64
Consolidate conditional localhost resolution into existing file
6 years ago
Nicolas "Pixel" Noble
fb3fa43e61
Adding (c) statement.
6 years ago
Alexander Polcyn
236ae12bb1
Revert "Config migration"
...
This reverts commit 87905ae5ea
.
6 years ago
Nicolas "Pixel" Noble
053c62c78f
Adding bazel wrapper for our sanctified version of bazel.
6 years ago
James Newton-King
57e090989a
Add managed .NET gRPC client to interop tests
6 years ago
murgatroid99
e16a0d4599
Fix typo
6 years ago
murgatroid99
90e52f00a1
Moved code back into one file with a #ifdef
6 years ago
Arjun Roy
f65208af02
Added slice equality when static fastpath.
6 years ago
murgatroid99
4b4006f833
libuv cares: scope manual localhost resolution to only Windows
6 years ago
Srini Polavarapu
6bc2ff1b5f
Regenerate projects
6 years ago
murgatroid99
a8139b4da1
Fix node interop build scripts
6 years ago
Esun Kim
87905ae5ea
Config migration
6 years ago
Na-Na Pang
070902b871
Merge bm_callback_cq to bm_cq
6 years ago
Alexander Polcyn
2a4d62819b
Revise c-ares timeouts to use c-ares's internal timeout/retry logic
6 years ago
Yash Tibrewal
02bd17ff15
cleanup
6 years ago
Na-Na Pang
c96c21244c
Modify test polling engine
6 years ago
Jan Tattermusch
40d5f48a43
remove no-longer-used PR jobs
6 years ago
Jan Tattermusch
48d4bcb8ef
create build.cfg for split-up PR jobs
6 years ago
Jan Tattermusch
bb3808d355
job split followup: increase timeout for macos and windows C/C++ jobs
6 years ago
Jan Tattermusch
b18111c618
split multilang jobs by language
6 years ago
Jan Tattermusch
fbc6068140
remove no-longer-used PR jobs
6 years ago
Jan Tattermusch
d791dd1775
create build.cfg for split-up PR jobs
6 years ago
Na-Na Pang
2d5a9750a0
Manually add echo.proto to pass Portability build test
6 years ago
Jan Tattermusch
8b0683a015
add build.cfg for windows bazel RBE PR build
6 years ago
Jan Tattermusch
1dab7cf91a
job split followup: increase timeout for macos and windows C/C++ jobs
6 years ago
Na-Na Pang
2787dedd70
Modify dependency of callback_test_service
6 years ago
Yash Tibrewal
db1ccad039
Service Config Changes to set channel in transient failure on invalid service config
6 years ago
Na-Na Pang
5748665bc5
Add callback completion queue and modify callback streaming ping pong
6 years ago
Esun Kim
1518ecbd76
Added new configuration system to core/grp.
...
More generic configuration system is introduced in order to i) unify the
way how modules access the configurations instead of using low-level
get/setenv functions and ii) enable the customization for where configuration
is stored. This could be extended to support flag, file, etc.
Default configuration system uses environment variables as before so
basically this is expected to work just as it did. This behavior can
change by redefining GPR_GLOBAL_CONFIG_DEFINE_*type* macros.
* Migrated configuration
GRPC_CLIENT_CHANNEL_BACKUP_POLL_INTERVAL_MS
GRPC_EXPERIMENTAL_DISABLE_FLOW_CONTROL
GRPC_ABORT_ON_LEAKS
GRPC_NOT_USE_SYSTEM_SSL_ROOTS
6 years ago