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
Craig Tiller
ae69ad1bcf
Add a portable test of endpoint pairs
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
b029859e58
Revert "Revert "Refactor Endpoint API""
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
Julien Boeuf
35b559f6f7
Aligning C++ interface with C for the auth metadata processor.
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
David G. Quintas
d739ece688
Merge pull request #3086 from ctiller/radio-ga-ga
...
Increase msan timeout also
9 years ago
Craig Tiller
4a71ce2633
Increase msan timeout also
9 years ago
Craig Tiller
70964fca29
Properly reset incoming buffer
9 years ago
Craig Tiller
69b2afe770
Merge branch 'endpoints' of github.com:ctiller/grpc into endpoints
9 years ago
Craig Tiller
8bf34083e2
Fix uninitialized data
9 years ago
Craig Tiller
4381380676
Merge pull request #3077 from yang-g/string_ref_auth
...
auth_context api change to use string_ref
9 years ago
Yang Gao
2413615fe0
Merge pull request #3085 from crast/fix-googletest-submodule
...
googletest uses https like all the other submodules
9 years ago
James Crasta
2a7df7db4d
Use https like all the other submodules
9 years ago
Craig Tiller
bcd57fc78d
Merge pull request #276 from yang-g/master
...
Update c++ examples to API changes.
9 years ago
Craig Tiller
3d5ba2f499
Make port_windows compile again
9 years ago
Tim Emiola
da22c15211
Merge pull request #2993 from murgatroid99/node_server_graceful_shutdown
...
Prevent the Node server from locking up when shutting down
9 years ago
Craig Tiller
1e27e7d605
Use port server on windows
9 years ago