- Mar 11, 2016
-
-
Jorge Canizales authored
-
- Mar 10, 2016
-
-
Jan Tattermusch authored
-
murgatroid99 authored
-
- Mar 09, 2016
-
-
Masood Malekghassemi authored
-
Yuchen Zeng authored
- Revised 'protoc' section and 'Documentation' section as LisaFC suggested. - Added 'Examples' section as LisaFC suggested. Resolves: #5661
-
Masood Malekghassemi authored
-
murgatroid99 authored
-
murgatroid99 authored
-
Craig Tiller authored
Obvious in hindsight, if the cas failed, we still created the subchannel call object and then left it dangling. Fixes a leak observed on master in the past 48 hours.
-
Craig Tiller authored
-
Craig Tiller authored
-
Craig Tiller authored
-
Yuchen Zeng authored
-
Craig Tiller authored
-
Craig Tiller authored
-
- Mar 08, 2016
-
-
Stanley Cheung authored
-
Stanley Cheung authored
-
Jan Tattermusch authored
-
- Mar 07, 2016
-
-
Jan Tattermusch authored
-
Craig Tiller authored
-
Craig Tiller authored
-
- Mar 05, 2016
-
-
Craig Tiller authored
-
Craig Tiller authored
-
- Mar 04, 2016
-
-
murgatroid99 authored
-
Craig Tiller authored
It was possible for entries in watchers[] to be deleted by another thread before we called begin_poll. I'd like to do something nicer than this eventually... but that'll be easier once we've got the polling loop cleaned up (which is currently WIP)
-
Jan Tattermusch authored
Revert "Pass a non-infinite deadline to grpc_completion_queue_next() to prevent queues from blocking indefinitely in poll()"
-
Stanley Cheung authored
-
Greg Haines authored
-
Sree Kuchibhotla authored
-
Craig Tiller authored
-
Craig Tiller authored
-
Craig Tiller authored
-
Craig Tiller authored
-
Craig Tiller authored
-
- Mar 03, 2016
-
-
Vijay Pai authored
There is a comment above IsCancelled that says when it is ok to use this.
-
Craig Tiller authored
- Have the server clear the accept_stream callback prior to destroying the channel (required a small transport op protocol change) - Have the transport not enact transport ops until parsing is completed (prevents accept_stream from disappearing mid-parse)
-
Greg Haines authored
-
Craig Tiller authored
We suffered a bug whereby doing a follow-up write to another write could resurrect a deleted stream, causing all sorts of crash. Fix: when a stream becomes writable (vs when we start writing) take a ref on the stream, and only relinquish it once we're done writing.
-
Jan Tattermusch authored
-
Greg Haines authored
Pass a non-infinite deadline to grpc_completion_queue_next() to prevent queues from blocking indefinitely in poll().
-