Julien Boeuf
8b0b6f413d
It is a bad idea to have a map with string_refs as output params.
...
This is very much unsafe as the string_ref could point on a stack
variable of the callee.
10 years ago
Nicolas Noble
e456f77644
Merge pull request #3396 from jtattermusch/win_fix_parameter_types
...
Fix parameter types in function definition.
10 years ago
Nicolas Noble
ba29342f15
Merge pull request #3404 from dgquintas/dgquintas-patch-1
...
Fixed typo in channel_args.h docstring
10 years ago
Craig Tiller
1ca05139a2
Merge pull request #3393 from jtattermusch/fix_windows_build
...
Fix windows build
10 years ago
Craig Tiller
466458745c
Merge pull request #3387 from dgquintas/content_type_filtering
...
Client now swallows content-type on receive
10 years ago
Craig Tiller
f9dd54c2eb
Merge pull request #3378 from yang-g/connection_failure_detection
...
remove connectivity watcher from interested party early
10 years ago
Craig Tiller
786522166e
Merge pull request #3027 from jboeuf/security_connector_refactoring
...
Security connector refactoring
10 years ago
Yang Gao
0eb44a61da
Merge pull request #3406 from jboeuf/auth_plugin_fixes
...
Credentials plugin fixes (after the branch was merged).
10 years ago
Craig Tiller
b35ccf50ec
Merge pull request #3405 from dgquintas/they_see_me_branching
...
Removed spurious predicate from if branch
10 years ago
Julien Boeuf
14929d4e35
Credentials plugin fixes (after the branch was merged).
10 years ago
Craig Tiller
ed299d182b
Merge pull request #3388 from jtattermusch/runtest_docker_made_simple
...
Add --use_docker flag support for run_tests.py
10 years ago
David Garcia Quintas
f065c744e3
Removed spurious predicate from if branch
...
the channeld->content_type->key is already consumed by the preceding if.
10 years ago
David G. Quintas
af970edf2e
Fixed typo in channel_args.h docstring
10 years ago
Jan Tattermusch
823394155a
Merge branch 'fix_windows_build' into win_fix_parameter_types
10 years ago
Jan Tattermusch
48e57fabca
make function definitions match declaration in header
10 years ago
Craig Tiller
5b7f6c9102
Merge pull request #3392 from jtattermusch/portserver_fix
...
Fix portserver on Win and Mac
10 years ago
David G. Quintas
a85a0151cd
Merge pull request #3394 from yang-g/empty_stream_interop
...
Add empty_stream test case
10 years ago
yang-g
78bddc66b7
Add empty_stream test case
10 years ago
Yang Gao
36a5551db4
Merge pull request #3176 from jboeuf/core_creds_plugin
...
Design and implementation of the core credentials plugin API.
10 years ago
Jan Tattermusch
34f398edf6
remove leftover field initialization
10 years ago
Jan Tattermusch
13e65dfd4f
import yaml module lazily
10 years ago
Jan Tattermusch
261b58ca80
using tty option is not ok on jenkins
10 years ago
Jan Tattermusch
c96b9eb750
correct behavior for travis flag
10 years ago
Yang Gao
5896984558
Merge pull request #3132 from rjshade/rename_callback
...
Rename the TCP server callback arguments to be more descriptive.
10 years ago
Jan Tattermusch
c95eead416
use_docker support for run_tests.py
10 years ago
David Garcia Quintas
13a71120f7
Client now swallows content-type on receive
10 years ago
yang-g
5e8abedd61
use seconds
10 years ago
yang-g
d886f33939
add a test
10 years ago
yang-g
a63fe4e259
remove interested party early
10 years ago
David Garcia Quintas
4a47c2ad44
Revert "Swallow content-type at the client. Fixes #3368"
...
This reverts commit 784db97ad2
.
10 years ago
Nicolas Noble
0cd97d9e94
Merge pull request #3370 from dgquintas/content_type_filtering
...
Swallow content-type at the client.
10 years ago
David Garcia Quintas
784db97ad2
Swallow content-type at the client. Fixes #3368
10 years ago
Craig Tiller
ad96e1d37a
Merge pull request #3320 from dgquintas/rr_with_registry
...
Round Robin LB Policy
10 years ago
Robbie Shade
fda8260f92
Ran ./tools/buildgen/generate_projects.sh
10 years ago
Robbie Shade
9ab3704a99
Merge remote-tracking branch 'upstream/master' into rename_callback
10 years ago
David G. Quintas
19c06494b5
Merge pull request #3288 from ctiller/snarky-nanny
...
Explicitly set content-type for servers
10 years ago
David Garcia Quintas
2921cf0b34
regenerated projects
10 years ago
David Garcia Quintas
f65ba34134
Merge branch 'rr_with_registry' of github.com:dgquintas/grpc into rr_with_registry
10 years ago
David Garcia Quintas
61d003a15a
Merge branch 'master' of github.com:grpc/grpc into rr_with_registry
10 years ago
Nicolas Noble
1f351c9e1c
Merge pull request #3356 from ctiller/fixit
...
Move in-flight callback check up
10 years ago
Craig Tiller
7a514915a3
Move in-flight callback check up
...
Fixes #3203
We entered a live lock race between the promotion callback and pollers,
which was only resolved when the background executor got lucky enough to
pick up the async work.
10 years ago
Nicolas Noble
64b357ce8f
Merge pull request #3351 from ctiller/no-trace
...
Disable refcount tracing
10 years ago
Nicolas Noble
34619572cb
Merge pull request #3350 from ctiller/cowabunga
...
Add tracing for connect latency
10 years ago
Craig Tiller
6728038086
Add server trace line
10 years ago
Craig Tiller
15f8761685
Disable refcount tracing
10 years ago
Craig Tiller
5e53ddb3c5
Add tracing for connect latency
10 years ago
Julien Boeuf
5600a6aaac
Changing build.yaml: s/secure_tranport_setup/handshake
10 years ago
Julien Boeuf
e9961d29f1
Merge branch 'master' of github.com:grpc/grpc into security_connector_refactoring
10 years ago
Julien Boeuf
97f80faeb4
Adding documentation.
10 years ago
Julien Boeuf
34da96654d
Regenerating project after merge with master.
10 years ago