Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | Revert "Metadata handling rewrite" | Craig Tiller | 2017-01-20 |
| | |||
* | Merge github.com:grpc/grpc into metadata_filter | Craig Tiller | 2017-01-18 |
|\ | |||
* | | Fix test errors on string copy | Muxi Yan | 2017-01-16 |
| | | |||
* | | Use grpc_slice at core boudary | Muxi Yan | 2017-01-13 |
| | | |||
| * | Merge remote-tracking branch 'upstream/master' into change_cronet_interface | Muxi Yan | 2017-01-10 |
| |\ | |/ |/| | |||
* | | v1.0.x → master upmerge | Nathaniel Manista | 2016-12-16 |
|\ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | Manual changes: - Fixed use of Exception.message in _invalid_metadata_test.py - Fixed merge of one_failed_as_unavailable in rpc_server_spec.rb - Added "set -e" to generate_build_additions.sh | ||
| | * | Merge branch 'master' into change_cronet_interface | Muxi Yan | 2016-12-14 |
| | |\ | |_|/ |/| | | |||
* | | | GPR Buffers need to be destroyed, not directly freed, otherwise it leaks ↵ | Paul Querna | 2016-12-05 |
| | | | | | | | | | | | | reference counted backing slices. | ||
| * | | Advance objective c version to v1.0.2 | Muxi Yan | 2016-11-28 |
| | | | |||
| | * | Change interface | Garrett Casto | 2016-11-28 |
| |/ |/| | |||
* | | 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 |
| | | | |||
| | * | 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 |
| | | | |||
| * | | 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 | ||
* | | | 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. |