aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/objective-c/GRPCClient/private/GRPCCompletionQueue.m
Commit message (Collapse)AuthorAge
* Objective-C changesGravatar Sree Kuchibhotla2017-03-22
|
* Objective-C: Completion queue creation API changesGravatar Sree Kuchibhotla2017-03-03
|
* Update copyrightsGravatar Craig Tiller2016-03-31
|
* Revert "Redo "Pass a non-infinite deadline to grpc_completion_queue_next() ↵Gravatar Jorge Canizales2016-03-20
| | | | to prevent queues from blocking indefinitely in poll()""
* Use a singleton completion queueGravatar Jorge Canizales2016-03-14
|
* Revert "Revert "Pass a non-infinite deadline to grpc_completion_queue_next() ↵Gravatar Jorge Canizales2016-03-11
| | | | to prevent queues from blocking indefinitely in poll()""
* Fix sanityGravatar Craig Tiller2016-03-04
|
* Revert "Pass a non-infinite deadline to grpc_completion_queue_next() to ↵Gravatar Jan Tattermusch2016-03-04
| | | | prevent queues from blocking indefinitely in poll()"
* Add comments and feature flag.Gravatar Greg Haines2016-03-04
|
* Feedback from @jcanizales and @vjpaiGravatar Greg Haines2016-03-02
|
* Pass a non-infinite deadline to grpc_completion_queue_next() to prevent ↵Gravatar Greg Haines2016-03-02
| | | | queues from blocking indefinitely in poll().
* Have ObjC use the new future-proofed C interfaceGravatar Jorge Canizales2015-08-08
|
* Let register SSL config per-host.Gravatar Jorge Canizales2015-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 breakageGravatar Jorge Canizales2015-07-18
|
* Updated Objective C code to match completion queue changesGravatar murgatroid992015-05-08
|
* Simplified startBatch, resolved commentsGravatar murgatroid992015-04-29
|
* Simplified some batch code, resolved commentsGravatar murgatroid992015-04-29
|
* Re-added completion_queue_destroy callGravatar murgatroid992015-04-27
|
* Addressed review commentsGravatar murgatroid992015-04-24
|
* Migrated Objective C library to C batch APIGravatar murgatroid992015-04-24
|
* Working podspecs for gRPC core & wrapperGravatar Jorge Canizales2015-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.pyGravatar Yang Gao2015-02-20
|
* Adds copyright notices to the GRPCClient files.Gravatar Jorge Canizales2015-02-18
|
* Imports code of the generic gRPC client library.Gravatar Jorge Canizales2015-02-17