Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | Merge github.com:grpc/grpc into grpc_slice | Craig Tiller | 2016-11-04 |
|\ | |||
| * | Merge pull request #8561 from muxi/update-objc-connectivity | Muxi Yan | 2016-10-31 |
| |\ | | | | | | | Revert format changes in #8441 | ||
* | | | Merge github.com:grpc/grpc into grpc_slice | Craig Tiller | 2016-10-31 |
|\| | | |||
| | * | Mark connectivity closures as nullable and check null when invoking them | Muxi Yan | 2016-10-30 |
| | | | |||
| | * | Use nil function instead of empty function | Muxi Yan | 2016-10-28 |
| | | | |||
| | * | Revert format changes in related files | Muxi Yan | 2016-10-28 |
| | | | |||
| * | | Merge remote-tracking branch 'upstream/v1.0.x' into v1.0.1_upmerge | murgatroid99 | 2016-10-28 |
| |\ \ | |||
| | | * | Revert format changes of unrelated files | Muxi Yan | 2016-10-28 |
| | |/ | |/| | |||
* | | | s/GPR_SLICE/GRPC_SLICE/g | Craig Tiller | 2016-10-26 |
| | | | |||
* | | | Merge branch 'buffer_pools_for_realsies' into grpc_slice | Craig Tiller | 2016-10-26 |
|\| | | |||
* | | | s/gpr_slice/grpc_slice, and move around tests, impls | Craig Tiller | 2016-10-26 |
| | | | |||
| * | | Update GRPCHost comments | Muxi Yan | 2016-10-25 |
| | | | |||
| * | | Add comments for GRPCHost | Muxi Yan | 2016-10-25 |
| | | | |||
| * | | Create connectivityMonitor after call is set up | Muxi Yan | 2016-10-25 |
| | | | |||
| | * | advance OBJC_VERSION_STRING in GRPCHost.m | Muxi Yan | 2016-10-25 |
| | | | |||
| * | | Override clang-format indent | Muxi Yan | 2016-10-25 |
| | | | |||
| * | | clang-format format clean | Muxi Yan | 2016-10-25 |
| | | | |||
| * | | Keep a singleton of connectivity monitor in GRPCHost | Muxi Yan | 2016-10-22 |
| | | | |||
| * | | Fix stupid compiler error | Muxi Yan | 2016-10-21 |
| | | | |||
| * | | Do not finish call with error when switching between wifi and cellular | Muxi Yan | 2016-10-21 |
| | | | |||
| * | | clean with clang-format | Muxi Yan | 2016-10-21 |
| | | | |||
| * | | Clean cache thoroughly | Muxi Yan | 2016-10-21 |
| | | | |||
| * | | Break retain cycle and fix bug | Muxi Yan | 2016-10-21 |
| | | | |||
| * | | bug fix | Muxi Yan | 2016-10-20 |
| | | | |||
| * | | Address the comments | Muxi Yan | 2016-10-20 |
| | | | |||
| * | | Fix nonnull problem | Muxi Yan | 2016-10-20 |
| | | | |||
| * | | Flush host when network connectivity changes | Muxi Yan | 2016-10-20 |
|/ / | |||
| * | Clean up code | Muxi Yan | 2016-10-17 |
| | | |||
| * | Set initial backoff to 10000ms when creating channel | Muxi Yan | 2016-10-17 |
| | | |||
* | | Merge pull request #8223 from muxi/add-quic-support | makdharma | 2016-10-05 |
|\ \ | | | | | | | Add QUIC support to Objective C | ||
| * | | Name revision | Muxi Yan | 2016-10-02 |
| | | | |||
| * | | ObjC API update | Muxi Yan | 2016-09-30 |
| | | | |||
* | | | Clean up code | Muxi Yan | 2016-09-29 |
| | | | |||
* | | | Set initial backoff to 10000ms when creating channel | Muxi Yan | 2016-09-28 |
| | | | |||
| * | | Use NS_OPTIONS flags for ObjC API | 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 |
| | | |||
| * | Document | 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 #7245 from muxi/fix-7181 | makdharma | 2016-07-18 |
|\ \ | |/ |/| | Fix of Issue #7181 documentation and Objective C code | ||
| * | Remove redundant comment | Muxi Yan | 2016-07-14 |
| | |