- Jan 17, 2017
-
-
Muxi Yan authored
-
- Jan 14, 2017
-
-
Muxi Yan authored
-
- Dec 05, 2016
-
-
Paul Querna authored
GPR Buffers need to be destroyed, not directly freed, otherwise it leaks reference counted backing slices.
-
- Oct 28, 2016
-
-
Muxi Yan authored
-
- Oct 25, 2016
-
-
Muxi Yan authored
-
- Sep 28, 2016
- Aug 25, 2016
-
-
Jorge Canizales authored
by calling grpc_init on [GRPCCall load], instead of lazily.
-
- Jun 24, 2016
-
-
https://github.com/grpc/grpc/pull/5893Jorge Canizales authored
That PR wasn’t tested nor reviewed adecuately.
-
- Jun 08, 2016
-
-
David Garcia Quintas authored
-
- May 18, 2016
-
-
David Garcia Quintas authored
-
- May 09, 2016
-
-
David Garcia Quintas authored
Setting the newly added compression_level field of grpc_op::send_initial_metadata by a server now has the effect of applying that compression level for the subsequent call messages leaving the server. The ultimate meaning of the level depends on the client's supported compression algorithms.
-
- 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.
-
- Dec 04, 2015
-
-
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
-
- Sep 03, 2015
-
-
Jorge Canizales authored
-
Jorge Canizales authored
So we can make the property a dictionary later, by just extending NSMutableDictionary to conform to the protocol.
-
Jorge Canizales authored
-
- Aug 09, 2015
-
-
Jorge Canizales authored
-
- Aug 06, 2015
-
-
Craig Tiller authored
-
- Aug 02, 2015
-
-
Jorge Canizales authored
Surfaced in GRPCCall+Tests.h Add GRPCHost to store channel config, and to create channels on demand with that config. GRPCChannels and configs are cached together. GRPCSecureChannel is now initialized with (nullable) path to a certificates file and (nullable) name override. The same mechanism will be used for creating insecure channels, removing the ability to do it by specifying the HTTP scheme in the address (which was deemed too subtle for its implications).
-
Jorge Canizales authored
-
Jorge Canizales authored
-
- Jul 18, 2015
-
-
Jorge Canizales authored
-
- Jul 05, 2015
-
-
Jorge Canizales authored
-
- Jun 25, 2015
-
-
murgatroid99 authored
-
murgatroid99 authored
-
- Jun 22, 2015
-
-
Jorge Canizales authored
-
Jorge Canizales authored
-
Jorge Canizales authored
-
- Jun 21, 2015
-
-
Jorge Canizales authored
And free ops_array that was leaking.
-
- Jun 13, 2015
-
-
Jorge Canizales authored
-
- May 08, 2015
-
-
murgatroid99 authored
-
- May 01, 2015
-
-
murgatroid99 authored
-
- Apr 29, 2015
-
-
murgatroid99 authored
-
murgatroid99 authored
-
murgatroid99 authored
-