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
*
socket: Silence V641: buf size is not multiple of what it is cast to
ZyX
2017-07-04
*
socket.c: Disable Nagle's algorithm on TCP sockets (#6915)
David Galeano
2017-06-27
*
loop_close: Avoid infinite loop, and log it.
Justin M. Keyes
2017-06-07
*
channels: implement sockopen() to connect to socket
Björn Linse
2017-05-29
*
socket_watcher_start: Silence conversion warning for sin(6)_port
James McCoy
2017-05-28
*
Server: Call uv_getaddrinfo with NULL service when no port
James McCoy
2017-05-27
*
Server: don't fall back to Unix sockets
Marco Hinz
2017-05-22
*
Server: use uv_getaddrinfo() for $NVIM_LISTEN_ADDRESS
Marco Hinz
2017-05-22
*
*: Fix all V641 errors
ZyX
2017-05-20
*
Revert "event/process.c: send SIGTERM directly (#6644)"
Justin M. Keyes
2017-05-08
*
event/process.c: send SIGTERM directly (#6644)
Daniel Hahler
2017-05-04
*
event: Remove "priority" concept.
Justin M. Keyes
2017-04-28
*
api/nvim_get_mode: Use child-queue instead of "priority".
Justin M. Keyes
2017-04-28
*
input.c: Process only safe events before blocking.
Justin M. Keyes
2017-04-28
*
api: nvim_get_mode()
Justin M. Keyes
2017-04-28
*
*: Add comment to all C files
ZyX
2017-04-19
*
win: os_shell_is_cmdexe() + tests
Justin M. Keyes
2017-04-12
*
win: libuv_process_spawn(): special-case cmd.exe
Rui Abreu Ferreira
2017-04-12
*
*: Fix some Windows-specific warnings
ZyX
2017-03-29
*
*: Move some dictionary functions to typval.h and use char*
ZyX
2017-03-29
*
coverity/133900: intitialize scalar variable in struct
Sander Bosma
2017-03-11
*
process_spawn: Return status code (#6075)
Justin M. Keyes
2017-02-09
*
Windows: libuv_process_spawn(): Allow libuv argument quoting/escaping.
Rui Abreu Ferreira
2017-01-10
*
process_wait(): Avoid dereference after LOOP_PROCESS_EVENTS. (#5917)
Justin M. Keyes
2017-01-09
*
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
[next]