- Nov 04, 2015
-
-
Craig Tiller authored
-
Craig Tiller authored
-
Craig Tiller authored
Define resultset.
-
Adele Zhou authored
-
Craig Tiller authored
Added grpc_byte_buffer_reader_readall
-
Nicolas Noble authored
Coverage improvements
-
Craig Tiller authored
-
Craig Tiller authored
-
Craig Tiller authored
-
Craig Tiller authored
Move static value grpc::string_ref::npos definition to cc file
-
Craig Tiller authored
-
Craig Tiller authored
-
- Nov 03, 2015
-
-
Sree Kuchibhotla authored
Fixing proto dependencies for targets that aren't libraries.
-
Craig Tiller authored
-
Craig Tiller authored
-
Craig Tiller authored
Mirrors a node test, and fix a bug that it found
-
Yang Gao authored
Mark a method with GRPC_OVERRIDE to avoid compiler warning
-
Craig Tiller authored
Needed to properly implement pollset reset
-
adelez authored
Create a separate utility for reporting.
-
Adele Zhou authored
-
Nicolas "Pixel" Noble authored
-
Adele Zhou authored
-
Adele Zhou authored
-
Michael Lumish authored
Add simple profiling instrumentation for C#
-
Craig Tiller authored
If we already have a status from the wire when we're disconnecting, leave it in place - don't overwrite it. Fixes disappearing_server_test.
-
Jan Tattermusch authored
-
- Nov 02, 2015
-
-
vjpai authored
-
Craig Tiller authored
-
Craig Tiller authored
-
Craig Tiller authored
-
Craig Tiller authored
-
Craig Tiller authored
-
Craig Tiller authored
-
Craig Tiller authored
-
Craig Tiller authored
-
Craig Tiller authored
-
Vijay Pai authored
Fix nap condition for pollset wakeup
-
Craig Tiller authored
If: - one thread issues a kick forcing pollset re-evaluation - concurrently with a second thread forcing a specific poller to be awoken And: - both threads kicks are processed as a single wakeup Then: - since we enqueue nothing to the exec_ctx in this situation, we responded to the wakeup by doing another poll until the timeout, ignoring urgent work up the stack Fix this by flagging that a specific worker was designated to be awoken (since this is a good signal that we really really need to wake up), and use that to still re-evaluate the poll set, but with an immediate deadline so that we fall out of the poll loop as soon as possible.
-
- Oct 31, 2015
-
-
David Garcia Quintas authored
-
- Oct 30, 2015
-
-
Craig Tiller authored
Fixed potential stack corruption
-