aboutsummaryrefslogtreecommitdiff
path: root/src/nvim/event/socket.c
Commit message (Expand)AuthorAge
* docs: miscdundargoc2025-01-30
* fixup: apply the change on more filesJames Tirta Halim2024-06-04
* refactor(io): separate types for read and write streamsbfredl2024-05-31
* refactor(IWYU): fix headersdundargoc2024-01-11
* refactor: run IWYU on entire repodundargoc2023-12-21
* refactor: move non-symbols to defs.h headersdundargoc2023-12-17
* refactor: change event_create() to a macro (#26343)zeertzjq2023-12-01
* build: don't define FUNC_ATTR_* as empty in headers (#26317)zeertzjq2023-11-30
* refactor: fix headers with IWYUdundargoc2023-11-28
* build(IWYU): fix includes for func_attr.hdundargoc2023-11-27
* build(IWYU): replace most private mappings with pragmas (#26247)zeertzjq2023-11-27
* refactor: iwyu (#26062)zeertzjq2023-11-16
* build: remove PVSdundargoc2023-11-12
* build(lint): remove unnecessary clint.py rulesdundargoc2023-10-23
* build: allow IWYU to fix includes for all .c filesdundargoc2022-11-15
* refactor: replace char_u with charDundar Göc2022-08-31
* refactor: replace char_u #18429dundargoc2022-06-28
* refactor: replace char_u variables and functions with charDundar Goc2022-05-11
* refactor(uncrustify): change rules to better align with the style guideDundar Goc2022-04-29
* refactor: fix clint warnings (#17682)dundargoc2022-03-13
* refactor: format files with uncrustify #15663dundargoc2021-09-14
* rename: getdigits_safe => try_getdigitsJustin M. Keyes2019-09-13
* deps: update to libuv v1.26.0Justin M. Keyes2019-02-21
* socket.c: Ignore PVS/V547: False positiveJustin M. Keyes2018-05-20
* socket: Silence V641: buf size is not multiple of what it is cast toZyX2017-07-04
* socket.c: Disable Nagle's algorithm on TCP sockets (#6915)David Galeano2017-06-27
* channels: implement sockopen() to connect to socketBjörn Linse2017-05-29
* socket_watcher_start: Silence conversion warning for sin(6)_portJames McCoy2017-05-28
* Server: Call uv_getaddrinfo with NULL service when no portJames McCoy2017-05-27
* Server: don't fall back to Unix socketsMarco Hinz2017-05-22
* Server: use uv_getaddrinfo() for $NVIM_LISTEN_ADDRESSMarco Hinz2017-05-22
* *: Fix all V641 errorsZyX2017-05-20
* *: Add comment to all C filesZyX2017-04-19
* stream: set data together with callbackBjörn Linse2016-08-20
* os/fs: Rename os_file_exists to os_path_exists (#4973)Daniel Xu2016-07-06
* Fix comments for os_* functions return valueRui Abreu Ferreira2015-11-25
* event: Refactor async event processingThiago de Arruda2015-08-13
* events: Add missing function attributes to some APIsThiago de Arruda2015-08-13
* server: Extract most logic into the new socket abstractionThiago de Arruda2015-07-17