index
:
rneovim.git
20220114-mix
20230125_mix
20231130_mix
aucmd_textputpost
colorcolchar
fix_20726
fix_repeatcmdline
fix_semantic_tokens
fix_semantic_tokens_pull
floattitle
master
mix
mix_20240309
newfeatures
rahm
tmp
usermarks
userreg
userregs_2
Neovim fork with Rahm's personal hacks.
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
nvim
/
msgpack_rpc
/
server.c
Commit message (
Expand
)
Author
Age
*
refactor: iwyu #31637
Justin M. Keyes
2024-12-23
*
feat(log): use "ui" as default name for TUI client #30345
Justin M. Keyes
2024-09-11
*
fix(server): CID 509282: DEADCODE #30316
Justin M. Keyes
2024-09-09
*
fix(startup): server fails if $NVIM_APPNAME is relative dir #30310
Justin M. Keyes
2024-09-08
*
fix(startup): ignore broken $XDG_RUNTIME_DIR #30285
Justin M. Keyes
2024-09-08
*
feat(startup): validate --listen address
Justin M. Keyes
2024-09-02
*
fixup: include nvim/ascii_defs.h
James Tirta Halim
2024-06-04
*
fixup: apply the change on more files
James Tirta Halim
2024-06-04
*
refactor(IWYU): fix headers
dundargoc
2024-01-11
*
refactor: run IWYU on entire repo
dundargoc
2023-12-21
*
refactor: move non-symbols to defs.h headers
dundargoc
2023-12-17
*
build: don't define FUNC_ATTR_* as empty in headers (#26317)
zeertzjq
2023-11-30
*
build(IWYU): fix includes for func_attr.h
dundargoc
2023-11-27
*
refactor: enable formatting for ternaries
dundargoc
2023-11-20
*
build: remove PVS
dundargoc
2023-11-12
*
feat: $NVIM_APPNAME #22128
Ghjuvan Lacambre
2023-02-16
*
test: avoid noise in NVIM_LOG_FILE
Justin M. Keyes
2023-01-16
*
build: allow IWYU to fix includes for all .c files
dundargoc
2022-11-15
*
vim-patch:8.1.0941: macros for MS-Windows are inconsistent (#20215)
dundargoc
2022-09-18
*
refactor: replace char_u with char
Dundar Göc
2022-09-11
*
refactor: replace char_u with char
Dundar Goc
2022-08-25
*
feat: stdpath('run'), /tmp/nvim.user/ #18993
Justin M. Keyes
2022-06-30
*
feat(server): instance "name", store pipes in stdpath(state)
Justin M. Keyes
2022-06-15
*
feat(logging): include test-id in log messages
Justin M. Keyes
2022-06-15
*
feat(server): set $NVIM, unset $NVIM_LISTEN_ADDRESS #11009
Justin M. Keyes
2022-05-03
*
refactor(style): switch-case formatting, "uncrustify:indent-off" #15669
dundargoc
2021-09-17
*
test/LSP: assert contents of log file
Justin M. Keyes
2020-02-16
*
Remove excess <stdint.h>
Jan Edmund Lazo
2019-09-11
*
server: init v:servername if $NVIM_LISTEN_ADDRESS is invalid
Justin M. Keyes
2018-04-11
*
server: introduce --listen, deprecate $NVIM_LISTEN_ADDRESS
Justin M. Keyes
2018-04-11
*
serverstop(): return FALSE for invalid address
Justin M. Keyes
2018-04-11
*
server.c: Fix bug in release mode (#7594)
Phlosioneer
2017-11-20
*
log: Always enable; remove DISABLE_LOG
Justin M. Keyes
2017-06-07
*
sockets: don't deadlock when connecting to own pipe address
Björn Linse
2017-05-29
*
Server: don't fall back to Unix sockets
Marco Hinz
2017-05-22
*
Server: use uv_getaddrinfo() for $NVIM_LISTEN_ADDRESS
Marco Hinz
2017-05-22
*
*: Add comment to all C files
ZyX
2017-04-19
*
server_init: Handle server_address_new() failure.
Justin M. Keyes
2016-07-18
*
*: Rename main loop variable from loop to main_loop
ZyX
2016-05-30
*
Merge tempfile.c back into fileio.c
Jurica Bradaric
2016-04-20
*
*: Make set_vim_var_\* functions have proper argument types
ZyX
2016-04-18
*
Allow server_start to accept a NULL argument
Rui Abreu Ferreira
2015-10-18
*
Implement server_address_new()
Rui Abreu Ferreira
2015-10-18
*
server: Extract most logic into the new socket abstraction
Thiago de Arruda
2015-07-17
*
event loop: New abstraction layer with refactored time/signal API
Thiago de Arruda
2015-07-17
*
getenv: return NULL if empty #2574
Scott Prager
2015-05-29
*
doc: v:servername, serverstart()
Justin M. Keyes
2015-05-17
*
server: repurpose legacy v:servername
Justin M. Keyes
2015-05-17
*
coverity/109019: fixing "Sizeof not portable"
Chris Hall
2015-05-08
*
Fix a couple uninitialized variable warnings in the release build.
John Szakmeister
2015-04-18
[next]