aboutsummaryrefslogtreecommitdiff
path: root/src/nvim/os/signal.c
Commit message (Expand)AuthorAge
* 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