aboutsummaryrefslogtreecommitdiff
path: root/src/nvim/msgpack_rpc
Commit message (Expand)AuthorAge
* 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
|\
| * Avoid an unused variable warning in the release build.John Szakmeister2015-03-13
* | ui: Replace cursor_{on,off} by busy_{stop,start}Thiago de Arruda2015-03-15
|/
* remote_ui: Fix error messages #2045Carlos Castillo2015-03-04
* 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
* build: upgrade msgpack-c #1900Michael Reed2015-02-09
* Fix CID #102150Jack Danger Canty2015-01-22
* ui: Implement set_{title,icon}Thiago de Arruda2015-01-14
* channel: Make pending_requests a field of the Channel typeThiago de Arruda2015-01-13
* ui: Fix `:suspend` command for remote UIsThiago de Arruda2015-01-13
* channel: Free channels created from libuv streamsThiago de Arruda2015-01-13
* ui: Add 'rgb' parameter to ui_attachThiago de Arruda2015-01-13
* ui: Merge standout and reverse into one attributeThiago de Arruda2015-01-13
* ui: Fix ui resizing and change some method namesThiago de Arruda2015-01-13
* remote_ui: Move handler registration to remote_ui.cThiago de Arruda2015-01-13
* ui: Add update_fg/update_bg methodsThiago 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
* ui: Add 'rgb' parameter to ui_attachThiago de Arruda2015-01-12
* ui: Merge standout and reverse into one attributeThiago de Arruda2015-01-12
* ui: Fix ui resizing and change some method namesThiago de Arruda2015-01-12
* remote_ui: Move handler registration to remote_ui.cThiago de Arruda2015-01-10