aboutsummaryrefslogtreecommitdiffhomepage
path: root/test/core/iomgr
Commit message (Collapse)AuthorAge
* 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
|
* 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
|
* 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' into hide-the-pollset-setGravatar Craig Tiller2016-02-25
|\
| * Change pollset mutex ownershipGravatar Craig Tiller2016-02-25
|/
* 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
|/
* 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
* | 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.
* | tcp_server_posix_test fixes.Gravatar Dan Born2016-01-14
| | | | | | | | | | | | Use grpc_shutdown() instead of grpc_iomgr_shutdown() to prevent grpc_pick_unused_port_or_die() from inappropriately destroying global state. Fix port allocation issues.
* | Fix port allocation in test.Gravatar Dan Born2016-01-14
| |
* | clang reformat.Gravatar Dan Born2016-01-14
| |
* | Test a server with multiple portsGravatar Dan Born2016-01-13
| |
* | Extend Copyrights to 2016Gravatar Dan Born2016-01-13
| |
* | Code review follow-up.Gravatar Dan Born2016-01-12
| |
| * Updated copyrightsGravatar murgatroid992016-01-12
| |
* | Make grpc_tcp_listener private.Gravatar Dan Born2016-01-11
|/
* Merge pull request #4627 from daniel-j-born/tcp_fdGravatar Craig Tiller2016-01-08
|\ | | | | Expose the fd in grpc_fd and grpc_tcp.
| * Don't use ep after destroy in the test.Gravatar Dan Born2016-01-07
| |
| * Unit tests for new functionsGravatar Dan Born2016-01-06
| |
* | Eliminate gpr_ int types - and insist on C99 variants insteadGravatar Craig Tiller2015-12-22
|/
* clang-format after last weeks test-festGravatar Craig Tiller2015-12-14
|
* Merge pull request #4426 from ctiller/socketutilsGravatar Vijay Pai2015-12-11
|\ | | | | Add iomgr socket_utils and sockaddr_utils tests
* \ Merge pull request #4376 from ctiller/wqtestGravatar Yang Gao2015-12-11
|\ \ | | | | | | Cover more of workqueue
* \ \ Merge pull request #4397 from jtattermusch/tv_sec_64bitGravatar Craig Tiller2015-12-11
|\ \ \ | | | | | | | | Make gpr_timespec platform agnostic.
| | | * Add tests for socket utilitiesGravatar Craig Tiller2015-12-11
| | | |
| | | * Add tests for set/get portGravatar Craig Tiller2015-12-11
| |_|/ |/| |
| * | make gpr_timespec platform agnosticGravatar Jan Tattermusch2015-12-10
| | |
* | | Exclude UDP code for nowGravatar Craig Tiller2015-12-10
|/ /
| * Cover more of workqueueGravatar Craig Tiller2015-12-09
|/
* update apiGravatar yang-g2015-12-01
|