aboutsummaryrefslogtreecommitdiff
path: root/src/os/event.c
Commit message (Expand)AuthorAge
* Introduce nvim namespace: Move files.Eliseo Martínez2014-05-15
* Add server module for accepting API connectionsThiago de Arruda2014-05-12
* Add channel moduleThiago de Arruda2014-05-12
* Add teardown function for the event.c moduleThiago de Arruda2014-05-12
* Refactor job control to use RStream eventsThiago de Arruda2014-04-18
* Create EventType for RStream readingThiago de Arruda2014-04-18
* Bring neovim up to date with recent libuv changesWill Tange2014-04-14
* Define special key for asynchronous eventsThiago de Arruda2014-04-08
* Fix/add more files with to clint-files.txtThiago de Arruda2014-04-08
* Implement job controlThiago de Arruda2014-04-07
* Turn Event into a tagged unionFelipe Oliveira Carvalho2014-04-07
* Reimplement the event queue in event.c using klist.hFelipe Oliveira Carvalho2014-04-07
* Extract memory.c from misc2.cJohn Schmidt2014-04-04
* Move signal handling to libuv event loopThiago de Arruda2014-04-01
* Address clint warnings and other style issues.Thomas Wienecke2014-03-27
* Fix prepare watcher teardown in the event loopThiago de Arruda2014-03-27
* Re-integrate FEAT_FILTERPIPE codeThiago de Arruda2014-03-27
* Make `EventType` enum private to input.cThiago de Arruda2014-03-27
* Reimplement input functions on top of libuvThiago de Arruda2014-03-26