Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | Merge pull request #8223 from muxi/add-quic-support | makdharma | 2016-10-05 |
|\ | | | | | Add QUIC support to Objective C | ||
* | | Clean up code | Muxi Yan | 2016-09-29 |
| | | |||
* | | Set initial backoff to 10000ms when creating channel | Muxi Yan | 2016-09-28 |
| | | |||
| * | Allow more general flags to be passed to ObjC API | Muxi Yan | 2016-09-28 |
| | | |||
| * | Update grpc objc API for support of PUT method | Muxi Yan | 2016-09-27 |
|/ | |||
* | Merge remote-tracking branch 'upstream/master' into max_send_size_filter | Mark D. Roth | 2016-09-08 |
|\ | |||
| * | Merge branch 'v1.0.x' of https://github.com/grpc/grpc into manual-upmerge | Nicolas "Pixel" Noble | 2016-09-08 |
| |\ | |||
* | | | Change wrapped languages to use the new channel arg macro name. | Mark D. Roth | 2016-08-31 |
|/ / | |||
| * | Let tracing be enabled before starting an RPC | Jorge Canizales | 2016-08-24 |
| | | | | | | by calling grpc_init on [GRPCCall load], instead of lazily. | ||
* | | Merge branch 'v1.0.x' of https://github.com/grpc/grpc | Nicolas "Pixel" Noble | 2016-08-20 |
|\| | |||
| * | Move user-agent version to 1.0.0 | Jorge Canizales | 2016-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/grpc | Nicolas "Pixel" Noble | 2016-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 settings | Jorge Canizales | 2016-07-29 |
| | | |||
| * | Let override default response size limit | Jorge Canizales | 2016-07-28 |
| | | | | | | Still missing: Catch the C-library error to improve the error message. | ||
* | | Fix Objective-C test pods for Cronet tests | Muxi Yan | 2016-07-27 |
|/ | |||
* | Merge pull request #7219 from jcanizales/merge-0.14-into-master | makdharma | 2016-07-08 |
|\ | | | | | Merge 0.14 into master | ||
* | | Added comment for obj-c | David Garcia Quintas | 2016-06-30 |
| | | |||
* | | Added TODO for php. | David Garcia Quintas | 2016-06-30 |
| | | |||
* | | Return success status of grpc_byte_buffer_reader | David Garcia Quintas | 2016-06-30 |
| | | |||
| * | Merge master into merge-0.14-into-master | Jorge Canizales | 2016-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-channels | Jan Tattermusch | 2016-06-30 |
|\ \ | | | | | | | Add a maybe-temporary way for apps to clear the channel cache | ||
* | | | fixed compiler warning #2 | Makarand Dharmapurikar | 2016-06-29 |
| | | | |||
* | | | fixed a compiler warning | Makarand Dharmapurikar | 2016-06-29 |
| | | | |||
* | | | Added another comment | Makarand Dharmapurikar | 2016-06-28 |
| | | | |||
* | | | Added a comment | Makarand Dharmapurikar | 2016-06-28 |
| | | | |||
* | | | fix for working with compressed data. Fixes #6746. | Makarand Dharmapurikar | 2016-06-28 |
| | | | | | | | | | | | | Using correct API that gives length of uncompressed data so correct amount of memory is allocated. | ||
| * | | Merge master into let-invalidate-channels | Jorge Canizales | 2016-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/5893 | Jorge Canizales | 2016-06-24 |
| | | | | | | | | | | | | That PR wasn’t tested nor reviewed adecuately. | ||
* | | | | Added a comment | Makarand Dharmapurikar | 2016-06-23 |
| | | | | |||
* | | | | Fixes #2646 | Makarand Dharmapurikar | 2016-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_bis | David Garcia Quintas | 2016-06-07 |
|\ \ \ | |||
* | | | | s/maybe_compression_level.compression_level/maybe_compression_level.level | David Garcia Quintas | 2016-06-07 |
| | | | | |||
* | | | | Merge branch 'master' of github.com:grpc/grpc into compression_md_level_bis | David Garcia Quintas | 2016-06-03 |
|\ \ \ \ | |||
| | * | | | cronet build related changes | Makarand Dharmapurikar | 2016-06-01 |
| |/ / / | |||
| * | | | Style guide related feedback fixes. | Makarand Dharmapurikar | 2016-05-26 |
| | | | | |||
| * | | | Cosmetic changes to address feedback. | Makarand Dharmapurikar | 2016-05-25 |
| | | | | |||
| * | | | ObjC interface for using Cronet, and test for Cronet | Makarand Dharmapurikar | 2016-05-20 |
| | |/ | |/| | |||
* | | | updated obj-c code | David Garcia Quintas | 2016-05-17 |
| | | | |||
* | | | Allow servers to select compression level via initial MD. | David Garcia Quintas | 2016-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 cache | Jorge Canizales | 2016-04-29 |
|/ | |||
* | Objective-C: Add ChannelCredentials to gRPC Call. | Paul Querna | 2016-04-29 |
| | | | | GRPCHost now has a property channelCreds which is used when creating a GRPCChannel. | ||
* | Update copyrights | Craig Tiller | 2016-03-31 |
| | |||
* | Merge pull request #5736 from pquerna/pq/is_wan_is_ios_only | Jan Tattermusch | 2016-03-29 |
|\ | | | | | Objective C: kSCNetworkReachabilityFlagsIsWWAN is only available on iOS | ||
* \ | Merge pull request #5855 from grpc/revert-5724-revert-5607-revert-5544-master | Jan Tattermusch | 2016-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. | Nicolas "Pixel" Noble | 2016-03-21 |
| | | | |||
* | | | For GRPCOperation's, ensure finish _handler can only be called once, and ↵ | Nicolas "Pixel" Noble | 2016-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() ↵ | Jorge Canizales | 2016-03-20 |
|/ / | | | | | | | to prevent queues from blocking indefinitely in poll()"" | ||
* | | Use a singleton completion queue | Jorge Canizales | 2016-03-14 |
| | | |||
* | | Merge pull request #5724 from grpc/revert-5607-revert-5544-master | Jan Tattermusch | 2016-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. | Paul Querna | 2016-03-13 |
| |/ |/| |