index
:
neovim
dependabot/github_actions/github-actions-c6747d2992
marvim/ci-version-update
master
release-0.10
release-0.11
release-0.12
release-0.4
release-0.5
release-0.6
release-0.7
release-0.8
release-0.9
Vim-fork focused on extensibility and usability
summary
refs
log
tree
commit
diff
stats
homepage
log msg
author
committer
range
path:
root
/
src
/
nvim
/
event
/
socket.c
Age
Commit message (
Expand
)
Author
Files
2026-04-25
fix(channel): stack-buffer-overflow with exit during connection (#39387)
zeertzjq
1
2026-03-30
revert: "refactor(process): don't read from PTY master using uv_pipe_t" (#37401)
zeertzjq
1
2026-03-05
fix(build): glibc 2.43 happened
bfredl
1
2026-02-23
fix(coverity/644326): NULL ptr deref in socket_address_is_tcp #38010
Sathya Pramodh
1
2026-02-20
refactor(net): socket_address_is_tcp #37947
Sathya Pramodh
1
2026-02-11
fix(channel): possible hang after connecting with TCP times out (#37813)
zeertzjq
1
2026-01-20
fix(socket): remove stale socket files (#37378)
James Fotherby
1
2026-01-15
refactor(process): don't read from PTY master using uv_pipe_t
zeertzjq
1
2025-11-01
fix(socket): avoid stack-use-after-return after timeout (#36405)
zeertzjq
1
2025-08-14
refactor(build): remove INCLUDE_GENERATED_DECLARATIONS guards
bfredl
1
2025-01-30
docs: misc
dundargoc
1
2024-06-04
fixup: apply the change on more files
James Tirta Halim
1
2024-05-31
refactor(io): separate types for read and write streams
bfredl
1
2024-01-11
refactor(IWYU): fix headers
dundargoc
1
2023-12-21
refactor: run IWYU on entire repo
dundargoc
1
2023-12-17
refactor: move non-symbols to defs.h headers
dundargoc
1
2023-12-01
refactor: change event_create() to a macro (#26343)
zeertzjq
1
2023-11-30
build: don't define FUNC_ATTR_* as empty in headers (#26317)
zeertzjq
1
2023-11-28
refactor: fix headers with IWYU
dundargoc
1
2023-11-27
build(IWYU): fix includes for func_attr.h
dundargoc
1
2023-11-27
build(IWYU): replace most private mappings with pragmas (#26247)
zeertzjq
1
2023-11-16
refactor: iwyu (#26062)
zeertzjq
1
2023-11-12
build: remove PVS
dundargoc
1
2023-10-23
build(lint): remove unnecessary clint.py rules
dundargoc
1
2022-11-15
build: allow IWYU to fix includes for all .c files
dundargoc
1
2022-08-31
refactor: replace char_u with char
Dundar Göc
1
2022-06-28
refactor: replace char_u #18429
dundargoc
1
2022-05-11
refactor: replace char_u variables and functions with char
Dundar Goc
1
2022-04-29
refactor(uncrustify): change rules to better align with the style guide
Dundar Goc
1
2022-03-13
refactor: fix clint warnings (#17682)
dundargoc
1
2021-09-14
refactor: format files with uncrustify #15663
dundargoc
1
2019-09-13
rename: getdigits_safe => try_getdigits
Justin M. Keyes
1
2019-02-21
deps: update to libuv v1.26.0
Justin M. Keyes
1
2018-05-20
socket.c: Ignore PVS/V547: False positive
Justin M. Keyes
1
2017-07-04
socket: Silence V641: buf size is not multiple of what it is cast to
ZyX
1
2017-06-27
socket.c: Disable Nagle's algorithm on TCP sockets (#6915)
David Galeano
1
2017-05-29
channels: implement sockopen() to connect to socket
Björn Linse
1
2017-05-28
socket_watcher_start: Silence conversion warning for sin(6)_port
James McCoy
1
2017-05-27
Server: Call uv_getaddrinfo with NULL service when no port
James McCoy
1
2017-05-22
Server: don't fall back to Unix sockets
Marco Hinz
1
2017-05-22
Server: use uv_getaddrinfo() for $NVIM_LISTEN_ADDRESS
Marco Hinz
1
2017-05-20
*: Fix all V641 errors
ZyX
1
2017-04-19
*: Add comment to all C files
ZyX
1
2016-08-20
stream: set data together with callback
Björn Linse
1
2016-07-06
os/fs: Rename os_file_exists to os_path_exists (#4973)
Daniel Xu
1
2015-11-25
Fix comments for os_* functions return value
Rui Abreu Ferreira
1
2015-08-13
event: Refactor async event processing
Thiago de Arruda
1
2015-08-13
events: Add missing function attributes to some APIs
Thiago de Arruda
1
2015-07-17
server: Extract most logic into the new socket abstraction
Thiago de Arruda
1