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
Jorge Canizales
6465c34045
Loads certificates from file. SSL works ^^
10 years ago
Jorge Canizales
bb58d224e7
Removes scheme before passing to C layer
10 years ago
Jorge Canizales
ba37a3e525
Fixes scheme detection logic and NPE
10 years ago
Jorge Canizales
ccf39971ef
Makes GRPCChannel a cluster class of secure and unsecured.
10 years ago
Jorge Canizales
3d86bca23f
Centers the sample location in Gran Canaria :P
10 years ago
Jorge Canizales
6ad8c2008e
Adds more assertions to the test
10 years ago
Jorge Canizales
6a84b3d269
Adds test that sends proto and expects one
10 years ago
Jorge Canizales
aa5611bed7
Adds Objective-C prefixes to the protos
...
Generated with:
protoc --plugin=/usr/local/bin/protoc-gen-objc route_guide.proto
--proto_path=/Users/jcanizales/git/protobuf-objc/src/compiler
--proto_path=. --objc_out="./"
10 years ago
Jorge Canizales
0ae1f4d0ca
Fix Route_guide to declare public headers
10 years ago
Jorge Canizales
b7f970bc92
Point the Podfile to a "generated" local podspec
10 years ago
Jorge Canizales
f4ddfab3f7
Generated files :)
10 years ago
Jorge Canizales
1f1d2c36e5
Copy route_guide.proto and make it 2.6
10 years ago
Jorge Canizales
14ae0b051b
Add dependency to Protobuf 2.6 to the podfile
10 years ago
Jorge Canizales
e6300b2c56
Changes #import paths from RxLibrary -> gRPC
...
On account of the change in the podspec structure.
10 years ago
Jorge Canizales
045fabb290
Moves RxLibrary.podspec into gRPC.podspec
10 years ago
Jorge Canizales
aa83409dfd
Adds documentation to the tests and reduces timeout to 2s
10 years ago
Jorge Canizales
5f0c0f1427
Adds two tests that pass with the RouteGuide Java server
10 years ago
Jorge Canizales
7502bd29c3
Asynchronous unit test
10 years ago
Jorge Canizales
1d3734934f
Fixes the sample app to point to the new podspecs
10 years ago
Jorge Canizales
c2d7ecb699
Working podspecs for gRPC core & wrapper
...
- Moves them to the root of the repo.
- Makes them pass lint (except for the release tag warning).
- Includes the script to rename time.h and string.h in the spec.
- Fixes the #includes in the wrapper files.
10 years ago
Craig Tiller
ab37138647
Update year
10 years ago
Yang Gao
5fc90295ce
include .m in check_copyright.py
10 years ago
Jorge Canizales
d5c1b56dda
Adds sample usage code of GRPCClient
...
It doesn’t build yet, because it’s missing a podspec for the C library.
That’s the next thing I’m working on.
10 years ago
Jorge Canizales
e379e5c100
Adds dependency on GRPCClient to Sample app
10 years ago
Jorge Canizales
13ffb9ae24
Adds dependency on GRPCClient to Sample app
10 years ago
Jorge Canizales
1d4662d745
Adds podspec for GRPCClient
10 years ago
Jorge Canizales
788b766dba
Fix internal include path
10 years ago
Jorge Canizales
9409ad8020
Adds copyright notices to the GRPCClient files.
10 years ago
Jorge Canizales
af2d9977bf
Fixes podspec of the RxLibrary
10 years ago