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
/
msgpack_rpc
Commit message (
Expand
)
Author
Age
*
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
*
rbuffer: Reimplement as a ring buffer and decouple from rstream
Thiago de Arruda
2015-07-01
*
ASan: Fix "null pointer passed for argument declared to never be null". #2925
Florian Walch
2015-06-30
*
getenv: return NULL if empty #2574
Scott Prager
2015-05-29
*
msgpack-rpc: handle failure to convert method arguments #2664
Björn Linse
2015-05-19
*
doc: v:servername, serverstart()
Justin M. Keyes
2015-05-17
*
server: repurpose legacy v:servername
Justin M. Keyes
2015-05-17
*
coverity/109019: fixing "Sizeof not portable"
Chris Hall
2015-05-08
*
Fix a couple uninitialized variable warnings in the release build.
John Szakmeister
2015-04-18
*
Merge pull request #2331 from splinterofchaos/serverlisten
Scott Prager
2015-04-14
|
\
|
*
eval: learn serverstart, list, and close().
Scott Prager
2015-04-14
|
*
msgpack_rpc/server.c: Use a garray over a kmap.
Scott Prager
2015-04-14
*
|
channel: recognized nvim-style errors
Scott Prager
2015-04-13
*
|
msgpack: Allow notifications to execute commands.
Scott Prager
2015-04-13
|
/
*
memory: Add `free` wrapper and refactor project to use it
Thiago de Arruda
2015-04-13
*
memory: Replace klib memory pools by malloc/free
Thiago de Arruda
2015-04-12
*
Fix a memory leak for WBuffers used in channel_write().
oni-link
2015-04-03
*
Prevent too early sending of delayed notifications.
oni-link
2015-04-03
*
eval: Refactor vimscript job control API
Thiago de Arruda
2015-03-29
*
doc: Misc. cleanup
Justin M. Keyes
2015-03-24
*
Merge pull request #2144 from jszakmeister/fix-warning-in-release
John Szakmeister
2015-03-20
|
\
|
*
Avoid an unused variable warning in the release build.
John Szakmeister
2015-03-13
*
|
ui: Replace cursor_{on,off} by busy_{stop,start}
Thiago de Arruda
2015-03-15
|
/
*
remote_ui: Fix error messages #2045
Carlos Castillo
2015-03-04
*
job: Refactor process spawning and startup arguments
Thiago de Arruda
2015-02-23
*
refactor: Remove term modules and termcap options
Thiago de Arruda
2015-02-21
*
ui: Remove/adapt some old code for a big UI refactor
Thiago de Arruda
2015-02-16
*
coverity/{68484,68485}: Read from pointer after free: RI.
Thiago de Arruda
2015-02-11
*
build: upgrade msgpack-c #1900
Michael Reed
2015-02-09
*
Fix CID #102150
Jack Danger Canty
2015-01-22
*
ui: Implement set_{title,icon}
Thiago de Arruda
2015-01-14
*
channel: Make pending_requests a field of the Channel type
Thiago de Arruda
2015-01-13
*
ui: Fix `:suspend` command for remote UIs
Thiago de Arruda
2015-01-13
*
channel: Free channels created from libuv streams
Thiago de Arruda
2015-01-13
*
ui: Add 'rgb' parameter to ui_attach
Thiago de Arruda
2015-01-13
*
ui: Merge standout and reverse into one attribute
Thiago de Arruda
2015-01-13
*
ui: Fix ui resizing and change some method names
Thiago de Arruda
2015-01-13
*
remote_ui: Move handler registration to remote_ui.c
Thiago de Arruda
2015-01-13
*
ui: Add update_fg/update_bg methods
Thiago de Arruda
2015-01-13
*
Revert "[WIP] "abstract_ui" fixes and improvements"
Justin M. Keyes
2015-01-12
*
channel: Make pending_requests a field of the Channel type
Thiago de Arruda
2015-01-12
*
ui: Reimplement `:suspend` command for remote UIs.
Thiago de Arruda
2015-01-12
*
channel: Free channels created from libuv streams
Thiago de Arruda
2015-01-12
*
ui: Add 'rgb' parameter to ui_attach
Thiago de Arruda
2015-01-12
*
ui: Merge standout and reverse into one attribute
Thiago de Arruda
2015-01-12
*
ui: Fix ui resizing and change some method names
Thiago de Arruda
2015-01-12
*
remote_ui: Move handler registration to remote_ui.c
Thiago de Arruda
2015-01-10
[next]