aboutsummaryrefslogtreecommitdiffhomepage
path: root/test/core/end2end/fixtures
Commit message (Collapse)AuthorAge
* clang-formatGravatar Craig Tiller2016-03-28
|
* Move chttp2 related files under ext/Gravatar Craig Tiller2016-03-28
|
* Fix includesGravatar Craig Tiller2016-03-25
|
* Fix copyrightsGravatar Craig Tiller2016-03-25
|
* Auto-changesGravatar Craig Tiller2016-03-25
|
* Reorder asserts to avoid TSAN failureGravatar Craig Tiller2016-03-23
|
* removed uchannelsGravatar David Garcia Quintas2016-03-21
|
* Merge github.com:grpc/grpc into filter-selectionGravatar Craig Tiller2016-03-21
|\
| * fix -Wshadow warningGravatar Jan Tattermusch2016-03-18
| |
* | Merge github.com:grpc/grpc into filter-selectionGravatar Craig Tiller2016-03-07
|\|
| * Revert "Revert "Add an implementation firewall against pollset_set""Gravatar Craig Tiller2016-02-25
| |
| * Revert "Add an implementation firewall against pollset_set"Gravatar Vijay Pai2016-02-25
| |
* | Merge github.com:grpc/grpc into filter-selectionGravatar Craig Tiller2016-02-25
|\ \
| | * Merge branch 'hide-the-pollset' into hide-the-pollset-setGravatar Craig Tiller2016-02-25
| | |\
| * | \ Merge pull request #5307 from ctiller/hide-the-workerGravatar Vijay Pai2016-02-25
| |\ \ \ | | | | | | | | | | Change pollset_work signature to allow moving grpc_pollset_worker to implementation
| | | | * Change pollset mutex ownershipGravatar Craig Tiller2016-02-25
| | | | |
| | | | * Merge github.com:grpc/grpc into hide-the-pollsetGravatar Craig Tiller2016-02-25
| | | |/| | | |_|/ | |/| |
| * | | Fix copyrightsGravatar Craig Tiller2016-02-23
| | | |
| * | | Regenerate files, fix bugsGravatar Craig Tiller2016-02-22
| |\ \ \
| * | | | Add a sanity test for name aliasingGravatar Craig Tiller2016-02-22
| |/ / /
* | | | clang-fmtGravatar Craig Tiller2016-02-21
| | | |
| | | * Update copyrightsGravatar Craig Tiller2016-02-19
| | | |
| | | * Provide an interface firewall between pollset and its implementationsGravatar Craig Tiller2016-02-19
| | |/ | | | | | | | | | | | | | | | | | | Starting to allow for >1 implementation of pollset within a binary. Do so without requiring an extra allocation for completion queues (which we could not tolerate).
* | | Fix copyrightGravatar Craig Tiller2016-02-19
| | |
* | | Reinstate sockpair testsGravatar Craig Tiller2016-02-19
| | |
* | | Reinstate sockpair tests: part 0Gravatar Craig Tiller2016-02-19
| | |
* | | Fix copyrightsGravatar Craig Tiller2016-02-18
| | |
| | * Finish porting posixGravatar 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.
* Merge github.com:grpc/grpc into sceqGravatar Craig Tiller2016-02-02
|\
| * Update copyrightsGravatar Craig Tiller2016-01-28
| |
| * Preparatory changes for work sheddingGravatar Craig Tiller2016-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
* | Get subchannel index workingGravatar Craig Tiller2016-01-25
| |
* | Subchannel index compilesGravatar Craig Tiller2016-01-22
|/
* BoringSSL integration: non-vsprojects changesGravatar Craig Tiller2015-12-22
|
* clang-format after last weeks test-festGravatar Craig Tiller2015-12-14
|
* Add tests for pipe usageGravatar Craig Tiller2015-12-10
|
* Merge github.com:grpc/grpc into census_suiteGravatar Craig Tiller2015-12-10
|\
* | Expand census coverage: make this a fixture instead of a simple testGravatar Craig Tiller2015-12-10
| |
| * Memory fixesGravatar Craig Tiller2015-12-01
| |
| * clang-formatGravatar Craig Tiller2015-12-01
| |
| * Fixes, and some test codeGravatar Craig Tiller2015-11-29
| |
| * Most of the way to auto-cleanup subchannelsGravatar Craig Tiller2015-11-27
| |
| * Load balancing interest management fixesGravatar Craig Tiller2015-11-25
| |
| * Further refine which tests to runGravatar Craig Tiller2015-11-25
| |
| * Test fixesGravatar Craig Tiller2015-11-24
| |
| * FixesGravatar Craig Tiller2015-11-24
| |
| * Stripping out master channel as a conceptGravatar Craig Tiller2015-11-24
| |
| * clang-format, bugfixGravatar Craig Tiller2015-11-21
| |
| * Get tests linking after mergeGravatar Craig Tiller2015-11-20
|/