- Jul 05, 2015
-
-
Jorge Canizales authored
-
Jorge Canizales authored
-
- Jul 02, 2015
-
-
Craig Tiller authored
-
Craig Tiller authored
-
Craig Tiller authored
-
- Jul 01, 2015
-
-
Craig Tiller authored
close() could race with epoll_ctl(); pretend to be polling while adding to the epoll set to prevent this
-
Craig Tiller authored
Prevents TSAN races in iomgr shutdown code
-
Craig Tiller authored
Prevents a race whereby we start deleting the freelist before it's used
-
Craig Tiller authored
Do this by ensuring that the alarm callback has had a chance to run on a call before returning status to the application. If we do not do this: - the server alarm could be scheduled and run - it will write a RST_STREAM with a status that loses the deadline exceededness (because that is unexpressable in HTTP2 error codes) - it will be received by the client and processed - the client will return an INTERNAL error (the lossy re-encoding of the server status), and then run its alarm handler to set the status to something else
-
Craig Tiller authored
-
Craig Tiller authored
-
Craig Tiller authored
-
Craig Tiller authored
-
- Jun 30, 2015
-
-
Craig Tiller authored
-
Craig Tiller authored
-
Craig Tiller authored
Handle the case where we recreate an auth context. Add (opt-in) debugging for refcounts on auth contexts.
-
Craig Tiller authored
-
Julien Boeuf authored
-
Jorge Canizales authored
-
Jorge Canizales authored
-
Masood Malekghassemi authored
-
Masood Malekghassemi authored
-
- Jun 29, 2015
-
-
Stanley Cheung authored
-
Craig Tiller authored
-
- Jun 28, 2015
-
-
Jorge Canizales authored
-
- Jun 26, 2015
-
-
Craig Tiller authored
-
Stanley Cheung authored
-
Stanley Cheung authored
-
Stanley Cheung authored
-
- Jun 25, 2015
-
-
yang-g authored
-
Nicolas "Pixel" Noble authored
This brings the Windows port more in-par with Linux. We're now making sure all of the pollsets are going to return immediately before calling the shutdown callback.
-
murgatroid99 authored
-
Craig Tiller authored
-
murgatroid99 authored
-
Julien Boeuf authored
- Allow ablity to specify the length for decoding. - Allow for non-padded encodings to be decoded properly.
-
Craig Tiller authored
-
Craig Tiller authored
-
Craig Tiller authored
Clean up anything that failed
-
murgatroid99 authored
-
murgatroid99 authored
-