summaryrefslogtreecommitdiffstats
path: root/contrib/libev/ev.c
Commit message (Collapse)AuthorAgeFilesLines
* [Minor] Backport some changes from libevVsevolod Stakhov2021-05-131-6/+7
|
* [Minor] Ignore atime change in ev_statVsevolod Stakhov2020-10-181-1/+1
|
* [Minor] Explicit specify order of binary operationsChristian Göttsche2020-04-111-1/+1
| | | | | | | ../contrib/libev/ev.c: In function ‘ev_io_start’: ../contrib/libev/ev.c:4396:34: warning: suggest parentheses around arithmetic in operand of ‘|’ [-Wparentheses] 4396 | fd_change (EV_A_ fd, w->events & EV__IOFDSET | EV_ANFD_REIFY); | ~~~~~~~~~~^~~~~~~~~~~~~
* [Minor] Avoid nested opening comment sequencesChristian Göttsche2020-04-111-2/+2
| | | | | | | | | | ../contrib/libev/ev.c: At top level: ../contrib/libev/ev.c:5660:27: warning: "/*" within comment [-Wcomment] 5660 | /* EV_STAT 0x00001000 /* stat data changed */ | ../contrib/libev/ev.c:5661:27: warning: "/*" within comment [-Wcomment] 5661 | /* EV_EMBED 0x00010000 /* embedded event loop needs sweep */ |
* [Minor] silence warnings about unused function resultsChristian Göttsche2020-04-111-4/+4
| | | | GCC does not respect `(void) func()`
* [Minor] Add missing functionVsevolod Stakhov2020-03-301-0/+6
|
* [Minor] Fix usage of signalfd and timerfdVsevolod Stakhov2020-03-261-1/+1
|
* [Feature] Update libev to 4.33Vsevolod Stakhov2020-03-241-260/+727
| | | | Changelog: http://cvs.schmorp.de/libev/Changes?pathrev=rel-4_33
* [Minor] Add method ev_now_update_if_cheapVsevolod Stakhov2019-11-011-0/+8
|
* [Minor] Add better support for non-Linux systemsVsevolod Stakhov2019-10-311-7/+14
|
* [Minor] Use CLOCK_MONOTONIC_COARSE where suitableVsevolod Stakhov2019-10-311-2/+14
|
* [Project] Another try to deal with final eventsVsevolod Stakhov2019-06-221-0/+6
|
* [Rework] Rework children operationsVsevolod Stakhov2019-06-221-3/+13
|
* [Project] Bundle libevVsevolod Stakhov2019-06-221-0/+5158