murgatroid99
fe2c0c6569
Added nil check in GRPCWrappedCall initializer
10 years ago
murgatroid99
a571cebe01
Fixed missing increment
10 years ago
murgatroid99
def47aa9f3
Removed thrown error in one case
10 years ago
murgatroid99
6a084f46b4
Simplified some batch code, resolved comments
10 years ago
murgatroid99
3767f8bdee
Removed Podfile.lock
10 years ago
murgatroid99
b56609c705
Updated GRPCCall comments and spacing
10 years ago
Jorge Canizales
c55a0ca96e
Podfile.lock prevents gRPC to be properly installed
...
When Podfile.lock is present, the prepare_command of the gRPC pod isn’t
executed on “pod install”, even if the Xcode workspace and the Pods/
directory are absent.
10 years ago
Jorge Canizales
87b650b55f
Increases timeout of client_streaming test to 4s
10 years ago
murgatroid99
6cc4680cb4
Changed message handling, fixed line lengths
10 years ago
Jorge Canizales
6abfd7573d
Checks in Podfile.lock so the build is reproducible
10 years ago
Jorge Canizales
5488d2820b
Warn in the sample's README that pod install must be run
10 years ago
Jorge Canizales
624b694cf9
Removes Cocoapod-generated files
10 years ago
Jorge Canizales
6f1ce1a9c2
Checks in Podfile.lock so the build is reproducible
10 years ago
Jorge Canizales
9b3951d8f8
Warn in the sample's README that pod install must be run
10 years ago
Jorge Canizales
f93b11b4e8
Removes Cocoapod-generated files
10 years ago
Jorge Canizales
57d9f939bc
Augments the timeout of the large_unary test to 4s
10 years ago
Jorge Canizales
9d96aa6e4c
Implements empty_unary, large_unary, and client_streaming integration tests.
...
As defined in the spec.
10 years ago
murgatroid99
b5c076f186
Rewrote comment to match changes
10 years ago
murgatroid99
92552fc664
Re-added completion_queue_destroy call
10 years ago
murgatroid99
e08a9c061a
Simplified an initializer call
10 years ago
murgatroid99
dcde97030b
Fixed spacing
10 years ago
murgatroid99
54e93d4b9a
Made startBatch more strongly typed
10 years ago
zeliard
3e3e0ad348
merge from upstream (grpc) master
10 years ago
murgatroid99
a89cc64947
Fixed dictionary usage
10 years ago
murgatroid99
3d13eb056c
Fixed grpc_getMetadataArray
10 years ago
murgatroid99
69927d65c3
Addressed review comments
10 years ago
murgatroid99
463a7a86ba
Fixed indentation
10 years ago
murgatroid99
30b7d4e62e
Migrated Objective C library to C batch API
10 years ago
Jorge Canizales
8957cae707
Moves ProtoRPC.podspec into gRPC.podspec
...
So the root of the repository doesn’t have 2 podspecs.
All four libraries are subspecs now.
Adjusts the generated code to account for that.
10 years ago
Jorge Canizales
7847b0eb3a
Adjusts #imports of RxLibrary
10 years ago
Jorge Canizales
05bd511155
Adds unit test of stub to the XCode project
10 years ago
Jorge Canizales
3f576c7ef3
Creates unit test for the stub
10 years ago
Jorge Canizales
17b43e8982
Fixes initializer of the generated stub
10 years ago
Jorge Canizales
f593fef550
Fixes syntax errors.
10 years ago
Jorge Canizales
6482d5dc90
Makes the runtime serialize alright.
10 years ago
Jorge Canizales
2779ccb83c
Adds basic runtime library and generated stub
...
The stub is manually adapted:
- to the evolved runtime,
- as if generated with insertion points.
10 years ago
Jorge Canizales
3dbb9c5879
Adds RemoteTests to the Xcode project, and fixes RxLibrary #imports
10 years ago
Jorge Canizales
48e07dfa10
Small cleanup of the sample app
10 years ago
Jorge Canizales
914d74ee37
Small logging formatting fix
10 years ago
Jorge Canizales
5cff49dfca
Adds proto support to the main app too.
10 years ago
Jorge Canizales
25e28e801f
Fixes proto remote test to use the actual protos of the service.
10 years ago
Jorge Canizales
d168f50e4e
Adds podspec for the generated files
10 years ago
Jorge Canizales
7205cda0f0
Generates ObjC code for the test protos
...
Command:
protoc --plugin=/usr/local/bin/protoc-gen-objc test.proto
messages.proto empty.proto
--proto_path=/Users/jcanizales/git/protobuf-objc/src/compiler
--proto_path=. --objc_out="./"
10 years ago
Jorge Canizales
41a53741d8
Adds Class prefix RMT
10 years ago
Jorge Canizales
1380ac8941
Brings in proto files for the remote test server.
10 years ago
Jorge Canizales
23cb957f69
Move Route_guide protos to their own folder to make room for remote test protos
10 years ago
Jorge Canizales
e72114cc9c
Fixes local test after ensuring using https:// doesn't work with it.
10 years ago
Jorge Canizales
eddb0065c1
Fixes host transformation when user supplies a port.
10 years ago
Jorge Canizales
f1bda85ad9
Add remote HTTPS tests. Local HTTP ones fail to connect.
10 years ago
Jorge Canizales
aa4fb1404f
Cleanup
10 years ago