Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | Fixed indentation | murgatroid99 | 2015-04-24 |
| | |||
* | Migrated Objective C library to C batch API | murgatroid99 | 2015-04-24 |
| | |||
* | Merge pull request #1341 from jcanizales/merge-https-upstream | Michael Lumish | 2015-04-22 |
|\ | | | | | Adds TLS support to the ObjC library, and tests against the remote gRPC server | ||
* \ | Merge pull request #1330 from yang-g/bugfix | Craig Tiller | 2015-04-22 |
|\ \ | | | | | | | Remove an extra unref | ||
* \ \ | Merge pull request #1335 from stanley-cheung/php_basestub_metadata_callback | Tim Emiola | 2015-04-22 |
|\ \ \ | | | | | | | | | remove opts param from signature | ||
* \ \ \ | Merge pull request #1343 from wkubiak/master | Craig Tiller | 2015-04-22 |
|\ \ \ \ | | | | | | | | | | | minor fix in TLS error message | ||
| * | | | | minor fix in TLS error message | Wojtek Kubiak | 2015-04-22 |
|/ / / / | |||
* | | | | Merge pull request #1340 from zeliard/master | Nicolas Noble | 2015-04-21 |
|\ \ \ \ | | | | | | | | | | | add missing defines on windows (WIN64) | ||
| * | | | | fix missing pointers on gpr_atm_acq_cas on x64 | zeliard | 2015-04-22 |
| | | | | | |||
| * | | | | add missing defines on windows (WIN64) | zeliard | 2015-04-22 |
|/ / / / | |||
* | | | | Merge pull request #1337 from jtattermusch/windows_fixes | Nicolas Noble | 2015-04-21 |
|\ \ \ \ | | | | | | | | | | | partial fix for #546 | ||
| | | | * | Adds RemoteTests to the Xcode project, and fixes RxLibrary #imports | Jorge Canizales | 2015-04-21 |
| | | | | | |||
| * | | | | partial fix for #546 | Jan Tattermusch | 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 |
| | | | | |||
* | | | | Merge pull request #1338 from jtattermusch/windows_less_verbose | Nicolas Noble | 2015-04-21 |
|\ \ \ \ | | | | | | | | | | | Less verbose logs on windows | ||
| | | | * | 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 |
| | | | | | |||
| * | | | | removed chatty log messages on windows | Jan Tattermusch | 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 |
| |_|/ |/| | | |||
* | | | Merge pull request #1336 from nicolasnoble/no-squash-on-test | Craig Tiller | 2015-04-21 |
|\ \ \ | | | | | | | | | Avoid writing build.json during a test. | ||
* \ \ \ | Merge pull request #1333 from jtattermusch/windows_fix_empty_message | Nicolas Noble | 2015-04-21 |
|\ \ \ \ | | | | | | | | | | | allow empty messages in gRPC on windows | ||
| | | * \ | Merge branch 'php_basestub_metadata_callback' of ↵ | Stanley Cheung | 2015-04-21 |
| | | |\ \ | | | | | | | | | | | | | | | | | | | github.com:stanley-cheung/grpc into php_basestub_metadata_callback | ||
| | | * | | | remove opts param from signature | Stanley Cheung | 2015-04-21 |
| |_|/ / / |/| | | | | |||
| | * | | | Avoid writing build.json during a test. | Nicolas "Pixel" Noble | 2015-04-22 |
| |/ / / |/| | | | | | | | | | | | The test environment might be read only, so let's not modify a file just for running a test. | ||
| * | | | remove nslices assertion on windows | Jan Tattermusch | 2015-04-21 |
| | | | | |||
| | * | | remove opts param from signature | Stanley Cheung | 2015-04-21 |
| | | | | |||
| * | | | allow empty messages in gRPC on windows | Jan Tattermusch | 2015-04-21 |
| | | | | |||
* | | | | Merge pull request #1331 from jcanizales/use-protos-main-repo | Michael Lumish | 2015-04-21 |
|\ \ \ \ | | | | | | | | | | | Updates the sample ObjC app to use protocol buffer messages | ||
* \ \ \ \ | Merge pull request #1325 from jtattermusch/grpc_nuget | Tim Emiola | 2015-04-21 |
|\ \ \ \ \ | | | | | | | | | | | | | Creating nuget package for gRPC C# | ||
* \ \ \ \ \ | Merge pull request #1332 from stanley-cheung/php_basestub_metadata_callback | Tim Emiola | 2015-04-21 |
|\ \ \ \ \ \ | | |_|_|/ / | |/| | | | | Support update metadata callback function in php BaseStub | ||
| * | | | | | forgot to update class name | Stanley Cheung | 2015-04-21 |
| | | | | | | |||
| * | | | | | Support update metadata callback function in php BaseStub | Stanley Cheung | 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 |
| | | | | |