aboutsummaryrefslogtreecommitdiff
path: root/src/nvim/msgpack_rpc/server.c
Commit message (Expand)AuthorAge
* refactor: iwyu #31637Justin M. Keyes2024-12-23
* feat(log): use "ui" as default name for TUI client #30345Justin M. Keyes2024-09-11
* fix(server): CID 509282: DEADCODE #30316Justin M. Keyes2024-09-09
* fix(startup): server fails if $NVIM_APPNAME is relative dir #30310Justin M. Keyes2024-09-08
* fix(startup): ignore broken $XDG_RUNTIME_DIR #30285Justin M. Keyes2024-09-08
* feat(startup): validate --listen addressJustin M. Keyes2024-09-02
* fixup: include nvim/ascii_defs.hJames Tirta Halim2024-06-04
* fixup: apply the change on more filesJames Tirta Halim2024-06-04
* refactor(IWYU): fix headersdundargoc2024-01-11
* refactor: run IWYU on entire repodundargoc2023-12-21
* refactor: move non-symbols to defs.h headersdundargoc2023-12-17
* build: don't define FUNC_ATTR_* as empty in headers (#26317)zeertzjq2023-11-30
* build(IWYU): fix includes for func_attr.hdundargoc2023-11-27
* refactor: enable formatting for ternariesdundargoc2023-11-20
* build: remove PVSdundargoc2023-11-12
* feat: $NVIM_APPNAME #22128Ghjuvan Lacambre2023-02-16
* test: avoid noise in NVIM_LOG_FILEJustin M. Keyes2023-01-16
* build: allow IWYU to fix includes for all .c filesdundargoc2022-11-15
* vim-patch:8.1.0941: macros for MS-Windows are inconsistent (#20215)dundargoc2022-09-18
* refactor: replace char_u with charDundar Göc2022-09-11
* refactor: replace char_u with charDundar Goc2022-08-25
* feat: stdpath('run'), /tmp/nvim.user/ #18993Justin M. Keyes2022-06-30
* feat(server): instance "name", store pipes in stdpath(state)Justin M. Keyes2022-06-15
* feat(logging): include test-id in log messagesJustin M. Keyes2022-06-15
* feat(server): set $NVIM, unset $NVIM_LISTEN_ADDRESS #11009Justin M. Keyes2022-05-03
* refactor(style): switch-case formatting, "uncrustify:indent-off" #15669dundargoc2021-09-17
* test/LSP: assert contents of log fileJustin M. Keyes2020-02-16
* Remove excess <stdint.h>Jan Edmund Lazo2019-09-11
* server: init v:servername if $NVIM_LISTEN_ADDRESS is invalidJustin M. Keyes2018-04-11
* server: introduce --listen, deprecate $NVIM_LISTEN_ADDRESSJustin M. Keyes2018-04-11
* serverstop(): return FALSE for invalid addressJustin M. Keyes2018-04-11
* server.c: Fix bug in release mode (#7594)Phlosioneer2017-11-20
* log: Always enable; remove DISABLE_LOGJustin M. Keyes2017-06-07
* sockets: don't deadlock when connecting to own pipe addressBjörn Linse2017-05-29
* Server: don't fall back to Unix socketsMarco Hinz2017-05-22
* Server: use uv_getaddrinfo() for $NVIM_LISTEN_ADDRESSMarco Hinz2017-05-22
* *: Add comment to all C filesZyX2017-04-19
* 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