aboutsummaryrefslogtreecommitdiff
path: root/src/nvim/msgpack_rpc/channel.c
Commit message (Expand)AuthorAge
* channels: generalize jobclose()Björn Linse2017-11-25
* channels: allow bytes sockets and stdio, and buffered bytes outputBjörn Linse2017-11-24
* channels: refactorBjörn Linse2017-11-24
* Revert channel logging, rebased on new code belowBjörn Linse2017-11-24
* rpc: Don't delay notifications when request is pending (#6544)Björn Linse2017-10-29
* doc: channel, eventloopJustin M. Keyes2017-09-05
* channel.c:call_set_error(): fix memory leakJustin M. Keyes2017-08-21
* rpc: close channel if stream was closedJustin M. Keyes2017-08-21
* log: some DEBUG-level stream loggingJustin M. Keyes2017-08-21
* log: caller provides the source detailsJustin M. Keyes2017-07-23
* log: channel registrationJustin M. Keyes2017-07-22
* log: Always enable; remove DISABLE_LOGJustin M. Keyes2017-06-07
* channel_write: fix compiler warningJustin M. Keyes2017-05-31
* sockets: don't deadlock when connecting to own pipe addressBjörn Linse2017-05-29
* channels: implement sockopen() to connect to socketBjörn Linse2017-05-29
* coverity/161682: FP: Dereference after null check (#6630)Justin M. Keyes2017-05-01
* api/nvim_get_mode: Use child-queue instead of "priority".Justin M. Keyes2017-04-28
* input.c: Process only safe events before blocking.Justin M. Keyes2017-04-28
* api: nvim_get_mode()Justin M. Keyes2017-04-28
* api: Do not translate error messages.Justin M. Keyes2017-04-24
* api_set_error(): renameJustin M. Keyes2017-04-23
* api/internal: Remove `set` field from Error type.Justin M. Keyes2017-04-23
* api_clear_error()Justin M. Keyes2017-04-23
* api: Do not truncate errors <1 MB. #6237Sander Bosma2017-04-23
* *: Add comment to all C filesZyX2017-04-19
* eval,*: Move get_tv_string to typval.cZyX2017-03-29
* terminal: Disable some options in terminal-mode.Justin M. Keyes2017-03-01
* channel.c: loggingJustin M. Keyes2017-02-26
* api: call multiple methods atomically (useful in async contexts)Björn Linse2016-10-22
* event/multiqueue.c: Rename "queue" to "multiqueue".Justin M. Keyes2016-10-02
* api: fix leak when a api function is incorrectly called with a list.Björn Linse2016-08-31
* job control: reuse common job code for rpc jobsBjörn Linse2016-08-20
* stream: set data together with callbackBjörn Linse2016-08-20
* *: Fix linter errorsZyX2016-06-24
* msgpack_rpc: Fix crash in log_server_msgZyX2016-06-24
* Merge pull request #4844 from ZyX-I/rename-main-loopJustin M. Keyes2016-05-31
|\
| * *: Rename main loop variable from loop to main_loopZyX2016-05-30
* | lib/kvec: Do not use kv_init unless neededZyX2016-05-30
* | lib/kvec: Remove useless type argument from kv_push macrosZyX2016-05-30
|/
* api: refactor remote ui to use API dispatch generationBjörn Linse2016-05-27
* log: Make logging thread-safeThiago de Arruda2015-09-06
* Windows: avoid "uv_" naming conflicts. #3225Seth Jackson2015-08-27
* main: Initialize event loop before command_line_scanThiago de Arruda2015-08-21
* rstream: Pass read count to read eventsThiago de Arruda2015-08-13
* event: Refactor async event processingThiago de Arruda2015-08-13
* process: Pass loop reference during initializationThiago de Arruda2015-08-13
* msgpack: Replace FUNC_ATTR_DEFERRED by FUNC_ATTR_ASYNCThiago de Arruda2015-08-13
* channel.c: Only free a channel after close callbacks are executed #3132oni-link2015-08-05
* job: Replace by a better process abstraction layerThiago de Arruda2015-07-17
* server: Extract most logic into the new socket abstractionThiago de Arruda2015-07-17