Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | Fix sanity | Craig Tiller | 2016-02-08 |
| | |||
* | Removed unused userAgentPrefix variable | Kristopher Wuollett | 2016-02-05 |
| | |||
* | Add user agent of the library to that of the app. | Jorge Canizales | 2016-02-04 |
| | |||
* | Updated user agent to be a host-level setting | Kristopher Wuollett | 2016-02-03 |
| | |||
* | Formatting and naming fixes | Kristopher Wuollett | 2016-02-03 |
| | |||
* | Restored strdup of keys and values to ensure ownership of their memory | Kristopher Wuollett | 2016-02-03 |
| | |||
* | Renamed user agent setting to userAgentPrefix and changed its scope to global | Kristopher Wuollett | 2016-02-02 |
| | |||
* | Removed (un)secure channel subclasses | Kristopher Wuollett | 2016-02-02 |
| | |||
* | Fixed some formatting | Kristopher Wuollett | 2016-01-31 |
| | |||
* | Add channel args to enable user agent string for Objective-C | Kristopher Wuollett | 2016-01-31 |
| | |||
* | Merge pull request #4959 from grpc/release-0_12 | Michael Lumish | 2016-01-29 |
|\ | | | | | Release 0.12 -> master | ||
| * | Upgrade BoringSSL podspec to v2.0 | Jorge Canizales | 2016-01-25 |
| | | |||
* | | fix copyrights | Jan Tattermusch | 2016-01-22 |
| | | |||
* | | Merge pull request #4790 from adelez/update_interop_url | Yang Gao | 2016-01-22 |
|\ \ | | | | | | | Update interop test service url to grpc-test.sandbox.googleapis.com. | ||
* | | | Copyright fix | Craig Tiller | 2016-01-22 |
| | | | |||
* | | | Fixed proto method without package naming in ObjC. | Kristopher Wuollett | 2016-01-20 |
| |/ |/| | |||
| * | Update interop test service url to grpc-test.sandbox.googleapis.com. | Adele Zhou | 2016-01-20 |
|/ | |||
* | Merge pull request #4480 from jcanizales/swift-sample | Michael Lumish | 2016-01-04 |
|\ | | | | | Update Swift sample’s XCode project to latest Swift version | ||
* | | Prevent warnings on dictionaries w/o string keys | Jorge Canizales | 2015-12-17 |
| | | | | | | Because the category makes the protocol apply to all `NSMutableDictionaries`, it can't assume keys are `NSString`. Because these types are covariant, the change is not breaking. | ||
| * | Update Swift sample’s XCode project to latest Swift version | Jorge Canizales | 2015-12-15 |
|/ | |||
* | Mark the GRPCRequestHeaders protocol deprecated | Jorge Canizales | 2015-12-03 |
| | |||
* | Add the protocol back for backward compatibility. | Jorge Canizales | 2015-12-03 |
| | |||
* | Makes GRPCRequestHeaders a NSMutableDictionary | Jorge Canizales | 2015-12-03 |
| | | | | | | | TODO: - Documentation - Make public - Check I’ve implemented all NSMutDict required methods | ||
* | Move BoringSSL.podspec into src, and point Podfiles to it | Jorge Canizales | 2015-12-01 |
| | |||
* | Merge pull request #4223 from jcanizales/filter-protobuf-warnings | Michael Lumish | 2015-12-01 |
|\ | | | | | Filter Protobuf nullable warnings | ||
| * | Filter Protobuf nullable warnings | Jorge Canizales | 2015-12-01 |
| | | |||
* | | Adjust version requirements through samples and tests. | Jorge Canizales | 2015-11-25 |
|/ | |||
* | Merge branch 'master' of github.com:grpc/grpc into core_creds_api_change | Julien Boeuf | 2015-11-17 |
|\ | |||
| * | Merge pull request #4119 from bdotdub/objc-cleanup-generated-libraries | Jorge Canizales | 2015-11-12 |
| |\ | | | | | | | Remove unused RouteGuideClient and move RemoteTestClient to tests | ||
| | * | Remove unused RouteGuideClient and move RemoteTestClient to tests | Benny Wong | 2015-11-12 |
| | | | | | | | | | | | | * Reference discussion: https://github.com/grpc/grpc/pull/4108#discussion-diff-44494393 | ||
| * | | Update Podfile to point to the right sample dependencies | Benny Wong | 2015-11-12 |
| | | | |||
| * | | Revert edit for generated_libraries RemoteTest | Benny Wong | 2015-11-12 |
| | | | |||
| * | | Update location of grpc_objective_c_plugin for sample | Benny Wong | 2015-11-10 |
| | | | |||
| * | | Update ObjC sample to use the new ProtoMethod instead of GRPCMethodName | Benny Wong | 2015-11-10 |
| |/ | |||
| * | Merge pull request #4009 from jtattermusch/add_badges | Michael Lumish | 2015-10-30 |
| |\ | | | | | | | Add npm, gem and cocoapods badges | ||
| | * | Add cocoapods badge | Jan Tattermusch | 2015-10-30 |
| | | | |||
| * | | Fixup: Target name changed. | Jorge Canizales | 2015-10-28 |
| | | | |||
| * | | Fix documentation of tests | Jorge Canizales | 2015-10-28 |
| | | | |||
| * | | Split AllTests into 4 schemes | Jorge Canizales | 2015-10-28 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | For local running one can still tests AllTests, but for C.I. one can test the 4 of them in parallel (and, importantly, deactivate the remote interop tests until we fix them on Travis; while keeping the rest). I had to make the remote tests a subclass of an abstract InteropTests (like InteropTestsLocalSSL and InteropTestsLocalCleartext), and then deactivate the abstract InteropTests on the 4 schemes that use it. | ||
| * | | Reject nils in useTestCertsPath:testName:forHost: | Jorge Canizales | 2015-10-28 |
| | | | |||
| * | | Remove outdated routeguide test | Jorge Canizales | 2015-10-28 |
| | | | | | | | | | Eventually all samples will be tested. | ||
| * | | Merge pull request #3969 from grpc/release-0_11 | Nicolas Noble | 2015-10-26 |
| |\ \ | | |/ | |/| | Release 0 11 -> master | ||
| | * | s/quit()/sys.exit() | Jorge Canizales | 2015-10-26 |
| | | | |||
| | * | Copyright notice in the .sh file | Jorge Canizales | 2015-10-26 |
| | | | |||
* | | | s/grpc_credentials/grpc_channel_credentials for ObjC | Jorge Canizales | 2015-10-26 |
|/ / | |||
| * | Style and misc fixes to the script | Jorge Canizales | 2015-10-26 |
| | | |||
| * | Undo Cocoadoc’ing TODO line. | Jorge Canizales | 2015-10-26 |
| | | |||
| * | Reformat comments as Cocoadocs | Jorge Canizales | 2015-10-26 |
| | | |||
| * | Make the script support multiple input files | Jorge Canizales | 2015-10-26 |
| | | |||
| * | Finished script and example output. | Jorge Canizales | 2015-10-26 |
| | |