Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | Merge pull request #7601 from dgquintas/census_stuff | kpayson64 | 2016-08-02 |
|\ | | | | | Changed census static metadata keys for tracing and tag propagation | ||
* \ | Merge branch 'master' of github.com:grpc/grpc into grpclb_v0 | David Garcia Quintas | 2016-08-01 |
|\ \ | |||
| | * | Changed census static metadata keys for tracing and tag propagation | David Garcia Quintas | 2016-08-01 |
| |/ | |||
| * | clang-format | David Garcia Quintas | 2016-08-01 |
| | | |||
| * | Merge branch 'master' of github.com:grpc/grpc into lr_july_16 | David Garcia Quintas | 2016-08-01 |
| |\ | |||
* | \ | Merge branch 'master' of github.com:grpc/grpc into grpclb_v0 | David Garcia Quintas | 2016-08-01 |
|\ \ \ | | |/ | |/| | |||
* | | | Addressed the rest of the PR comments | David Garcia Quintas | 2016-07-29 |
| | | | |||
| * | | Merge pull request #7459 from nicolasnoble/udp_test_bitrot | Vijay Pai | 2016-07-27 |
| |\ \ | | | | | | | | | Fixing udp test bitrotting. | ||
| | | * | removed some bits from invalid LR design | David Garcia Quintas | 2016-07-26 |
| | | | | |||
| * | | | Merge v1.0.x into master | murgatroid99 | 2016-07-22 |
| |\ \ \ | |||
| * | | | | Add gpr_slice_new_with_user_data. | Sanjay Ghemawat | 2016-07-21 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | gpr_slice_new_with_user_data is like gpr_slice_new, but allows the caller to specify a distinct pointer to pass to the destroy function. This is useful when the data is part of a larger data structure that should be destroyed when the data is no longer needed. | ||
| | * | | | Merge pull request #6737 from ctiller/delayed-write | Craig Tiller | 2016-07-19 |
| | | | | | | | | | | | | | | | | | | | | Delay beginning most writes until we enter poll() | ||
| | | * | | Fixing udp test bitrotting. | Nicolas "Pixel" Noble | 2016-07-19 |
| | |/ / | |/| | | |||
* | | | | Merge branch 'master' of github.com:grpc/grpc into grpclb_v0 | David Garcia Quintas | 2016-07-14 |
|\ \ \ \ | |||
| | | | * | Simplified LR filter | David Garcia Quintas | 2016-07-13 |
| | | | | | |||
| | | * | | Merge pull request #7366 from y-zeng/fix-chttp2-parsing-msg | kpayson64 | 2016-07-13 |
| | | |\ \ | | | | | | | | | | | | | Remove unnecessary "Failed parsing HTTP2" detail | ||
| | * | \ \ | Merge github.com:grpc/grpc into delayed-write | Craig Tiller | 2016-07-13 |
| | |\ \ \ \ | | |/ / / / | |/| | | | | |||
| * | | | | | Merge pull request #7248 from yang-g/server_test | kpayson64 | 2016-07-12 |
| |\ \ \ \ \ | | | | | | | | | | | | | | | Initialize variable. | ||
| | | | * | | | Use test roots.pem in test | yang-g | 2016-07-13 |
| | | | | | | | |||
| | | * | | | | Merge github.com:grpc/grpc into delayed-write | Craig Tiller | 2016-07-12 |
| | | |\| | | | |||
| | * | | | | | Merge remote-tracking branch 'upstream/master' into server_test | yang-g | 2016-07-12 |
| | |\ \ \ \ \ | | | | |/ / / | | | |/| | | | |||
| * | | | | | | Merge remote-tracking branch 'upstream/master' into sequential_con | yang-g | 2016-07-12 |
| |\ \ \ \ \ \ | | | |/ / / / | | |/| | | | | |||
| | | | | | * | fixed leaks in test | David Garcia Quintas | 2016-07-12 |
| | | | | | | | |||
| | | | | | * | discount grpc framing bytes | David Garcia Quintas | 2016-07-11 |
| | | | | | | | |||
| | | | | | * | fixed failures in h2_proxy | David Garcia Quintas | 2016-07-11 |
| | | | | | | | |||
| | | | | | * | Merge remote-tracking branch 'origin/fix_tsan' into lr_july_16 | David Garcia Quintas | 2016-07-11 |
| | | | | | |\ | | | |_|_|_|/ | | |/| | | | | |||
| | * | | | | | Merge pull request #7291 from ctiller/better_status | Nicolas Noble | 2016-07-11 |
| | |\ \ \ \ \ | | | | | | | | | | | | | | | | | Make it more likely to correctly report deadline exceeded | ||
| | | | | | * | | Remove unnecessary parsing detail | Yuchen Zeng | 2016-07-11 |
| | | |_|_|/ / | | |/| | | | | |||
| | | | | * | | Merge github.com:grpc/grpc into delayed-write | Craig Tiller | 2016-07-11 |
| | | | | |\ \ | | | |_|_|/ / | | |/| | | | | |||
| | | | | | * | Added new features to load reporting. | David Garcia Quintas | 2016-07-10 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - Propagation of (rpc) method name. - Invocation of the hook at (call, channel) x (creation, destruction) - Added enum to identify the source of invocation. - Fixed testing. Went from test fixture to simple test. | ||
| | | | * | | | Merge remote-tracking branch 'upstream/master' into server_test | yang-g | 2016-07-08 |
| | | | |\ \ \ | | | | | | |/ | | | | | |/| | |||
| | * | | | | | Merge remote-tracking branch 'upstream/master' into import | yang-g | 2016-07-08 |
| | |\ \ \ \ \ | | | | |_|/ / | | | |/| | | | |||
| | | | * | | | Make it more likely to correctly report deadline exceeded | Craig Tiller | 2016-07-08 |
| | | |/ / / | |||
| | | | | * | Fix high seqno tests, up runtimes for benchmark tests to flush more bugs | Craig Tiller | 2016-07-07 |
| | | | | | | |||
| | | | | * | Merge github.com:grpc/grpc into delayed-write | Craig Tiller | 2016-07-06 |
| | | | | |\ | |||
| * | | | | | | Use test roots.pem in test | yang-g | 2016-07-06 |
| | |_|_|_|/ | |/| | | | | |||
| | | | * | | init another one | yang-g | 2016-07-06 |
| | | | | | | |||
| | | | * | | Initialize variable. | yang-g | 2016-07-06 |
| | |_|/ / | |/| | | | |||
| | * | | | Initialize variable. | yang-g | 2016-07-06 |
| |/ / / | |||
| | * | | removed use of __func__ in test | David Garcia Quintas | 2016-07-06 |
| | | | | |||
| | * | | Merge branch 'master' of github.com:grpc/grpc into bb_reader_error | David Garcia Quintas | 2016-07-06 |
| | |\ \ | | |/ / | |/| | | |||
| | | * | Cleanup test | Craig Tiller | 2016-07-06 |
| | | | | |||
| | * | | Added test for C | David Garcia Quintas | 2016-07-02 |
| | | | | |||
| | | * | Refactor workqueues a little to make them great again | Craig Tiller | 2016-07-01 |
| | | | | |||
| * | | | Merge remote-tracking branch 'upstream/master' into handler_http_response | Yuchen Zeng | 2016-06-30 |
| |\ \ \ | |||
| | | * | | Return success status of grpc_byte_buffer_reader | David Garcia Quintas | 2016-06-30 |
| | |/ / | |||
| | | * | Allow returning a workqueue somehow associated with an endpoint | Craig Tiller | 2016-06-30 |
| | |/ | |||
| | * | Merge pull request #7164 from dgquintas/fix_import_zu | Jan Tattermusch | 2016-06-30 |
| | |\ | | | | | | | | | fixed size_t format string | ||
| | | * | fixed size_t format string | David Garcia Quintas | 2016-06-29 |
| | | | | |||
| | * | | Merge github.com:grpc/grpc into %s | Craig Tiller | 2016-06-28 |
| | |\| |