aboutsummaryrefslogtreecommitdiffhomepage
path: root/test/core/iomgr
Commit message (Collapse)AuthorAge
* Fixup API changesGravatar Craig Tiller2016-04-21
|
* Merge branch 'master' of https://github.com/grpc/grpc into gpr_malloc_is_allGravatar Nicolas "Pixel" Noble2016-04-05
|\
| * Merge github.com:grpc/grpc into cleaner-posix2Gravatar Craig Tiller2016-03-31
| |\
| * | clang-formatGravatar Craig Tiller2016-03-31
| | |
| * | Remove errant includeGravatar Craig Tiller2016-03-31
| | |
| | * Update copyrightsGravatar Craig Tiller2016-03-31
| | |
| * | Merge github.com:grpc/grpc into cleaner-posix2Gravatar Craig Tiller2016-03-28
| |\|
* | | Merge branch 'master' of https://github.com/grpc/grpc into gpr_malloc_is_allGravatar Nicolas "Pixel" Noble2016-03-28
|\ \ \ | | |/ | |/|
* | | Sanitize mallocs and frees.Gravatar Nicolas "Pixel" Noble2016-03-26
| | |
| * | Fix copyrightGravatar Craig Tiller2016-03-25
| | |
| * | Fix includesGravatar Craig Tiller2016-03-25
|/ /
* | Fix copyrightsGravatar Craig Tiller2016-03-25
| |
* | Auto-changesGravatar Craig Tiller2016-03-25
| |
* | Fix an includeGravatar vjpai2016-03-18
| |
| * Merge github.com:grpc/grpc into cleaner-posix2Gravatar Craig Tiller2016-03-17
| |\ | |/ |/|
* | Preventing huge stacks in timer_heap_test.Gravatar Nicolas "Pixel" Noble2016-03-17
| |
* | Fixing bitrotting in udp_server_test.cGravatar Nicolas "Pixel" Noble2016-03-17
| |
| * Merge github.com:grpc/grpc into cleaner-posix2Gravatar Craig Tiller2016-03-16
| |\ | |/ |/|
* | Copyright, casting fixesGravatar Craig Tiller2016-03-09
| |
* | clang-formatGravatar Craig Tiller2016-03-09
| |
* | Add an additional testGravatar Craig Tiller2016-03-09
| |
* | Fix timersGravatar Craig Tiller2016-03-08
| |
| * Merge github.com:grpc/grpc into cleaner-posix2Gravatar Craig Tiller2016-03-07
| |\ | |/ |/|
* | Remove broken testGravatar Craig Tiller2016-02-29
| | | | | | | | | | | | | | This test is inherently flaky and I don't see any way to make it not so. Historically this test has not (in my memory) given any signal that something is actually broken. Let's save maintenance and just nuke it.
* | 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 branch 'hide-the-pollset-set' into cleaner-posix2Gravatar Craig Tiller2016-02-25
| |\ | |/ |/|
* | Merge branch 'hide-the-pollset' into hide-the-pollset-setGravatar Craig Tiller2016-02-25
|\ \
| * | Change pollset mutex ownershipGravatar Craig Tiller2016-02-25
|/ /
| * Make out private bits privateGravatar Craig Tiller2016-02-25
| |
| * Merge branch 'hide-the-pollset' into cleaner-posix2Gravatar Craig Tiller2016-02-22
| |\ | |/ |/|
* | 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).
* | Finish porting posixGravatar Craig Tiller2016-02-18
| |
* | Merge branch 'cleaner-posix' into hide-the-workerGravatar Craig Tiller2016-02-18
|\ \
| * | Fix testGravatar Craig Tiller2016-02-18
| | |
* | | Move worker into pollsetGravatar Craig Tiller2016-02-18
|/ /
| * Merge branch 'cleaner-posix' into cleaner-posix2Gravatar Craig Tiller2016-02-18
| |\ | |/ |/|
* | Fix tcp_client_posix_testGravatar Craig Tiller2016-02-18
| |
* | Merge github.com:grpc/grpc into cleaner-posixGravatar Craig Tiller2016-02-18
|\ \
| * | Fix copyrightGravatar vjpai2016-02-16
| | |
| * | Fix the arguments type for on_read and destroy callbacks to match with ↵Gravatar Bogdan Drutu2016-02-16
| | | | | | | | | | | | grpc_iomgr_cb_func
| | * Moving fd code into ev codeGravatar Craig Tiller2016-02-16
| |/ |/|
* | Separate timer checking from pollsetsGravatar Craig Tiller2016-02-16
|/
* 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
* Merge branch 'tcp_listener' into tcp_server_shutdownGravatar Dan Born2016-01-20
|\
| * Merge branch 'master' into tcp_listenerGravatar Dan Born2016-01-20
| |\
* | | clang reformatGravatar Dan Born2016-01-15
| | |
* | | Add shutdown_starting callbacks to tcp_server.Gravatar Dan Born2016-01-14
|/ / | | | | | | | | tcp_server_posix_test illustrates how this can be used to implement a weak referencing mechanism.