aboutsummaryrefslogtreecommitdiff
path: root/src/nvim/os/channel.c
Commit message (Expand)AuthorAge
* Remove unneeded klist include in channel.cZyX2014-06-02
* Make nvim/lib/k*.h headers be the last one in the listZyX2014-06-02
* Add automatic generation of headersZyX2014-06-02
* Move documentation from function declarations to definitionsZyX2014-06-02
* Refactor: Redefine `Map(T)` as a more generic `Map(T, U)` macroThiago de Arruda2014-05-30
* Channel: Refactor: Extract register_channel functionThiago de Arruda2014-05-28
* Channel: Refactor: Extract serialize_event functionThiago de Arruda2014-05-28
* API: Events: Add functions for {un}subscribing to broadcasted eventsThiago de Arruda2014-05-28
* API: Events: Add support for broadcasting eventsThiago de Arruda2014-05-28
* WStream: Refactor: Use reference count for memory managementThiago de Arruda2014-05-28
* Refactor: Remove support for multiple protocolsThiago de Arruda2014-05-27
* Build: Add more files to clint-files.txt and fix errorsThiago de Arruda2014-05-26
* API: Events: Implement channel_send_event and vimscript wrapperThiago de Arruda2014-05-26
* API: Events: Return channel id from the API discover requestThiago de Arruda2014-05-26
* API: Refactor: Close/free channels when their streams reach EOFThiago de Arruda2014-05-26
* Introduce nvim namespace: Fix project-local includes.Eliseo Martínez2014-05-15
* Introduce nvim namespace: Move files.Eliseo Martínez2014-05-15