Yang Gao
c71a9d2b56
clang-format
10 years ago
Yang Gao
ff30f8e8a9
fix a deadlock in cancel call
10 years ago
Craig Tiller
67bfefdbd1
Ensure call alarms are cancelled when the underlying stream closes
10 years ago
Craig Tiller
900e451407
Remove ungeneratable enum values and union members
10 years ago
Craig Tiller
5096849579
Add some helpful timing markers
10 years ago
Craig Tiller
0e91956b49
Remove _old apis from the core library
10 years ago
Craig Tiller
10b9cb5a38
Refine need_more_data
...
We don't need to request more transport data if we:
- already have queued messages
- are not ready to receive messages
10 years ago
Craig Tiller
4df412b471
Add some infrastructure for call refcount debugging
10 years ago
Craig Tiller
b56ca8d555
Fix use-after-free in lame client test
10 years ago
Craig Tiller
64bc3fdaaa
remove annotations
10 years ago
Craig Tiller
65f9f81afb
Fix memory leak
10 years ago
Craig Tiller
9c71b6f5b6
Fix memory leak
10 years ago
Craig Tiller
916b152184
annotations - revert later
10 years ago
Craig Tiller
872af0281e
Fix memory leak
10 years ago
Craig Tiller
1a727fde47
clang-format
10 years ago
Craig Tiller
60de66cf7d
Always wait for all ops to finish
10 years ago
Craig Tiller
2ea37fd2ce
Bug fixing
10 years ago
Craig Tiller
c1f7560ac2
Stream mapping fixes
10 years ago
Craig Tiller
a940752dee
Take a lock every time through client_channel - to simplify logic and ensure correctness
10 years ago
Craig Tiller
48b9fde74e
call progress
10 years ago
Craig Tiller
d393f10431
Fix uninitialized variable
10 years ago
Craig Tiller
3928c7a1a6
Add a hack to ensure one-op-at-a-time during connection establishment
10 years ago
Craig Tiller
fa4f99404f
Add init/destroy, and a debug-only assert on bad headers
10 years ago
Craig Tiller
6e84aba85f
Make the things compile again
10 years ago
Craig Tiller
7e8489ae40
Fix double-set of alarm
10 years ago
Craig Tiller
50d9db534c
Flesh out initial_op
10 years ago
Craig Tiller
fbf5be26a3
One test compiles
10 years ago
Craig Tiller
629b0ed804
Call compiles
10 years ago
Craig Tiller
58ce3f0e37
call progress
10 years ago
Craig Tiller
83f88d90b9
stuff
10 years ago
Craig Tiller
48b02ecc14
Add !=NULL
10 years ago
Craig Tiller
d2b11fafdc
Use GPR_ASSERT here
10 years ago
Craig Tiller
eb40a538cb
Fix remaining allocation bugs
10 years ago
Craig Tiller
76f5d46d1b
clang-format
10 years ago
Craig Tiller
8b282cbd0b
Got rid of GRPC_SEND_START
10 years ago
Craig Tiller
205aee1c82
Move metadata batching to stream_op
10 years ago
Craig Tiller
87d5b19da6
clang-format
10 years ago
Craig Tiller
6902ad2e9c
Switching to batch oriented metadata passing
10 years ago
murgatroid99
d47946be2a
Added batch GRPC_TRACE option to trace calls to grpc_call_start_batch
10 years ago
Craig Tiller
461be402a9
Fix ref counting
10 years ago
Craig Tiller
991ca9fef8
Allow only one thread to complete ioreqs at once
...
Otherwise we can get a total-queue-ordering violation and complete some
ioreqs out-of-order. This leads to events being pushed to the completion
queue out-of-order, and that leads to applications believing streams are
completed before receiving the last message.
10 years ago
Craig Tiller
d9e6413f33
Fix server side large message receiving
...
The check for whether to request more data was all messed up.
On the client this needs to be after initial metadata is sent to guarantee that we have a live stream, but there's no such requirement at the server. Fix this.
I also ran clang-format across the code so there are some formatting changes.
10 years ago
Craig Tiller
efad8fadd3
Spam cleanup, test speedup
10 years ago
Craig Tiller
190d360def
Add missing new-lines at end of file
10 years ago
Craig Tiller
0605995e55
Update copyright to 2015
10 years ago
murgatroid99
a8c21e8ecf
Added useful behavior for empty batch
10 years ago
murgatroid99
04c447977e
Fix race in call.c
10 years ago
murgatroid99
1bc8df4cf5
Fix race in call.c
10 years ago
Craig Tiller
24be0f79e2
Rewrite server request startup path
...
Stub in registered methods, cleanup to the point I understand this code
again.
10 years ago
Craig Tiller
de343164f2
Return OK on server if there's no explicit status set
...
Fixes #451
10 years ago