Commit message (Collapse) | Author | Age | ||
---|---|---|---|---|
... | ||||
* | Increase timeout of tests to remove flakes. | Jorge Canizales | 2015-07-15 | |
| | ||||
* | Merge pull request #2302 from jcanizales/point-to-protobuf-head | Michael Lumish | 2015-07-08 | |
|\ | | | | | Point tests to protobuf head | |||
* | | Don’t use containsString as it’s iOS 8 only | Jorge Canizales | 2015-07-07 | |
| | | ||||
| * | Point tests Podfile to Protobuf submodule instead of release | Jorge Canizales | 2015-07-06 | |
| | | ||||
* | | Rename HTTP2Path -> HTTPPath | Jorge Canizales | 2015-07-04 | |
| | | ||||
* | | Move ProtoMethod to ProtoRPC package | Jorge Canizales | 2015-07-04 | |
| | | ||||
* | | Rename interface->service | Jorge Canizales | 2015-07-04 | |
| | | ||||
* | | Rename GRPCMethodName->ProtoMethod | Jorge Canizales | 2015-07-04 | |
| | | ||||
| * | Point tests Podfile to head protobuf podspec | Jorge Canizales | 2015-07-04 | |
|/ | ||||
* | Minor: add TODO to improve an error message. | Jorge Canizales | 2015-06-29 | |
| | ||||
* | Don’t import Protobuf runtime using Cocoapods paths | Jorge Canizales | 2015-06-29 | |
| | ||||
* | Add roots.pem bundle to the Bazel target, and use a better bundle name. | Jorge Canizales | 2015-06-28 | |
| | ||||
* | Merge pull request #2217 from murgatroid99/objective_c_plugin_name_changes | Jorge Canizales | 2015-06-25 | |
|\ | | | | | Changed argument names in Objective-C generated code | |||
* \ | Merge pull request #2211 from murgatroid99/objective_c_retain_cycle | Jorge Canizales | 2015-06-25 | |
|\ \ | | | | | | | Fixed retain cycles in GRPCWrappedCall.m | |||
| | * | Changed argument names in Objective-C generated code | murgatroid99 | 2015-06-25 | |
| |/ |/| | ||||
| * | Fixed name in comments | murgatroid99 | 2015-06-25 | |
| | | ||||
| * | Fixed 'retain cycle' warnings in GRPCWrappedCall.m | murgatroid99 | 2015-06-24 | |
| | | ||||
* | | Remove const cast warning in GRPCSecureChannel.m | murgatroid99 | 2015-06-24 | |
|/ | ||||
* | Merge pull request #2195 from jcanizales/rewrite-grpcclient-includes | Michael Lumish | 2015-06-24 | |
|\ | | | | | Have Cocoapods rename includes in the core wrapper | |||
| * | Have Cocoapods rename includes in the core wrapper | Jorge Canizales | 2015-06-23 | |
| | | | | | | | | Fixes https://github.com/grpc/grpc/issues/2194 . | |||
* | | Import headers based on path in sample app | Jorge Canizales | 2015-06-23 | |
| | | | | | | | | Part of fixing https://github.com/grpc/grpc/issues/2192 | |||
* | | Import headers based on path in the tests project | Jorge Canizales | 2015-06-23 | |
| | | | | | | | | Part of fixing https://github.com/grpc/grpc/issues/2192 | |||
* | | Import headers based on path in the runtime libraries | Jorge Canizales | 2015-06-23 | |
|/ | | | | Part of fixing https://github.com/grpc/grpc/issues/2192 | |||
* | Document why a grpc_op ivar, and the role of -finish | Jorge Canizales | 2015-06-21 | |
| | ||||
* | Simplify GRPCOps implementations | Jorge Canizales | 2015-06-21 | |
| | ||||
* | Output call_error number | Jorge Canizales | 2015-06-21 | |
| | ||||
* | Ensure op flags don't have garbage from malloc | Jorge Canizales | 2015-06-21 | |
| | | | | And free ops_array that was leaking. | |||
* | Merge pull request #2108 from jcanizales/disallow-started-writers | Michael Lumish | 2015-06-17 | |
|\ | | | | | Disallow started request writers on GRPCCall init | |||
| * | Disallow started request writers on GRPCCall init | Jorge Canizales | 2015-06-17 | |
| | | ||||
* | | Merge pull request #2092 from jcanizales/point-to-official-proto-podspec | Michael Lumish | 2015-06-17 | |
|\ \ | | | | | | | Link to official protobuf podspec in the README | |||
| * | | Link to official protobuf podspec in the README | Jorge Canizales | 2015-06-17 | |
| |/ | | | | | It was still linking to my pull request's podspec. | |||
* / | Fix NPE for trying to add metadata to error when it was nil | Jorge Canizales | 2015-06-15 | |
|/ | ||||
* | Merge pull request #2052 from jcanizales/fix-empty-globs | Michael Lumish | 2015-06-15 | |
|\ | | | | | Remove failing globs from examples and tests | |||
| * | Remove failing globs from examples and tests | Jorge Canizales | 2015-06-13 | |
| | | ||||
* | | Specify responseMetadata structure | Jorge Canizales | 2015-06-13 | |
| | | ||||
* | | Drop repeated response headers. | Jorge Canizales | 2015-06-13 | |
| | | ||||
* | | Test call and error metadata are the same. | Jorge Canizales | 2015-06-13 | |
| | | ||||
* | | Merge trailers into responseMetadata. Add it to NSError. | Jorge Canizales | 2015-06-13 | |
| | | ||||
* | | Let set NSDictionary as headers, and init the property (not nil) | Jorge Canizales | 2015-06-13 | |
| | | ||||
* | | Add test to set and read headers. Flaky!! | Jorge Canizales | 2015-06-13 | |
| | | ||||
* | | Cleanup GRPCClientTests.m | Jorge Canizales | 2015-06-13 | |
|/ | ||||
* | Changes to byte_buffer based on comments. | David Garcia Quintas | 2015-06-08 | |
| | ||||
* | Regenerate README table of contents | Jorge Canizales | 2015-06-04 | |
| | ||||
* | Update README (minus table of content) | Jorge Canizales | 2015-06-04 | |
| | ||||
* | Make podspecs work for nested dirs | Jorge Canizales | 2015-06-04 | |
| | ||||
* | Use grpc-common’s route_guide in local tests | Jorge Canizales | 2015-06-04 | |
| | ||||
* | Generate RemoteTest code on podspec install | Jorge Canizales | 2015-06-04 | |
| | ||||
* | Generate RouteGuide code on pod install | Jorge Canizales | 2015-06-04 | |
| | ||||
* | Fix version reqs in generated podspecs | Jorge Canizales | 2015-06-04 | |
| | ||||
* | Point test and sample podfiles to protobuf release | Jorge Canizales | 2015-06-04 | |
| |