aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/objective-c/GRPCClient
Commit message (Collapse)AuthorAge
* Regenerate projectsGravatar Mehrdad Afshari2018-05-02
|
* Comment on the fixGravatar Muxi Yan2018-04-17
|
* Fix _channel ref count issueGravatar Muxi Yan2018-04-17
|
* clang-format objective-c filesGravatar Muxi Yan2018-04-11
|
* Merge pull request #14942 from muxi/fix-objc-statusGravatar Muxi Yan2018-04-10
|\ | | | | Fix gRPC ObjC return status
| * Surface return status from coreGravatar Muxi Yan2018-04-04
| |
* | Regenerate projectsGravatar Mehrdad Afshari2018-04-04
|/
* Introduce channel arg to disable authority filterGravatar Muxi Yan2018-04-01
|
* Release self retain only after all clean-up doneGravatar Muxi Yan2018-03-29
|
* Polish comments for setKeepaliveWithIntervalGravatar Muxi Yan2018-03-26
|
* Allow gRPC ObjC user to set keepalive optionsGravatar Muxi Yan2018-03-26
|
* Remove hostname extraction for ConnectivityMonitorGravatar Muxi Yan2018-03-02
|
* Revert "Revert "Refactor connectivity monitor on iOS""Gravatar Muxi Yan2018-02-28
|
* Revert "Refactor connectivity monitor on iOS"Gravatar Muxi Yan2018-02-28
|
* Refactor connectivity monitorGravatar Muxi Yan2018-02-26
|
* Guarantees that `GRPCCall:finishWithError` is only called onceGravatar Muxi Yan2018-02-26
|
* Cancel underlying call when GRPCCall is finishedGravatar Muxi Yan2018-02-26
|
* Better use of strong/weak ref to self in GRPCCallGravatar Muxi Yan2018-02-26
|
* Merge pull request #14318 from muxi/add-logging-interfaceGravatar Muxi Yan2018-02-23
|\ | | | | Add mobile log interface to ObjC
* | Regenerate projectsGravatar Mehrdad Afshari2018-02-22
| |
| * Add comments to the interfaceGravatar Muxi Yan2018-02-22
| |
* | Fix comiler warningGravatar Noah Eisen2018-02-14
| |
* | Replace GRPC_COMPRESS_MESSAGE_* with GRPC_COMPRESS_*Gravatar Muxi Yan2018-02-06
| |
| * Add MobileLog supportGravatar Muxi Yan2018-02-05
|/
* Remove initial backoff override in ObjCGravatar Muxi Yan2018-02-02
|
* Merge pull request #14042 from apolcyn/ruby_25_on_kokoro_macGravatar apolcyn2018-01-25
|\ | | | | Ruby macos kokoro environment and package build updates
| * Fix linker error on objc mac tests by explicitly installing cocoapods ↵Gravatar Alexander Polcyn2018-01-24
| | | | | | | | v1.3.1, rather than picking up 1.4.1
* | Merge remote-tracking branch 'upstream/master' into ↵Gravatar Muxi Yan2018-01-24
|\ \ | | | | | | | | | fix-stream-compression-config-interface
* | | Build fixGravatar Muxi Yan2018-01-19
| | |
| * | Regenerate projectsGravatar Mehrdad Afshari2018-01-19
| |/
* | Merge remote-tracking branch 'upstream/master' into ↵Gravatar Muxi Yan2018-01-19
|\| | | | | | | fix-stream-compression-config-interface
| * Reconcile messages.proto; abort() when an invalid compression algorithm is setGravatar Muxi Yan2018-01-02
| |
| * Add interface to API to enable compressionGravatar Muxi Yan2017-12-21
| |
* | Merge remote-tracking branch 'upstream/master' into ↵Gravatar Muxi Yan2017-12-06
|\| | | | | | | fix-stream-compression-config-interface
* | Merge commit 'b0bad8f^' into fix-stream-compression-config-interfaceGravatar Muxi Yan2017-12-06
|\ \
| | * Bump 1.8.0-dev to 1.9.0-devGravatar Mehrdad Afshari2017-11-27
| | |
| | * Merge remote-tracking branch 'upstream/master' into fix-objc-void-funcGravatar Muxi Yan2017-11-27
| | |\ | | |/ | |/|
| * | Add comment to self == [GRPCCall self]Gravatar Muxi Yan2017-11-06
| | |
| * | Change [GRPCCall load] to [GRPCCall initialize]Gravatar Muxi Yan2017-11-05
| | |
| | * Fix gRPC ObjC void function definitionGravatar Muxi Yan2017-10-20
| |/
* | Merge remote-tracking branch 'upstream/master' into ↵Gravatar Muxi Yan2017-10-06
|\| | | | | | | fix-stream-compression-config-interface
* | Fix Objective C buildGravatar Muxi Yan2017-10-02
| |
| * Update version to 1.8.0-dev, update g word to 'generous'Gravatar murgatroid992017-10-02
|/
* Polish commentGravatar Muxi Yan2017-09-14
|
* Add comment for timeout; assert on negative timeout value; fix timeout testGravatar Muxi Yan2017-09-11
|
* Use Apple internal type for timeoutGravatar Muxi Yan2017-09-11
|
* Rename deadline to timeoutGravatar Muxi Yan2017-08-30
|
* Surface call deadline to Objective C APIGravatar Muxi Yan2017-08-30
|
* Merge remote-tracking branch 'upstream/master' into stream_compression_configGravatar Muxi Yan2017-08-23
|\
| * Merge pull request #12180 from ↵Gravatar Muxi Yan2017-08-22
| |\ | | | | | | | | | | | | grpc/revert-12086-revert-11832-objc-oauth-protocol Revert "Revert "Add OAuth2 protocol in GRPCClient""