aboutsummaryrefslogtreecommitdiffhomepage
path: root/test/core/iomgr/fd_posix_test.c
Commit message (Collapse)AuthorAge
* Clean up code after merge with masterGravatar murgatroid992016-10-10
|
* Compile and link core tests with libuvGravatar murgatroid992016-10-03
|
* Merge branch 'idempotent_endpoint_shutdown' into handshake_timeoutGravatar Craig Tiller2016-06-15
|\
| * Add format check for gpr_log and gpr_asprintfGravatar Yuchen Zeng2016-06-10
| |
* | Fix broken assertGravatar Craig Tiller2016-06-09
| |
* | Merge github.com:grpc/grpc into errorGravatar Craig Tiller2016-06-09
|\|
| * Adds include for socket utils.Gravatar Robbie Shade2016-06-08
| |
| * Adds functions to set snd/rcv socket buffer sizes.Gravatar Robbie Shade2016-06-08
| | | | | | | | Used for non-default 1 MB UDP socket buffers.
* | Progress converting to new error systemGravatar Craig Tiller2016-05-07
| |
* | Convert tests to new error schemeGravatar Craig Tiller2016-05-06
|/
* Merge github.com:grpc/grpc into cleaner-posix2Gravatar Craig Tiller2016-03-31
|\
| * Update copyrightsGravatar Craig Tiller2016-03-31
| |
* | Merge github.com:grpc/grpc into cleaner-posix2Gravatar Craig Tiller2016-03-28
|\|
| * 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
| |
* | Merge branch 'hide-the-pollset-set' into cleaner-posix2Gravatar 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
|\|
| * 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
| |
* | Moving fd code into ev codeGravatar 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
* Eliminate gpr_ int types - and insist on C99 variants insteadGravatar Craig Tiller2015-12-22
|
* update apiGravatar yang-g2015-12-01
|
* Release fd apiGravatar yang-g2015-11-30
|
* Finish cleanupGravatar Craig Tiller2015-09-22
|
* clang-format all core filesGravatar Craig Tiller2015-09-22
|
* Move argument passing to start of listGravatar Craig Tiller2015-09-22
|
* Rename initGravatar Craig Tiller2015-09-22
|
* Rename runGravatar Craig Tiller2015-09-22
|
* Move argument passing to start of listGravatar Craig Tiller2015-09-22
|
* Move arguments to the start of listsGravatar Craig Tiller2015-09-22
|
* indent pass to get logical source lines on one physical lineGravatar Craig Tiller2015-09-22
|
* Rename call_list to closure_listGravatar Craig Tiller2015-09-22
|
* Call list progressGravatar Craig Tiller2015-09-21
|
* CleanupGravatar Craig Tiller2015-09-18
|
* Getting stuff workingGravatar Craig Tiller2015-09-16
|
* Tests compileGravatar Craig Tiller2015-09-16
|
* Enable -WconversionGravatar Craig Tiller2015-09-10
|
* First round of fixing up implicit 64->32 bit conversionsGravatar Craig Tiller2015-09-10
|
* Add a test of non-blocking API behaviorGravatar Craig Tiller2015-08-06
| | | | ... also fix things that were broken :)
* Allow specific pollers to be wokenGravatar Craig Tiller2015-07-29
| | | | | | | | | | | | | | | | | | | Currently, if two threads call grpc_completion_queue_pluck on the same completion queue for different tags, there is a 50% chance that we deliver the completion wakeup to the wrong poller - forcing the correct poller to wait until its polling times out before it can return an event up to the application. This change tweaks our polling interfaces so that we can indeed wake a specific poller. Nothing has been performance tuned yet. It's definitely sub-optimal in a number of places. Wakeup file-descriptors should be recycled. We should have a path that avoids calling poll() followed by epoll(). We can probably live without it right at the second though. This code will fail on Windows at least (I'll do that port when I'm in the office and have a Windows machine).
* Move alarm subsystem to monotonic timeGravatar Craig Tiller2015-07-19
|
* Introduce a clock type field onto gpr_timespec.Gravatar Craig Tiller2015-07-13
| | | | | Use it to validate that arithmetic on time types makes even some vague kind of sense.
* clang-format affected filesGravatar Craig Tiller2015-06-17
|
* Fix threading problem on early orphaningGravatar Craig Tiller2015-06-02
|
* Fix TSAN reported errorsGravatar Craig Tiller2015-06-01
|