- Jun 26, 2015
-
-
Stanley Cheung authored
-
- Jun 25, 2015
-
-
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
-
murgatroid99 authored
-
Michael Lumish authored
php: refactor and cleanup some scripts
-
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.
-
Craig Tiller authored
Fixing Visual Studio 2013 build of grpc++.
-
Nicolas Noble authored
Move some code out of src/ into tools/
-
David G. Quintas authored
Return dummy data for empty histograms
-
Stanley Cheung authored
-
Stanley Cheung authored
-
Michael Lumish authored
Make it less likely a build.json change triggers a merge conflict
-
Nicolas "Pixel" Noble authored
Fixes #2190. In grpc_pollset_work we need to pass down which lock to unlock before actually doing something.
-
Craig Tiller authored
-
Michael Lumish authored
Add BUILD target for Objective-C's RxLibrary
-
Michael Lumish authored
Have Cocoapods rename includes in the core wrapper
-
Michael Lumish authored
Don't import using directories created by Cocoapods
-
Jorge Canizales authored
Part of https://github.com/grpc/grpc/issues/2120 Depends on https://github.com/grpc/grpc/pull/2193
-
Jorge Canizales authored
Fixes https://github.com/grpc/grpc/issues/2194 .
-
Jorge Canizales authored
Part of fixing https://github.com/grpc/grpc/issues/2192
-
Jorge Canizales authored
Part of fixing https://github.com/grpc/grpc/issues/2192
-
Jorge Canizales authored
Part of fixing https://github.com/grpc/grpc/issues/2192
-
Jorge Canizales authored
Part of fixing https://github.com/grpc/grpc/issues/2192
-
Jorge Canizales authored
Part of fixing https://github.com/grpc/grpc/issues/2192
-
Craig Tiller authored
Conflicts: gRPC.podspec templates/gRPC.podspec.template
-
Nicolas "Pixel" Noble authored
-
Jorge Canizales authored
Move /include/... up on pod install, to put it on a search path Cocoapods supports
-
Michael Lumish authored
Bump version of grpc ruby for release on the release branch
-