aboutsummaryrefslogtreecommitdiffhomepage
path: root/test/core/util/test_tcp_server.c
Commit message (Collapse)AuthorAge
* Add rich closure debug modeGravatar ncteisen2017-06-08
|
* auto-fix most of licensesGravatar Jan Tattermusch2017-06-08
|
* Fixup testsGravatar Craig Tiller2017-04-17
|
* zalloc grpc_pollsetGravatar Yuchen Zeng2017-02-22
|
* clang-format codeGravatar Craig Tiller2017-01-03
|
* Changes to exec_ctx/closure/combiner/workqueue interfacesGravatar Craig Tiller2016-12-28
| | | | | | | | - make closures know where they should be executed (eg, on a workqueue, or a combiner, or on an exec_ctx) - this allows removal of a large number of trampoline functions that were appearing whenever we used combiners, and should allow for a much easier interface to combiner locks
* Merge github.com:grpc/grpc into buffer_pools_for_realsiesGravatar Craig Tiller2016-10-26
|\
| * Clang formatGravatar murgatroid992016-09-26
| |
* | Update testsGravatar Craig Tiller2016-09-23
| |
| * Remove sockaddr type structs and socklen_t from internal core APIs, update ↵Gravatar murgatroid992016-09-23
|/ | | | POSIX tests
* clang-formatGravatar Craig Tiller2016-06-21
|
* FixesGravatar Craig Tiller2016-05-19
|
* Progress converting to new error systemGravatar Craig Tiller2016-05-07
|
* Convert tests to new error schemeGravatar Craig Tiller2016-05-06
|
* Update copyrightsGravatar Craig Tiller2016-03-31
|
* Fix includesGravatar Craig Tiller2016-03-25
|
* 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
|
* Change pollset mutex ownershipGravatar Craig Tiller2016-02-25
|
* 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).
* Move worker into pollsetGravatar Craig Tiller2016-02-18
|
* 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
* Extend Copyrights to 2016Gravatar Dan Born2016-01-13
|
* Code review follow-up.Gravatar Dan Born2016-01-12
|
* Make grpc_tcp_listener private.Gravatar Dan Born2016-01-11
|
* Eliminate gpr_ int types - and insist on C99 variants insteadGravatar Craig Tiller2015-12-22
|
* fix build and windows testGravatar yang-g2015-11-21
|
* merge with headGravatar yang-g2015-11-20
|
* refacto of the reconnect tcp server to a general purpose test tcp server to ↵Gravatar yang-g2015-11-06
be reused by the set_initial_string_test