- Jun 28, 2016
-
-
https://github.com/grpc/grpc/pull/5893Jorge Canizales authored
That PR wasn’t tested nor reviewed adequately.
-
- Jun 24, 2016
-
-
https://github.com/grpc/grpc/pull/5893Jorge Canizales authored
That PR wasn’t tested nor reviewed adecuately.
-
- Jun 23, 2016
-
-
Jorge Canizales authored
-
- Jun 09, 2016
-
-
Jorge Canizales authored
-
Jorge Canizales authored
-
Jorge Canizales authored
-
Jorge Canizales authored
-
Jorge Canizales authored
-
Jorge Canizales authored
-
Jorge Canizales authored
Apple hasn’t created a module map for that system header, which means it can’t be used from frameworks.
-
Jorge Canizales authored
Cocoapods 1.0 keeps the directory structure of the public headers when creating a dynamic framework, so if we keep the header_mappings_dir as it was, includes would need to be of the form #include <openssl/openssl/ssl.h> This means our header_mappings_dir has to be ‘include/openssl’ instead of ‘include’. Which in turn means that, for static libraries, we have to tell Cocoapods to prepend an ‘openssl’ directory to the headers. We do that with the ‘header_dir’ attribute of the podspec.
-
- May 20, 2016
-
-
Jorge Canizales authored
-
Jorge Canizales authored
-
- Apr 30, 2016
-
-
Jorge Canizales authored
-
Jorge Canizales authored
-
- 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 15, 2016
-
-
Jorge Canizales authored
-
- Mar 14, 2016
-
-
Jorge Canizales authored
-
- Mar 13, 2016
-
-
Paul Querna authored
-
- Mar 12, 2016
-
-
Jorge Canizales authored
-
- Mar 11, 2016
-
-
Nicolas "Pixel" Noble authored
-
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
-
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
-
Paul Querna authored
Update Podfile for CocoaPods 1.0 changes requiring more fields and the removal of link_with in podspec.
-
- 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 27, 2016
-
-
Makarand Dharmapurikar authored
-
Makarand Dharmapurikar authored
-
Makarand Dharmapurikar authored
-