aboutsummaryrefslogtreecommitdiff
path: root/src/nvim/msgpack_rpc
Commit message (Expand)AuthorAge
* 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
* syntax: Add support for the "special" color used for undercurlsAdnoC2016-05-17
* *: Fix new linter errorsZyX2016-05-01
* Merge tempfile.c back into fileio.cJurica Bradaric2016-04-20
* *: Make set_vim_var_\* functions have proper argument typesZyX2016-04-18
* bufhl: fix unittests and lintBjörn Linse2016-02-23
* helpers.c: Handle msgpack str/bin objects with length 0 correctlyoni-link2015-12-21
* Allow server_start to accept a NULL argumentRui Abreu Ferreira2015-10-18
* Implement server_address_new()Rui Abreu Ferreira2015-10-18
* api: represent api type String as msgpack type STR. closes #1250Björn Linse2015-10-08
* 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
* tui/remote_ui: Fix some regressionsThiago de Arruda2015-08-21
* Notify attached UIs whenever menus changeRobin Allen2015-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
* tui: Use underline cursor in Replace modeOmar Sandoval2015-07-26
* api: Simplify UI API on mode changeOmar Sandoval2015-07-26
* 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
* ASan: Fix "null pointer passed for argument declared to never be null". #2925Florian Walch2015-06-30
* getenv: return NULL if empty #2574Scott Prager2015-05-29
* msgpack-rpc: handle failure to convert method arguments #2664Björn Linse2015-05-19
* doc: v:servername, serverstart()Justin M. Keyes2015-05-17
* server: repurpose legacy v:servernameJustin M. Keyes2015-05-17
* coverity/109019: fixing "Sizeof not portable"Chris Hall2015-05-08
* Fix a couple uninitialized variable warnings in the release build.John Szakmeister2015-04-18
* Merge pull request #2331 from splinterofchaos/serverlistenScott Prager2015-04-14
|\
| * eval: learn serverstart, list, and close().Scott Prager2015-04-14
| * msgpack_rpc/server.c: Use a garray over a kmap.Scott Prager2015-04-14
* | 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
* Merge pull request #2144 from jszakmeister/fix-warning-in-releaseJohn Szakmeister2015-03-20
|\