kpayson64
58539c4f77
Merge pull request #7228 from atetubou/fix_typo
...
Fix a typo in include/grpc++/impl/codegen/client_context.h
9 years ago
kpayson64
bde8727e45
Merge pull request #7146 from rjshade/delete_timeout_enum
...
Delete unused TIMEOUT enum in end2end tests
9 years ago
David Garcia Quintas
505d171c4c
Updated protobuf to bba446bbf2ac7b0b9923d4eb07d5acd0665a8cf0
9 years ago
Craig Tiller
d9f907671d
Update documentation
9 years ago
Craig Tiller
c3e940177c
Improve debug
9 years ago
Craig Tiller
e194ff0106
Add transport op debugging, coalesce set_accept_stream & send_goaway calls
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
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
d322d4b329
surface cacheable flag to the call
9 years ago
Craig Tiller
b38f6d618c
Get trailing metadata working again, remove debug spam
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
Craig Tiller
8dfdb7e299
Specify the "g" in gRPC
9 years ago
Craig Tiller
797d8dbf60
cleanup,debug
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
Craig Tiller
419c9d7a7d
Remove unnecessary endpoint shutdown protection (now that endpoint shutdown is idempotent)
9 years ago
Craig Tiller
1696684500
New write path compiles
9 years ago
Craig Tiller
0b8e0d5071
Write work
9 years ago
Vijay Pai
cef5401b2e
Mark an epoll that has a timeout as a blocking region
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
129bca6c5b
php: error out if metadata key is not legal
9 years ago
Craig Tiller
4e5b452147
Compiling, writing work
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
Mark D. Roth
661408c4d1
clang-format
9 years ago
Makdharma
b305452998
clang-format
9 years ago
Makdharma
7f0abf313f
correctly free up memory for payload_bin
9 years ago
Stanley Cheung
4275e60eb6
Merge pull request #7850 from overtrue/patch-1
...
Remove the extra comma
9 years ago
Craig Tiller
3d7c609444
Start merging writes with the main transport thread
9 years ago
Makdharma
6a523f0a03
working with send_message with multiple slices
9 years ago
Julien Boeuf
bb04c0a78b
Merge branch 'master' of github.com:grpc/grpc into security_context_extension
9 years ago
Julien Boeuf
2b2b345841
Addressing feedback.
9 years ago
Adele Zhou
c4b61e24b3
Use the VIP that routes to GFE.
9 years ago
Eric Anderson
c931305c39
Merge pull request #7799 from ejona86/percent-encode-status-desc
...
spec: Percent-encode Status-Message
9 years ago
Nicolas Noble
d37fcc4575
Merge pull request #7643 from PiotrSikora/export_license
...
Bazel: export LICENSE file.
9 years ago
Mark D. Roth
7f9bba8ce1
Fix some more tests that called cq_expect_completion().
9 years ago
Mark D. Roth
f03b112d12
Merge remote-tracking branch 'upstream/master' into cq_verifier_file_line
9 years ago
Takuto Ikuta
dc8754398f
Merge branch 'fix_typo' of github.com:atetubou/grpc into fix_typo
9 years ago
Takuto Ikuta
c0080b7c92
remove docstring for not existing argument
9 years ago
Takuto Ikuta
bb04734eec
Fix a typo
9 years ago
Takuto Ikuta
ed96de4f79
Merge pull request #1 from grpc/master
...
merge
9 years ago
Takuto Ikuta
8d2ed75260
Merge branch 'master' of git://github.com/grpc/grpc into fix_typo
9 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.
9 years ago
Piotr Sikora
12e26a7c82
Bazel: export LICENSE file.
...
Signed-off-by: Piotr Sikora <piotrsikora@google.com>
9 years ago
Makdharma
178f4bc24d
prep work for enabling caching
...
Added new header grpc-payload-bin
Added new channel arg for setting max payload size
Ability to create a GET request in client filter
Ability to parse the payload from header in server filter.
9 years ago
Craig Tiller
aef3a79ae4
Remove extraneous locks on cq checks
9 years ago
Nicolas Noble
19ea0cffd7
Merge pull request #7616 from markdroth/cq_verifier_cleanup
...
Clean up cq_verifier code and error messages.
9 years ago
Mark D. Roth
7187ab9866
Change cq_verifier to report file and line number for expectations.
9 years ago
Craig Tiller
dfd3a8f7a5
Merge combiner and exec_ctx execution better
...
Allows exec_ctx callbacks to be called while a combiner is executing.
Also allows guaranteeing direct execution of callbacks from combiners,
which should allow reducing cpu burn for up/down stack interactions in
the future.
9 years ago
pythias
ed7ee3df9a
Remove undefined env
9 years ago
Takuto Ikuta
15b3a165e9
remove docstring for not existing argument
9 years ago