Sree Kuchibhotla
34989fdaae
Merge branch 'master' into fix_alarm
7 years ago
Sree Kuchibhotla
8c8266cc43
fix documentation
7 years ago
Muxi Yan
4f68ecf665
Merge pull request #11893 from wilhuff/wilhuff/copy-servername
...
Fix warning in GRPCCall.h
7 years ago
Yang Gao
e1653dec3e
Merge pull request #12037 from yang-g/missing_sneaky
...
Add a default delete override for the interface
7 years ago
Matt Kwong
5dee4fac96
Merge pull request #12023 from matt-kwong/kokoro_bazel
...
Add bazel tests to Kokoro
7 years ago
Jan Tattermusch
75c12f7368
Merge pull request #12032 from jtattermusch/kokoro_macos_split
...
Split up macos basictests into dbg and opt and set num of jobs to 1.
7 years ago
Jan Tattermusch
b1ae1e39f8
Merge pull request #12034 from jtattermusch/prepopulate_more
...
Prepopulate more pip packages on kokoro linux
7 years ago
Jiangtao Li
54ecb5a4c2
Merge pull request #12021 from jiangtaoli2016/unused_bytes
...
Make tsi handshaker result unused bytes const
7 years ago
Michael Lumish
0e4bfcfaa5
Merge pull request #12036 from connor4312/patch-1
...
Node: document that root_certs in createSsl is optional
7 years ago
yang-g
e8a61d63b5
Add a default delete override for the interface
7 years ago
Connor Peet
3f818ccf00
Node: document that root_certs in createSsl is optional
...
It appears that omitting it causes grpc to use the hosts' default cert data.
This was brought up (as I had implemented this method incorrectly) in:
https://github.com/mixer/etcd3/issues/28#issuecomment-319510441
7 years ago
Jan Tattermusch
2133a552d0
prepopulate more pip packages on kokoro linux
7 years ago
Jan Tattermusch
02c35cf363
split up macos basictests
7 years ago
Jan Tattermusch
fc22d7af91
Merge pull request #12016 from jtattermusch/retry_on_timeout
...
Auto_set_flakes also reruns tests that timeout
7 years ago
Jan Tattermusch
37855c42f2
Merge pull request #12014 from jtattermusch/kokoro_populate_xdg
...
Pre-populate xdg-cache-home to deflake python kokoro build
7 years ago
jboeuf
005a3a5fb3
Merge pull request #11992 from jboeuf/new_ssl_roots
...
Updating roots from Mozilla.
7 years ago
Matt Kwong
2a0594c934
Add bazel tests to Kokoro
7 years ago
Nicolas Noble
9279ca1267
Merge pull request #11796 from afirago/fix-fallthrough-werror
...
Fix implicit fallthrough warning on GCC 7.x
7 years ago
Noah Eisen
0efb1e940a
Merge pull request #11720 from ncteisen/flow-control-v3
...
Flow Control
7 years ago
Sree Kuchibhotla
e70f3b2200
Merge branch 'master' into fix_alarm
7 years ago
jiangtaoli2016
00b35e7180
Make tsi handshaker result unused bytes const
7 years ago
apolcyn
36ecf8d48b
Merge pull request #12005 from apolcyn/fix_flakey_ruby_cancellation_test_master
...
Fix a racey test in ruby
7 years ago
ncteisen
fe8f5bc8e9
regenerate projects
7 years ago
ncteisen
8a46ba5e33
clang fmt
7 years ago
ncteisen
ab04027e47
Merge branch 'master' of https://github.com/grpc/grpc into flow-control-v3
7 years ago
Michael Lumish
d885d24161
Merge pull request #12004 from murgatroid99/node_deprecation_message_util
...
Node: replace custom deprecation warning with existing solution
7 years ago
Vijay Pai
eb9c99b9fb
Merge pull request #11985 from vjpai/remake+testremake
...
Actually test grpc++_unsecure
7 years ago
Eric Gribkoff
2b7c4ddfcc
Install Android SDK tools in Dockerfile
7 years ago
Eric Gribkoff
92bc7f940e
Enable compression interop tests for Java clients
7 years ago
Noah Eisen
6e94eac267
Merge pull request #11431 from gkelly/client-context-init
...
Add a GrpcLibraryInitializer to client_context.cc
7 years ago
Yang Gao
9271621ba9
Merge pull request #12000 from yang-g/msan
...
Initialize initiating_exec_ctx_or_null
7 years ago
Jan Tattermusch
fa759d7ae5
auto_set_flakes also reruns tests that timeout
7 years ago
Jan Tattermusch
e2852b6de7
pre-populate xdg-cache-home
7 years ago
Noah Eisen
c073e43488
Merge pull request #12008 from ncteisen/fuzz-direct-leak-in-malloc
...
Fix leak if duplicated static metadata
7 years ago
Noah Eisen
6ba3dff070
Merge pull request #12009 from ncteisen/convinient-fuzz
...
Convenient Fuzz Tracing
7 years ago
Vijay Pai
168034b2f0
Test against grpc++_unsecure when possible. Provide unsecure version of test_util
7 years ago
apolcyn
b667f12cef
Merge pull request #11979 from apolcyn/ensure_cancel_with_status_memory_api
...
Add comment and test for API of a parameter to grpc_call_cancel_with_status
7 years ago
Noah Eisen
e6432bf353
Fix leak if duplicated static md
7 years ago
Noah Eisen
309f20802d
Update env var doc
7 years ago
Noah Eisen
680873b1b4
Env var for fuzzer trace
7 years ago
Muxi Yan
3188ae5caf
Merge pull request #11998 from muxi/revert-debug-info
...
Get more useful debug info out of Jenkins
7 years ago
Muxi Yan
5fbfa1845a
Merge pull request #11991 from muxi/fix-objc-nsdata-memory-leak
...
Fix two memory leak points in ObjC
7 years ago
Noah Eisen
686437ada9
Add repro
7 years ago
Alexander Polcyn
39088914ef
fix cancellation test flake
7 years ago
murgatroid99
6fe29a5e81
Node: replace custom deprecation warning with existing solution
7 years ago
yang-g
84d6924fa0
Use zalloc and remove now redundant sets
7 years ago
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
yang-g
897a7529e1
Initialize initiating_exec_ctx_or_null
7 years ago