Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | - fix build problems | Mark D. Roth | 2016-06-16 |
| | | | | | - make changes suggested by reviewer - add test (not working yet) | ||
* | Initial attempt at a C++ API for defining channel filters. | Mark D. Roth | 2016-06-15 |
| | |||
* | Merge pull request #6572 from y-zeng/base64_decode | Jan Tattermusch | 2016-06-14 |
|\ | | | | | Add base64 decoder | ||
* \ | Merge pull request #6704 from yang-g/distribtest | Jan Tattermusch | 2016-06-13 |
|\ \ | | | | | | | Add distrib test utilities for c++ | ||
* \ \ | Merge pull request #6438 from y-zeng/reflection_separate_lib | Jan Tattermusch | 2016-06-13 |
|\ \ \ | | | | | | | | | Proto server reflection | ||
* \ \ \ | Merge pull request #6867 from ctiller/blazing-fuzz | Jan Tattermusch | 2016-06-13 |
|\ \ \ \ | | | | | | | | | | | Expand corpus, make one-shot runners not self-check leaks (to give ASAN a chance) | ||
* \ \ \ \ | Merge pull request #6864 from ctiller/fuzzing-hell | Jan Tattermusch | 2016-06-13 |
|\ \ \ \ \ | | | | | | | | | | | | | Fix fuzzing detected bug | ||
* \ \ \ \ \ | Merge pull request #6503 from kpayson64/python_3_support | Jan Tattermusch | 2016-06-11 |
|\ \ \ \ \ \ | | | | | | | | | | | | | | | Initial Python3 support | ||
* | | | | | | | add support for clang3.5, clang3.7 and gcc4.6 | Jan Tattermusch | 2016-06-11 |
| | | | | | | | |||
| * | | | | | | Initial Python3 support | Ken Payson | 2016-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 ↵ | Craig Tiller | 2016-06-10 |
| |/ / / / |/| | | | | | | | | | | | | | | chance) | ||
| * | | | | Fix fuzzing detected bug | Craig Tiller | 2016-06-10 |
|/ / / / | |||
* | | | | Merge pull request #6753 from ctiller/fuzz-me | Jan Tattermusch | 2016-06-09 |
|\ \ \ \ | | | | | | | | | | | Fix server side memory leak | ||
* \ \ \ \ | Merge pull request #6828 from soltanmm/arkenhammer | Jan Tattermusch | 2016-06-09 |
|\ \ \ \ \ | | | | | | | | | | | | | Add common proto files to Python grpcio-tools | ||
| | | | | * | Merge remote-tracking branch 'upstream/master' into base64_decode | Yuchen Zeng | 2016-06-09 |
| | | | | |\ | |_|_|_|_|/ |/| | | | | | |||
* | | | | | | Merge pull request #6481 from dgquintas/compression_md_level_bis | Jan Tattermusch | 2016-06-08 |
|\ \ \ \ \ \ | | | | | | | | | | | | | | | Allow servers to select compression level via initial MD & overall compression cleanup | ||
* \ \ \ \ \ \ | Merge pull request #6610 from xyzzyz/external_fd_fresh | Jan Tattermusch | 2016-06-08 |
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | Add support for communication using existing FD (for client and server) | ||
| | | | | | | * | Merge remote-tracking branch 'upstream/master' into base64_decode | Yuchen Zeng | 2016-06-08 |
| | | | | | | |\ | |||
* | | | | | | | | | Factor out json seriailzation code and move it into parse_json. | David Klempner | 2016-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_public | Jan Tattermusch | 2016-06-08 |
|\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | moved core_codegen from src/cpp/... to include/grpc++/... | ||
* \ \ \ \ \ \ \ \ | Merge pull request #6815 from kpayson64/python_perf_fixes | Jan Tattermusch | 2016-06-08 |
|\ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | Remove AsyncStreaming client from python qps tests | ||
* \ \ \ \ \ \ \ \ \ | Merge pull request #6831 from kpayson64/python_jwt_creds | Jan Tattermusch | 2016-06-08 |
|\ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | Added python jwt_token_creds interop test | ||
| | | | | | | | * | | | Add filegroup grpc++_codegen_proto | Yuchen Zeng | 2016-06-08 |
| | | | | | | | | | | | |||
| | | | | | | * | | | | Merge github.com:grpc/grpc into fuzz-me | Craig Tiller | 2016-06-08 |
| | | | | | | |\ \ \ \ | |_|_|_|_|_|_|/ / / / |/| | | | | | | | | | | |||
| | | | | | * | | | | | Fix command ordering for building Python artifacts | Masood Malekghassemi | 2016-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_bis | David Garcia Quintas | 2016-06-07 |
| | | | | |\ \ \ \ \ \ | |_|_|_|_|/ / / / / / |/| | | | | | | | | | | |||
| * | | | | | | | | | | Added python jwt_token_creds interop test | Ken Payson | 2016-06-07 |
| | | | | | | | | | | | |||
| | | * | | | | | | | | Merge branch 'master' of github.com:grpc/grpc into core_codegen_be_public | David Garcia Quintas | 2016-06-07 |
| | | |\ \ \ \ \ \ \ \ | |_|_|/ / / / / / / / |/| | | | | | | | | | | |||
| | * | | | | | | | | | Changed Python Sync streaming qps to follow spec | Ken Payson | 2016-06-07 |
| | | | | | | | | | | | |||
| | | | * | | | | | | | Add C++ support for using external FD | Adam Michalik | 2016-06-07 |
| | | | | | | | | | | | |||
| | | | * | | | | | | | implement support for adding external fd to server | Adam Michalik | 2016-06-07 |
| | | | | | | | | | | | |||
| | | | * | | | | | | | separate posix functionality to grpc_posix.h | Adam Michalik | 2016-06-07 |
| | | | | | | | | | | | |||
| | | | * | | | | | | | add tests | Adam Michalik | 2016-06-07 |
| |_|_|/ / / / / / / |/| | | | | | | | | | |||
| | | | | | | * | | | Merge remote-tracking branch 'upstream/master' into reflection_separate_lib | Yuchen Zeng | 2016-06-07 |
| | | | | | | |\ \ \ | |_|_|_|_|_|_|/ / / |/| | | | | | | | | | |||
| | | | | | | * | | | Use deps instead of uses in build.yaml | Yuchen Zeng | 2016-06-07 |
| | | | | | | | | | | |||
* | | | | | | | | | | Merge pull request #6190 from dgquintas/lb_pollset_propagation | Jan Tattermusch | 2016-06-07 |
|\ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | Enable use of pollset_set for a channel call | ||
* \ \ \ \ \ \ \ \ \ \ | Merge pull request #6792 from yang-g/build_clean | Jan Tattermusch | 2016-06-07 |
|\ \ \ \ \ \ \ \ \ \ \ | |_|/ / / / / / / / / |/| | | | | | | | | | | Make grpc++ independent of protobuf | ||
| | | * | | | | | | | | Remove AsyncStreaming client from python qps tests | Ken Payson | 2016-06-06 |
| |_|/ / / / / / / / |/| | | | | | | | | | |||
| | * | | | | | | | | Merge branch 'master' of github.com:grpc/grpc into lb_pollset_propagation | David Garcia Quintas | 2016-06-06 |
| | |\ \ \ \ \ \ \ \ | |_|/ / / / / / / / |/| | | | | | | | | | |||
| | | | | | | * | | | Add more comments, fix format issues | Yuchen Zeng | 2016-06-06 |
| | | | | | | | | | | |||
| | | | | | | * | | | Move reflection src/hdr to src/cpp/ext include/grpc++/ext | Yuchen Zeng | 2016-06-06 |
| | | | | | | | | | | |||
* | | | | | | | | | | Merge pull request #6750 from makdharma/cronet | Jan Tattermusch | 2016-06-06 |
|\ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | cronet build related changes to build.yaml, and added ifdef guard around objective_c cronet code. | ||
| | * | | | | | | | | | Spliting filegroup. | yang-g | 2016-06-03 |
| | | | | | | | | | | | |||
| | * | | | | | | | | | merge and resolve conflicts | yang-g | 2016-06-03 |
| | |\ \ \ \ \ \ \ \ \ | |||
* | | \ \ \ \ \ \ \ \ \ | Merge pull request #6789 from jtattermusch/fix_make_options_propagation | Jan Tattermusch | 2016-06-03 |
|\ \ \ \ \ \ \ \ \ \ \ \ | |_|_|/ / / / / / / / / |/| | | | | | | | | | | | Fix run_tests.py propagation of make options under docker | ||
| | | * | | | | | | | | | Make grpc++ independent of protobuf | yang-g | 2016-06-03 |
| | | | |_|_|/ / / / / | | | |/| | | | | | | | |||
| | | | | | * | | | | | Merge branch 'master' of github.com:grpc/grpc into compression_md_level_bis | David Garcia Quintas | 2016-06-03 |
| | | | | | |\ \ \ \ \ | |_|_|_|_|_|/ / / / / |/| | | | | | | | | | | |||
* | | | | | | | | | | | Merge pull request #6254 from grpc/python_per_rpc_interop | Jan Tattermusch | 2016-06-03 |
|\ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | Added google call creds/per_rpc interop tests | ||
* \ \ \ \ \ \ \ \ \ \ \ | Merge pull request #6306 from y-zeng/win32_suffix | Jan Tattermusch | 2016-06-03 |
|\ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | Change win32 file suffix | ||
* \ \ \ \ \ \ \ \ \ \ \ \ | Merge pull request #6636 from yang-g/grpc_cli | Jan Tattermusch | 2016-06-03 |
|\ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Add proto file support in grpc_cli |