Stanley Cheung
463ff57440
Merge pull request #7854 from pythias/patch-2
...
Remove undefined env
8 years ago
Stanley Cheung
fca79d78e4
Merge pull request #7841 from fr05t1k/cs
...
Little bit improving code style and php docs
8 years ago
Craig Tiller
a3328aebe6
Merge pull request #7697 from ejona86/waitforready
...
Rename Fail Fast doc to Wait for Ready
8 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.
8 years ago
Mark D. Roth
79d7d99600
Merge pull request #7842 from jboeuf/security_context_extension
...
Adding extension points for security context.
8 years ago
makdharma
fbe8428f14
Merge pull request #7867 from grpc/jcanizales-patch-1
...
Avoid static initialization of the kIdentity block
8 years ago
Nicolas Noble
336ce42714
Merge pull request #7924 from dgquintas/bump_protobuf_commit
...
Updated protobuf to fix gmock url in autogen.sh
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
David Garcia Quintas
505d171c4c
Updated protobuf to bba446bbf2ac7b0b9923d4eb07d5acd0665a8cf0
8 years ago
Craig Tiller
d9f907671d
Update documentation
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
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
Mark D. Roth
661408c4d1
clang-format
8 years ago
Stanley Cheung
4275e60eb6
Merge pull request #7850 from overtrue/patch-1
...
Remove the extra comma
8 years ago
Julien Boeuf
bb04c0a78b
Merge branch 'master' of github.com:grpc/grpc into security_context_extension
8 years ago
Julien Boeuf
2b2b345841
Addressing feedback.
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
Takuto Ikuta
8d2ed75260
Merge branch 'master' of git://github.com/grpc/grpc into fix_typo
8 years ago
Jorge Canizales
ea5325c484
Avoid static initialization of the kIdentity block
...
Unlike other Objective-C objects, there's no hard reason why the compiler wouldn't be able to initialize a block statically (as it does with NSString literals). And it certainly doesn't complain about it (like it does with other object initializers). But as I haven't been able to find confirmation of this, and we're seeing a weird crash occur near this code, let's play it safe.
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
Mark D. Roth
7187ab9866
Change cq_verifier to report file and line number for expectations.
8 years ago
pythias
ed7ee3df9a
Remove undefined env
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