Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | Moves ProtoRPC.podspec into gRPC.podspec | Jorge Canizales | 2015-04-22 |
| | | | | | | 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. | ||
* | Adjusts #imports of RxLibrary | Jorge Canizales | 2015-04-22 |
| | |||
* | Adds unit test of stub to the XCode project | Jorge Canizales | 2015-04-22 |
| | |||
* | Creates unit test for the stub | Jorge Canizales | 2015-04-22 |
| | |||
* | Fixes initializer of the generated stub | Jorge Canizales | 2015-04-22 |
| | |||
* | Fixes syntax errors. | Jorge Canizales | 2015-04-22 |
| | |||
* | Makes the runtime serialize alright. | Jorge Canizales | 2015-04-22 |
| | |||
* | Adds basic runtime library and generated stub | Jorge Canizales | 2015-04-22 |
| | | | | | | | The stub is manually adapted: - to the evolved runtime, - as if generated with insertion points. | ||
* | Adds RemoteTests to the Xcode project, and fixes RxLibrary #imports | Jorge Canizales | 2015-04-21 |
| | |||
* | Small cleanup of the sample app | Jorge Canizales | 2015-04-21 |
| | |||
* | Small logging formatting fix | Jorge Canizales | 2015-04-21 |
| | |||
* | Adds proto support to the main app too. | Jorge Canizales | 2015-04-21 |
| | |||
* | Fixes proto remote test to use the actual protos of the service. | Jorge Canizales | 2015-04-21 |
| | |||
* | Adds podspec for the generated files | Jorge Canizales | 2015-04-21 |
| | |||
* | Generates ObjC code for the test protos | Jorge Canizales | 2015-04-21 |
| | | | | | | | | 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="./" | ||
* | Adds Class prefix RMT | Jorge Canizales | 2015-04-21 |
| | |||
* | Brings in proto files for the remote test server. | Jorge Canizales | 2015-04-21 |
| | |||
* | Move Route_guide protos to their own folder to make room for remote test protos | Jorge Canizales | 2015-04-21 |
| | |||
* | Fixes local test after ensuring using https:// doesn't work with it. | Jorge Canizales | 2015-04-21 |
| | |||
* | Fixes host transformation when user supplies a port. | Jorge Canizales | 2015-04-21 |
| | |||
* | Add remote HTTPS tests. Local HTTP ones fail to connect. | Jorge Canizales | 2015-04-21 |
| | |||
* | Cleanup | Jorge Canizales | 2015-04-21 |
| | |||
* | Loads certificates from file. SSL works ^^ | Jorge Canizales | 2015-04-21 |
| | |||
* | Removes scheme before passing to C layer | Jorge Canizales | 2015-04-21 |
| | |||
* | Fixes scheme detection logic and NPE | Jorge Canizales | 2015-04-21 |
| | |||
* | Makes GRPCChannel a cluster class of secure and unsecured. | Jorge Canizales | 2015-04-21 |
| | |||
* | Centers the sample location in Gran Canaria :P | Jorge Canizales | 2015-04-21 |
| | |||
* | Adds more assertions to the test | Jorge Canizales | 2015-04-21 |
| | |||
* | Adds test that sends proto and expects one | Jorge Canizales | 2015-04-21 |
| | |||
* | Adds Objective-C prefixes to the protos | Jorge Canizales | 2015-04-21 |
| | | | | | | | 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="./" | ||
* | Fix Route_guide to declare public headers | Jorge Canizales | 2015-04-21 |
| | |||
* | Point the Podfile to a "generated" local podspec | Jorge Canizales | 2015-04-21 |
| | |||
* | Generated files :) | Jorge Canizales | 2015-04-21 |
| | |||
* | Copy route_guide.proto and make it 2.6 | Jorge Canizales | 2015-04-21 |
| | |||
* | Add dependency to Protobuf 2.6 to the podfile | Jorge Canizales | 2015-04-21 |
| | |||
* | Changes #import paths from RxLibrary -> gRPC | Jorge Canizales | 2015-04-21 |
| | | | | On account of the change in the podspec structure. | ||
* | Moves RxLibrary.podspec into gRPC.podspec | Jorge Canizales | 2015-04-21 |
| | |||
* | Adds documentation to the tests and reduces timeout to 2s | Jorge Canizales | 2015-04-21 |
| | |||
* | Adds two tests that pass with the RouteGuide Java server | Jorge Canizales | 2015-04-21 |
| | |||
* | Asynchronous unit test | Jorge Canizales | 2015-04-21 |
| | |||
* | Fixes the sample app to point to the new podspecs | Jorge Canizales | 2015-04-21 |
| | |||
* | Working podspecs for gRPC core & wrapper | Jorge Canizales | 2015-04-21 |
| | | | | | | | - 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. | ||
* | Merge pull request #632 from jcanizales/add-grpcclient-podspec | Tim Emiola | 2015-02-23 |
|\ | | | | | Adds Podspec for GRPCClient | ||
* | | include .m in check_copyright.py | Yang Gao | 2015-02-20 |
| | | |||
| * | Adds sample usage code of GRPCClient | Jorge Canizales | 2015-02-19 |
| | | | | | | | | | | It doesn’t build yet, because it’s missing a podspec for the C library. That’s the next thing I’m working on. | ||
| * | Adds dependency on GRPCClient to Sample app | Jorge Canizales | 2015-02-19 |
| | | |||
| * | Adds dependency on GRPCClient to Sample app | Jorge Canizales | 2015-02-19 |
| | | |||
| * | Adds podspec for GRPCClient | Jorge Canizales | 2015-02-19 |
|/ | |||
* | Merge pull request #629 from jcanizales/fix-internal-include-path | Tim Emiola | 2015-02-19 |
|\ | | | | | Fix internal include path | ||
| * | Fix internal include path | Jorge Canizales | 2015-02-19 |
| | |