index
:
rneovim.git
20220114-mix
20230125_mix
20231130_mix
aucmd_textputpost
colorcolchar
fix_20726
fix_repeatcmdline
fix_semantic_tokens
fix_semantic_tokens_pull
floattitle
master
mix
mix_20240309
newfeatures
rahm
tmp
usermarks
userreg
userregs_2
Neovim fork with Rahm's personal hacks.
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
nvim
/
event
Commit message (
Expand
)
Author
Age
*
tui: "backpressure": Drop messages to avoid flooding.
Justin M. Keyes
2016-12-09
*
system('foo &', 'bar'): Show error, don't crash.
Justin M. Keyes
2016-10-19
*
event/multiqueue.c: Rename "queue" to "multiqueue".
Justin M. Keyes
2016-10-02
*
doc: minor comment tweaks
Justin M. Keyes
2016-09-28
*
tui.c: Do not wait for tui loop on teardown. (#4789)
Justin M. Keyes
2016-09-24
*
signal_init: Always unblock SIGCHLD. (#5243)
Justin M. Keyes
2016-08-29
*
stream: set data together with callback
Björn Linse
2016-08-20
*
Merge #4798 'process.c: Fix block in teardown'
Justin M. Keyes
2016-07-16
|
\
|
*
process.c: Close events are processed too late
oni-link
2016-05-28
|
*
process.c: Fix a block when in teardown mode
oni-link
2016-05-28
*
|
os/fs: Rename os_file_exists to os_path_exists (#4973)
Daniel Xu
2016-07-06
*
|
Merge #4646 from oni-link/fix.issue.4569.3
Justin M. Keyes
2016-06-26
|
\
\
|
*
|
fixup2: process.c: Prevent data loss for process output streams
oni-link
2016-05-15
|
*
|
fixup: process.c: Prevent data loss for process output streams
oni-link
2016-05-15
|
*
|
process.c: Prevent data loss for process output streams
oni-link
2016-05-15
*
|
|
*: Also fix the adjacent errors
ZyX
2016-06-11
*
|
|
*: Fix errors from new linter checks
ZyX
2016-06-11
*
|
|
eval: allow setting cwd in {jobstart,termopen}()
Aleksa Sarai
2016-06-07
*
|
|
pty_process: split into plat-specific files (#3976)
Rui Abreu Ferreira
2016-06-04
|
|
/
|
/
|
*
|
eval: implement timers. vim-patch: 7.4.1578, 7.4.1831
Björn Linse
2016-05-24
|
/
*
*: Fix new linter errors
ZyX
2016-05-01
*
job control: don't kill PTY processes on exit
Björn Linse
2016-01-20
*
job control: add 'detach' option to jobstart
Björn Linse
2016-01-20
*
Fix comments for os_* functions return value
Rui Abreu Ferreira
2015-11-25
*
loop: Free the parent queue last when destroying the loop
Thiago de Arruda
2015-09-16
*
Fix warning: stream.c: stream_init(): Dead store: HI.
oni-link
2015-09-08
*
Windows: disable libuv argument escaping for uv_spawn #3305
Rui Abreu Ferreira
2015-09-08
*
loop: Improvements for thread-safety
Thiago de Arruda
2015-09-06
*
queue: Allow direct appending to parent queues
Thiago de Arruda
2015-09-06
*
Windows: avoid "uv_" naming conflicts. #3225
Seth Jackson
2015-08-27
*
eval: Protect job callbacks from being redefined
Thiago de Arruda
2015-08-21
*
rstream.c: Prevent stream closing if a read event is still queued. #3172
oni-link
2015-08-16
*
eval: Fix jobwait() to process multiple jobs concurrently
Thiago de Arruda
2015-08-13
*
pty_process: Make termios structure a static variable
Thiago de Arruda
2015-08-13
*
rstream: Pass read count to read events
Thiago de Arruda
2015-08-13
*
process: Remove indeterminism that causes reordering of pty events
oni-link
2015-08-13
*
event: Refactor async event processing
Thiago de Arruda
2015-08-13
*
queue: Implement a more flexible event queue
Thiago de Arruda
2015-08-13
*
process: Pass loop reference during initialization
Thiago de Arruda
2015-08-13
*
loop: Simplify loop.c and move some code to input.c
Thiago de Arruda
2015-08-13
*
pty_process: Simplify cleanup after error during spawn
Thiago de Arruda
2015-08-13
*
events: Add missing function attributes to some APIs
Thiago de Arruda
2015-08-13
*
rstream: Fix read_cb invocation
Thiago de Arruda
2015-07-21
*
job: Replace by a better process abstraction layer
Thiago de Arruda
2015-07-17
*
server: Extract most logic into the new socket abstraction
Thiago de Arruda
2015-07-17
*
rstream/wstream: Unify structures and simplify API
Thiago de Arruda
2015-07-17
*
event loop: New abstraction layer with refactored time/signal API
Thiago de Arruda
2015-07-17