| Commit message (Collapse) | Author | Age |
|\
| |
| | |
Establish Objective C end-to-end core test with Cronet
|
| | |
|
| | |
|
| |
| |
| |
| | |
method name
|
| |
| |
| |
| | |
can be run, instead of only allow running the entire fixture
|
|\ \
| | |
| | | |
Fix of Issue #7181 documentation and Objective C code
|
| | | |
|
| | | |
|
| | | |
|
| | |
| | |
| | |
| | | |
chttp2_tear_down_secure_fullstack in h2_ssl_cronet.m
|
| | | |
|
| | | |
|
| | | |
|
| | |\
| |_|/
|/| | |
|
| | | |
|
| | | |
|
| | | |
|
| | | |
|
| | | |
|
|\ \ \
| | | |
| | | | |
Distribute ProtoC and the plugin as pods
|
|\ \ \ \
| |_|_|/
|/| | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
Conflicts:
Makefile
build.yaml
gRPC-Core.podspec
gRPC.podspec
package.json
package.xml
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/tools/package.json
src/python/grpcio/grpc/__init__.py
src/python/grpcio/grpc_version.py
src/python/grpcio_tests/tests/unit/_rpc_test.py
src/ruby/lib/grpc/version.rb
src/ruby/tools/version.rb
templates/gRPC.podspec.template
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
tools/run_tests/port_server.py
|
| |\ \ \
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | | |
Conflicts:
gRPC.podspec
src/objective-c/BoringSSL.podspec
src/objective-c/examples/RemoteTestClient/RemoteTest.podspec
src/objective-c/examples/Sample/Sample.xcodeproj/project.pbxproj
src/objective-c/examples/SwiftSample/SwiftSample.xcodeproj/project.pbxproj
src/objective-c/tests/Podfile
templates/gRPC.podspec.template
third_party/protobuf
|
| | | |\ \
| |_|_|/ /
|/| | | | |
|
| | | | | |
|
| | | | | |
|
| | | | |
| | | | |
| | | | | |
For the spec to pass linting.
|
| | | | |
| | | | |
| | | | | |
For the spec to pass linting.
|
| | | | |
| | | | |
| | | | |
| | | | |
| | | | | |
The examples under <repo_root>/examples now rely on the released
versions. Those under src/objective-c/examples, as well as the tests,
rely on protoc and the plugin as compiled from head.
|
| | | | | |
|
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | | |
Modified objc plugin to add two types of import statements for well
known protos.
Deleted unnecessary empty.proto as we'll be using wellknown empty.proto
Modified test to use the well known empty.proto.
|
|\ \ \ \ \
| | | | | |
| | | | | | |
Merge 0.14 into master
|
|\ \ \ \ \ \
| | | | | | |
| | | | | | | |
Return success status of grpc_byte_buffer_reader_init
|
|\ \ \ \ \ \ \
| | | | | | | |
| | | | | | | | |
App to manually test behavior under changing connectivity conditions
|
| | | | | | | | |
|
| | | | | | | | |
|
| |_|_|_|_|_|/
|/| | | | | |
| | | | | | |
| | | | | | | |
Update Status Codes documentation
|
| | |\ \ \ \ \
| |_|/ / / / /
|/| | | | | |
| | | | | | | |
https://github.com/soltanmm/grpc into bb_reader_error
|
| | | | |_|/
| | | |/| |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | | |
Still needed:
- Make it build protoc if it’s not in the root (i.e. if we're developing locally)
- Put the gRPC plugin in the GitHub release page, and add a podspec for it that does the same
|
| | | | | | |
|
| | | |\ \ \
| |_|_|/ / /
|/| | | | |
| | | | | | |
merge-0.14-into-master
|
| | | | | | |
|
| | | | | | |
|
| | | | | | |
|
| | | | | | |
|
| | | | | | |
|
|\ \ \ \ \ \
| |_|/ / / /
|/| | | | | |
Build objective-c examples as part of automatic tests
|
| | | |\ \ \
| |_|_|/ / /
|/| | | | /
| | | | |/
| | | |/|
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | | |
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.
|
|\ \ \ \ \
| | | | | |
| | | | | | |
Add a maybe-temporary way for apps to clear the channel cache
|
|\ \ \ \ \ \
| | | | | | |
| | | | | | | |
fix for working with compressed data. Fixes #6746.
|
| | | | | | | |
|