Craig Tiller
|
50e11005a1
|
Merge github.com:grpc/grpc into grpc_millis
|
7 years ago |
Craig Tiller
|
6d4c993289
|
Merge pull request #12487 from ctiller/stats_schema
Automatically generate BigQuery schema details for all counters
|
7 years ago |
Craig Tiller
|
d718803755
|
Merge pull request #12491 from ctiller/ffs
Add a clamp to remove ubsan failure
|
7 years ago |
Nicolas Noble
|
a06e5fdfb7
|
Merge pull request #12516 from nicolasnoble/buildgen-bubble-break
Adding --base to generate_projects.py
|
7 years ago |
kpayson64
|
02a76f1bd0
|
Merge pull request #12460 from kpayson64/attempt_bug_fix
Warm pip cache with libraries used by virtualenv
|
7 years ago |
Jan Tattermusch
|
b548038309
|
Merge pull request #12507 from jtattermusch/better_testsuite_timeouts
Differentiate suite timeouts in run_tests_matrix.py
|
7 years ago |
Nicolas "Pixel" Noble
|
40c346ced9
|
Adding --base to generate_projects.py
|
7 years ago |
Nicolas Noble
|
81ad19d4be
|
Merge pull request #12513 from grpc/revert-12289-sig_hand
Revert "Let alarms trigger at end of jobset.py instead of clearing them"
|
7 years ago |
Craig Tiller
|
0852acd8b3
|
Revert "Let alarms trigger at end of jobset.py instead of clearing them"
|
7 years ago |
Craig Tiller
|
ed63aac195
|
Merge pull request #12486 from ctiller/auto-schema
Automatically fetch schema from BigQuery
|
7 years ago |
Craig Tiller
|
8e90f6955a
|
Fix API fuzzer
|
7 years ago |
Matt Kwong
|
e0de23ed32
|
Merge pull request #12289 from matt-kwong/sig_hand
Let alarms trigger at end of jobset.py instead of clearing them
|
7 years ago |
Nathaniel Manista
|
fb056f0fe6
|
Merge pull request #12484 from nathanielmanistaatgoogle/more_cython_tests
Add more Cython-layer tests.
|
7 years ago |
Jan Tattermusch
|
29828c58d3
|
differentiate run_tests suite runtime
|
7 years ago |
Jan Tattermusch
|
ecbda80e00
|
Merge pull request #12469 from jtattermusch/cpp_distrib_cmake
Add distribtest for using grpc as a pre-installed cmake package
|
7 years ago |
Craig Tiller
|
af57a57a5a
|
Merge pull request #12398 from ctiller/server_stats
Add stats for server request serving path
|
7 years ago |
Nicolas Noble
|
b40b770c4e
|
Merge pull request #12497 from yapkke/patch-1
Comment that IPv6 Any accepts both IPv4 and IPv6 connections.
|
7 years ago |
K.K. Yap
|
a6721a0979
|
Comment that IPv6 Any accepts both IPv4 and IPv6 connections.
|
7 years ago |
Craig Tiller
|
20104ce596
|
Add a clamp to remove ubsan failure
|
7 years ago |
Mark D. Roth
|
1b96418c0e
|
Merge pull request #12297 from markdroth/moar_client_channel_cleanup
More cleanup in client_channel code.
|
7 years ago |
Craig Tiller
|
b7f36d7517
|
Fix test math error
|
7 years ago |
Craig Tiller
|
80ae895f1e
|
Fix Bazel build
|
7 years ago |
Craig Tiller
|
61539748f5
|
Fix Windows compile error
|
7 years ago |
Craig Tiller
|
4b7fe94a97
|
Automatically generate BigQuery schema details for all counters
|
7 years ago |
Craig Tiller
|
54f3c2eefe
|
Automatically fetch schema from BigQuery
|
7 years ago |
Matt Kwong
|
e29d497fa9
|
Merge pull request #12234 from matt-kwong/kokoro_perf
Add performance profiling jobs to Kokoro
|
7 years ago |
Matt Kwong
|
e72255f011
|
Merge branch 'master' into sig_hand
|
7 years ago |
Nathaniel Manista
|
c75ae78b08
|
Add more Cython-layer tests
I wrote these in the course of a bug hunt. I haven't yet caught and
fixed the bug, but that's no reason not to check in perfectly good
tests. :-)
|
7 years ago |
Vijay Pai
|
9f0c86afcc
|
Merge pull request #12480 from vjpai/ownit
Temporarily take ownership of cpp generator to prevent changes
|
7 years ago |
Craig Tiller
|
e9af6f9214
|
Fix merge error
|
7 years ago |
Craig Tiller
|
bbe282f600
|
Merge github.com:grpc/grpc into grpc_millis
|
7 years ago |
Craig Tiller
|
f73fe507b6
|
Merge github.com:grpc/grpc into server_stats
|
7 years ago |
Craig Tiller
|
55c4b31389
|
Merge pull request #11758 from ctiller/write_completion
Write completion changes
|
7 years ago |
Vijay Pai
|
0ebc3ad22b
|
Temporarily take ownership of cpp generator to prevent changes
|
7 years ago |
Jan Tattermusch
|
4a7e0594cc
|
Merge pull request #12467 from jtattermusch/kokoro_tune_job_timeouts
More reasonable kokoro jobs timeouts
|
7 years ago |
Yash Tibrewal
|
9c87eda766
|
Merge pull request #12464 from yashykt/ctocc2
Adding more pointer type conversions for C to C++ compilation
|
7 years ago |
Mark D. Roth
|
b29296042a
|
More cleanup in client_channel code.
|
7 years ago |
Craig Tiller
|
8e71287bd7
|
Fix race conditions on backup poller creation
|
7 years ago |
Jan Tattermusch
|
ae6fd66cef
|
fix zlib and openssl package mode
|
7 years ago |
Jan Tattermusch
|
b2cf73e1f8
|
prevent submodule headers from influencing the build
|
7 years ago |
Jan Tattermusch
|
f567ab0d2b
|
fix public header path for installed grpc
|
7 years ago |
Jan Tattermusch
|
4caadb9205
|
fix helloworld cmake build
|
7 years ago |
Jan Tattermusch
|
5a2a792509
|
add cmake distribtest
|
7 years ago |
Jan Tattermusch
|
ca7084bced
|
Merge pull request #12411 from jtattermusch/cmake_protoc_target_file
cmake: choose the right protoc executable with gRPC_PROTOBUF_PROVIDER=package
|
7 years ago |
Craig Tiller
|
83cf88c85e
|
Merge branch 'write_completion' of github.com:ctiller/grpc into write_completion
|
7 years ago |
Craig Tiller
|
ed26a49b2c
|
Add annotation
|
7 years ago |
Jan Tattermusch
|
9d1d0529d3
|
move cmake config files to /cmake
|
7 years ago |
Jan Tattermusch
|
210f2a51e5
|
use the right protoc executable regardless of protobuf provider
|
7 years ago |
Jan Tattermusch
|
c7520d0d8f
|
Merge pull request #12305 from jtattermusch/cares_bump_1_13
Upgrade c-ares to 1.13.0
|
7 years ago |
Jan Tattermusch
|
c58f84cbc1
|
more reasonable kokoro jobs timeouts
|
7 years ago |