aboutsummaryrefslogtreecommitdiff
path: root/src/nvim/msgpack_rpc/channel.c
Commit message (Expand)AuthorAge
* 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
* rstream/wstream: Unify structures and simplify APIThiago de Arruda2015-07-17
* event loop: New abstraction layer with refactored time/signal APIThiago de Arruda2015-07-17
* rbuffer: Reimplement as a ring buffer and decouple from rstreamThiago de Arruda2015-07-01
* msgpack-rpc: handle failure to convert method arguments #2664Björn Linse2015-05-19
* channel: recognized nvim-style errorsScott Prager2015-04-13
* msgpack: Allow notifications to execute commands.Scott Prager2015-04-13
* memory: Add `free` wrapper and refactor project to use itThiago de Arruda2015-04-13
* memory: Replace klib memory pools by malloc/freeThiago de Arruda2015-04-12
* Fix a memory leak for WBuffers used in channel_write().oni-link2015-04-03
* Prevent too early sending of delayed notifications.oni-link2015-04-03
* eval: Refactor vimscript job control APIThiago de Arruda2015-03-29
* doc: Misc. cleanupJustin M. Keyes2015-03-24
* Avoid an unused variable warning in the release build.John Szakmeister2015-03-13
* job: Refactor process spawning and startup argumentsThiago de Arruda2015-02-23
* 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
* coverity/{68484,68485}: Read from pointer after free: RI.Thiago de Arruda2015-02-11
* Fix CID #102150Jack Danger Canty2015-01-22
* channel: Make pending_requests a field of the Channel typeThiago de Arruda2015-01-13
* channel: Free channels created from libuv streamsThiago de Arruda2015-01-13
* remote_ui: Move handler registration to remote_ui.cThiago de Arruda2015-01-13
* Revert "[WIP] "abstract_ui" fixes and improvements"Justin M. Keyes2015-01-12
* channel: Make pending_requests a field of the Channel typeThiago de Arruda2015-01-12
* ui: Reimplement `:suspend` command for remote UIs.Thiago de Arruda2015-01-12
* channel: Free channels created from libuv streamsThiago de Arruda2015-01-12
* remote_ui: Move handler registration to remote_ui.cThiago de Arruda2015-01-10
* msgpack-rpc: Add remote_ui moduleThiago de Arruda2014-12-08
* channel.c: Fix for heap-use-after-freeoni-link2014-12-03
* Fix memory leak detected in PR 1510.oni-link2014-12-03
* channel: Improve error reporting for invalid responsesThiago de Arruda2014-11-18
* channel: Remove invalid free_channel callThiago de Arruda2014-11-18
* Mark some function arguments as [consumed] in the docs.oni-link2014-11-09
* msgpack-rpc: Close channel on invalid msgpack RPCRui Abreu Ferreira2014-11-07
* msgpack-rpc: Don't try to write into a closed channelRui Abreu Ferreira2014-11-07
* channel: Delay notifications to avoid client race conditionsThiago de Arruda2014-11-06
* channel: Move mch_exit(0) call to a non-deferred event handlerThiago de Arruda2014-11-03
* event: Reintroduce the immediate event queueThiago de Arruda2014-11-02
* coverity/74362: Initialized Array using ARRAY_DICT_INITVictor Fonseca2014-11-01
* job: Let job_start callers to selectively ignore stdioThiago de Arruda2014-10-31
* msgpack-rpc: Terminate server->client calls when the channel closesThiago de Arruda2014-10-28