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
Craig Tiller
03a463a994
Give interop tests more time to build
9 years ago
Craig Tiller
15c1ea9c31
Merge github.com:grpc/grpc into endpoints
9 years ago
Stanley Cheung
495c0d332e
Merge pull request #3083 from stanley-cheung/php_missing_build_cflags
...
PHP: fix build failure on mac
9 years ago
Stanley Cheung
d0532654b0
php: fix build failure on mac
9 years ago
Craig Tiller
4ac2018fd9
Fix up path
9 years ago
Craig Tiller
3fda8ed122
Restore google test
9 years ago
Craig Tiller
c4a9f16f93
Merge github.com:grpc/grpc into endpoints
9 years ago
Craig Tiller
57c48c6845
Turn off debug
9 years ago
Craig Tiller
0882a353d5
Fix refcounting
9 years ago
David Garcia Quintas
c9ab6a022d
Protect against dereferencing a null ptr.
...
'stream' may be left nullptr after a pop, so don't try to dereference
it.
(via nlewycky@google.com ).
9 years ago
David G. Quintas
69d500d2c6
Merge pull request #3081 from ctiller/under-pressure
...
Up asan/tsan timeouts - they need it
9 years ago
Craig Tiller
b2ea0b9f48
Up asan/tsan timeouts - they need it
9 years ago
Nathaniel Manista
33c9c1f6b3
Merge pull request #3080 from soltanmm/docfix
...
Temporary fix on Python doc to alleviate confusion.
9 years ago
Masood Malekghassemi
18b3ccb2f2
Temporary fix on Python doc to alleviate confusion
...
cc grpc/grpc-common#274, #2896
9 years ago
Masood Malekghassemi
f61897df57
Merge pull request #3044 from nathanielmanistaatgoogle/no-such-method-code-and-message
...
Add code and message to base.NoSuchMethodError
9 years ago
David Garcia Quintas
9b29aa7bd4
Merge branch 'master' of github.com:grpc/grpc into cpp_docs
9 years ago
David Garcia Quintas
c4de3a2c24
Docstrings for Channel, ChannelCreate and ChannelArguments.
9 years ago
Julien Boeuf
5b3516e2c5
Merge branch 'master' of github.com:grpc/grpc into cpp_auth_md_processor
9 years ago
Craig Tiller
c84d4aa6d0
Merge github.com:grpc/grpc into endpoints
...
Conflicts:
src/core/iomgr/tcp_windows.c
9 years ago
David Garcia Quintas
4dd03f9f73
Comments on the comments. Meta much?
9 years ago
yang-g
5e700f3d1f
Merge remote-tracking branch 'upstream/master' into string_ref_auth
9 years ago
Vijay Pai
60e0e743be
Merge pull request #3072 from ctiller/pneumatic-figure-skater
...
Cleanup test, initialize correctly
9 years ago
Yang Gao
6501071d16
Merge pull request #3079 from ctiller/scrubbing-the-floor
...
Add ostream support for string_ref
9 years ago
Craig Tiller
47ec9a40ad
Add ostream support for string_ref
9 years ago
Jan Tattermusch
0608a00b50
Merge remote-tracking branch 'upstream/master' into csharp_upgrade_to_proto3
...
Conflicts:
src/csharp/Grpc.IntegrationTesting/InteropClient.cs
9 years ago
Craig Tiller
afbbaf9c3e
Merge pull request #3065 from yang-g/string_ref
...
Use string_ref for incoming metadata
9 years ago
Craig Tiller
f1c76741e8
Merge pull request #3048 from maxwell-demon/timespec
...
Move core/profiling/timers_preciseclock.h to core/support/ such that we
9 years ago
David G. Quintas
a96439e02a
Merge pull request #3078 from ctiller/the-jackal-winked-at-the-moose
...
Make run_tests.py robust against port_server not starting
9 years ago
Craig Tiller
8b5f4dcc7f
Fix typo
9 years ago
Craig Tiller
abd37fd278
Make run_tests.py robust against port_server not starting
9 years ago