aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/objective-c/GRPCClient
Commit message (Collapse)AuthorAge
* Timeout and backoffGravatar Muxi Yan2018-06-19
|
* Enable retryGravatar Muxi Yan2018-06-19
|
* Merge pull request #15274 from JackOfMostTrades/verify-callback-coreGravatar Mark D. Roth2018-06-19
|\ | | | | Create verify_peer_options when creating ssl credentials to support a peer verification callback
* \ Merge pull request #15694 from srini100/bump-to-v1.14Gravatar Srini Polavarapu2018-06-14
|\ \ | | | | | | Bump master to v1.14
* \ \ Merge pull request #15554 from var-const/objc-cert-null-termGravatar Muxi Yan2018-06-12
|\ \ \ | | | | | | | | Fix out-of-bounds access loading pem files in Objective-C.
| | | * Create verify_peer_options when creating ssl credentials in order to expose ↵Gravatar Ian Haken2018-06-12
| | | | | | | | | | | | | | | | | | | | | | | | a verification callback option. These options are not yet exposed to languages outside of core.
* | | | Do not register connectivity monitor if using CFStreamGravatar Muxi Yan2018-06-08
| |_|/ |/| |
| | * Regenrate projectsGravatar Srini Polavarapu2018-06-08
| |/ |/|
* | Merge pull request #15069 from muxi/prototype-cfstreamGravatar Muxi Yan2018-06-07
|\ \ | | | | | | Implementation of CFStream
| | * Review feedbackGravatar Konstantin Varlamov2018-06-03
| | |
* | | Make mobile log per-host and rename as contextGravatar Muxi Yan2018-05-29
| | |
| | * Fix out-of-bounds access loading pem files in Objective-C.Gravatar Konstantin Varlamov2018-05-25
| |/ |/| | | | | | | | | | | dataUsingEncoding: method of NSString does *not* return a null-terminated string. Passing it to GRPC core results in an out-of-bounds access when the resulting non-null-terminated buffer is passed to strlen.
| * Merge branch 'master' into prototype-cfstreamGravatar Muxi Yan2018-05-22
| |\
* | \ Merge branch 'master' into fix-objc-msanGravatar Muxi Yan2018-05-18
|\ \ \ | | |/ | |/|
| * | Merge pull request #15050 from grpc/fix-grpchost-connchangeGravatar Muxi Yan2018-05-16
| |\ \ | | | | | | | | Fix GRPCHost callback for connectivity monitor
| | | * CommentsGravatar Muxi Yan2018-05-16
| | | |
| * | | Merge pull request #13498 from lipka/utf8Gravatar Muxi Yan2018-05-16
| |\ \ \ | | | | | | | | | | Objective-C: UTF8 encoding for error messages and metadata values
| | | * | Fix build errorGravatar Muxi Yan2018-05-16
| | | | |
| | | | * Tweaks to existing components for CFStreamGravatar Muxi Yan2018-05-15
| | | | |
| * | | | Fix a memory leakGravatar Muxi Yan2018-05-05
| | | | |
| * | | | Regenerate projectsGravatar Mehrdad Afshari2018-05-02
| | |_|/ | |/| |
| * | | Comment on the fixGravatar Muxi Yan2018-04-17
| | | |
| * | | Fix _channel ref count issueGravatar Muxi Yan2018-04-17
| | | |
| | | * Unregister connectivitymonitor callback at deallocGravatar Muxi Yan2018-04-12
| | | |
| | | * Fix GRPCHost callback for connectivity monitorGravatar Muxi Yan2018-04-12
| | |/ | |/|
| * | 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