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
/
os
Commit message (
Expand
)
Author
Age
*
Introduce nvim namespace: Move files.
Eliseo Martínez
2014-05-15
*
Add new files to clint and fix reported errors
Thiago de Arruda
2014-05-13
*
Fix jumps depending on unitialized values
Thiago de Arruda
2014-05-12
*
Add server module for accepting API connections
Thiago de Arruda
2014-05-12
*
Add channel module
Thiago de Arruda
2014-05-12
*
Refactor API types and prototypes
Thiago de Arruda
2014-05-12
*
Fix update of pending_reqs in `write_cb`
Thiago de Arruda
2014-05-12
*
Add teardown function for the event.c module
Thiago de Arruda
2014-05-12
*
Refactor modules to use handle data accessors
Thiago de Arruda
2014-05-12
*
Add helpers for accessing data in libuv handles
Thiago de Arruda
2014-05-12
*
implemented FileInfo struct
Stefan Hoffmann
2014-05-09
*
implemented os_file_get_size()
Stefan Hoffmann
2014-05-09
*
Merge pull request #644 from philix/log
Justin M. Keyes
2014-05-06
|
\
|
*
Introduce os_localtime_r() and os_get_local_time()
Felipe Oliveira Carvalho
2014-05-06
*
|
Prevent preserve_exit() from executing more than once.
Dane Summers
2014-05-06
*
|
replaced `vim_free()` calls with `free()` calls
Matthias Beyer
2014-05-05
|
/
*
revert #652
Justin M. Keyes
2014-05-01
*
Remove NUL macro
Marco Hinz
2014-04-29
*
Remove code and checks for unsupported systems.
Chris Watkins
2014-04-28
*
Broken build on 32 bit: Pending TODO: Reenable assertion.
Eliseo Martínez
2014-04-24
*
Fix clint.sh wrapper script and broken files
Thiago de Arruda
2014-04-22
*
Broken build on 32 bit: Fix -Wtautological-constant-out-of-range-compare.
Eliseo Martínez
2014-04-22
*
Broken build on 32 bit: Fix -Wshorten-64-to-32.
Eliseo Martínez
2014-04-22
*
fix -Wconversion warnings for rstream
Nicolas Hillegeer
2014-04-21
*
Replace explicit uv_guest_handle(fd) == UV_TTY by os_isatty
Pavel Platto
2014-04-20
*
Added os_isatty
Pavel Platto
2014-04-20
*
Fix bug of `job_stop` not emitting `JobExit`
Thiago de Arruda
2014-04-18
*
Remove unnecessary cleanup label from `job_start`
Thiago de Arruda
2014-04-18
*
Free job data on close_cb
Thiago de Arruda
2014-04-18
*
Stop job prepare watcher when there are no jobs
Thiago de Arruda
2014-04-18
*
Refactor job.c module to use WStream
Thiago de Arruda
2014-04-18
*
Extract writing boilerplate into wstream.c module
Thiago de Arruda
2014-04-18
*
Correctly free libuv handles
Thiago de Arruda
2014-04-18
*
Refactor job control to use RStream events
Thiago de Arruda
2014-04-18
*
Create EventType for RStream reading
Thiago de Arruda
2014-04-18
*
Deal with backpressure on RStream instances
Thiago de Arruda
2014-04-18
*
Handle special KE_EVENT case where maxlen < 3
Thiago de Arruda
2014-04-16
*
Refactor input module to use RStream class
Thiago de Arruda
2014-04-16
*
Refactor job control module to use RStream class
Thiago de Arruda
2014-04-16
*
Extract reading boilerplate into rstream.c module
Thiago de Arruda
2014-04-16
*
Bring neovim up to date with recent libuv changes
Will Tange
2014-04-14
*
Rename os_total_mem to os_get_total_mem_kib.
Chris Watkins
2014-04-12
*
port vim_mkdir, mch_rmdir and mch_remove to libuv
Stefan Hoffmann
2014-04-11
*
Remove OOM error handling code after ga_grow() calls
Felipe Oliveira Carvalho
2014-04-11
*
Move exe functions back to os/fs.c
John Schmidt
2014-04-08
*
Move functions from os/fs.c into path.c
John Schmidt
2014-04-08
*
Remove old comment from job.c
Thiago de Arruda
2014-04-08
*
Define special key for asynchronous events
Thiago de Arruda
2014-04-08
*
Fix/add more files with to clint-files.txt
Thiago de Arruda
2014-04-08
*
Implement job control
Thiago de Arruda
2014-04-07
[next]