aboutsummaryrefslogtreecommitdiff
path: root/src/nvim/os/signal.c
Commit message (Expand)AuthorAge
* build(IWYU): fix includes for func_attr.hdundargoc2023-11-27
* build: enable IWYU on macdundargoc2023-11-27
* build: remove PVSdundargoc2023-11-12
* build(iwyu): add a few more _defs.h mappings (#25435)zeertzjq2023-09-30
* refactor: adjust headers according to the style guide (#23934)dundargoc2023-06-06
* refactor(exit): pass error message to preserve_exit() (#22097)zeertzjq2023-02-04
* refactor: replace char_u with char 18 (#21237)dundargoc2023-01-09
* build: allow IWYU to fix includes for all .c filesdundargoc2022-11-15
* vim-patch:8.1.0941: macros for MS-Windows are inconsistent (#20215)dundargoc2022-09-18
* refactor: remove some unused includes (#19747)zeertzjq2022-08-13
* refactor: remove unnecessary volatile #19210erw72022-07-04
* fix(ci): noisy logs, unreliable test #19019Justin M. Keyes2022-06-18
* refactor: replace char_u variables and functions with charDundar Goc2022-05-16
* feat(events): support SIGWINCH for Signal event #18029Loong Wang2022-04-10
* chore: add additional compiler flags (#17815)Lewis Russell2022-03-24
* refactor(misc1): move out high-level input functions to a new file: input.cBjörn Linse2021-12-10
* refactor: reformat with uncrustify #15736dundargoc2021-09-20
* refactor: format files with uncrustify #15663dundargoc2021-09-14
* vim-patch:8.2.0728: messages about a deadly signal are not left alignedJan Edmund Lazo2020-10-16
* vim-patch:8.0.1564: too many #ifdefsJan Edmund Lazo2020-06-04
* TUI: block signals on suspend #12180Kei Kamikawa2020-04-25
* Log signals handled in deadly_signal (#10939)Daniel Hahler2019-09-04
* events: add "Signal" event #9564Marco Hinz2019-02-04
* IO: let 'fsync' option control more casesJustin M. Keyes2018-04-21
* pty_process_unix: _exit() on execvp() failureJustin M. Keyes2017-12-13
* *: Add comment to all C filesZyX2017-04-19
* refactor: eliminate misc2.cJustin M. Keyes2016-09-13
* signal_init: unblock all signals on startup. #5283Nicolas Hillegeer2016-09-03
* signal_init: Always unblock SIGCHLD. (#5243)Justin M. Keyes2016-08-29
* *: Rename main loop variable from loop to main_loopZyX2016-05-30
* Add guards for SIGPIPE and SIGQUITRui Abreu Ferreira2015-12-08
* event: Refactor async event processingThiago de Arruda2015-08-13
* event loop: New abstraction layer with refactored time/signal APIThiago de Arruda2015-07-17
* memory: Replace klib memory pools by malloc/freeThiago de Arruda2015-04-12
* refactor: Remove term modules and termcap optionsThiago de Arruda2015-02-21
* ui: Remove/adapt some old code for a big UI refactorThiago de Arruda2015-02-16
* Remove long_u: Remove type.Eliseo Martínez2015-01-19
* ui: Add abstract_ui termcap and split UI layerThiago de Arruda2014-12-08
* event: Ensure the event loop has been cleaned up in event_teardownThiago de Arruda2014-11-02
* event: Reintroduce the immediate event queueThiago de Arruda2014-11-02
* event: Remove automatic event deferallThiago de Arruda2014-10-21
* event: Remove EventType enum and pass a callback to `event_push`Thiago de Arruda2014-10-21
* api: Implement '--embedded-mode' command-line optionThiago de Arruda2014-08-28
* events: Refactor how event deferral is handledThiago de Arruda2014-07-17
* Use strict function prototypes #945Pavel Platto2014-07-14
* move ascii.h include out of vim.hBrandon Coleman2014-07-09
* events: Refactor how events are queued for processingThiago de Arruda2014-06-18
* Add automatic generation of headersZyX2014-06-02
* Introduce nvim namespace: Fix project-local includes.Eliseo Martínez2014-05-15
* Introduce nvim namespace: Move files.Eliseo Martínez2014-05-15