Vijay Pai
d4d5f4cd53
clang-format
9 years ago
Craig Tiller
d9f907671d
Update documentation
9 years ago
Makarand Dharmapurikar
1251ae2e9c
disable cacheability assert for proxy
...
Disable the check for GET request if we're running behind a proxy.
9 years ago
Vijay Pai
a9c0d7f88b
Change names to StreamedUnary, ServerUnaryStreamer, etc. Use a templated method handler since most code shared between the new StreamedUnary and the existing BidiStreaming. Eliminate the separate enum case for streamed unary. Return a status failure if a StreamedUnary method handler doesn't actually do a write (since that is
...
violating the appearance of unary-ness)
9 years ago
David Garcia Quintas
fbe907f2bd
Merge branch 'master' of github.com:grpc/grpc into lb_add_md
9 years ago
Makarand Dharmapurikar
f44946bd9b
fixes for asan leak, and proxy test
...
freeing up payload_bytes.
returning GET response only once.
9 years ago
murgatroid99
b61fd86985
Also fix minor error in end2end gen_build_yaml script
9 years ago
Mark D. Roth
2bba1dda28
Merge remote-tracking branch 'upstream/master' into max_send_size_filter
9 years ago
Mark D. Roth
8e2c98adf0
Merge pull request #7839 from markdroth/rename_client_config
...
Rename grpc_client_config to grpc_resolver_result.
9 years ago
Makarand Dharmapurikar
f1e079377b
test that cacheable flag is set
9 years ago
Makarand Dharmapurikar
d322d4b329
surface cacheable flag to the call
9 years ago
Makarand Dharmapurikar
015180a8f4
end-to-end test for cacheable requests.
9 years ago
David Garcia Quintas
51f066c585
Merge branch 'master' of github.com:grpc/grpc into lb_add_md
9 years ago
Stanley Cheung
7acd1a790a
Merge pull request #7897 from stanley-cheung/php-fix-per-rpc-creds
...
PHP: reject metadata keys that are not legal
9 years ago
Stanley Cheung
e1ec9fd347
Merge pull request #7896 from stanley-cheung/php-fix-per-rpc-creds-v1_0
...
PHP: reject metadata keys that are not legal
9 years ago
Craig Tiller
8dfdb7e299
Specify the "g" in gRPC
9 years ago
murgatroid99
303687f444
Revert change to grpc++_base uses section
9 years ago
Mark D. Roth
d59a5fc9ee
Fix build problems when refcount debugging is enabled.
9 years ago
Yuchen Zeng
20d6a10483
Use grpc::protobuf
9 years ago
Craig Tiller
6e34f81f38
Merge pull request #7905 from vjpai/epoll_blocks
...
Mark epoll_{,p}wait as blocking regions if they have a timeout
9 years ago
Nathaniel Manista
79cf53c992
Lower-case example "Authorization" header name
...
The HTTP/2 specification requires header names to be lower case.
9 years ago
Stanley Cheung
14e2a566c9
php: error out if metadata key is not legal
9 years ago
Stanley Cheung
b15811e36d
php: fix per_rpc_creds capital auth header key
9 years ago
Vijay Pai
266494cadb
Merge branch 'master' into fc_unary
9 years ago
Vijay Pai
cef5401b2e
Mark an epoll that has a timeout as a blocking region
9 years ago
aaronjheng
b273c04cd5
remove futures from py3
9 years ago
Nicolas Noble
b50eea8669
Merge pull request #7831 from thunderboltsid/remove-skipif-pypy
...
remove skipIf from TypeSmokeTest (issue 7672)
9 years ago
Stanley Cheung
b2a9940465
Merge pull request #7901 from stanley-cheung/php-remove-extra-comma
...
PHP: remove extra comma
9 years ago
Stanley Cheung
676e479ee5
php: composer.json has extra comma
9 years ago
Stanley Cheung
129bca6c5b
php: error out if metadata key is not legal
9 years ago
Yuchen Zeng
94d786fd4c
Add type command
9 years ago
Makdharma
4e520597e5
fixed bug exposed by h2_proxy* test.
9 years ago
Stanley Cheung
6f7e55fe26
php: fix per_rpc_creds capital auth header key
9 years ago
murgatroid99
1ca0f3ea15
build.yaml changes to make certain builds work
9 years ago
Julien Boeuf
39c922ab5b
Updating roots from Mozilla.
9 years ago
Yuchen Zeng
387afd70d3
Add list command
9 years ago
Egor Suvorov
93901a7a86
Add clarifying comment about IWYU in grpc++.h
9 years ago
Mark D. Roth
661408c4d1
clang-format
9 years ago
Mark D. Roth
ac0f0942a4
Merge remote-tracking branch 'upstream/master' into deadline_filter
9 years ago
Mark D. Roth
b71af5f620
Re-run generate_projects.sh.
9 years ago
Mark D. Roth
ee7000a560
Switch back to C-style comment to appease check_include_guards.py.
9 years ago
Makdharma
b305452998
clang-format
9 years ago
Makdharma
7f0abf313f
correctly free up memory for payload_bin
9 years ago
Mark D. Roth
c09e21f546
clang-format
9 years ago
Egor Suvorov
650ae16bf7
Add IWYU export pragmas to grpc++/grpc++.h.
...
IWYU is a C++ tool which ensures that end users explicitly #include
every header they need. Without pragmas IWYU have no way of distinguishing
between 'implementation-specific' headers and headers which are shortcuts
for groups of other headers, like grpc++.h.
9 years ago
Stanley Cheung
4275e60eb6
Merge pull request #7850 from overtrue/patch-1
...
Remove the extra comma
9 years ago
Mark D. Roth
d2b4533df2
Cancel deadline timer from on_complete instead of destroy_call_elem().
9 years ago
Alexander Polcyn
5c8efc1ce4
remove log statements that showing contents of messages
9 years ago
Makdharma
6a523f0a03
working with send_message with multiple slices
9 years ago
makdharma
528af97af2
Merge pull request #7866 from jcanizales/p0-grpc-init-on-load
...
Let tracing be enabled before starting an RPC
9 years ago