aboutsummaryrefslogtreecommitdiff
path: root/src/nvim/msgpack_rpc/server.c
Commit message (Expand)AuthorAge
* server_init: Handle server_address_new() failure.Justin M. Keyes2016-07-18
* *: Rename main loop variable from loop to main_loopZyX2016-05-30
* Merge tempfile.c back into fileio.cJurica Bradaric2016-04-20
* *: Make set_vim_var_\* functions have proper argument typesZyX2016-04-18
* Allow server_start to accept a NULL argumentRui Abreu Ferreira2015-10-18
* Implement server_address_new()Rui Abreu Ferreira2015-10-18
* server: Extract most logic into the new socket abstractionThiago de Arruda2015-07-17
* event loop: New abstraction layer with refactored time/signal APIThiago de Arruda2015-07-17
* getenv: return NULL if empty #2574Scott Prager2015-05-29
* 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
* eval: learn serverstart, list, and close().Scott Prager2015-04-14
* msgpack_rpc/server.c: Use a garray over a kmap.Scott Prager2015-04-14
* memory: Add `free` wrapper and refactor project to use itThiago de Arruda2015-04-13
* server: Refactor to ensure server handles are always properly closedThiago de Arruda2014-11-02
* compilation: Add -Wconversion to more files and validate CONV_SOURCESThiago de Arruda2014-10-21
* msgpack-rpc: Create subdirectory for msgpack-rpc modulesThiago de Arruda2014-10-21