aboutsummaryrefslogtreecommitdiff
path: root/src/nvim/event
Commit message (Expand)AuthorAge
...
* rename: SplitEvent => MulticastEvent #10989Justin M. Keyes2019-09-11
* rpc: allow handling of nvim_ui_try_resize at the pagerBjörn Linse2019-09-08
* f_jobwait: cleanupJustin M. Keyes2019-09-03
* events: loop_schedule() is unclear, rename it loop_schedule_fast()Björn Linse2019-08-31
* paste: tickle cursorJustin M. Keyes2019-08-27
* paste: WIP #4448Justin M. Keyes2019-08-27
* win: stream: reset tty stream on closeAnciety2019-08-20
* channels: reflect exit due to signals in exit status code (#10573)Daniel Hahler2019-08-09
* stream: log unwritten bytes, if any #10663Justin M. Keyes2019-08-01
* process_stop: uv: do not close stdin first/explicitly #10584Daniel Hahler2019-08-01
* CI: improve gcov handling #10404Daniel Hahler2019-07-07
* :ls : show "R", "F" for terminal-jobs #10370Justin M. Keyes2019-06-29
* gcov: use __gcov_flush instead of __gcov_dump (#10260)Daniel Hahler2019-06-18
* Dump gcov coverage in process_spawn (#10230)Daniel Hahler2019-06-15
* build: fix some warningsJustin M. Keyes2019-06-03
* win: stream_init() issue with tty on Windows #9884erw72019-04-28
* doc [ci skip]Justin M. Keyes2019-03-26
* deps: update to libuv v1.26.0Justin M. Keyes2019-02-21
* doc: xdg, MAINTAIN.md, channel-id, job controlJustin M. Keyes2018-10-11
* 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