aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/objective-c/GRPCClient/private
Commit message (Collapse)AuthorAge
* Merge pull request #8223 from muxi/add-quic-supportGravatar makdharma2016-10-05
|\ | | | | Add QUIC support to Objective C
* | Clean up codeGravatar Muxi Yan2016-09-29
| |
* | Set initial backoff to 10000ms when creating channelGravatar Muxi Yan2016-09-28
| |
| * Allow more general flags to be passed to ObjC APIGravatar Muxi Yan2016-09-28
| |
| * Update grpc objc API for support of PUT methodGravatar Muxi Yan2016-09-27
|/
* Merge remote-tracking branch 'upstream/master' into max_send_size_filterGravatar Mark D. Roth2016-09-08
|\
| * Merge branch 'v1.0.x' of https://github.com/grpc/grpc into manual-upmergeGravatar Nicolas "Pixel" Noble2016-09-08
| |\
* | | Change wrapped languages to use the new channel arg macro name.Gravatar Mark D. Roth2016-08-31
|/ /
| * Let tracing be enabled before starting an RPCGravatar Jorge Canizales2016-08-24
| | | | | | by calling grpc_init on [GRPCCall load], instead of lazily.
* | Merge branch 'v1.0.x' of https://github.com/grpc/grpcGravatar Nicolas "Pixel" Noble2016-08-20
|\|
| * Move user-agent version to 1.0.0Gravatar Jorge Canizales2016-08-18
| | | | | | I can’t wait to get all of these automatically from a single source :)
* | Merge branch 'v1.0.x' of https://github.com/grpc/grpcGravatar Nicolas "Pixel" Noble2016-08-03
|\| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: CMakeLists.txt Makefile build.yaml package.json src/core/lib/surface/version.c src/csharp/Grpc.Auth/project.json src/csharp/Grpc.Core/VersionInfo.cs src/csharp/Grpc.Core/project.json src/csharp/Grpc.HealthCheck/project.json src/csharp/build_packages.bat src/node/health_check/package.json src/node/tools/package.json src/python/grpcio/grpc_version.py src/python/grpcio_health_checking/grpc_version.py src/python/grpcio_tests/grpc_version.py src/ruby/lib/grpc/version.rb src/ruby/tools/version.rb tools/distrib/python/grpcio_tools/grpc_version.py tools/doxygen/Doxyfile.c++ tools/doxygen/Doxyfile.c++.internal tools/doxygen/Doxyfile.core tools/doxygen/Doxyfile.core.internal
| * Better names for the methods to clear all host settingsGravatar Jorge Canizales2016-07-29
| |
| * Let override default response size limitGravatar Jorge Canizales2016-07-28
| | | | | | Still missing: Catch the C-library error to improve the error message.
* | Fix Objective-C test pods for Cronet testsGravatar Muxi Yan2016-07-27
|/
* Merge pull request #7219 from jcanizales/merge-0.14-into-masterGravatar makdharma2016-07-08
|\ | | | | Merge 0.14 into master
* | Added comment for obj-cGravatar David Garcia Quintas2016-06-30
| |
* | Added TODO for php.Gravatar David Garcia Quintas2016-06-30
| |
* | Return success status of grpc_byte_buffer_readerGravatar David Garcia Quintas2016-06-30
| |
| * Merge master into merge-0.14-into-masterGravatar Jorge Canizales2016-06-30
| |\ | |/ |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: - gRPC.podspec - Only had non-trivial changes in the core file list, which will need to be regenerated (in gRPC-Core.podspec). - src/objective-c/BoringSSL.podspec - Had trivial conflicts in the version. - src/objective-c/examples/RemoteTestClient/RemoteTest.podspec - Trivial conflicts in quoting. - src/objective-c/examples/Sample/Sample.xcodeproj/project.pbxproj and src/objective-c/examples/SwiftSample/SwiftSample.xcodeproj/project.pbxproj - The master version is used, pending testing. The 0.14 version had emoji and some unneeded entries. - src/objective-c/tests/Podfile - Added CronetFramework pod, and warning silencing from master. - templates/gRPC.podspec.template - Deleted. - third_party/protobuf - Using master commit, but need to verify if it works for frameworks.
* | Merge pull request #6378 from jcanizales/let-invalidate-channelsGravatar Jan Tattermusch2016-06-30
|\ \ | | | | | | Add a maybe-temporary way for apps to clear the channel cache
* | | fixed compiler warning #2Gravatar Makarand Dharmapurikar2016-06-29
| | |
* | | fixed a compiler warningGravatar Makarand Dharmapurikar2016-06-29
| | |
* | | Added another commentGravatar Makarand Dharmapurikar2016-06-28
| | |
* | | Added a commentGravatar Makarand Dharmapurikar2016-06-28
| | |
* | | fix for working with compressed data. Fixes #6746.Gravatar Makarand Dharmapurikar2016-06-28
| | | | | | | | | | | | Using correct API that gives length of uncompressed data so correct amount of memory is allocated.
| * | Merge master into let-invalidate-channelsGravatar Jorge Canizales2016-06-24
| |\ \ | | | | | | | | | | | | | | | | Had to manually resolve import conflicts in InteropTests.m To be fair, the merge algorithm should have been able to do it.
| | | * Restore fix undid by https://github.com/grpc/grpc/pull/5893Gravatar Jorge Canizales2016-06-24
| | | | | | | | | | | | That PR wasn’t tested nor reviewed adecuately.
* | | | Added a commentGravatar Makarand Dharmapurikar2016-06-23
| | | |
* | | | Fixes #2646Gravatar Makarand Dharmapurikar2016-06-14
| |/ / |/| | | | | | | | Pass NULL in the host parameter of grpc_channel_create_call
* | | Merge branch 'master' of github.com:grpc/grpc into compression_md_level_bisGravatar David Garcia Quintas2016-06-07
|\ \ \
* | | | s/maybe_compression_level.compression_level/maybe_compression_level.levelGravatar David Garcia Quintas2016-06-07
| | | |
* | | | Merge branch 'master' of github.com:grpc/grpc into compression_md_level_bisGravatar David Garcia Quintas2016-06-03
|\ \ \ \
| | * | | cronet build related changesGravatar Makarand Dharmapurikar2016-06-01
| |/ / /
| * | | Style guide related feedback fixes.Gravatar Makarand Dharmapurikar2016-05-26
| | | |
| * | | Cosmetic changes to address feedback.Gravatar Makarand Dharmapurikar2016-05-25
| | | |
| * | | ObjC interface for using Cronet, and test for CronetGravatar Makarand Dharmapurikar2016-05-20
| | |/ | |/|
* | | updated obj-c codeGravatar David Garcia Quintas2016-05-17
| | |
* | | Allow servers to select compression level via initial MD.Gravatar David Garcia Quintas2016-05-09
|/ / | | | | | | | | | | | | | | Setting the newly added compression_level field of grpc_op::send_initial_metadata by a server now has the effect of applying that compression level for the subsequent call messages leaving the server. The ultimate meaning of the level depends on the client's supported compression algorithms.
| * Add a maybe-temporary way for apps to clear the channel cacheGravatar Jorge Canizales2016-04-29
|/
* Objective-C: Add ChannelCredentials to gRPC Call.Gravatar Paul Querna2016-04-29
| | | | GRPCHost now has a property channelCreds which is used when creating a GRPCChannel.
* Update copyrightsGravatar Craig Tiller2016-03-31
|
* Merge pull request #5736 from pquerna/pq/is_wan_is_ios_onlyGravatar Jan Tattermusch2016-03-29
|\ | | | | Objective C: kSCNetworkReachabilityFlagsIsWWAN is only available on iOS
* \ Merge pull request #5855 from grpc/revert-5724-revert-5607-revert-5544-masterGravatar Jan Tattermusch2016-03-24
|\ \ | | | | | | Revert for good "Pass a non-infinite deadline to grpc_completion_queue_next() to prevent queues from blocking indefinitely in poll()"
* | | Fixing copyrights.Gravatar Nicolas "Pixel" Noble2016-03-21
| | |
* | | For GRPCOperation's, ensure finish _handler can only be called once, and ↵Gravatar Nicolas "Pixel" Noble2016-03-21
| | | | | | | | | | | | | | | | | | release it when called, so weak ptrs needn't be used with it, and the call won't be released until the finish handler is called. When the connectivityMonitor determines the connection has been lost, pull the host disconnect call. Creates an unreliable connection when connectivity is restored. Calling finishWithError: is sufficient.
| * | 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
| |
* | Merge pull request #5724 from grpc/revert-5607-revert-5544-masterGravatar Jan Tattermusch2016-03-14
|\ \ | | | | | | Redo "Pass a non-infinite deadline to grpc_completion_queue_next() to prevent queues from blocking indefinitely in poll()"
| | * kSCNetworkReachabilityFlagsIsWWAN is only available on iOS, not all Mac targets.Gravatar Paul Querna2016-03-13
| |/ |/|