- Jun 26, 2015
-
-
Vijay Pai authored
Initial transport lock split up
-
Craig Tiller authored
Adding file and line number to cq debug refcount.
-
Craig Tiller authored
Make runtest output junit reports
-
Craig Tiller authored
Bug fix. Do not push to incoming_queue after it is flushed.
-
Nicolas Noble authored
Add a test that headers are properly in build.json
-
Nicolas Noble authored
Create ObjC Bazel targets for grpc_unsecured and gpr
-
Nicolas "Pixel" Noble authored
-
Nicolas "Pixel" Noble authored
-
Michael Lumish authored
PHP: Revert wording of optional in php doc
-
Stanley Cheung authored
-
Michael Lumish authored
php extension: do not link rt in osx
-
Stanley Cheung authored
-
Stanley Cheung authored
-
- Jun 25, 2015
-
-
yang-g authored
-
Craig Tiller authored
Reworking the cascade kick to be Windows-specific.
-
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.
-
Jorge Canizales authored
Changed argument names in Objective-C generated code
-
Jorge Canizales authored
Fixed retain cycles in GRPCWrappedCall.m
-
murgatroid99 authored
-
Craig Tiller authored
-
murgatroid99 authored
-
Michael Lumish authored
php: refactor and cleanup some scripts
-
Craig Tiller authored
-
Craig Tiller authored
-
Craig Tiller authored
-
Craig Tiller authored
-
Craig Tiller authored
Conflicts: tools/doxygen/Doxyfile.c++.internal
-
Craig Tiller authored
Clean up anything that failed
-
Nicolas "Pixel" Noble authored
-) Don't re-clone from github. We already have the directory here, just bind it, and copy it inside the docker container. -) Let's properly set up our environment for asan. -) Let's split the docker "run_jenkins" part into its own separate script.
-
Jorge Canizales authored
Remove const cast warning in GRPCSecureChannel.m
-
murgatroid99 authored
-
murgatroid99 authored
-
Eric Anderson authored
Expanded testing protocol
-
Craig Tiller authored
Let's inform the system of the lock to unlock...
-
Abhishek Kumar authored
-
Craig Tiller authored
Cascade-kick pollsets when shutting down.
-
Craig Tiller authored
On pollset shutdown, we need to unconditionally start the kick cascade.
-
- Jun 24, 2015
-
-
Nicolas "Pixel" Noble authored
-
Nicolas "Pixel" Noble authored
In the case we're using a threadpool, depending on where the threads are waiting in completion queue's next, they'll get stuck on shutdown because we're only kicking one of them. Instead, let's cascade-kick the pollsets when we shutdown so that we make sure all of them are exitting properly.
-
Nicolas "Pixel" Noble authored
-