aboutsummaryrefslogtreecommitdiff
path: root/src/nvim/os/shell.c
Commit message (Expand)AuthorAge
* Merge #4646 from oni-link/fix.issue.4569.3Justin M. Keyes2016-06-26
|\
| * shell.c: Fix missing outputoni-link2016-05-15
* | *: Rename main loop variable from loop to main_loopZyX2016-05-30
|/
* shell: Unquote &shell* options before using themZyX2016-01-11
* vim-patch:7.4.785Johan Klokkhammer Helsing2015-11-22
* Windows: avoid "uv_" naming conflicts. #3225Seth Jackson2015-08-27
* eval: Fix jobwait() to process multiple jobs concurrentlyThiago de Arruda2015-08-13
* rstream: Pass read count to read eventsThiago de Arruda2015-08-13
* event: Refactor async event processingThiago de Arruda2015-08-13
* process: Pass loop reference during initializationThiago de Arruda2015-08-13
* shell.c: A full RBuffer with no NL can freeze shell output. #3156oni-link2015-08-11
* job: Replace by a better process abstraction layerThiago de Arruda2015-07-17
* rstream/wstream: Unify structures and simplify APIThiago de Arruda2015-07-17
* event loop: New abstraction layer with refactored time/signal APIThiago de Arruda2015-07-17
* rbuffer: Reimplement as a ring buffer and decouple from rstreamThiago de Arruda2015-07-01
* Fix warnings: shell.c: do_os_system(): Nonnull passed null: FP. #2923Eliseo Martínez2015-06-28
* unify jobstart, termopen, and system interfacesScott Prager2015-05-02
* memory: Add `free` wrapper and refactor project to use itThiago de Arruda2015-04-13
* ui: Refactor so that busy state won't be the defaultThiago de Arruda2015-03-18
* ui: Replace cursor_{on,off} by busy_{stop,start}Thiago de Arruda2015-03-15
* job: Refactor process spawning and startup argumentsThiago de Arruda2015-02-23
* refactor: Remove term modules and termcap optionsThiago de Arruda2015-02-21
* shell: When executing command, use screen functions to display outputThiago de Arruda2015-01-13
* Revert "[WIP] "abstract_ui" fixes and improvements"Justin M. Keyes2015-01-12
* shell: When executing command, use screen functions to display outputThiago de Arruda2015-01-12
* coverity/74717: FP: NULL Pointer DereferenceJustin M. Keyes2014-12-23
* coverity/74718: invalid FUNC_ATTR_NONNULL_ARGJustin M. Keyes2014-12-20
* shell: Fix shell command outputThiago de Arruda2014-12-06
* term: Remove most calls to settmodeThiago de Arruda2014-12-02
* shell: Use job_write_cb for closing stdinThiago de Arruda2014-11-10
* job/shell: Refactor os_call_shell/os_system to share codeThiago 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
* 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
* rstream: Extract some RStream functionality to RBufferThiago de Arruda2014-10-18
* wstream/shell: Fix memory errors caused by os_systemThiago de Arruda2014-10-01
* Remove unused arg 'defer' in 'job_start' #1000oni-link2014-07-29
* os/shell: implement os_systemNicolas Hillegeer2014-07-27
* os/shell: constify argumentsNicolas Hillegeer2014-07-27
* move ascii.h include out of vim.hBrandon Coleman2014-07-09
* spelling fixes #827Will Stamper2014-06-12
* Add automatic generation of headersZyX2014-06-02
* Move documentation from function declarations to definitionsZyX2014-06-02
* Replace ga->ga_len > 0 checks with !GA_EMPTY(ga)Felipe Oliveira Carvalho2014-05-17
* Introduce nvim namespace: Fix unmasked strings.h issue.Eliseo Martínez2014-05-15
* Introduce nvim namespace: Fix project-local includes.Eliseo Martínez2014-05-15
* Introduce nvim namespace: Move files.Eliseo Martínez2014-05-15