aboutsummaryrefslogtreecommitdiffhomepage
Commit message (Collapse)AuthorAge
* Fixed indentationGravatar murgatroid992015-04-24
|
* Migrated Objective C library to C batch APIGravatar murgatroid992015-04-24
|
* Merge pull request #1341 from jcanizales/merge-https-upstreamGravatar Michael Lumish2015-04-22
|\ | | | | Adds TLS support to the ObjC library, and tests against the remote gRPC server
* \ Merge pull request #1330 from yang-g/bugfixGravatar Craig Tiller2015-04-22
|\ \ | | | | | | Remove an extra unref
* \ \ Merge pull request #1335 from stanley-cheung/php_basestub_metadata_callbackGravatar Tim Emiola2015-04-22
|\ \ \ | | | | | | | | remove opts param from signature
* \ \ \ Merge pull request #1343 from wkubiak/masterGravatar Craig Tiller2015-04-22
|\ \ \ \ | | | | | | | | | | minor fix in TLS error message
| * | | | minor fix in TLS error messageGravatar Wojtek Kubiak2015-04-22
|/ / / /
* | | | Merge pull request #1340 from zeliard/masterGravatar Nicolas Noble2015-04-21
|\ \ \ \ | | | | | | | | | | add missing defines on windows (WIN64)
| * | | | fix missing pointers on gpr_atm_acq_cas on x64Gravatar zeliard2015-04-22
| | | | |
| * | | | add missing defines on windows (WIN64)Gravatar zeliard2015-04-22
|/ / / /
* | | | Merge pull request #1337 from jtattermusch/windows_fixesGravatar Nicolas Noble2015-04-21
|\ \ \ \ | | | | | | | | | | partial fix for #546
| | | | * Adds RemoteTests to the Xcode project, and fixes RxLibrary #importsGravatar Jorge Canizales2015-04-21
| | | | |
| * | | | partial fix for #546Gravatar Jan Tattermusch2015-04-21
|/ / / /
| | | * Small cleanup of the sample appGravatar Jorge Canizales2015-04-21
| | | |
| | | * Small logging formatting fixGravatar Jorge Canizales2015-04-21
| | | |
| | | * Adds proto support to the main app too.Gravatar Jorge Canizales2015-04-21
| | | |
| | | * Fixes proto remote test to use the actual protos of the service.Gravatar Jorge Canizales2015-04-21
| | | |
| | | * Adds podspec for the generated filesGravatar Jorge Canizales2015-04-21
| | | |
* | | | Merge pull request #1338 from jtattermusch/windows_less_verboseGravatar Nicolas Noble2015-04-21
|\ \ \ \ | | | | | | | | | | Less verbose logs on windows
| | | | * Generates ObjC code for the test protosGravatar Jorge Canizales2015-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 RMTGravatar Jorge Canizales2015-04-21
| | | | |
| | | | * Brings in proto files for the remote test server.Gravatar Jorge Canizales2015-04-21
| | | | |
| | | | * Move Route_guide protos to their own folder to make room for remote test protosGravatar Jorge Canizales2015-04-21
| | | | |
| | | | * Fixes local test after ensuring using https:// doesn't work with it.Gravatar Jorge Canizales2015-04-21
| | | | |
| | | | * Fixes host transformation when user supplies a port.Gravatar Jorge Canizales2015-04-21
| | | | |
| | | | * Add remote HTTPS tests. Local HTTP ones fail to connect.Gravatar Jorge Canizales2015-04-21
| | | | |
| * | | | removed chatty log messages on windowsGravatar Jan Tattermusch2015-04-21
|/ / / /
| | | * CleanupGravatar Jorge Canizales2015-04-21
| | | |
| | | * Loads certificates from file. SSL works ^^Gravatar Jorge Canizales2015-04-21
| | | |
| | | * Removes scheme before passing to C layerGravatar Jorge Canizales2015-04-21
| | | |
| | | * Fixes scheme detection logic and NPEGravatar Jorge Canizales2015-04-21
| | | |
| | | * Makes GRPCChannel a cluster class of secure and unsecured.Gravatar Jorge Canizales2015-04-21
| |_|/ |/| |
* | | Merge pull request #1336 from nicolasnoble/no-squash-on-testGravatar Craig Tiller2015-04-21
|\ \ \ | | | | | | | | Avoid writing build.json during a test.
* \ \ \ Merge pull request #1333 from jtattermusch/windows_fix_empty_messageGravatar Nicolas Noble2015-04-21
|\ \ \ \ | | | | | | | | | | allow empty messages in gRPC on windows
| | | * \ Merge branch 'php_basestub_metadata_callback' of ↵Gravatar Stanley Cheung2015-04-21
| | | |\ \ | | | | | | | | | | | | | | | | | | github.com:stanley-cheung/grpc into php_basestub_metadata_callback
| | | * | | remove opts param from signatureGravatar Stanley Cheung2015-04-21
| |_|/ / / |/| | | |
| | * | | Avoid writing build.json during a test.Gravatar Nicolas "Pixel" Noble2015-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 windowsGravatar Jan Tattermusch2015-04-21
| | | |
| | * | remove opts param from signatureGravatar Stanley Cheung2015-04-21
| | | |
| * | | allow empty messages in gRPC on windowsGravatar Jan Tattermusch2015-04-21
| | | |
* | | | Merge pull request #1331 from jcanizales/use-protos-main-repoGravatar Michael Lumish2015-04-21
|\ \ \ \ | | | | | | | | | | Updates the sample ObjC app to use protocol buffer messages
* \ \ \ \ Merge pull request #1325 from jtattermusch/grpc_nugetGravatar Tim Emiola2015-04-21
|\ \ \ \ \ | | | | | | | | | | | | Creating nuget package for gRPC C#
* \ \ \ \ \ Merge pull request #1332 from stanley-cheung/php_basestub_metadata_callbackGravatar Tim Emiola2015-04-21
|\ \ \ \ \ \ | | |_|_|/ / | |/| | | | Support update metadata callback function in php BaseStub
| * | | | | forgot to update class nameGravatar Stanley Cheung2015-04-21
| | | | | |
| * | | | | Support update metadata callback function in php BaseStubGravatar Stanley Cheung2015-04-21
|/ / / / /
| | * | | Centers the sample location in Gran Canaria :PGravatar Jorge Canizales2015-04-21
| | | | |
| | * | | Adds more assertions to the testGravatar Jorge Canizales2015-04-21
| | | | |
| | * | | Adds test that sends proto and expects oneGravatar Jorge Canizales2015-04-21
| | | | |
| | * | | Adds Objective-C prefixes to the protosGravatar Jorge Canizales2015-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 headersGravatar Jorge Canizales2015-04-21
| | | | |