summaryrefslogtreecommitdiffstatshomepage
path: root/src/nvim/event/socket.c
AgeCommit message (Expand)AuthorFiles
2026-04-25fix(channel): stack-buffer-overflow with exit during connection (#39387)zeertzjq1
2026-03-30revert: "refactor(process): don't read from PTY master using uv_pipe_t" (#37401)zeertzjq1
2026-03-05fix(build): glibc 2.43 happenedbfredl1
2026-02-23fix(coverity/644326): NULL ptr deref in socket_address_is_tcp #38010Sathya Pramodh1
2026-02-20refactor(net): socket_address_is_tcp #37947Sathya Pramodh1
2026-02-11fix(channel): possible hang after connecting with TCP times out (#37813)zeertzjq1
2026-01-20fix(socket): remove stale socket files (#37378)James Fotherby1
2026-01-15refactor(process): don't read from PTY master using uv_pipe_tzeertzjq1
2025-11-01fix(socket): avoid stack-use-after-return after timeout (#36405)zeertzjq1
2025-08-14refactor(build): remove INCLUDE_GENERATED_DECLARATIONS guardsbfredl1
2025-01-30docs: miscdundargoc1
2024-06-04fixup: apply the change on more filesJames Tirta Halim1
2024-05-31refactor(io): separate types for read and write streamsbfredl1
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-12-01refactor: change event_create() to a macro (#26343)zeertzjq1
2023-11-30build: don't define FUNC_ATTR_* as empty in headers (#26317)zeertzjq1
2023-11-28refactor: fix headers with IWYUdundargoc1
2023-11-27build(IWYU): fix includes for func_attr.hdundargoc1
2023-11-27build(IWYU): replace most private mappings with pragmas (#26247)zeertzjq1
2023-11-16refactor: iwyu (#26062)zeertzjq1
2023-11-12build: remove PVSdundargoc1
2023-10-23build(lint): remove unnecessary clint.py rulesdundargoc1
2022-11-15build: allow IWYU to fix includes for all .c filesdundargoc1
2022-08-31refactor: replace char_u with charDundar Göc1
2022-06-28refactor: replace char_u #18429dundargoc1
2022-05-11refactor: replace char_u variables and functions with charDundar Goc1
2022-04-29refactor(uncrustify): change rules to better align with the style guideDundar Goc1
2022-03-13refactor: fix clint warnings (#17682)dundargoc1
2021-09-14refactor: format files with uncrustify #15663dundargoc1
2019-09-13rename: getdigits_safe => try_getdigitsJustin M. Keyes1
2019-02-21deps: update to libuv v1.26.0Justin M. Keyes1
2018-05-20socket.c: Ignore PVS/V547: False positiveJustin M. Keyes1
2017-07-04socket: Silence V641: buf size is not multiple of what it is cast toZyX1
2017-06-27socket.c: Disable Nagle's algorithm on TCP sockets (#6915)David Galeano1
2017-05-29channels: implement sockopen() to connect to socketBjörn Linse1
2017-05-28socket_watcher_start: Silence conversion warning for sin(6)_portJames McCoy1
2017-05-27Server: Call uv_getaddrinfo with NULL service when no portJames McCoy1
2017-05-22Server: don't fall back to Unix socketsMarco Hinz1
2017-05-22Server: use uv_getaddrinfo() for $NVIM_LISTEN_ADDRESSMarco Hinz1
2017-05-20*: Fix all V641 errorsZyX1
2017-04-19*: Add comment to all C filesZyX1
2016-08-20stream: set data together with callbackBjörn Linse1
2016-07-06os/fs: Rename os_file_exists to os_path_exists (#4973)Daniel Xu1
2015-11-25Fix comments for os_* functions return valueRui Abreu Ferreira1
2015-08-13event: Refactor async event processingThiago de Arruda1
2015-08-13events: Add missing function attributes to some APIsThiago de Arruda1
2015-07-17server: Extract most logic into the new socket abstractionThiago de Arruda1