| Commit message (Collapse) | Author | Age |
| |
|
|\
| |
| | |
Add distrib test utilities for c++
|
| | |
|
|\ \
| | |
| | | |
Proto server reflection
|
|\ \ \
| | | |
| | | | |
Expand corpus, make one-shot runners not self-check leaks (to give ASAN a chance)
|
|\ \ \ \
| | | | |
| | | | | |
Fix fuzzing detected bug
|
|\ \ \ \ \
| | | | | |
| | | | | | |
Initial Python3 support
|
| | | | | | |
|
|/ / / / /
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | | |
Notable Changes:
-Convert all str types to byte types at cython layer (ascii encoding)
-Use six for packages that have different names in Python2/Python3
-By default, unit tests are compiled/run in Python2.7 and Python3.4
-Ensure MACOSX_BUILD_TARGET is at least 10.7
|
| |/ / /
|/| | |
| | | |
| | | | |
chance)
|
|/ / / |
|
|\ \ \
| | | |
| | | | |
Fix server side memory leak
|
|\ \ \ \
| | | | |
| | | | | |
Add common proto files to Python grpcio-tools
|
|\ \ \ \ \
| | | | | |
| | | | | | |
Add usage documentation to Python tools distribution
|
|\ \ \ \ \ \
| | | | | | |
| | | | | | | |
Use Python namespace packages
|
|\ \ \ \ \ \ \
| | | | | | | |
| | | | | | | | |
Allow servers to select compression level via initial MD & overall compression cleanup
|
|\ \ \ \ \ \ \ \
| | | | | | | | |
| | | | | | | | | |
Add support for communication using existing FD (for client and server)
|
| | | | | | | | | |
|
| |_|_|/ / / / /
|/| | | | | | |
| | | | | | | |
| | | | | | | |
| | | | | | | |
| | | | | | | | |
This is for the same reasons as ParseJson, that is so that we can limit
the scope of the proto namespace differences between internal and
external.
|
|\ \ \ \ \ \ \ \
| | | | | | | | |
| | | | | | | | | |
moved core_codegen from src/cpp/... to include/grpc++/...
|
|\ \ \ \ \ \ \ \ \
| | | | | | | | | |
| | | | | | | | | | |
Remove AsyncStreaming client from python qps tests
|
|\ \ \ \ \ \ \ \ \ \
| | | | | | | | | | |
| | | | | | | | | | | |
Added python jwt_token_creds interop test
|
| | | | | | | | | | | |
|
| | | | | | | | |\ \ \
| |_|_|_|_|_|_|_|/ / /
|/| | | | | | | | | | |
|
| | | | | | | | | | |
| | | | | | | | | | |
| | | | | | | | | | |
| | | | | | | | | | |
| | | | | | | | | | |
| | | | | | | | | | | |
Source packages were not getting the necessary C files due to
`make_grpcio_tools.py` not being invoked before `sdist` through
`setup.py`.
|
| | | | | |\ \ \ \ \ \
| |_|_|_|_|/ / / / / /
|/| | | | | | | | | | |
|
| | | | | | | | | | | |
|
| | | |\ \ \ \ \ \ \ \
| |_|_|/ / / / / / / /
|/| | | | | | | | | | |
|
| | | | | | | | | | | |
|
| | | | | | | | | | | |
|
| | | | | | | | | | | |
|
| | | | | | | | | | | |
|
| | | | | | | | | | | |
|
| |_|_|/ / / / / / /
|/| | | | | | | | | |
|
| | | | | | | | |\ \
| |_|_|_|_|_|_|_|/ /
|/| | | | | | | | | |
|
| | | | | | | | | | |
|
|\ \ \ \ \ \ \ \ \ \
| | | | | | | | | | |
| | | | | | | | | | | |
Enable use of pollset_set for a channel call
|
|\ \ \ \ \ \ \ \ \ \ \
| |_|/ / / / / / / / /
|/| | | | | | | | | | |
Make grpc++ independent of protobuf
|
| |_|/ / / / / / / /
|/| | | | | | | | | |
|
| | | | | |/ / / /
| | | | | | | | |
| | | | | | | | |
| | | | | | | | |
| | | | | | | | |
| | | | | | | | |
| | | | | | | | |
| | | | | | | | |
| | | | | | | | |
| | | | | | | | | |
Before, namespace packages would break in auditwheel due to a
superfluous check (fixed in the commit referenced in the Dockerfiles).
Now, the auditwheel used in the manylinux1-support Docker images can
handle namespace packages, and we may thus use them. This should
alleviate future user pain w.r.t. installation of grpcio-tools causing
loss of grpcio files and vice versa (e.g. requiring a reinstall of
grpcio following installation of grpcio-tools).
|
| | |\ \ \ \ \ \ \
| |_|/ / / / / / /
|/| | | | | | | | |
|
| | | | | | | | | |
|
| | | | | | | | | |
|
|\ \ \ \ \ \ \ \ \
| | | | | | | | | |
| | | | | | | | | | |
cronet build related changes to build.yaml, and added ifdef guard around objective_c cronet code.
|
| | | | | | | | | | |
|
| | | | | | | | | | |
|
| | |\ \ \ \ \ \ \ \ |
|
|\ \ \ \ \ \ \ \ \ \ \
| |_|_|/ / / / / / / /
|/| | | | | | | | | | |
Fix run_tests.py propagation of make options under docker
|
| | | | |_|_|/ / / /
| | | |/| | | | | | |
|
| | | | | | |\ \ \ \
| |_|_|_|_|_|/ / / /
|/| | | | | | | | | |
|