Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | Add roots.pem bundle to the Bazel target, and use a better bundle name. | Jorge Canizales | 2015-06-28 |
| | |||
* | Merge pull request #2211 from murgatroid99/objective_c_retain_cycle | Jorge Canizales | 2015-06-25 |
|\ | | | | | Fixed retain cycles in GRPCWrappedCall.m | ||
| * | 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 |
|/ | |||
* | 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. | ||
* | Drop repeated response headers. | Jorge Canizales | 2015-06-13 |
| | |||
* | Merge trailers into responseMetadata. Add it to NSError. | Jorge Canizales | 2015-06-13 |
| | |||
* | Changes to byte_buffer based on comments. | David Garcia Quintas | 2015-06-08 |
| | |||
* | Merge pull request #1866 from dgquintas/stack-allocate-bb-reader | Craig Tiller | 2015-06-02 |
|\ | | | | | Removed grpc_byte_buffer_reader_{create,destroy}. | ||
* | | Disallow NSString headers with -bin suffix | Jorge Canizales | 2015-06-02 |
| | | |||
* | | Fix NSDictionary <-> metadata codec | Jorge Canizales | 2015-06-02 |
| | | |||
| * | Removed grpc_byte_buffer_reader_{create,destroy}. | David Garcia Quintas | 2015-06-01 |
|/ | | | | | Introduced grpc_byte_buffer_init instead. It's now the user's responsibility to manage memory. | ||
* | Fix problem loading certs for tests of library projects | Jorge Canizales | 2015-05-30 |
| | | | | | In library projects (cf. app projects) the main bundle is nil. `NSBundle+bundleForClass:` works in both types of projects. Also makes the library load the certificates only once. | ||
* | s/didFinishWithError/writesFinishedWithError | Jorge Canizales | 2015-05-19 |
| | |||
* | s/didReceiveValue/writeValue | Jorge Canizales | 2015-05-19 |
| | |||
* | Made cache thread-safe | murgatroid99 | 2015-05-14 |
| | |||
* | Added channel caching by host string | murgatroid99 | 2015-05-14 |
| | |||
* | Ignore .DS_Store files | murgatroid99 | 2015-05-11 |
| | |||
* | Updated Objective C code to match completion queue changes | murgatroid99 | 2015-05-08 |
| | |||
* | Resolved some comments | murgatroid99 | 2015-05-01 |
| | |||
* | Fixed ivar names and comments | murgatroid99 | 2015-04-29 |
| | |||
* | Simplified startBatch, resolved comments | murgatroid99 | 2015-04-29 |
| | |||
* | Moved deallocation code to the right place | murgatroid99 | 2015-04-29 |
| | |||
* | Added nil check in GRPCWrappedCall initializer | murgatroid99 | 2015-04-29 |
| | |||
* | Fixed missing increment | murgatroid99 | 2015-04-29 |
| | |||
* | Removed thrown error in one case | murgatroid99 | 2015-04-29 |
| | |||
* | Simplified some batch code, resolved comments | murgatroid99 | 2015-04-29 |
| | |||
* | Changed message handling, fixed line lengths | murgatroid99 | 2015-04-28 |
| | |||
* | Re-added completion_queue_destroy call | murgatroid99 | 2015-04-27 |
| | |||
* | Made startBatch more strongly typed | murgatroid99 | 2015-04-27 |
| | |||
* | Fixed dictionary usage | murgatroid99 | 2015-04-24 |
| | |||
* | Fixed grpc_getMetadataArray | murgatroid99 | 2015-04-24 |
| | |||
* | Addressed review comments | murgatroid99 | 2015-04-24 |
| | |||
* | Fixed indentation | murgatroid99 | 2015-04-24 |
| | |||
* | Migrated Objective C library to C batch API | murgatroid99 | 2015-04-24 |
| | |||
* | Fixes host transformation when user supplies a port. | 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 |
| | |||
* | Changes #import paths from RxLibrary -> gRPC | Jorge Canizales | 2015-04-21 |
| | | | | On account of the change in the podspec structure. | ||
* | 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. | ||
* | include .m in check_copyright.py | Yang Gao | 2015-02-20 |
| | |||
* | Merge pull request #629 from jcanizales/fix-internal-include-path | Tim Emiola | 2015-02-19 |
|\ | | | | | Fix internal include path |