Vijay Pai
45c6d5ca64
Remove server_streamed_unary.h
8 years ago
Vijay Pai
d05cad245a
Fix golden test
8 years ago
Vijay Pai
de2aec8106
Merge branch 'master' into fc_unary
...
Resolve conflicts in ServerReaderWriterInterface
Remove file server_streamed_unary.h and merge with sync_stream.h
8 years ago
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
Vijay Pai
1ce6d33669
Fix file names
8 years ago
Vijay Pai
48c9ca2bf1
Update golden file
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
Mark D. Roth
8e2c98adf0
Merge pull request #7839 from markdroth/rename_client_config
...
Rename grpc_client_config to grpc_resolver_result.
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
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
Stanley Cheung
6f7e55fe26
php: fix per_rpc_creds capital auth header key
8 years ago
Stanley Cheung
4275e60eb6
Merge pull request #7850 from overtrue/patch-1
...
Remove the extra comma
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
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
Takuto Ikuta
8d2ed75260
Merge branch 'master' of git://github.com/grpc/grpc into fix_typo
8 years ago
Piotr Sikora
12e26a7c82
Bazel: export LICENSE file.
...
Signed-off-by: Piotr Sikora <piotrsikora@google.com>
8 years ago
Nicolas Noble
19ea0cffd7
Merge pull request #7616 from markdroth/cq_verifier_cleanup
...
Clean up cq_verifier code and error messages.
8 years ago
Takuto Ikuta
15b3a165e9
remove docstring for not existing argument
8 years ago
安正超
1f07aa56cb
Remove the extra comma
8 years ago
Nicolas Noble
668bf881a9
Merge pull request #7802 from nicolasnoble/upmerge-from-v1.0.x
...
Upmerge from v1.0.x
8 years ago
Mark D. Roth
1edf65219e
Fix broken test.
8 years ago
Mark D. Roth
a275aea530
clang-format
8 years ago
Nicolas "Pixel" Noble
d25c1d2a6c
Removing unused header.
8 years ago
Nicolas "Pixel" Noble
455c5d45f0
Untangling secure and unsecure.
8 years ago
Robbie Shade
1bbfe0fb43
clang-format remove blank lines
8 years ago
Robbie Shade
19370fcdc6
Merge branch 'master' into delete_timeout_enum
8 years ago
Stanley Cheung
56d7044ed8
Merge pull request #7819 from stanley-cheung/php-update-composer
...
PHP: bump version (master)
8 years ago
Nicolas Noble
0e43d67602
Merge pull request #7832 from thunderboltsid/add-readme-for-gsoc-contribs
...
Add project overview for gsoc submission
8 years ago
kpayson64
1754624312
Merge pull request #7775 from vjpai/this
...
Remove this->
8 years ago
kpayson64
96c598f669
Merge pull request #7763 from thunderboltsid/add-pypy-to-dockerfile
...
Add PyPy 5.3.1 to dockerfile and template
8 years ago
Siddharth Shukla
d13a780be0
Add project overview for gsoc submission
8 years ago
siddharthshukla
82c01e5a95
remove skipIf from TypeSmokeTest (issue 7672)
...
remove skipIfStatement from
TypeSmokeTest.testCallCredentialsFromPluginUpDown since the test passes
on PyPy variants 5.3.0 and newer since these variants have improved
compatibility support for the C-Extensions
8 years ago