summaryrefslogtreecommitdiffstatshomepage
path: root/src/nvim/msgpack_rpc/server.c
AgeCommit message (Expand)AuthorFiles
2026-03-28fix(:restart): formalize restart event #35223Sathya Pramodh1
2025-10-24docs: types, news, lua-pluginJustin M. Keyes1
2025-10-09fix(rpc): handle more cases when identifying loopback #36100Vlad1
2025-10-04vim-patch:partial:8.1.1939: code for handling v: variables in generic eval fi...Jan Edmund Lazo1
2025-08-14refactor(build): remove INCLUDE_GENERATED_DECLARATIONS guardsbfredl1
2025-04-16fix(env.c): drop envmap, free os_getenv() result #32683Judit Novak1
2024-12-23refactor: iwyu #31637Justin M. Keyes1
2024-09-11feat(log): use "ui" as default name for TUI client #30345Justin M. Keyes1
2024-09-09fix(server): CID 509282: DEADCODE #30316Justin M. Keyes1
2024-09-08fix(startup): server fails if $NVIM_APPNAME is relative dir #30310Justin M. Keyes1
2024-09-08fix(startup): ignore broken $XDG_RUNTIME_DIR #30285Justin M. Keyes1
2024-09-02feat(startup): validate --listen addressJustin M. Keyes1
2024-06-04fixup: include nvim/ascii_defs.hJames Tirta Halim1
2024-06-04fixup: apply the change on more filesJames Tirta Halim1
2024-01-11refactor(IWYU): fix headersdundargoc1
2023-12-21refactor: run IWYU on entire repodundargoc1
2023-12-17refactor: move non-symbols to defs.h headersdundargoc1
2023-11-30build: don't define FUNC_ATTR_* as empty in headers (#26317)zeertzjq1
2023-11-27build(IWYU): fix includes for func_attr.hdundargoc1
2023-11-20refactor: enable formatting for ternariesdundargoc1
2023-11-12build: remove PVSdundargoc1
2023-02-16feat: $NVIM_APPNAME #22128Ghjuvan Lacambre1
2023-01-16test: avoid noise in NVIM_LOG_FILEJustin M. Keyes1
2022-11-15build: allow IWYU to fix includes for all .c filesdundargoc1
2022-09-18vim-patch:8.1.0941: macros for MS-Windows are inconsistent (#20215)dundargoc1
2022-09-11refactor: replace char_u with charDundar Göc1
2022-08-25refactor: replace char_u with charDundar Goc1
2022-06-30feat: stdpath('run'), /tmp/nvim.user/ #18993Justin M. Keyes1
2022-06-15feat(server): instance "name", store pipes in stdpath(state)Justin M. Keyes1
2022-06-15feat(logging): include test-id in log messagesJustin M. Keyes1
2022-05-03feat(server): set $NVIM, unset $NVIM_LISTEN_ADDRESS #11009Justin M. Keyes1
2021-09-17refactor(style): switch-case formatting, "uncrustify:indent-off" #15669dundargoc1
2020-02-16test/LSP: assert contents of log fileJustin M. Keyes1
2019-09-11Remove excess <stdint.h>Jan Edmund Lazo1
2018-04-11server: init v:servername if $NVIM_LISTEN_ADDRESS is invalidJustin M. Keyes1
2018-04-11server: introduce --listen, deprecate $NVIM_LISTEN_ADDRESSJustin M. Keyes1
2018-04-11serverstop(): return FALSE for invalid addressJustin M. Keyes1
2017-11-20server.c: Fix bug in release mode (#7594)Phlosioneer1
2017-06-07log: Always enable; remove DISABLE_LOGJustin M. Keyes1
2017-05-29sockets: don't deadlock when connecting to own pipe addressBjörn Linse1
2017-05-22Server: don't fall back to Unix socketsMarco Hinz1
2017-05-22Server: use uv_getaddrinfo() for $NVIM_LISTEN_ADDRESSMarco Hinz1
2017-04-19*: Add comment to all C filesZyX1
2016-07-18server_init: Handle server_address_new() failure.Justin M. Keyes1
2016-05-30*: Rename main loop variable from loop to main_loopZyX1
2016-04-20Merge tempfile.c back into fileio.cJurica Bradaric1
2016-04-18*: Make set_vim_var_\* functions have proper argument typesZyX1
2015-10-18Allow server_start to accept a NULL argumentRui Abreu Ferreira1
2015-10-18Implement server_address_new()Rui Abreu Ferreira1
2015-07-17server: Extract most logic into the new socket abstractionThiago de Arruda1