- Apr 29, 2016
-
-
Paul Querna authored
GRPCHost now has a property channelCreds which is used when creating a GRPCChannel.
-
- Mar 31, 2016
-
-
Craig Tiller authored
-
- Mar 21, 2016
-
-
Nicolas "Pixel" Noble authored
-
Nicolas "Pixel" Noble authored
For GRPCOperation's, ensure finish _handler can only be called once, and release it when called, so weak ptrs needn't be used with it, and the call won't be released until the finish handler is called. When the connectivityMonitor determines the connection has been lost, pull the host disconnect call. Creates an unreliable connection when connectivity is restored. Calling finishWithError: is sufficient.
-
Jorge Canizales authored
Revert "Redo "Pass a non-infinite deadline to grpc_completion_queue_next() to prevent queues from blocking indefinitely in poll()""
-
- Mar 14, 2016
-
-
Jorge Canizales authored
-
- Mar 13, 2016
-
-
Paul Querna authored
-
- Mar 11, 2016
-
-
Jorge Canizales authored
Revert "Revert "Pass a non-infinite deadline to grpc_completion_queue_next() to prevent queues from blocking indefinitely in poll()""
-
Jorge Canizales authored
-
Jorge Canizales authored
-
Jorge Canizales authored
Move C-layer call creation into GRPCChannel, so that it always acts on a non-destroyed channel. Listen for connectivity in the GRPCCall, and destroy the channel.
-
- Mar 05, 2016
-
-
Craig Tiller authored
-
- Mar 04, 2016
-
-
Jan Tattermusch authored
Revert "Pass a non-infinite deadline to grpc_completion_queue_next() to prevent queues from blocking indefinitely in poll()"
-
Greg Haines authored
-
- Mar 03, 2016
-
-
Greg Haines authored
-
Greg Haines authored
Pass a non-infinite deadline to grpc_completion_queue_next() to prevent queues from blocking indefinitely in poll().
-
- Feb 08, 2016
-
-
Craig Tiller authored
-
- Feb 05, 2016
-
-
Kristopher Wuollett authored
-
- Feb 04, 2016
-
-
Jorge Canizales authored
-
Kristopher Wuollett authored
-
Kristopher Wuollett authored
-
- Feb 03, 2016
-
-
Kristopher Wuollett authored
-
Kristopher Wuollett authored
-
Kristopher Wuollett authored
-
- Jan 31, 2016
-
-
Kristopher Wuollett authored
-
Kristopher Wuollett authored
-
- Dec 17, 2015
-
-
Jorge Canizales authored
Because the category makes the protocol apply to all `NSMutableDictionaries`, it can't assume keys are `NSString`. Because these types are covariant, the change is not breaking.
-
- Dec 04, 2015
-
-
Jorge Canizales authored
-
Jorge Canizales authored
-
Jorge Canizales authored
TODO: - Documentation - Make public - Check I’ve implemented all NSMutDict required methods
-
- Nov 07, 2015
-
-
Craig Tiller authored
-
- Nov 05, 2015
-
-
Craig Tiller authored
-
- Oct 28, 2015
-
-
Jorge Canizales authored
-
- Oct 26, 2015
-
-
Jorge Canizales authored
-
Jorge Canizales authored
-
Jorge Canizales authored
-
Jorge Canizales authored
-
Jorge Canizales authored
-
- Sep 23, 2015
-
-
Nate Kibler authored
The GRPCCall import must be in the header because it defines a protocol that GRPCRequestHeaders uses.
-
Nate Kibler authored
The GRPCCall.h file is already correctly imported in the GRPCRequestHeaders.m implementation file. This header shouldn’t need to import GRPCCall and should specify a class forward declaration for reference.
-