- Mar 04, 2016
-
-
Stanley Cheung authored
-
Craig Tiller authored
Revert "Properly integrate async API with server-side cancellations."
-
Sree Kuchibhotla authored
-
Sree Kuchibhotla authored
Properly integrate async API with server-side cancellations.
-
Craig Tiller authored
Revert "Ensure that no #includes are inside of a namespace."
-
Craig Tiller authored
-
Vijay Pai authored
Ensure that no #includes are inside of a namespace.
-
David Garcia Quintas authored
-
Vijay Pai authored
Fix accept_stream being called post-channel deletion
-
Jan Tattermusch authored
Doc Fixit: remove old stuff from tools/README.md
-
Jan Tattermusch authored
Doc Fixit: Fix broken links
-
Jan Tattermusch authored
Properly delete Node OpenSSL headers after downloading them
-
Craig Tiller authored
-
Craig Tiller authored
-
Craig Tiller authored
-
Craig Tiller authored
-
Stanley Cheung authored
-
Stanley Cheung authored
-
Stanley Cheung authored
-
Stanley Cheung authored
-
Michael Lumish authored
-
Michael Lumish authored
-
Stanley Cheung authored
Increase timeout for interop tests
-
Vijay Pai authored
-
Jan Tattermusch authored
-
Stanley Cheung authored
Doc Fixit: Update base install doc
-
- Mar 03, 2016
-
-
Stanley Cheung authored
-
Stanley Cheung authored
-
Vijay Pai authored
-
Jan Tattermusch authored
Run build_ext in build_python step
-
Vijay Pai authored
There is a comment above IsCancelled that says when it is ok to use this.
-
Michael Lumish authored
-
Jan Tattermusch authored
-
Jan Tattermusch authored
Make python test suites run in parallel
-
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)
-
Vijay Pai authored
Refcounting fix for bug exposed by qps_test
-
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.
-
Craig Tiller authored
Revert "Update reconnect_interop_server.cc"
-
Craig Tiller authored
-
David Garcia Quintas authored
-