aboutsummaryrefslogtreecommitdiffhomepage
path: root/test/core/end2end/fixtures/h2_full+trace.c
Commit message (Collapse)AuthorAge
* Don't run cancel_after_accept test for fd and socketpair fixtures.Gravatar Mark D. Roth2016-11-03
|
* Change tests to use channel args instead of fake_resolver query args.Gravatar Mark D. Roth2016-10-27
|
* Merge branch 'master' into uv_core_transportGravatar murgatroid992016-10-21
|\
* \ Merge branch 'master' into uv_core_transportGravatar murgatroid992016-10-19
|\ \
| | * Merge remote-tracking branch 'upstream/master' into rename_client_configGravatar Mark D. Roth2016-10-19
| | |\ | | |/ | |/|
* | | Clean up code after merge with masterGravatar murgatroid992016-10-10
| | |
| * | Add h2_fake_resolver end2end test fixture.Gravatar Mark D. Roth2016-10-03
| | |
* | | Updated changes for Windows, removed unistd.h from test filesGravatar Michael Lumish2016-09-26
| | |
* | | Remove sockaddr type structs and socklen_t from internal core APIs, update ↵Gravatar murgatroid992016-09-23
| | | | | | | | | | | | POSIX tests
| | * Rename client_config directory to client_channel.Gravatar Mark D. Roth2016-09-14
| |/
* | Renamed GPR_ constants to GRPC_ in iomgr/port.hGravatar murgatroid992016-08-08
| |
* | Separate out iomgr-specific constants into a separate headerGravatar murgatroid992016-08-08
|/
* Merge github.com:grpc/grpc into e2efuzzGravatar Craig Tiller2016-04-06
|\
* | Introduce machinery to allow tests to register pluginsGravatar Craig Tiller2016-04-04
| |
| * clang-fmtGravatar Craig Tiller2016-04-01
| |
| * Reposition files to optionalize client_config systemGravatar Craig Tiller2016-03-31
|/
* Update copyrightsGravatar Craig Tiller2016-03-31
|
* clang-formatGravatar Craig Tiller2016-03-28
|
* Move chttp2 related files under ext/Gravatar Craig Tiller2016-03-28
|
* Fix includesGravatar Craig Tiller2016-03-25
|
* Auto-changesGravatar Craig Tiller2016-03-25
|
* Reorder asserts to avoid TSAN failureGravatar Craig Tiller2016-03-23
|
* Fix copyrightsGravatar Craig Tiller2016-02-18
|
* Decouple filter selection from channel constructionGravatar Craig Tiller2016-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.