- Jul 02, 2015
-
-
Nicolas Noble authored
Fix a TSAN reported race
-
- 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
-
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
-
Craig Tiller authored
-
Julien Boeuf authored
-
Nathaniel Manista authored
Fix initial-server-metadata-merged-into-terminal-server-metadata bug.
-
Nicolas Noble authored
Added pkg-config checking to Makefile where possible
-
Michael Lumish authored
Add Bazel target for Objective-C proto-gRPC runtime
-
Jorge Canizales authored
-
Jorge Canizales authored
-