aboutsummaryrefslogtreecommitdiff
path: root/src/nvim/msgpack_rpc/channel.c
Commit message (Expand)AuthorAge
* 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
* channel: fix `REQ` definition for msgpack-rpc loggingThiago de Arruda2014-10-28
* msgpack-rpc: Improve logging of msgpack-rpc messagesThiago de Arruda2014-10-23
* msgpack-rpc: Fix error handling and leak in call_request_handlerThiago de Arruda2014-10-23
* msgpack-rpc: Ensure stdio channels are properly closedThiago de Arruda2014-10-23
* debug: Improve debugging of msgpack-rpc requestsThiago de Arruda2014-10-22
* compilation: Add -Wconversion to more files and validate CONV_SOURCESThiago de Arruda2014-10-21
* msgpack-rpc: Allow selective deferral API callsThiago de Arruda2014-10-21
* event: Extract event_poll loops to `event_poll_until` macroThiago de Arruda2014-10-21
* event: Remove automatic event deferallThiago de Arruda2014-10-21
* channel: Simplify resource managementThiago de Arruda2014-10-21
* msgpack-rpc: Create subdirectory for msgpack-rpc modulesThiago de Arruda2014-10-21