Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | [Minor] Explicit specify order of binary operations | Christian Göttsche | 2020-04-11 | 1 | -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 sequences | Christian Göttsche | 2020-04-11 | 1 | -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 results | Christian Göttsche | 2020-04-11 | 1 | -4/+4 |
| | | | | GCC does not respect `(void) func()` | ||||
* | [Minor] Add missing function | Vsevolod Stakhov | 2020-03-30 | 1 | -0/+6 |
| | |||||
* | [Minor] Fix usage of signalfd and timerfd | Vsevolod Stakhov | 2020-03-26 | 3 | -2/+8 |
| | |||||
* | [Minor] Fix return values | Vsevolod Stakhov | 2020-03-26 | 1 | -3/+6 |
| | |||||
* | [Feature] Update libev to 4.33 | Vsevolod Stakhov | 2020-03-24 | 14 | -362/+2301 |
| | | | | Changelog: http://cvs.schmorp.de/libev/Changes?pathrev=rel-4_33 | ||||
* | [Minor] contrib/libev: avoid absolute path for header | Peter Wu | 2020-01-20 | 1 | -2/+3 |
| | | | | | * Avoid including the absolute header path to permit reproducible builds invariant of the build direvtory. | ||||
* | [Minor] Remove enforced "-O3" from contrib libraries | Vsevolod Stakhov | 2019-12-25 | 1 | -6/+0 |
| | |||||
* | [Minor] Add method ev_now_update_if_cheap | Vsevolod Stakhov | 2019-11-01 | 2 | -0/+13 |
| | |||||
* | [Minor] Add better support for non-Linux systems | Vsevolod Stakhov | 2019-10-31 | 1 | -7/+14 |
| | |||||
* | [Minor] Use CLOCK_MONOTONIC_COARSE where suitable | Vsevolod Stakhov | 2019-10-31 | 1 | -2/+14 |
| | |||||
* | [Fix] Fix pending checks for events | Vsevolod Stakhov | 2019-08-29 | 1 | -0/+2 |
| | |||||
* | [Minor] Fix kqueue support on OpenBSD | Vsevolod Stakhov | 2019-06-27 | 1 | -1/+1 |
| | |||||
* | [Project] Another try to deal with final events | Vsevolod Stakhov | 2019-06-22 | 2 | -0/+7 |
| | |||||
* | [Rework] Rework children operations | Vsevolod Stakhov | 2019-06-22 | 3 | -22/+17 |
| | |||||
* | [Project] Make it compileable again... | Vsevolod Stakhov | 2019-06-22 | 1 | -1/+1 |
| | |||||
* | [Project] More libserver adoptions | Vsevolod Stakhov | 2019-06-22 | 1 | -0/+4 |
| | |||||
* | [Project] Remove libfann, gd and other unsupported stuff | Vsevolod Stakhov | 2019-06-22 | 1 | -1/+0 |
| | |||||
* | [Project] Bundle libev | Vsevolod Stakhov | 2019-06-22 | 15 | -0/+9292 |