Craig Tiller
|
65bcbd386e
|
Merge branch 'shindig' of https://github.com/ctiller/grpc into shindig
Conflicts:
src/core/iomgr/tcp_client_windows.c
|
9 years ago |
Craig Tiller
|
82f9bd84e5
|
Update Windows stuff
|
9 years ago |
Craig Tiller
|
6ecd8ad519
|
Make zookeeper compile with execution contexts
|
9 years ago |
Craig Tiller
|
8b52f853a5
|
Document exec_ctx
|
9 years ago |
Craig Tiller
|
b0bd53a173
|
Merge github.com:grpc/grpc into shindig
Conflicts:
src/core/surface/secure_channel_create.c
|
9 years ago |
Craig Tiller
|
41aab15c74
|
Merge pull request #3422 from jcanizales/fix-mutex-bug
Fix mutex bug
|
9 years ago |
Vijay Pai
|
0619dd153a
|
Merge pull request #3415 from jboeuf/fix_cpp_credentials_plugin_api
It is a bad idea to have a map with string_refs as output params.
|
9 years ago |
Jorge Canizales
|
b873ac916e
|
Fix mutex bug
|
9 years ago |
Craig Tiller
|
4ed7a7585f
|
Increase deadline ==> decrease flakes
|
9 years ago |
Craig Tiller
|
58473e8c37
|
Add mutex init
|
9 years ago |
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.
|
9 years ago |
Craig Tiller
|
7da147911d
|
Merge branch 'shindig' of github.com:ctiller/grpc into shindig
|
9 years ago |
Craig Tiller
|
c20b19d0f7
|
better logging
|
9 years ago |
Craig Tiller
|
8602d3e4ac
|
Fix argument order
|
9 years ago |
Craig Tiller
|
b8b1a462e5
|
Finish cleanup
|
9 years ago |
Nicolas Noble
|
e456f77644
|
Merge pull request #3396 from jtattermusch/win_fix_parameter_types
Fix parameter types in function definition.
|
9 years ago |
Nicolas Noble
|
ba29342f15
|
Merge pull request #3404 from dgquintas/dgquintas-patch-1
Fixed typo in channel_args.h docstring
|
9 years ago |
Craig Tiller
|
a82950e683
|
clang-format all core files
|
9 years ago |
Craig Tiller
|
8af4c33718
|
Final patches for rename
|
9 years ago |
Craig Tiller
|
e7db29f8c7
|
Move argument passing to start of list
|
9 years ago |
Craig Tiller
|
f5768a6765
|
Rename init
|
9 years ago |
Craig Tiller
|
098047b53a
|
Rename run
|
9 years ago |
Craig Tiller
|
9fa914e554
|
Fixup naming
|
9 years ago |
Craig Tiller
|
8ad03754ec
|
Change runs to enqueue
|
9 years ago |
Craig Tiller
|
9f7dc3a4e5
|
Move argument passing to start of list
|
9 years ago |
Craig Tiller
|
1be70ccdb8
|
Move arguments to the start of lists
|
9 years ago |
Craig Tiller
|
45724b35e4
|
indent pass to get logical source lines on one physical line
|
9 years ago |
Craig Tiller
|
298751c119
|
Split closures from iomgr.h
|
9 years ago |
Craig Tiller
|
af73d78b78
|
clang-format all core files
|
9 years ago |
Craig Tiller
|
d9ccbbf6b9
|
Rename call_list to closure_list
|
9 years ago |
Craig Tiller
|
10ee2747a9
|
Merge github.com:grpc/grpc into we-are-one
|
9 years ago |
Craig Tiller
|
d9fdaf204c
|
Fix tests
|
9 years ago |
Craig Tiller
|
1ca05139a2
|
Merge pull request #3393 from jtattermusch/fix_windows_build
Fix windows build
|
9 years ago |
Craig Tiller
|
466458745c
|
Merge pull request #3387 from dgquintas/content_type_filtering
Client now swallows content-type on receive
|
9 years ago |
Craig Tiller
|
f9dd54c2eb
|
Merge pull request #3378 from yang-g/connection_failure_detection
remove connectivity watcher from interested party early
|
9 years ago |
Craig Tiller
|
786522166e
|
Merge pull request #3027 from jboeuf/security_connector_refactoring
Security connector refactoring
|
9 years ago |
Craig Tiller
|
40cd820fd6
|
Fix list iteration
|
9 years ago |
Yang Gao
|
0eb44a61da
|
Merge pull request #3406 from jboeuf/auth_plugin_fixes
Credentials plugin fixes (after the branch was merged).
|
9 years ago |
Craig Tiller
|
4fc085fcbb
|
Test bug fixes
|
9 years ago |
Craig Tiller
|
62aef62136
|
Fixes
|
9 years ago |
Craig Tiller
|
b35ccf50ec
|
Merge pull request #3405 from dgquintas/they_see_me_branching
Removed spurious predicate from if branch
|
9 years ago |
Julien Boeuf
|
14929d4e35
|
Credentials plugin fixes (after the branch was merged).
|
9 years ago |
Craig Tiller
|
ed299d182b
|
Merge pull request #3388 from jtattermusch/runtest_docker_made_simple
Add --use_docker flag support for run_tests.py
|
9 years ago |
David Garcia Quintas
|
f065c744e3
|
Removed spurious predicate from if branch
the channeld->content_type->key is already consumed by the preceding if.
|
9 years ago |
David G. Quintas
|
af970edf2e
|
Fixed typo in channel_args.h docstring
|
9 years ago |
Craig Tiller
|
ba496454b2
|
Fixes
|
9 years ago |
Craig Tiller
|
294d0ecc05
|
Call lists compile
|
9 years ago |
Craig Tiller
|
dfff1b8126
|
Call list progress
|
9 years ago |
Jan Tattermusch
|
823394155a
|
Merge branch 'fix_windows_build' into win_fix_parameter_types
|
9 years ago |
Jan Tattermusch
|
48e57fabca
|
make function definitions match declaration in header
|
9 years ago |