Mark D. Roth
a4a223fb87
Fix Windows no_logging test failure.
9 years ago
Mark D. Roth
d66a602de0
Fix memory leak.
9 years ago
Mark D. Roth
cd5f7ede27
Fix bug from previous commit.
9 years ago
Mark D. Roth
164f0e926d
Merge remote-tracking branch 'upstream/master' into http_connect
9 years ago
Craig Tiller
61a420e996
Merge pull request #7871 from ctiller/document-undocumented-things
...
List undocumented things in core, c++
9 years ago
Craig Tiller
e0321637d7
Merge pull request #7774 from ctiller/percent-encoder
...
Percent encoding routines
9 years ago
Mark D. Roth
0209f675c4
Fix HTTP proxy code to avoid having multiple outstanding writes.
9 years ago
Stanley Cheung
6b69169e7c
Merge pull request #7959 from stanley-cheung/php-minor-fix-interop
...
PHP: use ssl hostname override as auth audience uri if present
9 years ago
Nicolas Noble
6ce5228737
Merge pull request #7953 from makdharma/grpc_caching_test
...
Grpc caching test
9 years ago
Mark D. Roth
39b5871d7b
Use http_proxy environment variable instead of URI query param.
9 years ago
Stanley Cheung
cde12a523a
php: use ssl hostname_override as auth audience uri if present
9 years ago
Stanley Cheung
47110750bc
php: minor error initializing a variable
9 years ago
Nicolas Noble
74c92f62d9
Merge pull request #7848 from nicolasnoble/upmerge-from-v1.0.x
...
Manual upmerge from v1.0.x
9 years ago
Mark D. Roth
6c3295a5a2
Merge remote-tracking branch 'upstream/master' into http_connect
9 years ago
kpayson64
d57bbe7f8f
Merge pull request #7758 from apolcyn/use_third_party_thread_pool_master
...
Use thread pool from concurrent-ruby on ruby server
9 years ago
Makarand Dharmapurikar
7c29c57a60
Fixed compile error introduced after merge
9 years ago
kpayson64
8d40e083f1
Merge pull request #7018 from vjpai/fc_unary
...
Support server-side streaming of a unary RPC
9 years ago
Mark D. Roth
79620aaa10
Merge pull request #7943 from markdroth/client_channel_cleanup
...
Move subchannel_call_holder code into client_channel module.
9 years ago
kpayson64
0719810df8
Merge pull request #7914 from y-zeng/cli_main_fork
...
Improve gRPC CLI
9 years ago
kpayson64
cfa18475f6
Merge pull request #7918 from y-zeng/server_builder
...
Add ServerBuilderPlugin::UpdateChannelArguments
9 years ago
Nicolas Noble
29b75b13ac
Merge pull request #7890 from yeputons/add-iwyu-pragmas-grpc-h
...
Add IWYU export pragmas to grpc++/grpc++.h.
9 years ago
Craig Tiller
1141aef9b7
Merge pull request #7936 from y-zeng/log_test
...
Add no-logging test
9 years ago
kpayson64
46c7a16c06
Merge pull request #7939 from dgquintas/server_builder_tiny_include_fix
...
server builder include fix
9 years ago
kpayson64
da2b480eea
Merge pull request #7942 from a-veitch/add_proto
...
Add Trace context proto. This is used to transmit trace context between RPC client and server systems.
9 years ago
Nicolas Noble
19bfb53786
Merge pull request #7877 from adelez/route_to_gfe
...
Use the VIP that routes to GFE.
9 years ago
Makarand Dharmapurikar
57bdc96aa9
clang-format fix
9 years ago
Mark D. Roth
d4c0f550b0
clang-format
9 years ago
makdharma
9d7e049d03
Merge pull request #7862 from makdharma/grpc_caching
...
prep work for enabling caching
9 years ago
Stanley Cheung
463ff57440
Merge pull request #7854 from pythias/patch-2
...
Remove undefined env
9 years ago
Stanley Cheung
fca79d78e4
Merge pull request #7841 from fr05t1k/cs
...
Little bit improving code style and php docs
9 years ago
Mark D. Roth
2a5959f2ae
A bit more cleanup.
9 years ago
Yuchen Zeng
5c51aadf57
Update CQ_EXPECT_COMPLETION
9 years ago
Yuchen Zeng
82a21eda97
Merge remote-tracking branch 'upstream/master' into log_test
9 years ago
Makarand Dharmapurikar
3f374386e6
moved kMaxPayloadSizeForGet definition to C file
9 years ago
Makarand Dharmapurikar
b94656d20e
addressed review feedback.
...
moved method computation in a if block only when send_initial_metadata
is true.
9 years ago
Craig Tiller
a3328aebe6
Merge pull request #7697 from ejona86/waitforready
...
Rename Fail Fast doc to Wait for Ready
9 years ago
Craig Tiller
581367afc3
Merge pull request #7858 from markdroth/cq_verifier_file_line
...
Change cq_verifier to report file and line number for expectations.
9 years ago
Mark D. Roth
4c0fe49f76
Move subchannel_call_holder code into client_channel module.
9 years ago
Alistair Veitch
a0c69f9099
add trace context proto
9 years ago
Makarand Dharmapurikar
432d1db177
one more clang-format fix
9 years ago
Mark D. Roth
ceb39ae60c
Merge remote-tracking branch 'upstream/master' into http_connect
9 years ago
Mark D. Roth
79d7d99600
Merge pull request #7842 from jboeuf/security_context_extension
...
Adding extension points for security context.
9 years ago
David Garcia Quintas
468e16d97a
server builder include fix
9 years ago
Vijay Pai
5c9a3438c5
clang-format
9 years ago
Vijay Pai
84033b1f6b
Stick to StatusCode::INTERNAL when there's no service
...
response on a StreamedUnary
9 years ago
makdharma
fbe8428f14
Merge pull request #7867 from grpc/jcanizales-patch-1
...
Avoid static initialization of the kIdentity block
9 years ago
Makarand Dharmapurikar
a6babb040a
addressed comments from review
...
modified comment about when GET verb is used.
Added code to read data from send_message and defer the op when
it is not fully available.
clang-format one more time.
9 years ago
Yuchen Zeng
916079de1b
Add no-logging test
9 years ago
Nicolas Noble
336ce42714
Merge pull request #7924 from dgquintas/bump_protobuf_commit
...
Updated protobuf to fix gmock url in autogen.sh
9 years ago
Vijay Pai
3703ece81b
a golden file
9 years ago