Vijay Pai
|
e140d5c60d
|
Regenerate all projects
|
8 years ago |
Vijay Pai
|
e08fe4f41e
|
Remove separate versions of code based on presence of threading in compiler
|
8 years ago |
David G. Quintas
|
00bbb4122a
|
Merge pull request #8548 from dgquintas/lb-tokens-length
Made LB token dynamic size <= 50 bytes
|
8 years ago |
Vijay Pai
|
713c7b87e1
|
clang-format
|
8 years ago |
Vijay Pai
|
c0b2acb1a0
|
Use C++11 final and override
|
8 years ago |
Masood Malekghassemi
|
5998461c3d
|
Merge pull request #8591 from soltanmm-google/malevolent-original-content
Don't use the stack so much
|
8 years ago |
Matt Kwong
|
e3beac9eeb
|
Disable gcc4.4 C++ tests - DO NOT MERGE INTO V1.0.X
|
8 years ago |
Craig Tiller
|
bbda30f453
|
Merge pull request #8605 from ctiller/fieldsz
More data massaging
|
8 years ago |
Craig Tiller
|
c939022dd5
|
More data massaging
|
8 years ago |
Craig Tiller
|
ac119ba887
|
Merge github.com:grpc/grpc into microbench
|
8 years ago |
Vijay Pai
|
80b292709c
|
Stop supporting non-C++11 conformant compilers
|
8 years ago |
Craig Tiller
|
7bc42d2b9c
|
Missed file
|
8 years ago |
David Garcia Quintas
|
d14458f589
|
Reverted back to using 128 bytes for service name
|
8 years ago |
David Garcia Quintas
|
e224a76a6e
|
PR comments, take three
|
8 years ago |
David Garcia Quintas
|
cbc059eb7e
|
Merge branch 'master' of github.com:grpc/grpc into grpclb_leaks_fix
|
8 years ago |
David Garcia Quintas
|
246c564bb8
|
PR comments, take two
|
8 years ago |
Craig Tiller
|
9dd2c7da2f
|
Merge pull request #8597 from ctiller/fieldsz
More data massaging
|
8 years ago |
Craig Tiller
|
2afba3a72f
|
Ensure something executes the new rst_stream code
|
8 years ago |
Craig Tiller
|
a59c4755d3
|
Send a RST_STREAM from the client if servers dont properly close streams
|
8 years ago |
Mark D. Roth
|
fe858517e9
|
Fix build problem from merge.
|
8 years ago |
Mark D. Roth
|
5d4485fa67
|
Merge branch 'lb_policy_name_channel_arg' into remove_fake_resolver
|
8 years ago |
Mark D. Roth
|
87a066e5b1
|
Ran generate_projects.sh
|
8 years ago |
Craig Tiller
|
ed531b8e82
|
More data massaging
|
8 years ago |
murgatroid99
|
82f7f89757
|
Regenerate projects
|
8 years ago |
murgatroid99
|
9ddab9fd31
|
Merge branch 'master' into uv_resource_quota
|
8 years ago |
David Garcia Quintas
|
7ec291330c
|
PR comments
|
8 years ago |
Muxi Yan
|
2a15a31346
|
Merge pull request #8561 from muxi/update-objc-connectivity
Revert format changes in #8441
|
8 years ago |
Masood Malekghassemi
|
5a4005772d
|
Don't use the stack so much
Because internally we like to keep our thread stacks tiny.
|
8 years ago |
Yuchen Zeng
|
0df7d349b7
|
Merge pull request #8380 from y-zeng/reflection_header
Remove generated pb files
|
8 years ago |
Mark D. Roth
|
c20a52f7f5
|
Fix build problem.
|
8 years ago |
Mark D. Roth
|
d811b307f7
|
clang-format
|
8 years ago |
Mark D. Roth
|
6e3e39fe3b
|
Merge branch 'lb_policy_name_channel_arg' into remove_fake_resolver
|
8 years ago |
Masood Malekghassemi
|
aba7bc8d28
|
Merge pull request #8268 from soltanmm-google/bleat-like-a-moat
Fix dangling reference in docstring
|
8 years ago |
Mark D. Roth
|
3f265857f4
|
Fix memory leak.
|
8 years ago |
Mark D. Roth
|
6df607591c
|
Fix portability problems.
|
8 years ago |
murgatroid99
|
69259d4251
|
Add resource quota support to uv TCP code
|
8 years ago |
Mark D. Roth
|
fd635add1c
|
clang-format
|
8 years ago |
Mark D. Roth
|
7e0c2f8301
|
Merge remote-tracking branch 'upstream/master' into lb_policy_name_channel_arg
|
8 years ago |
Craig Tiller
|
ccc6a9cbf2
|
Merge pull request #8587 from ctiller/new_fields2
Fix some typos
|
8 years ago |
Craig Tiller
|
77fbc1ca2a
|
Fix some typos
|
8 years ago |
Masood Malekghassemi
|
6937c8f362
|
Merge pull request #8246 from soltanmm-google/bob-and-weave
Enable split code generation
|
8 years ago |
Craig Tiller
|
263459577a
|
Merge pull request #8583 from ctiller/new_fields
Add some fields to bigquery
|
8 years ago |
Craig Tiller
|
bd3ab19a95
|
Add some fields to bigquery
|
8 years ago |
Nicolas Noble
|
0fa0f38449
|
Merge pull request #8527 from nicolasnoble/revert-tsi-ntop
Reverting TSI's ntop change, to avoid dependency between TSI and gRPC.
|
8 years ago |
matt-kwong
|
9ba10d8a03
|
Merge pull request #8542 from matt-kwong/decrease-test-time
Add --inner_jobs parameter to run_tests_matrix.py
|
8 years ago |
Matt Kwong
|
fef9896c82
|
Add --inner_jobs args to run_tests_matrix.py
|
8 years ago |
Sree Kuchibhotla
|
da1d2ef00b
|
Merge pull request #8564 from sreecha/endpoint_uv
Fix compilation bug when GRPC_UV is defined
|
8 years ago |
Sree Kuchibhotla
|
1c55919ece
|
Merge pull request #8269 from sreecha/rpc_mgr
RPC Manager: C++ Sync server redesign
|
8 years ago |
Muxi Yan
|
411969a67c
|
Mark connectivity closures as nullable and check null when invoking them
|
8 years ago |
Muxi Yan
|
aea7d31394
|
Undo the modification in project.pbxproj
|
8 years ago |