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