- Jul 05, 2015
-
-
Jorge Canizales authored
-
Jorge Canizales authored
-
- Jul 03, 2015
-
-
Jorge Canizales authored
-
Jorge Canizales authored
-
- Jul 02, 2015
-
-
David G. Quintas authored
Fix a reference leak
-
Craig Tiller authored
-
David G. Quintas authored
Remove errant assert
-
Craig Tiller authored
-
Craig Tiller authored
-
Vijay Pai authored
Pluck some low hanging concurrency fruit
-
Nicolas Noble authored
Fix a TSAN reported race
-
Craig Tiller authored
Make the shutdown flag on servers be per thread to save contention on the lock that must guard it.
-
- 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
-
Nicolas Noble authored
Add .pc file generation to Makefile
-
Nicolas Noble authored
Tweak timeouts for ?SAN
-
Nicolas Noble authored
Fix a bug in the multipoll on poll path where we use a file descripto…
-
Nicolas Noble authored
Fix iomgr shutdown TSAN races
-
Nicolas Noble authored
Try harder to return DEADLINE_EXCEEDED when we should
-
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
-
murgatroid99 authored
-
Craig Tiller authored
-
murgatroid99 authored
-
Craig Tiller authored
Eliminate data-race caused by specialization in vector<bool>
-
Craig Tiller authored
-
Vijay Pai authored
-
Nicolas Noble authored
Base64 decode improvements
-
Nicolas Noble authored
Memory leak fix
-
Craig Tiller authored
-
murgatroid99 authored
-
David Klempner authored
Fix fd handling on posix
-
David G. Quintas authored
Fix leak in chttp2_transport.c
-
murgatroid99 authored
-
Craig Tiller authored
-
Craig Tiller authored
-
Craig Tiller authored
-
David G. Quintas authored
Remove the ability to specify a cancellation string
-
Craig Tiller authored
-
- Jun 30, 2015
-
-
Craig Tiller authored
-