Muxi Yan
021c29ea36
Create optional subspec for GRPCCall+GID
7 years ago
yang-g
097cbfc94f
Resolve comments
7 years ago
yang-g
7d6b914f98
Change return type to bool
7 years ago
yang-g
533fbd362f
Rebase with head and resolve conflicts
7 years ago
yang-g
0eaf7debd2
Allow adding events to cq after shutdown is called.
7 years ago
David G. Quintas
433f7bce2d
Merge pull request #11948 from dgquintas/grpclb_fix_rr_shutdown_connectivity
...
Fix bug in handling of RR connectivity transition to SHUTDOWN
7 years ago
David G. Quintas
aaf623ac66
Merge pull request #11965 from dgquintas/grpclb_lb_channel_conn_state_subscription
...
Watch the LB channel using the right initial conn. state
7 years ago
Muxi Yan
8dc1b7db51
Merge pull request #11732 from muxi/update-podspecs
...
Advance versions of BoringSSL and protoc
7 years ago
Matt Kwong
5d2e555075
Merge pull request #11961 from matt-kwong/kokoro_mac_bq
...
Enable BQ access for Kokoro Macs
7 years ago
Muxi Yan
627a5824c3
clang-format and generate project
7 years ago
Jan Tattermusch
5facbba876
Merge pull request #11952 from jtattermusch/kokoro_windows_bigquery_upload
...
Upload test results to bigquery on Kokoro windows
7 years ago
Jan Tattermusch
a02d8c882d
Merge pull request #11930 from jtattermusch/csharp_safe_threadpool
...
C#: offload work from GrpcThreadPool by default.
7 years ago
Jan Tattermusch
b74b94cdac
better way to enable fetching GCE default credentials
7 years ago
Jan Tattermusch
a8381dee2c
add back --bq_result_table aggregate_results
7 years ago
Jan Tattermusch
f0cf6e2b6c
fix fetching of GCE default credentials on kokoro windows
7 years ago
Jan Tattermusch
02f3b8604e
Merge pull request #11950 from jtattermusch/kokoro_cleanup
...
Kokoro config cleanup & improvements
7 years ago
Noah Eisen
80b688b317
Merge pull request #11959 from ncteisen/qps-opt
...
Avoid Benchmarking Allocs
7 years ago
apolcyn
cace6a9e4f
Merge pull request #11963 from apolcyn/fix_ruby_bidi_error_terminate
...
Improve completion of bidi calls when there is an initial error
7 years ago
Sree Kuchibhotla
a4da109081
Merge pull request #11958 from sreecha/fix-asan
...
Fix use after free error in cq
7 years ago
David Garcia Quintas
fc950fbeb5
Fix bug in handling of RR connectivity transition to SHUTDOWN
7 years ago
ncteisen
0133cc6fd8
Avoid benchmarking allocs
7 years ago
David Garcia Quintas
6a7935e14e
Watch the LB channel using the right initial conn. state
7 years ago
Muxi Yan
c95110a721
Move OAuth2 provider to GRPCCall+OAuth2
7 years ago
Alexander Polcyn
cd22f11905
properly finish bidi calls when there is an initial error
7 years ago
Matt Kwong
1f92c17bed
Enable BQ access for Kokoro Macs
7 years ago
Muxi Yan
7b11719876
fix Bazel build
7 years ago
Sree Kuchibhotla
a0bfba2122
Fix use after free error in cq
7 years ago
Muxi Yan
68760439e7
Resolve performance
7 years ago
Mark D. Roth
1d27c66d8e
Merge pull request #11923 from markdroth/grpclb_drop_protocol_changes
...
Use new protocol for reporting dropped calls to grpclb balancer.
7 years ago
Mark D. Roth
e7751807e2
Use new protocol for reporting dropped calls to grpclb balancer.
7 years ago
Yuchen Zeng
f630ff2555
Update build.yaml, fix format
7 years ago
Yuchen Zeng
bc6637756c
Add src/core/lib/iomgr/nameser.h
7 years ago
Muxi Yan
bb7ff0df00
minor missing header
7 years ago
Muxi Yan
c80526d122
Modify C++ and Objective C to initialize maybe_stream_compression_level
7 years ago
Muxi Yan
eaa06ca708
fix test configuration
7 years ago
Jan Tattermusch
fa60ec70e3
Remove "--bq_result_table aggregate_results" from windows basictests.
7 years ago
Jan Tattermusch
db8063b133
install google-api-python-client to kokoro windows workers
7 years ago
Jan Tattermusch
9701a4d4b2
kokoro config cleanup
7 years ago
Jan Tattermusch
25c9ec7f5c
Merge pull request #11942 from jtattermusch/try_fix_linux_artifact_timeout
...
Prevent timeouts for linux artifact build on Kokoro
7 years ago
Jan Tattermusch
965ac3f48e
Merge pull request #11941 from jtattermusch/kokoro_job_revamp
...
Kokoro job configuration improvements
7 years ago
Muxi Yan
0603895423
Merge remote-tracking branch 'upstream/master' into stream_compression_config
7 years ago
Muxi Yan
ddc0d37488
Merge pull request #11780 from muxi/stream_compression_transport
...
Implement stream compression - transport layer
7 years ago
Muxi Yan
df174ccd69
bug fix
7 years ago
Muxi Yan
b32c23a9e7
generate_project
7 years ago
Muxi Yan
a2279bd23a
config - Move slice buffer creation to stream compression enabling time for performance
7 years ago
Mark D. Roth
c44f036ee2
Merge pull request #11905 from markdroth/byte_stream_shutdown
...
Improvements to grpc_byte_stream API and handling.
7 years ago
Mark D. Roth
5794061764
Improvements to grpc_byte_stream API and handling.
...
- Add shutdown() method (to be used in forthcoming call combiner code).
- Use a vtable instead of storing method pointers in each instance.
- Check all callers of pull() to make sure that they are properly
handling errors.
- Clarify ownership rules and attempt to adhere to them.
- Added a new grpc_caching_byte_stream implementation, which is used in
http_client_filter to avoid having to read the whole send_message byte
stream before passing control down the stack. (This class may also be
used in the retry code I'm working on separately.)
- As part of this, did a major rewrite of http_client_filter, which
made the code more readable and fixed a number of potential bugs.
Note that some of this code is hard to test right now, due to the fact
that the send_message byte stream is always a slice_buffer stream, for
which next() is always synchronous and no destruction is needed.
However, some future work (specifically, my call combiner work and
Craig's incremental send work) will start leveraging this.
7 years ago
Muxi Yan
3c902ab943
Merge changes in transport from #11780
7 years ago
Muxi Yan
68a0fd5416
Separate stream compression from message-wise compression
7 years ago
Guantao Liu
3064423b71
Merge pull request #11926 from guantaol/patch_dashboard_schema
...
Patch dashboard schema to add new metrics 'Queries/CPU-sec'
7 years ago