Vijay Pai
dc1cfe9e21
Merge pull request #11978 from vjpai/remake
...
Clean up grpc++_unsecure so that it doesn't require secure content anymore
7 years ago
Vijay Pai
0a76d7b5cd
Merge pull request #11986 from vjpai/make_concur
...
Prevent race in trying to compile grpc.pb.cc file before pb.h exists
7 years ago
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.
7 years ago
Sree Kuchibhotla
9083ee1344
Merge branch 'master' into fix-end2end-test
7 years ago
yang-g
897a7529e1
Initialize initiating_exec_ctx_or_null
7 years ago
Muxi Yan
b25c9bf664
Show passed tests as well
7 years ago
Muxi Yan
dde4548733
Revert to more useful debug info
7 years ago
Yash Tibrewal
4042e4c4d4
Merge pull request #11976 from yashykt/connect-auth-doc
...
Connect auth doc
7 years ago
Julien Boeuf
69c923ffb7
Updating roots from Mozilla.
7 years ago
Muxi Yan
5a549d6140
Merge pull request #11982 from muxi/fix-buffered-pipe-crash
...
Fix 'Release of a suspended object' issue in GRXBufferedPipe
7 years ago
Muxi Yan
6a8355de45
Fix two memory leaks
7 years ago
Peter Gonda
1901254b84
Update tcp_server_utils_posix_common with GPR_ONCE_INIT
...
Never initializing s_init_max_accept_queue_size could lead to undefined behavior.
7 years ago
Yang Gao
f787594e68
Merge pull request #11703 from yang-g/cq_shutdown
...
Allow adding events to cq after shutdown is called.
7 years ago
Jan Tattermusch
025ca9e4b2
Merge pull request #11988 from jtattermusch/kokoro_unbreak_macartifacts
...
Fix mac jobs attempting to use gfile service account key
7 years ago
Jan Tattermusch
632e6f2cb7
fix jobs attempting to use gfile service account key
7 years ago
Jan Tattermusch
9a19606af0
Merge pull request #11980 from adelez/ci2
...
Add Internal CI PR configs for MacOS
7 years ago
Vijay Pai
e00f2a312a
Prevent race in trying to compile grpc.pb.cc file before pb.h exists
7 years ago
Vijay Pai
4280725bb3
Clean up grpc++_unsecure so that it doesn't require secure content anymore
7 years ago
Muxi Yan
860b1da060
Resume GRXBufferedPipe when it gets dealloced
7 years ago
Yuchen Zeng
e5cd1765ff
Merge pull request #11927 from y-zeng/nameser
...
Add src/core/lib/iomgr/nameser.h
7 years ago
jiangtaoli2016
7001bc279b
Add TSI zero-copy frame protector
7 years ago
Alexander Polcyn
088e85ca64
add comment and test for memory api of grpc_call_cancel_with_status
7 years ago
ncteisen
fb193a1e2f
Merge branch 'master' of https://github.com/grpc/grpc into flow-control-v3
7 years ago
Adele Zhou
506cd0be69
Add PR configs for MacOS
7 years ago
Yuchen Zeng
2d6ce74591
Update BUILD
7 years ago
Yash Tibrewal
fb7674f8fd
Merge branch 'master' of https://github.com/grpc/grpc into connect-auth-doc
7 years ago
Yash Tibrewal
30352f67f1
Remove line about username and password not being supported in http_proxy URI
7 years ago
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