aboutsummaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAge
* event: Ensure the event loop has been cleaned up in event_teardownThiago de Arruda2014-11-02
* event: Reintroduce the immediate event queueThiago de Arruda2014-11-02
* event: Rename pending_events to deferred_eventsThiago de Arruda2014-11-02
* server: Refactor to ensure server handles are always properly closedThiago de Arruda2014-11-02
* wstream: Memory allocation improvementsThiago de Arruda2014-11-02
* job: Simplify job_teardown functionThiago de Arruda2014-11-02
* Merge pull request #951 from bfredl/curfixJustin M. Keyes2014-11-01
|\
| * api/window_set_cursor: make sure cursor line is visible.Björn Linse2014-11-01
* | coverity/74362: Initialized Array using ARRAY_DICT_INITVictor Fonseca2014-11-01
|/
* job: Fix job_wait to properly cleanup the job when it exits.Thiago de Arruda2014-10-31
* job: Refactor how job kill timeouts are handledThiago de Arruda2014-10-31
* job/shell: Refactor os_call_shell/os_system to share codeThiago de Arruda2014-10-31
* rstream: Add rstream_buffer method to get a reference to RBufferThiago de Arruda2014-10-31
* shell: Rename dyn_buffer_t to DynamicBufferThiago de Arruda2014-10-31
* job: Let job_start callers to selectively ignore stdioThiago de Arruda2014-10-31
* job: Close libuv handles when uv_spawn failsThiago de Arruda2014-10-31
* Mark patch 427 as included. (#1357)Scott Prager2014-10-30
* Merge pull request #1312 from GokuITA/coverity1289Justin M. Keyes2014-10-30
|\
| * coverity/71507: Unchecked return value (CHECKED_RETURN)Victor Fonseca2014-10-20
* | fs.c: add FUNC_ATTR_NONNULL_ALL to all functionsJustin M. Keyes2014-10-30
* | api: Add vim_input function and mark vim_feedkeys as deferredThiago de Arruda2014-10-29
* | input: Fix sizes of input/read buffersThiago de Arruda2014-10-29
* | input/job: process ctrl+c and do conversion in the read callbackThiago de Arruda2014-10-29
* | fix #1027: :wundo segfault in new, non-empty bufferJustin M. Keyes2014-10-26
* | Merge pull request #1347 from splinterofchaos/433Justin M. Keyes2014-10-29
|\ \
| * | version: Mark patch 430 NA.Scott Prager2014-10-25
| * | vim-patch:7.4.433Scott Prager2014-10-25
* | | fix 'sign unplace id'Kartik K. Agaram2014-10-28
* | | api: Implement vim_command_output functionThiago de Arruda2014-10-28
* | | job_start: Do not close in/out/err on error.Scott Prager2014-10-28
* | | job/valgrind: Fix invalid reads/missing free.Scott Prager2014-10-28
* | | input: Fix conversion error in `convert_input()`Thiago de Arruda2014-10-28
* | | msgpack-rpc: Terminate server->client calls when the channel closesThiago de Arruda2014-10-28
* | | channel: fix `REQ` definition for msgpack-rpc loggingThiago de Arruda2014-10-28
|/ /
* | msgpack-rpc: Improve logging of msgpack-rpc messagesThiago de Arruda2014-10-23
* | job: Only decrease refcount after `settmode` in `job_wait`Thiago de Arruda2014-10-23
* | job: Refactor to ensure that all callbacks will be invokedThiago de Arruda2014-10-23
* | msgpack-rpc: Fix error handling and leak in call_request_handlerThiago de Arruda2014-10-23
* | msgpack-rpc: Ensure stdio channels are properly closedThiago de Arruda2014-10-23
* | Merge pull request #1332 from splinterofchaos/listbrJustin M. Keyes2014-10-23
|\ \
| * | vim-patch:7.4.422Scott Prager2014-10-23
* | | version: update patches to 488Scott Prager2014-10-23
* | | version: More NA patches.Scott Prager2014-10-23
* | | vim-patch:7.4.406Scott Prager2014-10-23
|/ /
* | legacy tests: migrate test35. #1318Nate Sullivan2014-10-22
* | debug: Improve debugging of msgpack-rpc requestsThiago de Arruda2014-10-22
* | debug: Fix broken DLOG macro callsThiago de Arruda2014-10-22
* | input: Fix ctrl+c handling in convert_inputThiago de Arruda2014-10-22
* | input: Don't remove Ctrl+C from the input_bufferThiago de Arruda2014-10-21
* | event: Remove direct calls to `uv_run` from job.c/shell.cThiago de Arruda2014-10-21