aboutsummaryrefslogtreecommitdiff
path: root/src/nvim/event
Commit message (Expand)AuthorAge
* tui: Hint wrapped lines to terminals.Ricky Zhou2018-09-03
* ui: use line-based rather than char-based updates in screen.cBjörn Linse2018-07-21
* Merge #7679 'startup: treat stdin as text instead of commands'Justin M. Keyes2018-06-10
|\
| * lintJustin M. Keyes2018-06-04
* | Bump up buffer capacity to 2GBKillTheMule2018-05-23
|/
* socket.c: Ignore PVS/V547: False positiveJustin M. Keyes2018-05-20
* timer: make sure to free callback after the last timer due callbackBjörn Linse2018-05-13
* Merge #8218 'Fix errors reported by PVS'Justin M. Keyes2018-04-27
|\
| * event/process: Silence PVS/V547: assuming stream->num_bytes changesZyX2018-04-17
| * event/loop: Silence PVS/V547: condition is false in case of no timeoutZyX2018-04-09
* | win: open child stdio handles in overlapped-mode (#8113)Björn Linse2018-04-25
* | IO: shada should respect 'fsync' optionJustin M. Keyes2018-04-21
* | job-control: children_kill_cb(): do not check elapsed timeJustin M. Keyes2018-04-15
* | job-control: one-shot timer instead of repeatingJustin M. Keyes2018-04-15
* | job-control: mitigate process-kill raceJustin M. Keyes2018-04-15
* | loop: remove `children_stop_requests`Justin M. Keyes2018-04-15
|/
* win: os_proc_tree_kill()Justin M. Keyes2018-03-16
* jobs: child proc must have a separate process-groupJustin M. Keyes2018-03-16
* jobwait: return -2 on interrupt also with timeoutBjörn Linse2018-02-20
* tui: fix use-after-free after UI `stop` event #7922Justin M. Keyes2018-01-28
* Fix warning when assing size_t type value to uv_buf_t.len, convert type to UL...George Zhao2018-01-18
* tui: rework deferred-termcodes ... againJustin M. Keyes2017-12-16
* tui.c: request focus-reporting (fix regression) #7670Justin M. Keyes2017-12-02
* channels: refactor jobwaitBjörn Linse2017-11-25
* channels: generalize jobclose()Björn Linse2017-11-25
* channels: move away term code from eval.cBjörn Linse2017-11-25
* channels: allow bytes sockets and stdio, and buffered bytes outputBjörn Linse2017-11-24
* channels: refactorBjörn Linse2017-11-24
* process_close(): uv_unref() detached processes (#7539)Justin M. Keyes2017-11-12
* doc: channel, eventloopJustin M. Keyes2017-09-05
* eventloop: loop_schedule_deferred()Justin M. Keyes2017-09-05
* doc: eventloopJustin M. Keyes2017-09-05
* log: some DEBUG-level stream loggingJustin M. Keyes2017-08-21
* jobstop/process_stop: send SIGTERM directlyDaniel Hahler2017-07-07
* 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
* loop_close: Avoid infinite loop, and log it.Justin M. Keyes2017-06-07
* 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
* Revert "event/process.c: send SIGTERM directly (#6644)"Justin M. Keyes2017-05-08
* event/process.c: send SIGTERM directly (#6644)Daniel Hahler2017-05-04
* event: Remove "priority" concept.Justin M. Keyes2017-04-28
* api/nvim_get_mode: Use child-queue instead of "priority".Justin M. Keyes2017-04-28
* input.c: Process only safe events before blocking.Justin M. Keyes2017-04-28
* api: nvim_get_mode()Justin M. Keyes2017-04-28
* *: Add comment to all C filesZyX2017-04-19