Craig Tiller
2ded19b84f
Update projects
10 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>
10 years ago
yang-g
0c63351381
sync and async doc
10 years ago
David G. Quintas
d739ece688
Merge pull request #3086 from ctiller/radio-ga-ga
...
Increase msan timeout also
10 years ago
Craig Tiller
4a71ce2633
Increase msan timeout also
10 years ago
Craig Tiller
70964fca29
Properly reset incoming buffer
10 years ago
Craig Tiller
69b2afe770
Merge branch 'endpoints' of github.com:ctiller/grpc into endpoints
10 years ago
Craig Tiller
8bf34083e2
Fix uninitialized data
10 years ago
Craig Tiller
4381380676
Merge pull request #3077 from yang-g/string_ref_auth
...
auth_context api change to use string_ref
10 years ago
Yang Gao
2413615fe0
Merge pull request #3085 from crast/fix-googletest-submodule
...
googletest uses https like all the other submodules
10 years ago
James Crasta
2a7df7db4d
Use https like all the other submodules
10 years ago
Craig Tiller
bcd57fc78d
Merge pull request #276 from yang-g/master
...
Update c++ examples to API changes.
10 years ago
Craig Tiller
3d5ba2f499
Make port_windows compile again
10 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
10 years ago
Craig Tiller
1e27e7d605
Use port server on windows
10 years ago
Craig Tiller
03a463a994
Give interop tests more time to build
10 years ago
Craig Tiller
15c1ea9c31
Merge github.com:grpc/grpc into endpoints
10 years ago
Stanley Cheung
495c0d332e
Merge pull request #3083 from stanley-cheung/php_missing_build_cflags
...
PHP: fix build failure on mac
10 years ago
Stanley Cheung
d0532654b0
php: fix build failure on mac
10 years ago
Craig Tiller
4ac2018fd9
Fix up path
10 years ago
Craig Tiller
3fda8ed122
Restore google test
10 years ago
Craig Tiller
c4a9f16f93
Merge github.com:grpc/grpc into endpoints
10 years ago
Craig Tiller
57c48c6845
Turn off debug
10 years ago
Craig Tiller
0882a353d5
Fix refcounting
10 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 ).
10 years ago
David G. Quintas
69d500d2c6
Merge pull request #3081 from ctiller/under-pressure
...
Up asan/tsan timeouts - they need it
10 years ago
Craig Tiller
b2ea0b9f48
Up asan/tsan timeouts - they need it
10 years ago
Nathaniel Manista
33c9c1f6b3
Merge pull request #3080 from soltanmm/docfix
...
Temporary fix on Python doc to alleviate confusion.
10 years ago
Masood Malekghassemi
18b3ccb2f2
Temporary fix on Python doc to alleviate confusion
...
cc grpc/grpc-common#274, #2896
10 years ago
Masood Malekghassemi
f61897df57
Merge pull request #3044 from nathanielmanistaatgoogle/no-such-method-code-and-message
...
Add code and message to base.NoSuchMethodError
10 years ago
Julien Boeuf
5b3516e2c5
Merge branch 'master' of github.com:grpc/grpc into cpp_auth_md_processor
10 years ago
Craig Tiller
c84d4aa6d0
Merge github.com:grpc/grpc into endpoints
...
Conflicts:
src/core/iomgr/tcp_windows.c
10 years ago
yang-g
5e700f3d1f
Merge remote-tracking branch 'upstream/master' into string_ref_auth
10 years ago
Vijay Pai
60e0e743be
Merge pull request #3072 from ctiller/pneumatic-figure-skater
...
Cleanup test, initialize correctly
10 years ago
Yang Gao
6501071d16
Merge pull request #3079 from ctiller/scrubbing-the-floor
...
Add ostream support for string_ref
10 years ago
Craig Tiller
47ec9a40ad
Add ostream support for string_ref
10 years ago
Jan Tattermusch
0608a00b50
Merge remote-tracking branch 'upstream/master' into csharp_upgrade_to_proto3
...
Conflicts:
src/csharp/Grpc.IntegrationTesting/InteropClient.cs
10 years ago
Craig Tiller
afbbaf9c3e
Merge pull request #3065 from yang-g/string_ref
...
Use string_ref for incoming metadata
10 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
10 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
10 years ago
Craig Tiller
8b5f4dcc7f
Fix typo
10 years ago
Craig Tiller
abd37fd278
Make run_tests.py robust against port_server not starting
10 years ago
David G. Quintas
52730d3bea
Merge pull request #3035 from ctiller/naming-crisis
...
Refactor default host name resolution
10 years ago
Julien Boeuf
cbdffa4227
Merge branch 'grpc_security_abi' into credentials_naming_and_cleanup
10 years ago
Julien Boeuf
5cc1e2ec4b
Fixing PHP.
10 years ago
Julien Boeuf
510a920c75
Credentials cleanup:
...
- Removing service_accounts credentials. These credentials just have
drawbacks compared to service_account_jwt_access credentials, notably
in terms for security.
- Renaming Google specific credentials with a Google prefix for C and
C++. This should be done as well for wrapped languages.
10 years ago
Julien Boeuf
c17fecd224
Fixing tests.
10 years ago
David G. Quintas
fd70b7117e
Merge pull request #3054 from ctiller/openssl-just-needs-to-build
...
Dont try to parallelize OpenSSL build
10 years ago
Michael Lumish
901277dd6d
Merge pull request #3073 from jtattermusch/appdomain_unloaded_exception
...
Prevent occasional AppDomainUnloadedException from nunit
10 years ago
Jan Tattermusch
940caa2d97
prevent occasional AppDomainUnloadedException from nunit
10 years ago