Garret Kelly
9663d0337e
Add a GrpcLibraryInitializer to client_context.cc
...
It's feasible that a program be written/linked such that it only use
ClientContext from grpc++, which could end up with the other instances
of GrpcLibraryInitializer not ending up in the final binary. Add a
GrpcLibraryInitializer to client_context.cc to ensure that the library
is initialized. The primary side-effect of the library not being
initialized when only using a ClientContext is that the destructor for
ClientContext indirectly ends up trying to call through
g_core_codegen_interface when destructing its metadata, which is null.
8 years ago
yang-g
897a7529e1
Initialize initiating_exec_ctx_or_null
8 years ago
Muxi Yan
b25c9bf664
Show passed tests as well
8 years ago
Muxi Yan
dde4548733
Revert to more useful debug info
8 years ago
Yash Tibrewal
4042e4c4d4
Merge pull request #11976 from yashykt/connect-auth-doc
...
Connect auth doc
8 years ago
Julien Boeuf
69c923ffb7
Updating roots from Mozilla.
8 years ago
Muxi Yan
5a549d6140
Merge pull request #11982 from muxi/fix-buffered-pipe-crash
...
Fix 'Release of a suspended object' issue in GRXBufferedPipe
8 years ago
Muxi Yan
6a8355de45
Fix two memory leaks
8 years ago
Yang Gao
f787594e68
Merge pull request #11703 from yang-g/cq_shutdown
...
Allow adding events to cq after shutdown is called.
8 years ago
Jan Tattermusch
025ca9e4b2
Merge pull request #11988 from jtattermusch/kokoro_unbreak_macartifacts
...
Fix mac jobs attempting to use gfile service account key
8 years ago
Jan Tattermusch
632e6f2cb7
fix jobs attempting to use gfile service account key
8 years ago
Jan Tattermusch
9a19606af0
Merge pull request #11980 from adelez/ci2
...
Add Internal CI PR configs for MacOS
8 years ago
Vijay Pai
e00f2a312a
Prevent race in trying to compile grpc.pb.cc file before pb.h exists
8 years ago
Vijay Pai
4280725bb3
Clean up grpc++_unsecure so that it doesn't require secure content anymore
8 years ago
Muxi Yan
860b1da060
Resume GRXBufferedPipe when it gets dealloced
8 years ago
Yuchen Zeng
e5cd1765ff
Merge pull request #11927 from y-zeng/nameser
...
Add src/core/lib/iomgr/nameser.h
8 years ago
Alexander Polcyn
088e85ca64
add comment and test for memory api of grpc_call_cancel_with_status
8 years ago
ncteisen
fb193a1e2f
Merge branch 'master' of https://github.com/grpc/grpc into flow-control-v3
8 years ago
Adele Zhou
506cd0be69
Add PR configs for MacOS
8 years ago
Yuchen Zeng
2d6ce74591
Update BUILD
8 years ago
Yash Tibrewal
fb7674f8fd
Merge branch 'master' of https://github.com/grpc/grpc into connect-auth-doc
8 years ago
Yash Tibrewal
30352f67f1
Remove line about username and password not being supported in http_proxy URI
8 years ago
yang-g
097cbfc94f
Resolve comments
8 years ago
yang-g
7d6b914f98
Change return type to bool
8 years ago
yang-g
533fbd362f
Rebase with head and resolve conflicts
8 years ago
yang-g
0eaf7debd2
Allow adding events to cq after shutdown is called.
8 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
8 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
8 years ago
Muxi Yan
8dc1b7db51
Merge pull request #11732 from muxi/update-podspecs
...
Advance versions of BoringSSL and protoc
8 years ago
Matt Kwong
5d2e555075
Merge pull request #11961 from matt-kwong/kokoro_mac_bq
...
Enable BQ access for Kokoro Macs
8 years ago
Jan Tattermusch
5facbba876
Merge pull request #11952 from jtattermusch/kokoro_windows_bigquery_upload
...
Upload test results to bigquery on Kokoro windows
8 years ago
Jan Tattermusch
a02d8c882d
Merge pull request #11930 from jtattermusch/csharp_safe_threadpool
...
C#: offload work from GrpcThreadPool by default.
8 years ago
Jan Tattermusch
b74b94cdac
better way to enable fetching GCE default credentials
8 years ago
Jan Tattermusch
a8381dee2c
add back --bq_result_table aggregate_results
8 years ago
Jan Tattermusch
f0cf6e2b6c
fix fetching of GCE default credentials on kokoro windows
8 years ago
Jan Tattermusch
02f3b8604e
Merge pull request #11950 from jtattermusch/kokoro_cleanup
...
Kokoro config cleanup & improvements
8 years ago
Noah Eisen
80b688b317
Merge pull request #11959 from ncteisen/qps-opt
...
Avoid Benchmarking Allocs
8 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
8 years ago
Sree Kuchibhotla
a4da109081
Merge pull request #11958 from sreecha/fix-asan
...
Fix use after free error in cq
8 years ago
David Garcia Quintas
fc950fbeb5
Fix bug in handling of RR connectivity transition to SHUTDOWN
8 years ago
ncteisen
0133cc6fd8
Avoid benchmarking allocs
8 years ago
David Garcia Quintas
6a7935e14e
Watch the LB channel using the right initial conn. state
8 years ago
Alexander Polcyn
cd22f11905
properly finish bidi calls when there is an initial error
8 years ago
Matt Kwong
1f92c17bed
Enable BQ access for Kokoro Macs
8 years ago
Sree Kuchibhotla
a0bfba2122
Fix use after free error in cq
8 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.
8 years ago
Mark D. Roth
e7751807e2
Use new protocol for reporting dropped calls to grpclb balancer.
8 years ago
Yuchen Zeng
f630ff2555
Update build.yaml, fix format
8 years ago
Yuchen Zeng
bc6637756c
Add src/core/lib/iomgr/nameser.h
8 years ago
Jan Tattermusch
fa60ec70e3
Remove "--bq_result_table aggregate_results" from windows basictests.
8 years ago