murgatroid99
0d1625a6b4
Merge branch 'master' into node_error_code_compliance
9 years ago
Tim Emiola
956e411e31
Merge pull request #3012 from murgatroid99/node_metadata_class
...
Replace metadata objects with a Metadata class
9 years ago
yang-g
c3ee1d5eb4
Do not include internal proto header
9 years ago
Alistair Veitch
ae7bbfcb92
merge to head
9 years ago
Alistair Veitch
b855202417
rewrite to reviewer comments
9 years ago
Nathaniel Manista
4a6bbdddd3
Python test clean-up
...
(1) Move metadata and details constants for gRPC-on-the-wire tests into
grpc.test_common.
(2) Drop definitions of setUpModule and tearDownModule from a unit test
module that, because it uses the load_tests protocol, never had those
methods called anyway. :-(
9 years ago
Michael Lumish
9b1f91e7ea
Merge pull request #3125 from jtattermusch/metadata_key_check
...
Check for allowed characters in metadata key.
9 years ago
Yang Gao
a620e99a32
Merge pull request #3111 from ctiller/reject-the-stuffs
...
Outlaw comma in non-binary metadata values
9 years ago
Nathaniel Manista
6e6ddbec91
Accept addresses rather than ports in add_port
9 years ago
Jan Tattermusch
727956741d
check for allowed characters in metadata key
9 years ago
Nathaniel Manista
4b41ba249d
Two fixes in grpc.framework.core._end
...
(1) Call "cancel" on each future, not on the list of futures.
(2) If and when futures mature their actions should simply abort all
outstanding operations and cancel any other futures. They should not
shut down the _End's internal thread pool; only the termination action
of the last operation to terminate should shut down the pool (in the
case of their having been active operations at the time at which the
_End's stop(grace) method was called).
9 years ago
Masood Malekghassemi
400e0cdd32
Merge pull request #3117 from nathanielmanistaatgoogle/force-client-auth
...
Expand force_client_auth to old ServerCredentials
9 years ago
Stanley Cheung
89a333053c
Merge pull request #3118 from jtattermusch/csharp_errors
...
Make C# error spec compliant
9 years ago
Nathaniel Manista
607ace8bac
Merge pull request #3102 from soltanmm/ihop
...
Python OAuth2 auth-token interop test.
9 years ago
Craig Tiller
e535aacfac
Merge github.com:grpc/grpc into reject-the-stuffs
9 years ago
Craig Tiller
2d487f2950
Merge pull request #3082 from dgquintas/cl
...
Protect against dereferencing a null ptr in http2 stream
9 years ago
Craig Tiller
a8c01beaea
Merge pull request #3100 from murgatroid99/core_fix_improper_include
...
Fixed incorrect include line in core/census/grpc_filter.c
9 years ago
Craig Tiller
477538d214
Merge pull request #3101 from yang-g/string_ref_auth
...
Use millis instead of micros in seconds_timeout and reduce a large deadline.
9 years ago
Craig Tiller
89d56103eb
Merge pull request #3104 from yang-g/create_channel
...
Create channel API change
9 years ago
Jan Tattermusch
67c4587c88
error spec compliance and marshalling tests
9 years ago
Nathaniel Manista
0908c23c44
Expand force_client_auth to old ServerCredentials
9 years ago
Julien Boeuf
084b2f3d7f
Merge branch 'master' of github.com:grpc/grpc into cpp_auth_md_processor
9 years ago
Julien Boeuf
a1ad051d0a
Merge branch 'master' of github.com:grpc/grpc into credentials_naming_and_cleanup
9 years ago
David G. Quintas
ee8d6a381a
Merge pull request #3113 from yang-g/fix_build
...
Fix build
9 years ago
Julien Boeuf
63720d4ecf
Python service account cleanup.
9 years ago
Stanley Cheung
910ad08894
Merge pull request #3106 from jtattermusch/culture_invariant
...
make ToLower culture invariant
9 years ago
Julien Boeuf
421738b529
Addressing comments, round 2.
9 years ago
Alistair Veitch
e62f68cebb
make metric part of view
9 years ago
yang-g
12577a7f7f
Fix build
9 years ago
murgatroid99
7d58abae60
Emit proper status when failing to parse server stream
9 years ago
Julien Boeuf
459faf3821
Merge branch 'master' of github.com:grpc/grpc into cpp_auth_md_processor
9 years ago
Julien Boeuf
fe4bacb641
Merge branch 'credentials_naming_and_cleanup' of github.com:jboeuf/grpc into credentials_naming_and_cleanup
9 years ago
Julien Boeuf
2cf9cd3703
Merge branch 'master' of github.com:grpc/grpc into credentials_naming_and_cleanup
9 years ago
Julien Boeuf
4eaeb992d3
Addressing comments.
9 years ago
Craig Tiller
240b7db1ca
Outlaw comma in non-binary metadata values
9 years ago
Tim Emiola
1029e7049c
Merge pull request #3109 from stanley-cheung/move_grpc_common_examples_here
...
Move grpc common examples here
9 years ago
Stanley Cheung
43f1bf84aa
fix links
9 years ago
Stanley Cheung
23b3712141
remove examples/pubsub
9 years ago
Stanley Cheung
0a268216c2
replace all grpc-common occurances with examples
9 years ago
Stanley Cheung
20fa6693f3
move examples to correct locations
9 years ago
Stanley Cheung
b2bea23365
move grpc-common examples to here
9 years ago
Masood Malekghassemi
60ff5c3c87
Merge pull request #3103 from nathanielmanistaatgoogle/force_client_auth
...
Add force_client_auth to grpc._adapter._low.ServerCredentials.
9 years ago
Stanley Cheung
6905915db1
prepare for move
9 years ago
murgatroid99
047f20d302
Make single-response calls emit INTERNAL status for unparseable responses
9 years ago
murgatroid99
6f1e2ea7b2
Merge branch 'node_metadata_class' into node_error_code_compliance
9 years ago
Michael Lumish
f03e128260
Merge pull request #3026 from stanley-cheung/php_update_gen_code_test
...
PHP: fix interop stub construction after codegen change
9 years ago
Alistair Veitch
9a09982e2d
view and aggregation API
9 years ago
Jan Tattermusch
5414df3011
make ToLower culture invariant
9 years ago
Abhishek Kumar
209d047db8
Merge pull request #278 from yang-g/async_doc
...
Add sync and async doc in README for helloworld
9 years ago
Nathaniel Manista
7dc25d3ca6
Add force_client_auth to _low.ServerCredentials
9 years ago