David G. Quintas
7684c74b3c
Merge pull request #7795 from dgquintas/errors_doc
...
slight rewording of grpc_error ownership rules
8 years ago
Craig Tiller
99091704c1
Merge pull request #7912 from ctiller/g_stands_for
...
Specify the "g" in gRPC
8 years ago
kpayson64
d76ea83728
Merge pull request #7798 from y-zeng/ServerReaderWriterInterface
...
Add ServerReaderWriterInterface
8 years ago
kpayson64
bacaceb543
Merge pull request #7645 from y-zeng/fix_ev_epoll_linux
...
Fix fd_orphan in ev_epoll_linux.c
8 years ago
kpayson64
58539c4f77
Merge pull request #7228 from atetubou/fix_typo
...
Fix a typo in include/grpc++/impl/codegen/client_context.h
8 years ago
kpayson64
bde8727e45
Merge pull request #7146 from rjshade/delete_timeout_enum
...
Delete unused TIMEOUT enum in end2end tests
8 years ago
David Garcia Quintas
505d171c4c
Updated protobuf to bba446bbf2ac7b0b9923d4eb07d5acd0665a8cf0
8 years ago
Yuchen Zeng
11d3c8f3d4
Add ServerBuilderPlugin::UpdateChannelArguments
8 years ago
Vijay Pai
1ce6d33669
Fix file names
8 years ago
Vijay Pai
48c9ca2bf1
Update golden file
8 years ago
Yuchen Zeng
7176a828c5
Use --protofiles
8 years ago
Vijay Pai
d4d5f4cd53
clang-format
8 years ago
Craig Tiller
d9f907671d
Update documentation
8 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)
8 years ago
Makarand Dharmapurikar
f44946bd9b
fixes for asan leak, and proxy test
...
freeing up payload_bytes.
returning GET response only once.
8 years ago
Mark D. Roth
8e2c98adf0
Merge pull request #7839 from markdroth/rename_client_config
...
Rename grpc_client_config to grpc_resolver_result.
8 years ago
Makarand Dharmapurikar
d322d4b329
surface cacheable flag to the call
8 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
8 years ago
Craig Tiller
8dfdb7e299
Specify the "g" in gRPC
8 years ago
Mark D. Roth
d59a5fc9ee
Fix build problems when refcount debugging is enabled.
8 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
8 years ago
Vijay Pai
266494cadb
Merge branch 'master' into fc_unary
8 years ago
Vijay Pai
cef5401b2e
Mark an epoll that has a timeout as a blocking region
8 years ago
Nicolas Noble
b50eea8669
Merge pull request #7831 from thunderboltsid/remove-skipif-pypy
...
remove skipIf from TypeSmokeTest (issue 7672)
8 years ago
Stanley Cheung
129bca6c5b
php: error out if metadata key is not legal
8 years ago
Makdharma
4e520597e5
fixed bug exposed by h2_proxy* test.
8 years ago
Stanley Cheung
6f7e55fe26
php: fix per_rpc_creds capital auth header key
8 years ago
Egor Suvorov
93901a7a86
Add clarifying comment about IWYU in grpc++.h
8 years ago
Mark D. Roth
661408c4d1
clang-format
8 years ago
Mark D. Roth
ac0f0942a4
Merge remote-tracking branch 'upstream/master' into deadline_filter
8 years ago
Makdharma
b305452998
clang-format
8 years ago
Makdharma
7f0abf313f
correctly free up memory for payload_bin
8 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.
8 years ago
Stanley Cheung
4275e60eb6
Merge pull request #7850 from overtrue/patch-1
...
Remove the extra comma
8 years ago
Mark D. Roth
d2b4533df2
Cancel deadline timer from on_complete instead of destroy_call_elem().
8 years ago
Makdharma
6a523f0a03
working with send_message with multiple slices
8 years ago
Julien Boeuf
bb04c0a78b
Merge branch 'master' of github.com:grpc/grpc into security_context_extension
8 years ago
Mark D. Roth
14c072ccc0
Initial code to move deadline timer into a filter. Timer cancellation
...
not working right -- will fix in subsequent commit.
8 years ago
Julien Boeuf
2b2b345841
Addressing feedback.
8 years ago
Adele Zhou
c4b61e24b3
Use the VIP that routes to GFE.
8 years ago
Vijay Pai
cdc253535b
Remove FC_UNARY enum and treat it more like a special case of BIDI_STREAMING
...
in all cases
8 years ago
Vijay Pai
ac4113bef1
Merge branch 'master' into fc_unary
8 years ago
Eric Anderson
c931305c39
Merge pull request #7799 from ejona86/percent-encode-status-desc
...
spec: Percent-encode Status-Message
8 years ago
Nicolas Noble
d37fcc4575
Merge pull request #7643 from PiotrSikora/export_license
...
Bazel: export LICENSE file.
8 years ago
Mark D. Roth
7f9bba8ce1
Fix some more tests that called cq_expect_completion().
8 years ago
Mark D. Roth
f03b112d12
Merge remote-tracking branch 'upstream/master' into cq_verifier_file_line
8 years ago
Takuto Ikuta
dc8754398f
Merge branch 'fix_typo' of github.com:atetubou/grpc into fix_typo
8 years ago
Takuto Ikuta
c0080b7c92
remove docstring for not existing argument
8 years ago
Takuto Ikuta
bb04734eec
Fix a typo
8 years ago
Takuto Ikuta
ed96de4f79
Merge pull request #1 from grpc/master
...
merge
8 years ago