David Garcia Quintas
0dfbdf6e54
Added grpc_cq_alarm
10 years ago
yang-g
c04610357c
The Writes may return false after the server cancels the stream
10 years ago
yang-g
035cf093de
enable_ssl to use_tls
10 years ago
yang-g
0d55750cb2
Maybe it is already ready when we call getstatus
10 years ago
Craig Tiller
2c0b91d4ff
Dont call malloc either
10 years ago
Craig Tiller
3a12dcfd06
Fixes
10 years ago
Craig Tiller
4e710f5e13
Remove stdio usage from signal handler
10 years ago
Vijay Pai
8423203cbb
For compatibility with gcc-4.4, eliminate use of sleep_for and
...
std::atomic
10 years ago
yang-g
bf22e0e8a0
remove anonymous namespace in anonymous namespace
10 years ago
yang-g
88d5d52d73
add tls and proxy as dimensions of end2end test
10 years ago
Robbie Shade
a8e2e5263d
Pass through grpc_fd pointer rather than int.
10 years ago
Craig Tiller
71a0f9d3b0
Fix clang-format script
10 years ago
Craig Tiller
8afeec8838
Fix alarms
...
- make kick_poller() do something on POSIX
- fix some conditions whereby alarms are held in a pollset exec context for too long
- make channel_connectivity tests dependent on the correct behavior
10 years ago
Vijay Pai
fa6e70ff85
Remove one pessimizing std::move
10 years ago
Craig Tiller
73c4e87670
Fix mac build
10 years ago
Craig Tiller
ecc4f9c694
Fix mac build
10 years ago
Craig Tiller
2bc37297c8
Enable backtraces on C tests
10 years ago
Craig Tiller
4dbdd6a5c2
Remove metadata canonicalization, and fix some bugs
10 years ago
Robbie Shade
109a8dc6d8
Stop shadowing global name
10 years ago
Robbie Shade
147fe701a0
Add grpc_server argument to grpc_udp_server_start
10 years ago
vjpai
3ca49d2a1a
Add a todo regarding a C++ block annotation
10 years ago
David Garcia Quintas
9851e3dbfc
Fixed wrong test for FEATURE_MASK_SUPPORTS_HOSTNAME_VERIFICATION
10 years ago
Craig Tiller
ddf3a511aa
Add clang-format to sanity
10 years ago
Craig Tiller
164bb07d64
Fix build breakage
10 years ago
David G. Quintas
6d934529b9
Updated end2end/README
10 years ago
David Garcia Quintas
d09cce1969
Improvements to lb_policies_test's rebirth testcase.
10 years ago
Craig Tiller
5c1ad056d2
Fix Windows compilation
10 years ago
Craig Tiller
565b18b69c
clang-format all core files
10 years ago
Craig Tiller
82f9bd84e5
Update Windows stuff
10 years ago
Nathaniel Manista
ae4fbcd643
Use "#!/usr/bin/env python2.7" only in utilities
10 years ago
Nathaniel Manista
3ba30e16ad
Drop issue 527 TODOs for interop specification
...
The UnaryCall interop test is now adequately specified in
doc/interop-test-descriptions.md.
10 years ago
Craig Tiller
4ed7a7585f
Increase deadline ==> decrease flakes
10 years ago
Julien Boeuf
c34b2e744c
Do not use string_ref for output params.
...
It is very much unsafe to do so as the string_ref could point on a stack
variable of the callee.
10 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.
10 years ago
Craig Tiller
b8b1a462e5
Finish cleanup
10 years ago
Craig Tiller
a82950e683
clang-format all core files
10 years ago
Craig Tiller
8af4c33718
Final patches for rename
10 years ago
Craig Tiller
e7db29f8c7
Move argument passing to start of list
10 years ago
Craig Tiller
f5768a6765
Rename init
10 years ago
Craig Tiller
098047b53a
Rename run
10 years ago
Craig Tiller
9f7dc3a4e5
Move argument passing to start of list
10 years ago
Craig Tiller
1be70ccdb8
Move arguments to the start of lists
10 years ago
Craig Tiller
45724b35e4
indent pass to get logical source lines on one physical line
10 years ago
Craig Tiller
af73d78b78
clang-format all core files
10 years ago
Craig Tiller
d9ccbbf6b9
Rename call_list to closure_list
10 years ago
Craig Tiller
d9fdaf204c
Fix tests
10 years ago
Craig Tiller
40cd820fd6
Fix list iteration
10 years ago
Craig Tiller
4fc085fcbb
Test bug fixes
10 years ago
Craig Tiller
62aef62136
Fixes
10 years ago
Craig Tiller
ba496454b2
Fixes
10 years ago