- Dec 04, 2015
-
-
Jorge Canizales authored
TODO: - Documentation - Make public - Check I’ve implemented all NSMutDict required methods
-
- Dec 02, 2015
-
-
Jorge Canizales authored
-
- Dec 01, 2015
-
-
Jorge Canizales authored
-
- Nov 26, 2015
-
-
Jorge Canizales authored
-
- Nov 12, 2015
-
-
Benny Wong authored
* Reference discussion: https://github.com/grpc/grpc/pull/4108#discussion-diff-44494393
-
Benny Wong authored
-
Benny Wong authored
-
- Nov 11, 2015
-
-
Benny Wong authored
-
Benny Wong authored
-
- Oct 30, 2015
-
-
Jan Tattermusch authored
-
- Oct 29, 2015
-
-
Jorge Canizales authored
-
- Oct 28, 2015
-
-
Jorge Canizales authored
-
Jorge Canizales authored
For local running one can still tests AllTests, but for C.I. one can test the 4 of them in parallel (and, importantly, deactivate the remote interop tests until we fix them on Travis; while keeping the rest). I had to make the remote tests a subclass of an abstract InteropTests (like InteropTestsLocalSSL and InteropTestsLocalCleartext), and then deactivate the abstract InteropTests on the 4 schemes that use it.
-
Jorge Canizales authored
-
Jorge Canizales authored
Eventually all samples will be tested.
-
- Oct 26, 2015
-
-
Jorge Canizales authored
-
Jorge Canizales authored
-
Jorge Canizales authored
-
Jorge Canizales authored
-
Jorge Canizales authored
-
Jorge Canizales authored
-
Jorge Canizales authored
-
Jorge Canizales authored
-
Jorge Canizales authored
Still needs implementing format_as_block, and switching input and output to use sys.stdin.readline() and sys.stdout.write(line).
-
Jorge Canizales authored
-
- Oct 16, 2015
-
-
Jorge Canizales authored
-
- Oct 13, 2015
-
-
Jorge Canizales authored
-
- Oct 08, 2015
-
-
Stanley Cheung authored
-
Stanley Cheung authored
-
Nate Kibler authored
-
- Oct 02, 2015
-
-
Scott84 authored
Corrected compiler warning for effectively pure virtual ObjC methods.
-
- Oct 01, 2015
-
-
yang-g authored
-
- Sep 25, 2015
-
-
Nate Kibler 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.
-
Nathaniel Manista authored
The UnaryCall interop test is now adequately specified in doc/interop-test-descriptions.md.
-
- Sep 17, 2015
-
-
Jorge Canizales authored
-
- Sep 04, 2015
-
-
Jorge Canizales authored
-
Jorge Canizales authored
With both raw and codegen’d library
-
Jorge Canizales authored
-