aboutsummaryrefslogtreecommitdiffhomepage
path: root/tools
Commit message (Collapse)AuthorAge
* Merge pull request #6704 from yang-g/distribtestGravatar Jan Tattermusch2016-06-13
|\ | | | | Add distrib test utilities for c++
| * minor fixesGravatar yang-g2016-06-13
| |
* | Merge pull request #6438 from y-zeng/reflection_separate_libGravatar Jan Tattermusch2016-06-13
|\ \ | | | | | | Proto server reflection
* \ \ Merge pull request #6867 from ctiller/blazing-fuzzGravatar Jan Tattermusch2016-06-13
|\ \ \ | | | | | | | | Expand corpus, make one-shot runners not self-check leaks (to give ASAN a chance)
* \ \ \ Merge pull request #6864 from ctiller/fuzzing-hellGravatar Jan Tattermusch2016-06-13
|\ \ \ \ | | | | | | | | | | Fix fuzzing detected bug
* \ \ \ \ Merge pull request #6503 from kpayson64/python_3_supportGravatar Jan Tattermusch2016-06-11
|\ \ \ \ \ | | | | | | | | | | | | Initial Python3 support
* | | | | | add support for clang3.5, clang3.7 and gcc4.6Gravatar Jan Tattermusch2016-06-11
| | | | | |
| * | | | | Initial Python3 supportGravatar Ken Payson2016-06-10
|/ / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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
| | * / / Expand corpus, make one-shot runners not self-check leaks (to give ASAN a ↵Gravatar Craig Tiller2016-06-10
| |/ / / |/| | | | | | | | | | | chance)
| * | | Fix fuzzing detected bugGravatar Craig Tiller2016-06-10
|/ / /
* | | Merge pull request #6753 from ctiller/fuzz-meGravatar Jan Tattermusch2016-06-09
|\ \ \ | | | | | | | | Fix server side memory leak
* \ \ \ Merge pull request #6828 from soltanmm/arkenhammerGravatar Jan Tattermusch2016-06-09
|\ \ \ \ | | | | | | | | | | Add common proto files to Python grpcio-tools
* \ \ \ \ Merge pull request #6843 from soltanmm/doc-toolsGravatar Jan Tattermusch2016-06-09
|\ \ \ \ \ | | | | | | | | | | | | Add usage documentation to Python tools distribution
* \ \ \ \ \ Merge pull request #6811 from soltanmm/namesGravatar Jan Tattermusch2016-06-09
|\ \ \ \ \ \ | | | | | | | | | | | | | | Use Python namespace packages
* \ \ \ \ \ \ Merge pull request #6481 from dgquintas/compression_md_level_bisGravatar Jan Tattermusch2016-06-08
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | Allow servers to select compression level via initial MD & overall compression cleanup
* \ \ \ \ \ \ \ Merge pull request #6610 from xyzzyz/external_fd_freshGravatar Jan Tattermusch2016-06-08
|\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | Add support for communication using existing FD (for client and server)
| | | | * | | | | Add usage documentation to Python tools distributionGravatar Masood Malekghassemi2016-06-08
| | | | | | | | |
* | | | | | | | | Factor out json seriailzation code and move it into parse_json.Gravatar David Klempner2016-06-08
| |_|_|/ / / / / |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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.
* | | | | | | | Merge pull request #6649 from dgquintas/core_codegen_be_publicGravatar Jan Tattermusch2016-06-08
|\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | moved core_codegen from src/cpp/... to include/grpc++/...
* \ \ \ \ \ \ \ \ Merge pull request #6815 from kpayson64/python_perf_fixesGravatar Jan Tattermusch2016-06-08
|\ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | Remove AsyncStreaming client from python qps tests
* \ \ \ \ \ \ \ \ \ Merge pull request #6831 from kpayson64/python_jwt_credsGravatar Jan Tattermusch2016-06-08
|\ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | Added python jwt_token_creds interop test
| | | | | | | | | * | Add filegroup grpc++_codegen_protoGravatar Yuchen Zeng2016-06-08
| | | | | | | | | | |
| | | | | | | | * | | Merge github.com:grpc/grpc into fuzz-meGravatar Craig Tiller2016-06-08
| | | | | | | | |\ \ \ | |_|_|_|_|_|_|_|/ / / |/| | | | | | | | | |
| | | | | | | * | | | Fix command ordering for building Python artifactsGravatar Masood Malekghassemi2016-06-07
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Source packages were not getting the necessary C files due to `make_grpcio_tools.py` not being invoked before `sdist` through `setup.py`.
| | | | | * | | | | | Merge branch 'master' of github.com:grpc/grpc into compression_md_level_bisGravatar David Garcia Quintas2016-06-07
| | | | | |\ \ \ \ \ \ | |_|_|_|_|/ / / / / / |/| | | | | | | | | |
| * | | | | | | | | | Added python jwt_token_creds interop testGravatar Ken Payson2016-06-07
| | | | | | | | | | |
| | | * | | | | | | | Merge branch 'master' of github.com:grpc/grpc into core_codegen_be_publicGravatar David Garcia Quintas2016-06-07
| | | |\ \ \ \ \ \ \ \ | |_|_|/ / / / / / / / |/| | | | | | | | | |
| | * | | | | | | | | Changed Python Sync streaming qps to follow specGravatar Ken Payson2016-06-07
| | | | | | | | | | |
| | | | | | | * | | | Add common proto files to Python grpcio-toolsGravatar Masood Malekghassemi2016-06-07
| | | | | | | | | | |
| | | | * | | | | | | Add C++ support for using external FDGravatar Adam Michalik2016-06-07
| | | | | | | | | | |
| | | | * | | | | | | implement support for adding external fd to serverGravatar Adam Michalik2016-06-07
| | | | | | | | | | |
| | | | * | | | | | | separate posix functionality to grpc_posix.hGravatar Adam Michalik2016-06-07
| | | | | | | | | | |
| | | | * | | | | | | add testsGravatar Adam Michalik2016-06-07
| |_|_|/ / / / / / / |/| | | | | | | | |
| | | | | | | | * | Merge remote-tracking branch 'upstream/master' into reflection_separate_libGravatar Yuchen Zeng2016-06-07
| | | | | | | | |\ \ | |_|_|_|_|_|_|_|/ / |/| | | | | | | | |
| | | | | | | | * | Use deps instead of uses in build.yamlGravatar Yuchen Zeng2016-06-07
| | | | | | | | | |
* | | | | | | | | | Merge pull request #6190 from dgquintas/lb_pollset_propagationGravatar Jan Tattermusch2016-06-07
|\ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | Enable use of pollset_set for a channel call
* \ \ \ \ \ \ \ \ \ \ Merge pull request #6792 from yang-g/build_cleanGravatar Jan Tattermusch2016-06-07
|\ \ \ \ \ \ \ \ \ \ \ | |_|/ / / / / / / / / |/| | | | | | | | | | Make grpc++ independent of protobuf
| | | * | | | | | | | Remove AsyncStreaming client from python qps testsGravatar Ken Payson2016-06-06
| |_|/ / / / / / / / |/| | | | | | | | |
| | | | | * | | | | Use Python namespace packagesGravatar Masood Malekghassemi2016-06-06
| | | | | |/ / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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).
| | * | | | | | | Merge branch 'master' of github.com:grpc/grpc into lb_pollset_propagationGravatar David Garcia Quintas2016-06-06
| | |\ \ \ \ \ \ \ | |_|/ / / / / / / |/| | | | | | | |
| | | | | | | * | Add more comments, fix format issuesGravatar Yuchen Zeng2016-06-06
| | | | | | | | |
| | | | | | | * | Move reflection src/hdr to src/cpp/ext include/grpc++/extGravatar Yuchen Zeng2016-06-06
| | | | | | | | |
* | | | | | | | | Merge pull request #6750 from makdharma/cronetGravatar Jan Tattermusch2016-06-06
|\ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | cronet build related changes to build.yaml, and added ifdef guard around objective_c cronet code.
| | | | | | | | * | Addressed reveiw comments about namingGravatar Yuchen Zeng2016-06-06
| | | | | | | | | |
| | * | | | | | | | Spliting filegroup.Gravatar yang-g2016-06-03
| | | | | | | | | |
| | * | | | | | | | merge and resolve conflictsGravatar yang-g2016-06-03
| | |\ \ \ \ \ \ \ \
* | | \ \ \ \ \ \ \ \ Merge pull request #6789 from jtattermusch/fix_make_options_propagationGravatar Jan Tattermusch2016-06-03
|\ \ \ \ \ \ \ \ \ \ \ | |_|_|/ / / / / / / / |/| | | | | | | | | | Fix run_tests.py propagation of make options under docker
| | | * | | | | | | | Make grpc++ independent of protobufGravatar yang-g2016-06-03
| | | | |_|_|/ / / / | | | |/| | | | | |
| | | | | | * | | | Merge branch 'master' of github.com:grpc/grpc into compression_md_level_bisGravatar David Garcia Quintas2016-06-03
| | | | | | |\ \ \ \ | |_|_|_|_|_|/ / / / |/| | | | | | | | |
* | | | | | | | | | Merge pull request #6254 from grpc/python_per_rpc_interopGravatar Jan Tattermusch2016-06-03
|\ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | Added google call creds/per_rpc interop tests