Andreas Schneider
|
517bf15603
|
nvim:msgpack: Correctly set up global ch_before_blocking_events
gcc10 builds with -fno-common by default. This mean you can't define
a global variable with the same name twice.
See also https://bugzilla.redhat.com/show_bug.cgi?id=1799680
|
2020-02-23 09:49:33 +01:00 |
|
Björn Linse
|
5215e3205a
|
channels: refactor
|
2017-11-24 14:50:00 +01:00 |
|
Justin M. Keyes
|
f17a818519
|
api/nvim_get_mode: Use child-queue instead of "priority".
|
2017-04-28 19:20:09 +02:00 |
|
Björn Linse
|
2d60a15e25
|
job control: reuse common job code for rpc jobs
This makes stderr and exit callbacks work for rpc jobs
|
2016-08-20 12:55:35 +02:00 |
|
Thiago de Arruda
|
9d8d2b7fa8
|
server: Extract most logic into the new socket abstraction
- Move event loop code into event/socket
- Reimplement server.c on top of the new SocketWatcher class
- Adapt msgpack_rpc/channel.c
|
2015-07-17 00:19:55 -03:00 |
|
Thiago de Arruda
|
b280308ac6
|
msgpack-rpc: Create subdirectory for msgpack-rpc modules
Create the msgpack_rpc subdirectory and move all modules that deal with
msgpack-rpc to it. Also merge msgpack_rpc.c into msgpack_rpc/helpers.c
|
2014-10-21 11:05:49 -03:00 |
|