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
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
yang-g
2add980668
Resolve comments
9 years ago
Yang Gao
b17ad5562f
Merge pull request #3062 from dgquintas/interop_spec
...
Added compression to interop spec
9 years ago
Jan Tattermusch
dcb1691866
Merge pull request #3105 from nathanielmanistaatgoogle/update-protobuf-submodule
...
Update protobuf submodule to v3.0.0-beta-1
9 years ago
Craig Tiller
08348334e5
Merge pull request #2947 from jboeuf/grpc_security_abi
...
First draft at addressing #1799 for grpc_security.
9 years ago
Nathaniel Manista
6686808550
Update protobuf submodule to v3.0.0-beta-1
9 years ago
yang-g
730055d962
implementation fix
9 years ago
Jan Tattermusch
1c3b213306
Merge pull request #3070 from ctiller/winlog
...
Make C core log output readable
9 years ago
Michael Lumish
9a97a096ce
Merge pull request #2863 from jtattermusch/csharp_upgrade_to_proto3
...
Upgrade C# to proto3
9 years ago
yang-g
dafcce980d
channel creation API change
9 years ago
Masood Malekghassemi
b59f1348a2
Python OAuth2 auth-token interop test
9 years ago
yang-g
cf44bb5027
use millis to protect against potential overflow
9 years ago
yang-g
edd4667348
Reduce a timeout causing overflow
9 years ago
murgatroid99
868545987b
Fixed incorrect include line in core/census/grpc_filter.c
9 years ago
murgatroid99
4ad400341e
Fixed handling of binary metadata values
9 years ago
Stanley Cheung
4135a219c5
php: add comment for why cancel_after_begin cannot be done
9 years ago
Stanley Cheung
69e9747eb9
php: fix interop stub construction after codegen fix
9 years ago
Masood Malekghassemi
41d2b291eb
Merge pull request #3093 from nathanielmanistaatgoogle/channel
...
The Beta API Channel
9 years ago
Jan Tattermusch
939ccbe0ff
switch C# projects to Google.Protobuf 3.0.0-alpha4 package
9 years ago
Jan Tattermusch
d68ef4f9ae
upgrade third_party/protobufs to 3.0.0-beta-1
9 years ago
Alistair Veitch
08a4cf361f
Merge pull request #3090 from maxwell-demon/master
...
Fix include guard of census/grpc_filter.h
9 years ago
Craig Tiller
958ee76018
IWYU
9 years ago
Craig Tiller
70a816807f
Friends dont let friends use volatile for synchronization
9 years ago
Craig Tiller
4ff47d9ea3
Merge pull request #3095 from grpc/revert-3025-endpoints
...
Revert "Refactor Endpoint API"
9 years ago
Craig Tiller
99d7b661be
Revert "Refactor Endpoint API"
9 years ago
Yang Gao
b6c912b75b
Merge pull request #3025 from ctiller/endpoints
...
Refactor Endpoint API
9 years ago
jboeuf
15df9b1357
Merge pull request #3094 from yang-g/string_ref_auth
...
minor fixes to string_ref
9 years ago
yang-g
0d9f81f741
minor fixes
9 years ago
Masood Malekghassemi
967caaada0
Merge pull request #3052 from nathanielmanistaatgoogle/crust
...
The RPC Framework crust package
9 years ago
Nathaniel Manista
8e3dc00d93
The Beta API Channel
9 years ago
Hongyu Chen
2845c86958
Fix include guard of census/grpc_filter.h
9 years ago
Craig Tiller
a0461e52f3
Fix an edge case in call.c
...
If we get a full incoming buffer, we'll issue a read with max_recv_bytes==0, deadlocking the flow control code.
Instead, hold off on advertising reading until the buffer gets a little more clear, then start pulling.
9 years ago
Craig Tiller
d36ed20b7d
Trace window announcements
9 years ago
Craig Tiller
2ded19b84f
Update projects
9 years ago
Rakesh Iyer
4abe76eff5
Repro case for flow control bug.
...
This is a repro case for a bug where if the client is sending
full throttle and the receiver is not able to keep up, the
client reaches a case where it doesn't make forward progress
anymore.
Signed-off-by: Craig Tiller <craig.tiller@gmail.com>
9 years ago
yang-g
0c63351381
sync and async doc
9 years ago