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
*
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
*
syntax: Add support for the "special" color used for undercurls
AdnoC
2016-05-17
*
*: Fix new linter errors
ZyX
2016-05-01
*
Merge tempfile.c back into fileio.c
Jurica Bradaric
2016-04-20
*
*: Make set_vim_var_\* functions have proper argument types
ZyX
2016-04-18
*
bufhl: fix unittests and lint
Björn Linse
2016-02-23
*
helpers.c: Handle msgpack str/bin objects with length 0 correctly
oni-link
2015-12-21
*
Allow server_start to accept a NULL argument
Rui Abreu Ferreira
2015-10-18
*
Implement server_address_new()
Rui Abreu Ferreira
2015-10-18
*
api: represent api type String as msgpack type STR. closes #1250
Björn Linse
2015-10-08
*
log: Make logging thread-safe
Thiago de Arruda
2015-09-06
*
Windows: avoid "uv_" naming conflicts. #3225
Seth Jackson
2015-08-27
*
main: Initialize event loop before command_line_scan
Thiago de Arruda
2015-08-21
*
tui/remote_ui: Fix some regressions
Thiago de Arruda
2015-08-21
*
Notify attached UIs whenever menus change
Robin Allen
2015-08-21
*
rstream: Pass read count to read events
Thiago de Arruda
2015-08-13
*
event: Refactor async event processing
Thiago de Arruda
2015-08-13
*
process: Pass loop reference during initialization
Thiago de Arruda
2015-08-13
*
msgpack: Replace FUNC_ATTR_DEFERRED by FUNC_ATTR_ASYNC
Thiago de Arruda
2015-08-13
*
channel.c: Only free a channel after close callbacks are executed #3132
oni-link
2015-08-05
*
tui: Use underline cursor in Replace mode
Omar Sandoval
2015-07-26
*
api: Simplify UI API on mode change
Omar Sandoval
2015-07-26
*
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
[next]