Craig Tiller
856d0948da
Check return values
9 years ago
Craig Tiller
027a74cd3b
First round changes to handle dynamic hpack table size
9 years ago
Julien Boeuf
334314b888
Updating the server1 cert so that it can be used with Go.
...
The encoding of the issuer field in this cert is now a PRINTABLESTRING
as opposed to UTF8STRING in the previous server1.pem which was causing
the Go issue.
Fixes #4086 .
9 years ago
Craig Tiller
bd50ed8057
Make lb_policies_test a little less timing dependent
9 years ago
yang-g
64b1966b9e
drain cq
9 years ago
yang-g
72941642ca
add a test for initial_connect_string
9 years ago
yang-g
c9fca1813a
refacto of the reconnect tcp server to a general purpose test tcp server to be reused by the set_initial_string_test
9 years ago
David Garcia Quintas
c76ff107b6
Removed consts to make MSVC happy
9 years ago
Craig Tiller
8f7794d8db
Robustness work for lb_policies_test
9 years ago
Craig Tiller
32bd81d205
Add a test for cancel_with_status
9 years ago
Craig Tiller
1726e83fe2
Add a test with a large negative deadline
...
Mirrors a node test, and fix a bug that it found
9 years ago
Craig Tiller
61ead3e061
Lower latency profiling
...
Current latency profiles have their tails dominated by writing latency
logs, which is hugely undesirable.
Now when a thread log fills up, push it to a background thread to write
to disk. At shutdown, wait for all latency traces to be flushed.
9 years ago
Craig Tiller
93b944785c
stream_op cleanup: test fixes and updates
9 years ago
David Garcia Quintas
6eb3925a70
Added grpc_byte_buffer_reader_readall
9 years ago
David Garcia Quintas
93c65aeb59
Fixed potential stack corruption
9 years ago
Alistair Veitch
f987e3af95
Fix for long-running tsan test
9 years ago
Alistair Veitch
427eb90803
Fix memory leak
9 years ago
Vijay Pai
4870de2367
Fix more shadow and conversion warnings.
9 years ago
vjpai
4c70baa1a1
Fix sign conversion issues here
9 years ago
Julien Boeuf
b73cbc2709
Addressing comments.
...
The composite channel credentials creation does not change the passed-in
channel creds anymore.
9 years ago
Alistair Veitch
72badb4777
more verbose message
9 years ago
Alistair Veitch
c11e8472b5
only print #cores seen
9 years ago
Alistair Veitch
dcfb3fe482
add CPU tests
9 years ago
David Garcia Quintas
85ccb8cc61
added grpc_client_uchannel_set_subchannel func
9 years ago
David Garcia Quintas
661ad7fc85
We need the iomgr_init for winsocks initialization.
...
Also fixed (thanks @nicolasnoble ) wrong construction of error msg.
9 years ago
Julien Boeuf
26bf71ce37
Fixing mem leak and compilation error in tsan.
9 years ago
Julien Boeuf
4e02e84062
Got the core test passing.
9 years ago
Craig Tiller
0ba432d445
Move profiling system to gpr
9 years ago
David Garcia Quintas
0c331880d0
Hid test-only functions from surface/call.h
9 years ago
David Garcia Quintas
4bc3463108
Introducing grpc_executor, for all your threading needs
9 years ago
Robbie Shade
c6787b263f
Fix broken udp_server_test, by adding exec_ctx to read_cb
9 years ago
David Garcia Quintas
7b1bd2c271
μChannels implementation.
9 years ago
Craig Tiller
0d6499e7e1
Add more verbose traces for port_server usage
9 years ago
Craig Tiller
c6c3189f3d
Add more verbose traces for debug output
9 years ago
David Garcia Quintas
f747bbc043
s/grpc_alarm/grpc_timer && s/grpc_cq_alarm/grpc_alarm
9 years ago
David Garcia Quintas
cb954cfc28
Removed exec_ctx from cq_alarm's functions
9 years ago
David Garcia Quintas
0dfbdf6e54
Added grpc_cq_alarm
9 years ago
Craig Tiller
2c0b91d4ff
Dont call malloc either
9 years ago
Craig Tiller
3a12dcfd06
Fixes
9 years ago
Craig Tiller
4e710f5e13
Remove stdio usage from signal handler
9 years ago
Robbie Shade
a8e2e5263d
Pass through grpc_fd pointer rather than int.
9 years ago
Craig Tiller
71a0f9d3b0
Fix clang-format script
9 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
9 years ago
Craig Tiller
73c4e87670
Fix mac build
9 years ago
Craig Tiller
ecc4f9c694
Fix mac build
9 years ago
Craig Tiller
2bc37297c8
Enable backtraces on C tests
9 years ago
Craig Tiller
4dbdd6a5c2
Remove metadata canonicalization, and fix some bugs
9 years ago
Robbie Shade
109a8dc6d8
Stop shadowing global name
9 years ago
Robbie Shade
147fe701a0
Add grpc_server argument to grpc_udp_server_start
9 years ago
David Garcia Quintas
9851e3dbfc
Fixed wrong test for FEATURE_MASK_SUPPORTS_HOSTNAME_VERIFICATION
9 years ago