| Commit message (Collapse) | Author | Age |
... | |
| | | | | | | |
|
| | | |/ / /
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | | |
-Rename namespace to grpc_health->grpc to match spec
-Proper use of NOT_FOUND status code
-Improve testing
-Add source distribution to artifact build
|
| | | | | | |
|
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | | |
Before we patched the link command, now we just patch `spawn` as an
updatable catch-all solution to ARG_MAX limitations on bash for MSYS and
MinGW and friends.
|
| | |\ \ \ \
| | | | | | |
| | | | | | | |
Add more assertions to _rpc_test
|
| | | | |\ \ \
| | | | | | | |
| | | | | | | | |
Move Python.h include out of loader code
|
|\ \ \ \ \ \ \ \
| | |/ / / / / /
| |/| | | | | | |
|
| | |\ \ \ \ \ \
| | |/ / / / / /
| |/| | | | | | |
|
| | | | | | | | |
|
| | | | | | | |\ |
|
| | | | | | | | | |
|
| | | | | | | | |
| | | | | | | | |
| | | | | | | | |
| | | | | | | | |
| | | | | | | | | |
To make a certain private code base work in a certain way nicer than the
current way.
|
| | |_|_|_|_|_|/
| |/| | | | | | |
|
| | | | |/ / / |
|
| |\ \ \ \ \ \
| | | |_|/ / /
| | |/| | | | |
Automatic v1.0.x -> master upmerge
|
| | |_|_|_|/
| |/| | | | |
|
| |\ \ \ \ \
| | | | | | |
| | | | | | | |
Fix cygrpc test
|
| | | |\ \ \ \
| | | | | | | |
| | | | | | | | |
Add special methods to generated Python docs
|
| | | |_|/ / /
| | |/| | | |
| | | | | | |
| | | | | | |
| | | | | | | |
This is for https://github.com/grpc/grpc/pull/6737 when
start_batch will no longer put data on the wire
|
| |\ \ \ \ \ \
| | |/ / / / /
| |/| | | | | |
Patch spawn for Python 'unix' compilers instead of link
|
| | | |\ \ \ \
| | | | | | | |
| | | | | | | | |
Removed early adopter code
|
| | | | |/ / /
| | | |/| | |
| | | | | | |
| | | | | | |
| | | | | | | |
Also removes an old-now-spurious `make` invocation from the docgen.py
helper script.
|
| | | | | | | |
|
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | | |
Before we patched the link command, now we just patch `spawn` as an
updatable catch-all solution to ARG_MAX limitations on bash for MSYS and
MinGW and friends.
|
| | | |/ / / |
|
| | |/ / /
| |/| | | |
|
| | | | | |
|
| |\ \ \ \
| | | | | |
| | | | | | |
Implemented python status_code_and_message interop test
|
| |\ \ \ \ \
| | | | | | |
| | | | | | | |
Updated exit_test for new grpc.Server API
|
| |\ \ \ \ \ \
| | | | | | | |
| | | | | | | | |
Updated python qps tests to use GA server API
|
| | | |_|/ / /
| | |/| | | |
| | | | | | |
| | | | | | |
| | | | | | | |
This should have been included as part of
45c0f2b3051bf1642337e109df57e8031cb654c8
|
| | | | | | | |
|
| |\ \ \ \ \ \
| | | | | | | |
| | | | | | | |
| | | | | | | |
| | | | | | | |
| | | | | | | |
| | | | | | | |
| | | | | | | |
| | | | | | | |
| | | | | | | |
| | | | | | | |
| | | | | | | |
| | | | | | | |
| | | | | | | |
| | | | | | | |
| | | | | | | |
| | | | | | | |
| | | | | | | |
| | | | | | | |
| | | | | | | |
| | | | | | | |
| | | | | | | |
| | | | | | | |
| | | | | | | |
| | | | | | | |
| | | | | | | |
| | | | | | | |
| | | | | | | |
| | | | | | | | |
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
|
| | |_|_|_|/ /
| |/| | | | | |
|
| | | |/ / /
| | | | | |
| | | | | |
| | | | | | |
This should have been part of a6b2a5a090ff057f77976b22d854ff375883c1b9
|
| | | |/ / |
|
| | |/ /
| |/| |
| | | |
| | | |
| | | |
| | | |
| | | | |
When a child thread triggers __dealloc__ as part of a thread being
joined, the thread is already considered to be "joined", and so
releasing the GIL can allow the main thread to proceed to exit,
which introduces shutdown race conditions/memory leaks.
|
| |\ \ \
| | | | |
| | | | | |
Make handlers optional at server construction
|
| |\ \ \ \
| | | | | |
| | | | | | |
Fix Python interop unit-tests on Windows
|
| |\ \ \ \ \
| | | | | | |
| | | | | | | |
Fix _Rendezvous.exception for successful calls
|
| |\ \ \ \ \ \
| | | | | | | |
| | | | | | | | |
Support composition of arbitrarily many CallCredentials objects
|
| | | | | | | | |
|
| | | | | | | | |
|
| | | | | | | | |
|
| | | | | | | |
| | | | | | | |
| | | | | | | |
| | | | | | | | |
The modified link command was originally taken from a Python 2.x distutils.
|
| | | | | | | | |
|
| |\ \ \ \ \ \ \
| | | | | | | | |
| | | | | | | | | |
Migrated python performance tests to use GA API
|
| | | | | | | | | |
|
| | |_|_|/ / / /
| |/| | | | | | |
|
| |\ \ \ \ \ \ \
| | | | | | | | |
| | | | | | | | | |
Removed cython client-side call tracking
|