ncteisen
bd11a12169
Reviewer feedback and build fixes
7 years ago
Jan Tattermusch
679a7b1e93
Merge pull request #15379 from jtattermusch/benchmarks_premature_return
...
get rid of premature return in massage_qps_stats
7 years ago
Mark D. Roth
7b6e07db0c
Call on_handshake_done with an error when handshaker is shut down.
7 years ago
ncteisen
6616fab539
Sanity check the sanity check lol
7 years ago
Yash Tibrewal
7b79130cbf
Merge pull request #15280 from yashykt/statsrem
...
Remove stats collection from opt builds
7 years ago
ncteisen
98c1de07e6
Stop using banned functions
7 years ago
ncteisen
bc20975f21
Fix sanity script
7 years ago
Jan Tattermusch
c0ed1a8734
format python code
7 years ago
Mehrdad Afshari
bec3b5ada2
Merge pull request #15374 from mehrdada/v1.12.x
...
Bump v1.12.x to v1.12.0
7 years ago
Jan Tattermusch
a2f9304349
get rid of premature return in massage_qps_stats
7 years ago
Mehrdad Afshari
4ecc5d8225
Regenerate projects
7 years ago
Mehrdad Afshari
a0636f040a
Bump v1.12.x to v1.12.0
7 years ago
Mehrdad Afshari
f1a4288981
Merge pull request #15372 from mehrdada/backport-15362-into-1.12.x
...
Backport #15362 into v1.12.x
7 years ago
thinkerou
771c20575e
remove invalid include-file and adjust include-file sort
7 years ago
Mehrdad Afshari
97c2932260
Install futures package only on Python 2
7 years ago
Mehrdad Afshari
7a94e535f8
Merge pull request #15362 from mehrdada/remove-futures-from-requirements
...
Eliminate futures package from requirements.txt
7 years ago
ganmacs
ad4312aaa9
Fix math-client
...
* insecure stub needs :this_channel_is_insecure as an argument
* timeout option should be set at initializing stub
* Should be set logger to output
* Remove debug print
7 years ago
apolcyn
59a4baa6f8
Merge pull request #15347 from apolcyn/remove_ares_double_exec_ctx
...
Remove a redundant ExecCtx in c-ares resolver
7 years ago
Nicolas Noble
4acaf1a734
Merge pull request #15367 from nicolasnoble/out-with-npn
...
No longer automatically fallbacking on system's OpenSSL if it only has NPN.
7 years ago
Mehrdad Afshari
ac6aaa3f0b
Install futures package only on Python 2
7 years ago
Yash Tibrewal
e9207ab274
Undo clang_format script change
7 years ago
Yash Tibrewal
31f4eee720
Clang format and yapf
7 years ago
lyuxuan
9dbe4022c1
Merge pull request #15366 from lyuxuan/go_release
...
Add v1.12.0 release of grpc-go
7 years ago
Yash Tibrewal
519d2b1fae
Cleanup stats removal for opt build. Stats will only be collected on debug builds or if GRPC_COLLECT_STATS is defined.
7 years ago
Nicolas "Pixel" Noble
494d65da50
No longer automatically fallbacking on system's OpenSSL if it only has NPN.
7 years ago
Jan Tattermusch
95b7e9fd8b
Merge pull request #15297 from jtattermusch/bump_boringssl_with_bazel
...
Upgrade boringssl-with-bazel submodule to latest chromium-stable-with-bazel
7 years ago
Eric Gribkoff
ac7902cde9
Merge pull request #15350 from ericgribkoff/remove_no_op_string
...
chttp2_transport: remove unused string
7 years ago
apolcyn
b3700bbdd4
Merge pull request #15346 from apolcyn/make_resolver_test_runner_generic
...
Make local DNS server test runner more generic
7 years ago
Eric Gribkoff
077dc7624d
chttp2_transport: remove unused string
7 years ago
Matt Kwong
77461d4597
Merge pull request #15345 from matt-kwong/rbe-upload
...
Handle timeouts when uploading ResultStore results
7 years ago
apolcyn
dcd5aefba3
Merge pull request #15355 from ganmacs/remove-print
...
Remove print
7 years ago
ganmacs
d18116872a
grpc gem does not depend on googleauth
7 years ago
ganmacs
ff456e11df
Reject test directory in src/ruby/pb from packing as gem
...
This seems to be a test directory, as the name implies.
So This directory does not need to be include as grpc gem.
7 years ago
ganmacs
61d9a42007
Moved pubsub demo_demo to examples directory of ruby
...
so that grpc does not depends on googleauth gem.
This project (pubsub demo) is introduced at [this
commit](d5d00d5c8f (diff-c495642bb64c09cae54f3ccff463bd51)
)
as demo project for grpc with ruby.
This demo is awesome. But the position of this project directory seems
to be not suitable for demo app. This project added unnecessary gem dependency about googleauth to grpc ruby gem.
7 years ago
ganmacs
af48e68028
Remove print
7 years ago
Zhouyihai Ding
3d3ed79085
Merge pull request #15218 from ZhouyihaiDing/upper_bound_php
...
PHP: add per target upper bound checks for the persistent list
7 years ago
Muxi Yan
4edfa9f47b
Merge pull request #14854 from rebello95/cpp-swift-warning
...
Resolve Swift warnings by specifying void arguments
7 years ago
ZhouyihaiDing
9ef881e1ac
PHP: chang shared channel behavior
...
PHP: add persistent list upper bounnd check
change upper bound from global to each target
add ref/unreef; Only delete ref_count=0; make the code cleaner
persistent map update after review
u2nd pdate after the review
7 years ago
Jan Tattermusch
23e17baa23
Merge pull request #15332 from jtattermusch/avoid_csharp_artifact_concurrency
...
Avoid unneeded dotnet restore in artifact builds
7 years ago
Jan Tattermusch
5190ed70cf
Merge pull request #15328 from jtattermusch/longer_logs_run_tests
...
run_tests: keep longer logs from individual test cases
7 years ago
Jan Tattermusch
b16ddbc8aa
Merge pull request #15331 from jtattermusch/csharp_distribtest_update
...
Update (and fix) C# distribtests
7 years ago
Alexander Polcyn
f30d6c158f
Remove a redundant ExecCtx in c-ares resolver
7 years ago
Alexander Polcyn
550621c1b5
Make local DNS server tests more generic
7 years ago
Matt Kwong
5aafb3b61c
Handle timeouts when uploading ResultStore results
7 years ago
Yash Tibrewal
c987901989
Merge pull request #15044 from yashykt/gprlikely2
...
Add GPR_UNLIKELY annotations for client side on error cases
7 years ago
kpayson64
40c93b6387
Review changes
7 years ago
kpayson64
c934a2e25d
Regenerate projects
7 years ago
kpayson64
4fad281ce8
Merge remote-tracking branch 'upstream/master' into fork_exec_ctx_check
7 years ago
kpayson64
ec445cc2bb
BUILD fixes
7 years ago
Sree Kuchibhotla
57ed906b4f
Fix static_cast errors
7 years ago