aboutsummaryrefslogtreecommitdiffstats
path: root/contrib/libev
Commit message (Collapse)AuthorAgeFilesLines
* [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-263-2/+8
|
* [Minor] Fix return valuesVsevolod Stakhov2020-03-261-3/+6
|
* [Feature] Update libev to 4.33Vsevolod Stakhov2020-03-2414-362/+2301
| | | | Changelog: http://cvs.schmorp.de/libev/Changes?pathrev=rel-4_33
* [Minor] contrib/libev: avoid absolute path for headerPeter Wu2020-01-201-2/+3
| | | | | * Avoid including the absolute header path to permit reproducible builds invariant of the build direvtory.
* [Minor] Remove enforced "-O3" from contrib librariesVsevolod Stakhov2019-12-251-6/+0
|
* [Minor] Add method ev_now_update_if_cheapVsevolod Stakhov2019-11-012-0/+13
|
* [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
|
* [Fix] Fix pending checks for eventsVsevolod Stakhov2019-08-291-0/+2
|
* [Minor] Fix kqueue support on OpenBSDVsevolod Stakhov2019-06-271-1/+1
|
* [Project] Another try to deal with final eventsVsevolod Stakhov2019-06-222-0/+7
|
* [Rework] Rework children operationsVsevolod Stakhov2019-06-223-22/+17
|
* [Project] Make it compileable again...Vsevolod Stakhov2019-06-221-1/+1
|
* [Project] More libserver adoptionsVsevolod Stakhov2019-06-221-0/+4
|
* [Project] Remove libfann, gd and other unsupported stuffVsevolod Stakhov2019-06-221-1/+0
|
* [Project] Bundle libevVsevolod Stakhov2019-06-2215-0/+9292