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
/
os
Commit message (
Expand
)
Author
Age
*
shell: Use job_write_cb for closing stdin
Thiago de Arruda
2014-11-10
*
Try to fix problem found in the Travis Ci build.
oni-link
2014-11-09
*
Mark some function arguments as [consumed] in the docs.
oni-link
2014-11-09
*
job: Fix memory leak in job_start().
oni-link
2014-11-09
*
rstream: Expose rstream_read_ptr and _available.
Scott Prager
2014-11-07
*
job: Only force-close stdout/stderr when the job exits
Thiago de Arruda
2014-11-07
*
event: Assert that all libuv handles are closed on exit.
Thiago de Arruda
2014-11-03
*
event: Do an early return from event_teardown when not initialized
Thiago de Arruda
2014-11-03
*
event: Ensure the event loop has been cleaned up in event_teardown
Thiago de Arruda
2014-11-02
*
event: Reintroduce the immediate event queue
Thiago de Arruda
2014-11-02
*
event: Rename pending_events to deferred_events
Thiago de Arruda
2014-11-02
*
wstream: Memory allocation improvements
Thiago de Arruda
2014-11-02
*
job: Simplify job_teardown function
Thiago de Arruda
2014-11-02
*
job: Fix job_wait to properly cleanup the job when it exits.
Thiago de Arruda
2014-10-31
*
job: Refactor how job kill timeouts are handled
Thiago de Arruda
2014-10-31
*
job/shell: Refactor os_call_shell/os_system to share code
Thiago de Arruda
2014-10-31
*
rstream: Add rstream_buffer method to get a reference to RBuffer
Thiago de Arruda
2014-10-31
*
shell: Rename dyn_buffer_t to DynamicBuffer
Thiago de Arruda
2014-10-31
*
job: Let job_start callers to selectively ignore stdio
Thiago de Arruda
2014-10-31
*
job: Close libuv handles when uv_spawn fails
Thiago de Arruda
2014-10-31
*
fs.c: add FUNC_ATTR_NONNULL_ALL to all functions
Justin M. Keyes
2014-10-30
*
api: Add vim_input function and mark vim_feedkeys as deferred
Thiago de Arruda
2014-10-29
*
input: Fix sizes of input/read buffers
Thiago de Arruda
2014-10-29
*
input/job: process ctrl+c and do conversion in the read callback
Thiago de Arruda
2014-10-29
*
job_start: Do not close in/out/err on error.
Scott Prager
2014-10-28
*
input: Fix conversion error in `convert_input()`
Thiago de Arruda
2014-10-28
*
job: Only decrease refcount after `settmode` in `job_wait`
Thiago de Arruda
2014-10-23
*
job: Refactor to ensure that all callbacks will be invoked
Thiago de Arruda
2014-10-23
*
debug: Fix broken DLOG macro calls
Thiago de Arruda
2014-10-22
*
input: Fix ctrl+c handling in convert_input
Thiago de Arruda
2014-10-22
*
input: Don't remove Ctrl+C from the input_buffer
Thiago de Arruda
2014-10-21
*
event: Remove direct calls to `uv_run` from job.c/shell.c
Thiago de Arruda
2014-10-21
*
compilation: Add -Wconversion to more files and validate CONV_SOURCES
Thiago de Arruda
2014-10-21
*
event: Extract event_poll loops to `event_poll_until` macro
Thiago de Arruda
2014-10-21
*
event: Remove automatic event deferall
Thiago de Arruda
2014-10-21
*
event: Remove EventType enum and pass a callback to `event_push`
Thiago de Arruda
2014-10-21
*
msgpack-rpc: Create subdirectory for msgpack-rpc modules
Thiago de Arruda
2014-10-21
*
rstream: Add rbuffer_read_ptr/rbuffer_write_ptr functions
Thiago de Arruda
2014-10-19
*
rstream: Initialize 'rstream' field in RBuffer class
Thiago de Arruda
2014-10-19
*
ui: Refactor input buffer handling
Thiago de Arruda
2014-10-18
*
rstream: Extract some RStream functionality to RBuffer
Thiago de Arruda
2014-10-18
*
server: Improve error reporting.
Scott Prager
2014-10-17
*
wstream/shell: Fix memory errors caused by os_system
Thiago de Arruda
2014-10-01
*
memory: xstrchrnul and xmemscan.
Scott Prager
2014-09-30
*
api/msgpack-rpc: Improve error infrastructure
Thiago de Arruda
2014-09-18
*
vim-patch:7.4.235
Scott Prager
2014-09-17
*
channel: Fix unpacker loop condition
Thiago de Arruda
2014-09-16
*
server: Rename address environment variable
Thiago de Arruda
2014-09-13
*
api/msgpack-rpc: Refactor metadata object construction
Thiago de Arruda
2014-09-12
*
api: Implement `vim_report_error` function
Thiago de Arruda
2014-09-12
[next]