Craig Tiller
bce999f57f
Refine shutdown API
10 years ago
Craig Tiller
ee945e8325
Work towards removing grpc_server_shutdown
10 years ago
Craig Tiller
356961916d
Remove all uses of __FUNCTION__
10 years ago
Julien Boeuf
83b029726b
Addressing comments.
10 years ago
Craig Tiller
a1001522c1
Fix memory leak
10 years ago
Craig Tiller
a4cdf8aaad
Fix ASAN reported leak
10 years ago
Julien Boeuf
84d964a8df
API for auth context and server-side secure transport only impl.
...
Still TODO:
- a way to plug a metadata processing (somewhat elsewhere but did not
one to overload this already large PR).
- plug-in the auth context on the client side.
- Better end to end testing.
10 years ago
Craig Tiller
4541f33569
Fix tests: stage server sends so that we dont inadvertently abbreviate streams
10 years ago
Craig Tiller
3891bf11ff
Fix test
10 years ago
Craig Tiller
7a29098b71
Send RST_STREAM when closing from the server without getting a client half-close first
10 years ago
Craig Tiller
fff495e908
Fix test, readd it to build
10 years ago
Craig Tiller
e7da1d4e82
Fix mistaken test change
10 years ago
Nicolas "Pixel" Noble
b5cb8d1c73
Replacing DELETE with DESTROY.
10 years ago
Nicolas "Pixel" Noble
f14b952c91
One more unistd.h to remove.
10 years ago
Nicolas Noble
2e3639302a
Making the gRPC C tests building under Windows.
10 years ago
Craig Tiller
b122e2ec9f
Fix broken compilation
10 years ago
Craig Tiller
c7313235f8
Fix broken compilation
10 years ago
Craig Tiller
dd67dbadee
Fix test
10 years ago
Craig Tiller
9daab242ad
Fix C test build
10 years ago
Julien Boeuf
9f218ddd9d
Adding support for per call credentials in core.
10 years ago
Craig Tiller
d1abc814a7
Throw away queued messages on error
10 years ago
Craig Tiller
f9e6adf998
Completion queue binding for new requests API change
...
Move completion queue binding for new requests to the new request
request time, not server instantiation time.
10 years ago
Craig Tiller
93ec3712e6
Enable test that got forgotten
10 years ago
Craig Tiller
667ca409ed
Fix new tests in C core
10 years ago
Craig Tiller
64be9f7a30
C Core API cleanup.
...
Simplify grpc_event into something that can be non-heap allocated.
Deprecate grpc_event_finish.
Remove grpc_op_error - use an int as this is more idiomatic C style.
10 years ago
Yang Gao
26839c7da9
Add a c test for max message length
10 years ago
Craig Tiller
cfda2bdd43
Test that we dont wrap-around sequence numbers
10 years ago
Craig Tiller
434a36bf4a
Add test for >16777215 sequence numbered streams
10 years ago
Craig Tiller
5fe7e5d81c
Fix some memory leaks
10 years ago
Craig Tiller
06eb5ae157
Fix this test too
10 years ago
Craig Tiller
f107120907
Fixing some tests I broke during conversion
10 years ago
Craig Tiller
581737ce27
Kill thread stress test - to be replaced with something new
10 years ago
Craig Tiller
2f36d4682c
Remove test for an old API corner case
10 years ago
Craig Tiller
abd4cc905e
Further tidyup
10 years ago
Craig Tiller
9f3675f10a
clang-format
10 years ago
Craig Tiller
fe2b8359c5
Convert some tests to new API
10 years ago
Craig Tiller
3b05a123c4
Test progress
10 years ago
Craig Tiller
8b1d98998b
Convert some tests to new API
10 years ago
Craig Tiller
af20b7108b
Remove legacy tests
10 years ago
Craig Tiller
5c019ae2d1
clang-format
10 years ago
Craig Tiller
bd22271d00
Random small fixes
10 years ago
Craig Tiller
6902ad2e9c
Switching to batch oriented metadata passing
10 years ago
Craig Tiller
b20111caea
clang-format
10 years ago
Craig Tiller
08453374b2
Introduce ahead-of-time registration of (method,host) pairs
10 years ago
Craig Tiller
c02c1d883a
clang-format
10 years ago
Craig Tiller
aec96aa223
Fix server shutdown
...
A previous fix to make close() occur later can cause socket reuse by servers to fail as previous sockets are left asynchronously open.
This change:
- adds a callback to TCP server shutdown to signal that the server is completely shutdown
- wait for that callback before destroying listeners in the server (and before destroying the server)
- handles fallout
10 years ago
Craig Tiller
a99157f4dd
Fix server shutdown
...
A previous fix to make close() occur later can cause socket reuse by servers to fail as previous sockets are left asynchronously open.
This change:
- adds a callback to TCP server shutdown to signal that the server is completely shutdown
- wait for that callback before destroying listeners in the server (and before destroying the server)
- handles fallout
10 years ago
Craig Tiller
c9f660daf8
Add a test that bad hostnames fail
10 years ago
Nicolas "Pixel" Noble
1ff52d5278
Guard headers tool.
10 years ago
Craig Tiller
e2d795a27b
Fix max_concurrent_streams test
10 years ago