Craig Tiller
|
6354286f79
|
Fix write buffering
|
8 years ago |
yang-g
|
7c2887187b
|
The public headers already have extern C
|
8 years ago |
David Garcia Quintas
|
2f9dd0ed89
|
updated protobuf submodule
|
8 years ago |
David Garcia Quintas
|
621e2b1a49
|
Merge with newly added/modified files
|
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
|
08575e4734
|
Merge pull request #7909 from nathanielmanistaatgoogle/example-authorization-header-name-v1.0.x
Lower-case example "Authorization" header name in doc string
|
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 |
kpayson64
|
e5a17ec0aa
|
Merge pull request #7806 from nathanielmanistaatgoogle/secure_channel-doc-string
Python grpc.secure_channel doc string correction
|
8 years ago |
David Garcia Quintas
|
f3581bf90a
|
Merge branch 'master' of github.com:grpc/grpc into codegen_cleanse
|
8 years ago |
David Garcia Quintas
|
505d171c4c
|
Updated protobuf to bba446bbf2ac7b0b9923d4eb07d5acd0665a8cf0
|
8 years ago |
陈雨童
|
fb33fd385b
|
Update README.md
|
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 |
David Garcia Quintas
|
9946f9064f
|
fixed generated load_balancer.pb.h formatting
|
8 years ago |
Yuchen Zeng
|
7176a828c5
|
Use --protofiles
|
8 years ago |
Alexander Polcyn
|
38ba85ce48
|
allow choosing config of ruby package builds from environment variable
|
8 years ago |
Vijay Pai
|
d4d5f4cd53
|
clang-format
|
8 years ago |
Craig Tiller
|
d9f907671d
|
Update documentation
|
8 years ago |
Makarand Dharmapurikar
|
1251ae2e9c
|
disable cacheability assert for proxy
Disable the check for GET request if we're running behind a proxy.
|
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 |
Craig Tiller
|
c3e940177c
|
Improve debug
|
8 years ago |
David Garcia Quintas
|
fbe907f2bd
|
Merge branch 'master' of github.com:grpc/grpc into lb_add_md
|
8 years ago |
Craig Tiller
|
e194ff0106
|
Add transport op debugging, coalesce set_accept_stream & send_goaway calls
|
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 |
murgatroid99
|
b61fd86985
|
Also fix minor error in end2end gen_build_yaml script
|
8 years ago |
Mark D. Roth
|
2bba1dda28
|
Merge remote-tracking branch 'upstream/master' into max_send_size_filter
|
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
|
f1e079377b
|
test that cacheable flag is set
|
8 years ago |
Makarand Dharmapurikar
|
d322d4b329
|
surface cacheable flag to the call
|
8 years ago |
Makarand Dharmapurikar
|
015180a8f4
|
end-to-end test for cacheable requests.
|
8 years ago |
Craig Tiller
|
b38f6d618c
|
Get trailing metadata working again, remove debug spam
|
8 years ago |
David Garcia Quintas
|
51f066c585
|
Merge branch 'master' of github.com:grpc/grpc into lb_add_md
|
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 |
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
|
8 years ago |
Craig Tiller
|
8dfdb7e299
|
Specify the "g" in gRPC
|
8 years ago |
Craig Tiller
|
797d8dbf60
|
cleanup,debug
|
8 years ago |
murgatroid99
|
303687f444
|
Revert change to grpc++_base uses section
|
8 years ago |
Yuchen Zeng
|
20d6a10483
|
Use grpc::protobuf
|
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 |
Craig Tiller
|
419c9d7a7d
|
Remove unnecessary endpoint shutdown protection (now that endpoint shutdown is idempotent)
|
8 years ago |
Craig Tiller
|
1696684500
|
New write path compiles
|
8 years ago |
Nathaniel Manista
|
79cf53c992
|
Lower-case example "Authorization" header name
The HTTP/2 specification requires header names to be lower case.
|
8 years ago |
Stanley Cheung
|
14e2a566c9
|
php: error out if metadata key is not legal
|
8 years ago |
Stanley Cheung
|
b15811e36d
|
php: fix per_rpc_creds capital auth header key
|
8 years ago |
Vijay Pai
|
266494cadb
|
Merge branch 'master' into fc_unary
|
8 years ago |