Commit message (Expand) | Author | Age | |
---|---|---|---|
* | Merge pull request #6572 from y-zeng/base64_decode | Jan Tattermusch | 2016-06-14 |
|\ | |||
* \ | Merge pull request #6704 from yang-g/distribtest | Jan Tattermusch | 2016-06-13 |
|\ \ | |||
| * | | minor fixes | yang-g | 2016-06-13 |
* | | | Merge pull request #6438 from y-zeng/reflection_separate_lib | Jan Tattermusch | 2016-06-13 |
|\ \ \ | |||
* \ \ \ | Merge pull request #6867 from ctiller/blazing-fuzz | Jan Tattermusch | 2016-06-13 |
|\ \ \ \ | |||
* \ \ \ \ | Merge pull request #6864 from ctiller/fuzzing-hell | Jan Tattermusch | 2016-06-13 |
|\ \ \ \ \ | |||
* \ \ \ \ \ | Merge pull request #6503 from kpayson64/python_3_support | Jan Tattermusch | 2016-06-11 |
|\ \ \ \ \ \ | |||
* | | | | | | | add support for clang3.5, clang3.7 and gcc4.6 | Jan Tattermusch | 2016-06-11 |
| * | | | | | | Initial Python3 support | Ken Payson | 2016-06-10 |
|/ / / / / / | |||
| | * / / / | Expand corpus, make one-shot runners not self-check leaks (to give ASAN a cha... | Craig Tiller | 2016-06-10 |
| |/ / / / |/| | | | | |||
| * | | | | Fix fuzzing detected bug | Craig Tiller | 2016-06-10 |
|/ / / / | |||
* | | | | Merge pull request #6753 from ctiller/fuzz-me | Jan Tattermusch | 2016-06-09 |
|\ \ \ \ | |||
* \ \ \ \ | Merge pull request #6828 from soltanmm/arkenhammer | Jan Tattermusch | 2016-06-09 |
|\ \ \ \ \ | |||
* \ \ \ \ \ | Merge pull request #6843 from soltanmm/doc-tools | Jan Tattermusch | 2016-06-09 |
|\ \ \ \ \ \ | |||
* \ \ \ \ \ \ | Merge pull request #6811 from soltanmm/names | Jan Tattermusch | 2016-06-09 |
|\ \ \ \ \ \ \ | |||
| | | | | | | * | 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 |
|\ \ \ \ \ \ \ \ | |||
* \ \ \ \ \ \ \ \ | Merge pull request #6610 from xyzzyz/external_fd_fresh | Jan Tattermusch | 2016-06-08 |
|\ \ \ \ \ \ \ \ \ | |||
| | | | * | | | | | | Add usage documentation to Python tools distribution | Masood Malekghassemi | 2016-06-08 |
| | | | | | | | | * | 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 |
| |_|_|/ / / / / / |/| | | | | | | | | |||
* | | | | | | | | | Merge pull request #6649 from dgquintas/core_codegen_be_public | Jan Tattermusch | 2016-06-08 |
|\ \ \ \ \ \ \ \ \ | |||
* \ \ \ \ \ \ \ \ \ | Merge pull request #6815 from kpayson64/python_perf_fixes | Jan Tattermusch | 2016-06-08 |
|\ \ \ \ \ \ \ \ \ \ | |||
* \ \ \ \ \ \ \ \ \ \ | Merge pull request #6831 from kpayson64/python_jwt_creds | Jan Tattermusch | 2016-06-08 |
|\ \ \ \ \ \ \ \ \ \ \ | |||
| | | | | | | | | * | | | 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 |
| | | | | * | | | | | | | 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 common proto files to Python grpcio-tools | Masood Malekghassemi | 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 |
|\ \ \ \ \ \ \ \ \ \ \ | |||
* \ \ \ \ \ \ \ \ \ \ \ | Merge pull request #6792 from yang-g/build_clean | Jan Tattermusch | 2016-06-07 |
|\ \ \ \ \ \ \ \ \ \ \ \ | |_|/ / / / / / / / / / |/| | | | | | | | | | | | |||
| | | * | | | | | | | | | Remove AsyncStreaming client from python qps tests | Ken Payson | 2016-06-06 |
| |_|/ / / / / / / / / |/| | | | | | | | | | | |||
| | | | | * | | | | | | Use Python namespace packages | Masood Malekghassemi | 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 |
|\ \ \ \ \ \ \ \ \ \ | |||
| | | | | | | | * | | | Addressed reveiw comments about naming | Yuchen Zeng | 2016-06-06 |
| | * | | | | | | | | | 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 |
|\ \ \ \ \ \ \ \ \ \ \ \ | |_|_|/ / / / / / / / / |/| | | | | | | | | | | |