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
/
event
/
socket.c
Commit message (
Expand
)
Author
Age
*
deps: update to libuv v1.26.0
Justin M. Keyes
2019-02-21
*
socket.c: Ignore PVS/V547: False positive
Justin M. Keyes
2018-05-20
*
socket: Silence V641: buf size is not multiple of what it is cast to
ZyX
2017-07-04
*
socket.c: Disable Nagle's algorithm on TCP sockets (#6915)
David Galeano
2017-06-27
*
channels: implement sockopen() to connect to socket
Björn Linse
2017-05-29
*
socket_watcher_start: Silence conversion warning for sin(6)_port
James McCoy
2017-05-28
*
Server: Call uv_getaddrinfo with NULL service when no port
James McCoy
2017-05-27
*
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
*
*: Fix all V641 errors
ZyX
2017-05-20
*
*: Add comment to all C files
ZyX
2017-04-19
*
stream: set data together with callback
Björn Linse
2016-08-20
*
os/fs: Rename os_file_exists to os_path_exists (#4973)
Daniel Xu
2016-07-06
*
Fix comments for os_* functions return value
Rui Abreu Ferreira
2015-11-25
*
event: Refactor async event processing
Thiago de Arruda
2015-08-13
*
events: Add missing function attributes to some APIs
Thiago de Arruda
2015-08-13
*
server: Extract most logic into the new socket abstraction
Thiago de Arruda
2015-07-17