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
*
api: allow nvim_buf_attach from lua using callbacks
Björn Linse
2019-06-04
*
build: fix some warnings
Justin M. Keyes
2019-06-03
*
messages: use proper multiline error message for rpcrequest and API wrappers
Björn Linse
2019-05-26
*
API: emit nvim_error_event on failed async request
Justin M. Keyes
2019-04-13
*
RPC: conform message-id type to msgpack-RPC spec
Daniel Bershatsky
2019-04-12
*
RPC: eliminate NO_RESPONSE
Justin M. Keyes
2019-04-12
*
build: enable -Wshadow
Justin M. Keyes
2019-01-02
*
RPC: turn errors from async calls into notifications
Björn Linse
2018-12-03
*
startup: always wait for UI with --embed, unless --headless also is supplied
Björn Linse
2018-09-22
*
log: RPC, input, other events
Justin M. Keyes
2018-09-19
*
startup: wait for embedder before executing startup commands and files
Björn Linse
2018-09-18
*
API: nvim_unsubscribe(): Handle unknown events #8745
Daniel Hahler
2018-08-28
*
channel.c: refactor spaghetti code
micha
2018-07-14
*
API: validation: mention invalid method name (#8489)
Justin M. Keyes
2018-06-07
*
api: list information about all channels/jobs.
Björn Linse
2018-05-23
*
server: init v:servername if $NVIM_LISTEN_ADDRESS is invalid
Justin M. Keyes
2018-04-11
*
server: introduce --listen, deprecate $NVIM_LISTEN_ADDRESS
Justin M. Keyes
2018-04-11
*
serverstop(): return FALSE for invalid address
Justin M. Keyes
2018-04-11
*
channels: generalize jobclose()
Björn Linse
2017-11-25
*
channels: allow bytes sockets and stdio, and buffered bytes output
Björn Linse
2017-11-24
*
channels: refactor
Björn Linse
2017-11-24
*
Revert channel logging, rebased on new code below
Björn Linse
2017-11-24
*
server.c: Fix bug in release mode (#7594)
Phlosioneer
2017-11-20
*
rpc: Don't delay notifications when request is pending (#6544)
Björn Linse
2017-10-29
*
doc: channel, eventloop
Justin M. Keyes
2017-09-05
*
channel.c:call_set_error(): fix memory leak
Justin M. Keyes
2017-08-21
*
rpc: close channel if stream was closed
Justin M. Keyes
2017-08-21
*
log: some DEBUG-level stream logging
Justin M. Keyes
2017-08-21
*
log: caller provides the source details
Justin M. Keyes
2017-07-23
*
log: channel registration
Justin M. Keyes
2017-07-22
*
log: Always enable; remove DISABLE_LOG
Justin M. Keyes
2017-06-07
*
channel_write: fix compiler warning
Justin M. Keyes
2017-05-31
*
sockets: don't deadlock when connecting to own pipe address
Björn Linse
2017-05-29
*
channels: implement sockopen() to connect to socket
Björn Linse
2017-05-29
*
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
*
Merge #4411 from ZyX-I/luaviml'/lua
Justin M. Keyes
2017-05-09
|
\
|
*
Merge branch 'master' into luaviml'/lua
ZyX
2017-05-08
|
|
\
|
*
\
Merge branch 'master' into luaviml'/lua
ZyX
2017-04-08
|
|
\
\
|
*
|
|
api: Also shift numbers in api_metadata output
ZyX
2017-03-27
|
*
|
|
gendeclarations: Make declarations generator work with macros funcs
ZyX
2017-03-27
|
*
|
|
msgpack_rpc: Fix #HANDLE_TYPE_CONVERSION_IMPL
ZyX
2017-03-27
|
*
|
|
api: Allow kObjectTypeNil to be zero without breaking compatibility
ZyX
2017-03-27
|
*
|
|
functests: Test for error conditions
ZyX
2017-03-27
*
|
|
|
refactor/single-include (#6687)
Carlo Abelli
2017-05-08
|
|
_
|
/
|
/
|
|
*
|
|
coverity/161682: FP: Dereference after null check (#6630)
Justin M. Keyes
2017-05-01
*
|
|
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
*
|
|
api: Do not translate error messages.
Justin M. Keyes
2017-04-24
[next]