aboutsummaryrefslogtreecommitdiff
path: root/src/nvim/os
Commit message (Expand)AuthorAge
...
* | Linting: Fix strcpy warning.Florian Walch2014-12-24
* | Linting: Fix header guards, add whitespace.Florian Walch2014-12-24
|/
* coverity/74718: invalid FUNC_ATTR_NONNULL_ARGJustin M. Keyes2014-12-20
* input: Recognize mouse events for abstract_uiThiago de Arruda2014-12-10
* ui: Add abstract_ui termcap and split UI layerThiago de Arruda2014-12-08
* shell: Fix shell command outputThiago de Arruda2014-12-06
* shell: Remove kShellOptCooked from ShellOptsThiago de Arruda2014-12-03
* time: Inline microdelay into os_microdelayThiago de Arruda2014-12-03
* term: Remove most calls to settmodeThiago de Arruda2014-12-02
* Merge pull request #1497 from splinterofchaos/const-attrJustin M. Keyes2014-11-29
|\
| * strings: Enable -Wconvert.Scott Prager2014-11-27
* | ui: Remove redundant ui.h includesThiago de Arruda2014-11-27
* | ui: Remove ui_inchar/ui_char_availThiago de Arruda2014-11-27
|/
* event: No longer process K_EVENT automaticallyThiago de Arruda2014-11-21
* input: Refactor to ensure user input has higher priorityThiago de Arruda2014-11-21
* Remove os/provider.{c,h} and all of its referencesThiago de Arruda2014-11-18
* shell: Use job_write_cb for closing stdinThiago de Arruda2014-11-10
* Try to fix problem found in the Travis Ci build.oni-link2014-11-09
* Mark some function arguments as [consumed] in the docs.oni-link2014-11-09
* job: Fix memory leak in job_start().oni-link2014-11-09
* rstream: Expose rstream_read_ptr and _available.Scott Prager2014-11-07
* job: Only force-close stdout/stderr when the job exitsThiago de Arruda2014-11-07
* event: Assert that all libuv handles are closed on exit.Thiago de Arruda2014-11-03
* event: Do an early return from event_teardown when not initializedThiago de Arruda2014-11-03
* 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
* wstream: Memory allocation improvementsThiago de Arruda2014-11-02
* job: Simplify job_teardown functionThiago de Arruda2014-11-02
* 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
* 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
* job_start: Do not close in/out/err on error.Scott Prager2014-10-28
* input: Fix conversion error in `convert_input()`Thiago de Arruda2014-10-28
* 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
* 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
* compilation: Add -Wconversion to more files and validate CONV_SOURCESThiago de Arruda2014-10-21
* event: Extract event_poll loops to `event_poll_until` macroThiago de Arruda2014-10-21