Commit message (Collapse) | Author | Age | ||
---|---|---|---|---|
... | ||||
| | | | | | | | | | | | | * | Rework error and closure tracing | ncteisen | 2017-06-08 | |
| | | | | | | | | | | | | | | ||||
| | | | | | | | | | | | | * | Ban the non macro versions | ncteisen | 2017-06-08 | |
| | | | | | | | | | | | | | | ||||
| | | | | | | | | | | | | * | Add rich closure debug mode | ncteisen | 2017-06-08 | |
| |_|_|_|_|_|_|_|_|_|_|_|/ |/| | | | | | | | | | | | | ||||
| | * | | | | | | | | | | | Merge branch 'master' of https://github.com/grpc/grpc into closure-debug-trace | ncteisen | 2017-06-08 | |
| | |\ \ \ \ \ \ \ \ \ \ \ | |_|/ / / / / / / / / / / |/| | | | | | | | | | | | | ||||
| * | | | | | | | | | | | | Fix the misbehavior of counting all incoming bytes into frame_bytes stats | Muxi Yan | 2017-06-08 | |
|/ / / / / / / / / / / / | ||||
| | * | | | | | | | | | | clang-format | Craig Tiller | 2017-06-08 | |
| | | | | | | | | | | | | ||||
| | * | | | | | | | | | | Spread fd events across threads for EPOLLEXCLUSIVE | Craig Tiller | 2017-06-08 | |
| | |/ / / / / / / / / | ||||
| | * | | | | | | | | | Merge github.com:grpc/grpc into epex5 | Craig Tiller | 2017-06-08 | |
| | |\ \ \ \ \ \ \ \ \ | |_|/ / / / / / / / / |/| | | | | | | | | | | ||||
* | | | | | | | | | | | Merge pull request #11336 from ctiller/ALL-the-things | Craig Tiller | 2017-06-08 | |
|\ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | Roll-up of threading changes | |||
| | * | | | | | | | | | | Ban the non macro versions | ncteisen | 2017-06-08 | |
| | | | | | | | | | | | | ||||
| | * | | | | | | | | | | Add rich closure debug mode | ncteisen | 2017-06-08 | |
| | | | | | | | | | | | | ||||
| | * | | | | | | | | | | Merge branch 'master' of https://github.com/grpc/grpc into ALL-the-things | ncteisen | 2017-06-08 | |
| |/| | | | | | | | | | | |/ / / / / / / / / / |/| | | | | | | | | | | ||||
| * | | | | | | | | | | clang-format | Craig Tiller | 2017-06-08 | |
| | | | | | | | | | | | ||||
| * | | | | | | | | | | Ensure a poller exists | Craig Tiller | 2017-06-08 | |
| | | | | | | | | | | | ||||
* | | | | | | | | | | | Merge pull request #11237 from y-zeng/srv_record | Yuchen Zeng | 2017-06-08 | |
|\ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | Support grpclb address in the c-ares resolver | |||
* | | | | | | | | | | | | Fix code of conduct | Chris Aniszczyk | 2017-06-08 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Chris Aniszczyk <caniszczyk@gmail.com> | |||
* | | | | | | | | | | | | Add CNCF Code of Conduct | Chris Aniszczyk | 2017-06-08 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Chris Aniszczyk <caniszczyk@gmail.com> | |||
* | | | | | | | | | | | | Merge pull request #11367 from ncteisen/faster-bm-diff | Noah Eisen | 2017-06-08 | |
|\ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | Split Up Microbenchmark by Individual Benchmark | |||
| | | * | | | | | | | | | | Fix windows | Craig Tiller | 2017-06-08 | |
| | | | | | | | | | | | | | ||||
* | | | | | | | | | | | | | Merge pull request #11438 from jtattermusch/remove_patents | Jan Tattermusch | 2017-06-08 | |
|\ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Patents already part of Apache2 license | |||
| * | | | | | | | | | | | | | patents already part of Apache2 license | Jan Tattermusch | 2017-06-08 | |
|/ / / / / / / / / / / / / | ||||
| | | * | | | | | | | | | | Fix test | Craig Tiller | 2017-06-08 | |
| | | | | | | | | | | | | | ||||
| | | | | | | | | | * | | | Revert the changes to maintain backward compatibility | Muxi Yan | 2017-06-08 | |
| | | | | | | | | | | | | | ||||
| | | | | | | | | | * | | | Move tests | Muxi Yan | 2017-06-08 | |
| | | | | | | | | | | | | | ||||
* | | | | | | | | | | | | | Merge pull request #11429 from gkelly/fix-extra-semis | Noah Eisen | 2017-06-08 | |
|\ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Remove extraneous semicolons. | |||
| | | | | | | | | | | | | * | add grpc_slice_unref to fix leaks | Jan Tattermusch | 2017-06-08 | |
| | | | | | | | | | | | |/ | ||||
| | | | * | | | | | | | | | Fix test verification | Craig Tiller | 2017-06-08 | |
| | | | | | | | | | | | | | ||||
| | * | | | | | | | | | | | Merge branch 'master' of https://github.com/grpc/grpc into faster-bm-diff | ncteisen | 2017-06-08 | |
| | |\ \ \ \ \ \ \ \ \ \ \ | |_|/ / / / / / / / / / / |/| | | | | | | | | | | | | ||||
| | | | * | | | | | | | | | Fix depth counting bug | Craig Tiller | 2017-06-08 | |
| | | | | | | | | | | | | | ||||
| | * | | | | | | | | | | | 2 space indentation | ncteisen | 2017-06-08 | |
| | | | | | | | | | | | | | ||||
| | | | * | | | | | | | | | Review feedback | Craig Tiller | 2017-06-08 | |
| | | | | | | | | | | | | | ||||
| | | | * | | | | | | | | | Merge github.com:grpc/grpc into ALL-the-things | Craig Tiller | 2017-06-08 | |
| | | | |\ \ \ \ \ \ \ \ \ | |_|_|_|/ / / / / / / / / |/| | | | | | | | | | | | | ||||
* | | | | | | | | | | | | | Merge pull request #11432 from jtattermusch/apache_license | Jan Tattermusch | 2017-06-08 | |
|\ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Changing license to Apache v2 | |||
| * | | | | | | | | | | | | | fix protobuf_generated_well_known_types_embed.cc | Jan Tattermusch | 2017-06-08 | |
| | | | | | | | | | | | | | | ||||
| * | | | | | | | | | | | | | fix test/core/http/BUILD | Jan Tattermusch | 2017-06-08 | |
| | | | | | | | | | | | | | | ||||
| * | | | | | | | | | | | | | fix make_grpcio_tools.py | Jan Tattermusch | 2017-06-08 | |
| | | | | | | | | | | | | | | ||||
| * | | | | | | | | | | | | | license fixes | Jan Tattermusch | 2017-06-08 | |
| | | | | | | | | | | | | | | ||||
| * | | | | | | | | | | | | | fix remaining license notices | Jan Tattermusch | 2017-06-08 | |
| | | | | | | | | | | | | | | ||||
| * | | | | | | | | | | | | | auto-fix most of licenses | Jan Tattermusch | 2017-06-08 | |
| | | | | | | | | | | | | | | ||||
| * | | | | | | | | | | | | | fix check_copyright.py | Jan Tattermusch | 2017-06-08 | |
| | | | | | | | | | | | | | | ||||
| * | | | | | | | | | | | | | fix makefile | Jan Tattermusch | 2017-06-08 | |
| | | | | | | | | | | | | | | ||||
| * | | | | | | | | | | | | | fixing copyright not supported | Jan Tattermusch | 2017-06-08 | |
| | | | | | | | | | | | | | | ||||
| * | | | | | | | | | | | | | change LICENSE, add AUTHORS | Jan Tattermusch | 2017-06-08 | |
|/ / / / / / / / / / / / / | ||||
| | | | * | | | | | | | | | Merge github.com:grpc/grpc into ALL-the-things | Craig Tiller | 2017-06-07 | |
| | | | |\ \ \ \ \ \ \ \ \ | |_|_|_|/ / / / / / / / / |/| | | | | | | | | | | | | ||||
* | | | | | | | | | | | | | Merge pull request #11333 from ctiller/faster_timer_pool | Craig Tiller | 2017-06-07 | |
|\ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Get rid of zero-length poll case now that timer pool exists | |||
* \ \ \ \ \ \ \ \ \ \ \ \ \ | Merge pull request #11399 from yang-g/status_ok_message | Yang Gao | 2017-06-07 | |
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Update comments to discourage having an OK status with error_message | |||
| | | | * | | | | | | | | | | | Yapf code | ncteisen | 2017-06-07 | |
| | | | | | | | | | | | | | | | ||||
| | | | * | | | | | | | | | | | Github comments | ncteisen | 2017-06-07 | |
| | | | | | | | | | | | | | | | ||||
| | | | * | | | | | | | | | | | Differentiate between timeouts and crashes | ncteisen | 2017-06-07 | |
| | | | | | | | | | | | | | | | ||||
| | * | | | | | | | | | | | | | Merge github.com:grpc/grpc into faster_timer_pool | Craig Tiller | 2017-06-07 | |
| | |\ \ \ \ \ \ \ \ \ \ \ \ \ | |_|/ / / / / / / / / / / / / |/| | | | | | | | | | | | | | |