Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | auto-fix most of licenses | Jan Tattermusch | 2017-06-08 |
| | |||
* | Objective-C changes | Sree Kuchibhotla | 2017-03-22 |
| | |||
* | Objective-C: Completion queue creation API changes | Sree Kuchibhotla | 2017-03-03 |
| | |||
* | Update copyrights | Craig Tiller | 2016-03-31 |
| | |||
* | Revert "Redo "Pass a non-infinite deadline to grpc_completion_queue_next() ↵ | Jorge Canizales | 2016-03-20 |
| | | | | to prevent queues from blocking indefinitely in poll()"" | ||
* | Use a singleton completion queue | Jorge Canizales | 2016-03-14 |
| | |||
* | Revert "Revert "Pass a non-infinite deadline to grpc_completion_queue_next() ↵ | Jorge Canizales | 2016-03-11 |
| | | | | to prevent queues from blocking indefinitely in poll()"" | ||
* | Fix sanity | Craig Tiller | 2016-03-04 |
| | |||
* | Revert "Pass a non-infinite deadline to grpc_completion_queue_next() to ↵ | Jan Tattermusch | 2016-03-04 |
| | | | | prevent queues from blocking indefinitely in poll()" | ||
* | Add comments and feature flag. | Greg Haines | 2016-03-04 |
| | |||
* | Feedback from @jcanizales and @vjpai | Greg Haines | 2016-03-02 |
| | |||
* | Pass a non-infinite deadline to grpc_completion_queue_next() to prevent ↵ | Greg Haines | 2016-03-02 |
| | | | | queues from blocking indefinitely in poll(). | ||
* | Have ObjC use the new future-proofed C interface | Jorge Canizales | 2015-08-08 |
| | |||
* | Let register SSL config per-host. | Jorge Canizales | 2015-08-01 |
| | | | | | | | | | | | | | | Surfaced in GRPCCall+Tests.h Add GRPCHost to store channel config, and to create channels on demand with that config. GRPCChannels and configs are cached together. GRPCSecureChannel is now initialized with (nullable) path to a certificates file and (nullable) name override. The same mechanism will be used for creating insecure channels, removing the ability to do it by specifying the HTTP scheme in the address (which was deemed too subtle for its implications). | ||
* | Fix C library gpr_inf_future breakage | Jorge Canizales | 2015-07-18 |
| | |||
* | Updated Objective C code to match completion queue changes | murgatroid99 | 2015-05-08 |
| | |||
* | Simplified startBatch, resolved comments | murgatroid99 | 2015-04-29 |
| | |||
* | Simplified some batch code, resolved comments | murgatroid99 | 2015-04-29 |
| | |||
* | Re-added completion_queue_destroy call | murgatroid99 | 2015-04-27 |
| | |||
* | Addressed review comments | murgatroid99 | 2015-04-24 |
| | |||
* | Migrated Objective C library to C batch API | murgatroid99 | 2015-04-24 |
| | |||
* | 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 |
| | |||
* | Adds copyright notices to the GRPCClient files. | Jorge Canizales | 2015-02-18 |
| | |||
* | Imports code of the generic gRPC client library. | Jorge Canizales | 2015-02-17 |