Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | Merge branch 'filters-can-cause-closes' into e2efuzz | Craig Tiller | 2016-04-04 |
|\ | |||
| * | Fix registration in test | Craig Tiller | 2016-04-04 |
| | | |||
| * | Initial interface rework to allow knowing whether to pull payload at ↵ | Craig Tiller | 2016-04-04 |
| | | | | | | | | registration, not at request time | ||
* | | Remove corpus generator | Craig Tiller | 2016-04-02 |
| | | |||
* | | Starting server fuzzer | Craig Tiller | 2016-04-02 |
| | | |||
| * | Add a failing test due to a head of line blocking bug in the server | Craig Tiller | 2016-04-02 |
|/ | |||
* | Merge github.com:grpc/grpc into copyright-fix | Craig Tiller | 2016-03-31 |
|\ | |||
* | | Update copyrights | Craig Tiller | 2016-03-31 |
| | | |||
| * | Merge github.com:grpc/grpc into idempotent | Craig Tiller | 2016-03-28 |
| |\ | |/ |/| | |||
| * | Merge github.com:grpc/grpc into idempotent | Craig Tiller | 2016-03-28 |
| |\ | |||
* | | | clang-format | Craig Tiller | 2016-03-28 |
| | | | |||
* | | | Move chttp2 related files under ext/ | Craig Tiller | 2016-03-28 |
| |/ |/| | |||
* | | Fix includes | Craig Tiller | 2016-03-25 |
| | | |||
* | | Fix copyrights | Craig Tiller | 2016-03-25 |
| | | |||
* | | Auto-changes | Craig Tiller | 2016-03-25 |
| | | |||
| * | Merge github.com:grpc/grpc into idempotent | Craig Tiller | 2016-03-21 |
| |\ | |/ |/| | |||
| * | clang-format | Craig Tiller | 2016-03-10 |
| | | |||
| * | Implement tests | Craig Tiller | 2016-03-10 |
| | | |||
* | | Decouple filter selection from channel construction | Craig Tiller | 2016-02-17 |
|/ | | | | | | | | | Allow plugins to extend the set of filters used by gRPC core: - plugins at construction time can register against the 'channel_init' system to be allowed to mutate a new channel_stack_builder type - channel_stack_builder provides a central and rather dynamic place to construct the list of filters required by a channel stack - ultimately we construct the channel stack in the fashion we always have This is also a prerequisite step to allowing filters to be implemented from wrapped languages. | ||
* | Rollback gpr deletion | Craig Tiller | 2016-02-09 |
| | |||
* | Removing gpr as a separated library. | Nicolas "Pixel" Noble | 2016-01-30 |
| | |||
* | Update copyrights | Craig Tiller | 2016-01-28 |
| | |||
* | Preparatory changes for work shedding | Craig Tiller | 2016-01-28 |
| | | | | | | | | - cleanup: change grpc_iomgr_cb_func to take a bool instead of int success - cleanup: follow through with iomgr callback scheduling functions - prepare: add a workqueue to offload to to grpc_exec_ctx_enqueue* functions | ||
* | Fix copyrights | Craig Tiller | 2016-01-20 |
| | |||
* | Add CPU cost measurement, tune parameters, decrease default maxjobs | Craig Tiller | 2016-01-20 |
| | |||
* | Eliminate gpr_ int types - and insist on C99 variants instead | Craig Tiller | 2015-12-22 |
| | |||
* | BoringSSL integration: non-vsprojects changes | Craig Tiller | 2015-12-22 |
| | |||
* | clang-format | Craig Tiller | 2015-12-16 |
| | |||
* | Fix merge | Craig Tiller | 2015-12-16 |
| | |||
* | Merge github.com:grpc/grpc into big_data | Craig Tiller | 2015-12-16 |
|\ | |||
| * | clang-format | Craig Tiller | 2015-12-14 |
| | | |||
| * | Add a test that reproduces server partial message read bug | Craig Tiller | 2015-12-14 |
| | | |||
| * | Add a registered server method to bad_client | Craig Tiller | 2015-12-14 |
| | | |||
| * | clang-format after last weeks test-fest | Craig Tiller | 2015-12-14 |
| | | |||
| * | Merge pull request #4420 from ctiller/slops | Nicolas Noble | 2015-12-11 |
| |\ | | | | | | | Hit a few more paths in http_server_filter.c, sockaddr_resolver.c | ||
| | * | Test invalid grpc-encoding values | Craig Tiller | 2015-12-11 |
| | | | |||
| | * | Test invalid accept-encoding values | Craig Tiller | 2015-12-11 |
| | | | |||
| * | | Merge pull request #4380 from ctiller/window_updates | Yang Gao | 2015-12-11 |
| |\ \ | | | | | | | | | Cover ancillary frame error conditions | ||
| | | * | Hit a few more paths in http_server_filter.c, sockaddr_resolver.c | Craig Tiller | 2015-12-11 |
| | | | | |||
| * | | | Merge github.com:grpc/grpc into ping-ping-ping-ping-ping-ping-ping-ping-ping | Craig Tiller | 2015-12-10 |
| |\ \ \ | | | |/ | | |/| | |||
| * | | | Merge branch 'connected-subchannel' into ↵ | Craig Tiller | 2015-12-10 |
| |\ \ \ | | | | | | | | | | | | | | | | ping-ping-ping-ping-ping-ping-ping-ping-ping | ||
* | | | | | Window overflow test | Craig Tiller | 2015-12-09 |
| |/ / / |/| | | | |||
| | | * | Cover ancillary frame error conditions | Craig Tiller | 2015-12-09 |
| |_|/ |/| | | |||
| | * | Cover more of frame_settings.c | Craig Tiller | 2015-12-09 |
| |/ |/| | |||
* | | Merge pull request #4338 from ctiller/init_settings | Nicolas Noble | 2015-12-09 |
|\ \ | | | | | | | Cover more of settings frame | ||
* \ \ | Merge pull request #4359 from ctiller/make_a_slightly_unusual_request | Yang Gao | 2015-12-09 |
|\ \ \ | | | | | | | | | Make a slightly unusual request | ||
* \ \ \ | Merge pull request #4358 from ctiller/abortive-continuations | Yang Gao | 2015-12-09 |
|\ \ \ \ | | | | | | | | | | | Expand header testing | ||
* \ \ \ \ | Merge pull request #4357 from ctiller/continuing-continuations | Yang Gao | 2015-12-09 |
|\ \ \ \ \ | | | | | | | | | | | | | Expand continuation testing | ||
| | | * | | | Add more unusualness | Craig Tiller | 2015-12-09 |
| | | | | | | |||
| | | * | | | Add an unusual accept-encoding | Craig Tiller | 2015-12-09 |
| | | | | | |