summaryrefslogtreecommitdiffstats
path: root/src/libutil/libev_helper.c
Commit message (Collapse)AuthorAgeFilesLines
* [Rework] Use clang-format to unify formatting in all sourcesVsevolod Stakhov2023-07-261-44/+40
| | | | No meaningful changes.
* [Rework] Timeouts are now global per event and not reseted by IO activityVsevolod Stakhov2022-01-061-17/+7
| | | | | | This actually reproduces old libevent behaviour and it was changed by a big design mistake. We really want IO timeouts to be fired for the whole set of subsequent events, otherwise it should be designed in a more configurable way...
* [Fix] Another try to fix slow callbacks and timersVsevolod Stakhov2019-10-311-0/+6
|
* [Fix] Fix pending checks for eventsVsevolod Stakhov2019-08-291-3/+3
|
* [Minor] Add assertions to prevent scheduling of uninitialised watcherslibev-migrationVsevolod Stakhov2019-06-221-0/+4
|
* [Minor] Fix some more issues with timeoutsVsevolod Stakhov2019-06-221-4/+8
|
* [Minor] Fix timeouts messVsevolod Stakhov2019-06-221-2/+9
|
* [Project] Rework HTTP IOVsevolod Stakhov2019-06-221-3/+13
|
* [Project] Add small helpers for migration simplificationsVsevolod Stakhov2019-06-221-0/+94