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
*
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
*
|
|
api_set_error(): rename
Justin M. Keyes
2017-04-23
*
|
|
api/internal: Remove `set` field from Error type.
Justin M. Keyes
2017-04-23
*
|
|
api_clear_error()
Justin M. Keyes
2017-04-23
*
|
|
api: Do not truncate errors <1 MB. #6237
Sander Bosma
2017-04-23
*
|
|
*: Add comment to all C files
ZyX
2017-04-19
|
|
/
|
/
|
*
|
Add handling for MSGPACK_OBJECT_FLOAT{32,64}
James McCoy
2017-03-30
*
|
eval,*: Move get_tv_string to typval.c
ZyX
2017-03-29
|
/
*
terminal: Disable some options in terminal-mode.
Justin M. Keyes
2017-03-01
*
channel.c: logging
Justin M. Keyes
2017-02-26
*
msgpack_rpc: Allocate empty string in msgpack_rpc_to_object
James McCoy
2016-11-29
*
Avoid serializing NULL string through msgpack
James McCoy
2016-11-23
*
lint
James McCoy
2016-11-02
*
object_to_vim: Fix buffer/window/tabpage conversion on BE systems
James McCoy
2016-11-02
*
api: call multiple methods atomically (useful in async contexts)
Björn Linse
2016-10-22
*
event/multiqueue.c: Rename "queue" to "multiqueue".
Justin M. Keyes
2016-10-02
*
api: fix leak when a api function is incorrectly called with a list.
Björn Linse
2016-08-31
*
api: unify buffer numbers and window ids with handles
Björn Linse
2016-08-31
*
api: rename "msgpack_rpc/defs.h" to "api/private/dispatch.h" and use the head...
Björn Linse
2016-08-31
*
job control: reuse common job code for rpc jobs
Björn Linse
2016-08-20
*
stream: set data together with callback
Björn Linse
2016-08-20
*
server_init: Handle server_address_new() failure.
Justin M. Keyes
2016-07-18
*
*: Fix linter errors
ZyX
2016-06-24
*
msgpack_rpc: Fix crash in log_server_msg
ZyX
2016-06-24
*
msgpack_rpc: Also make msgpack_from_*/msgpack_to_* functions not recur
ZyX
2016-06-24
*
*: Fix errors from new linter checks
ZyX
2016-06-11
*
Merge pull request #4844 from ZyX-I/rename-main-loop
Justin M. Keyes
2016-05-31
|
\
|
*
*: Rename main loop variable from loop to main_loop
ZyX
2016-05-30
*
|
lib/kvec: Do not use kv_init unless needed
ZyX
2016-05-30
*
|
lib/kvec: Remove useless type argument from kv_push macros
ZyX
2016-05-30
|
/
*
api: refactor remote ui to use API dispatch generation
Björn Linse
2016-05-27
[next]