Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | Merge pull request #11189 from muxi/stream_compression | Muxi Yan | 2017-07-17 |
|\ | | | | | Implement stream compression lib module | ||
* | | Reset OWNERS state | Craig Tiller | 2017-07-17 |
| | | |||
* | | Merge pull request #11145 from vjpai/inproc3 | Vijay Pai | 2017-07-15 |
|\ \ | | | | | | | In-process transport | ||
| * | | Create inproc transport, add relevant tests, exclude irrelevant tests | Vijay Pai | 2017-07-14 |
| | | | |||
* | | | Adding a few owners for /src/python/grpcio/grpc_core_dependencies.py | Nicolas "Pixel" Noble | 2017-07-14 |
| | | | |||
* | | | Add `set noparent` to Python OWNER files | Mehrdad Afshari | 2017-07-13 |
| | | | |||
* | | | Add @mehrdada to python OWNERS | Mehrdad Afshari | 2017-07-13 |
|/ / | |||
* | | Merge pull request #11310 from nicolasnoble/import | Nicolas Noble | 2017-07-13 |
|\ \ | | | | | | | Import mutations. | ||
* | | | Strawman OWNERS --> CODEOWNERS script | Craig Tiller | 2017-07-13 |
| | | | |||
* | | | Merge pull request #11738 from mehrdada/canonica-urls | Mehrdad Afshari | 2017-07-11 |
|\ \ \ | | | | | | | | | Use https://grpc.io consistently as the canonical URL | ||
* | | | | Revert "Remove lockfree-stack implementation that is no longer used" | Ken Payson | 2017-07-10 |
| | | | | | | | | | | | | | | | | This reverts commit 3d04e025bcffd1e583d502de4ee26625ea866b21. | ||
| * | | | Use https://grpc.io consistently as the canonical URL | Mehrdad Afshari | 2017-07-10 |
|/ / / | |||
* | | | Fetch grpc.io/release over https | Mehrdad Afshari | 2017-07-10 |
| | | | |||
* | | | Remove declaration of missing field. | Robert Bradshaw | 2017-07-10 |
| | | | |||
| | * | Move stream_compression to src/core/lib/compression | Muxi Yan | 2017-07-05 |
| | | | |||
| | * | Make stream compression module | Muxi Yan | 2017-07-05 |
| |/ |/| | |||
| * | Merge branch 'master' of https://github.com/grpc/grpc into import | Nicolas "Pixel" Noble | 2017-06-26 |
| |\ | |/ |/| | |||
* | | Enable wrong-import-order lint | Nathaniel Manista | 2017-06-24 |
| | | |||
* | | Enable redefined-variable-type lint | Nathaniel Manista | 2017-06-24 |
| | | |||
* | | Merge pull request #11412 from kpayson64/upgrade_boringssl | kpayson64 | 2017-06-20 |
|\ \ | | | | | | | Upgrade boringssl | ||
* | | | Remove lockfree-stack implementation that is no longer used | Vijay Pai | 2017-06-19 |
| | | | |||
| * | | Update boringssl | Ken Payson | 2017-06-15 |
|/ / | |||
* | | Update python reflection tests to cover the higher level API | Mehrdad Afshari | 2017-06-13 |
| | | |||
* | | Merge pull request #11336 from ctiller/ALL-the-things | Craig Tiller | 2017-06-08 |
|\ \ | | | | | | | Roll-up of threading changes | ||
* \ \ | Merge pull request #11237 from y-zeng/srv_record | Yuchen Zeng | 2017-06-08 |
|\ \ \ | | | | | | | | | Support grpclb address in the c-ares resolver | ||
| | * \ | Merge github.com:grpc/grpc into ALL-the-things | Craig Tiller | 2017-06-08 |
| | |\ \ | |_|/ / |/| | | | |||
* | | | | fix remaining license notices | Jan Tattermusch | 2017-06-08 |
| | | | | |||
* | | | | auto-fix most of licenses | Jan Tattermusch | 2017-06-08 |
| | | | | |||
| | * | | Merge github.com:grpc/grpc into ALL-the-things | Craig Tiller | 2017-06-07 |
| | |\ \ | |_|/ / |/| | | | |||
* | | | | Implement LB policy updates | David Garcia Quintas | 2017-06-06 |
| | | | | |||
| * | | | Merge remote-tracking branch 'upstream/master' into srv_record | Yuchen Zeng | 2017-06-06 |
| |\ \ \ | |/ / / |/| | | | |||
| * | | | Fix windows build, no_logging tests, dns_resolver_test | Yuchen Zeng | 2017-06-05 |
| | | | | |||
| | * | | Merge branch 'selectivity' into ALL-the-things | Craig Tiller | 2017-06-02 |
| | |\ \ | |_|/ / |/| | | | |||
* | | | | Expand pylint to grpc_health and grpc_reflection | Mehrdad Afshari | 2017-06-01 |
| | | | | |||
* | | | | master bumped to 1.5.x | David Garcia Quintas | 2017-05-30 |
| | | | | |||
* | | | | Merge pull request #11309 from murgatroid99/master_1.3.x_upmerge | Michael Lumish | 2017-05-30 |
|\ \ \ \ | | | | | | | | | | | Master 1.3.x upmerge | ||
| | | * | | Merge branch 'thread_pool' into ALL-the-things | Craig Tiller | 2017-05-30 |
| |_|/| | |/| | | | | |||
| | | | * | Merge remote-tracking branch 'ctiller/build-wtf' into import | Nicolas "Pixel" Noble | 2017-05-26 |
| |_|_|/| |/| | | | | |||
| * | | | | Merge remote-tracking branch 'upstream/v1.3.x' into master_1.3.x_upmerge | murgatroid99 | 2017-05-25 |
| |\ \ \ \ | | |/ / / | |/| | | | |||
* | | | | | Merge pull request #11306 from kpayson64/python_reflection | kpayson64 | 2017-05-25 |
|\ \ \ \ \ | | | | | | | | | | | | | Fix Python reflection arguments | ||
| * | | | | | Fix Python reflection arguments | Ken Payson | 2017-05-25 |
| |/ / / / | |||
* | | | | | Merge branch 'master' of https://github.com/Vizerai/grpc into intrusive_hash_map | Vizerai | 2017-05-23 |
|\| | | | | |||
| | * | | | bump version to 1.3.6 | Jan Tattermusch | 2017-05-23 |
| | | | | | |||
| | * | | | Merge pull request #11154 from kpayson64/hack_for_disconnects | kpayson64 | 2017-05-22 |
| | |\ \ \ | | | | | | | | | | | | | Reconnect disconnected channels automatically | ||
| | | * | | | Reconnect disconnected channels automatically | Ken Payson | 2017-05-22 |
| | | | | | | |||
| | * | | | | Update version to 1.3.5 | Ken Payson | 2017-05-19 |
| | | | | | | |||
| | * | | | | Bump to version 1.3.4 | Alexander Polcyn | 2017-05-18 |
| | | | | | | |||
| | | | * | | Merge github.com:grpc/grpc into thread_pool | Craig Tiller | 2017-05-17 |
| | | | |\ \ | | |_|_|/ / | |/| | | | | |||
| * | | | | | Merge pull request #11113 from jtattermusch/python_artifact_polling_trace | Jan Tattermusch | 2017-05-17 |
| |\ \ \ \ \ | | | | | | | | | | | | | | | Try fixing python artifact build on Windows | ||
| | | | | * \ | Merge github.com:grpc/grpc into thread_pool | Craig Tiller | 2017-05-16 |
| | | | | |\ \ | | |_|_|_|/ / | |/| | | | | |