aboutsummaryrefslogtreecommitdiff
path: root/src/nvim/os
Commit message (Expand)AuthorAge
* tui: check stty/termios for kbsJustin M. Keyes2016-12-23
* out_data_decide_throttle(): timeout instead of hard limit.Justin M. Keyes2016-12-10
* out_data_decide_throttle(): Avoid too-small final chunk.Justin M. Keyes2016-12-10
* os/shell: do_os_system(): Always show last chunk.Justin M. Keyes2016-12-10
* os/shell: Throttle :! output, pulse "..." message.Justin M. Keyes2016-12-09
* shell_write_cb: Schedule error message. (#5670)Justin M. Keyes2016-11-26
* os_nodetype: open fd with O_NONBLOCK (#5515)Justin M. Keyes2016-10-21
* system('foo &', 'bar'): Show error, don't crash.Justin M. Keyes2016-10-19
* event/multiqueue.c: Rename "queue" to "multiqueue".Justin M. Keyes2016-10-02
* doc: minor comment tweaksJustin M. Keyes2016-09-28
* refactor: eliminate misc2.cJustin M. Keyes2016-09-13
* shell_escape: rename; refactorJustin M. Keyes2016-09-11
* system(): Respect 'sxe' and 'sxq' #2789Zhaosheng Pan2016-09-10
* signal_init: unblock all signals on startup. #5283Nicolas Hillegeer2016-09-03
* signal_init: Always unblock SIGCHLD. (#5243)Justin M. Keyes2016-08-29
* stream: set data together with callbackBjörn Linse2016-08-20
* Merge #5025 'input.c: Restore double click'Justin M. Keyes2016-08-07
|\
| * lintsach1t2016-08-07
| * input.c: restore double clicksach1t2016-08-07
* | Merge #5130 from equalsraf/tb-appveyorJustin M. Keyes2016-08-07
|\ \ | |/ |/|
| * Create os_translate_sys_error()Rui Abreu Ferreira2016-08-07
* | Merge #4964 from ZyX-I/no-xdg-expandJustin M. Keyes2016-08-04
|\ \ | |/ |/|
| * option: Also escape commas in options other then &runtimepathZyX2016-07-10
* | os_resolve_shortcut: Report conversion error.Justin M. Keyes2016-07-30
* | mbyte.c: Move utf8/utf16 functions to mbyte.cJustin M. Keyes2016-07-30
* | utf16_to_utf8Justin M. Keyes2016-07-30
* | os_resolve_shortcut: cleanupJustin M. Keyes2016-07-30
* | os_resolve_shortcut: Remove legacy win16 codepath.Justin M. Keyes2016-07-30
* | utf8_to_utf16: adapt libuv's fs__capture_pathJustin M. Keyes2016-07-30
* | os_resolve_shortcut: initial port from Vim sourceJustin M. Keyes2016-07-30
* | Remove redundant includes of unistd.h (#5126)Rui Abreu Ferreira2016-07-29
|/
* os/fs: Rename os_file_exists to os_path_exists (#4973)Daniel Xu2016-07-06
* Merge #4646 from oni-link/fix.issue.4569.3Justin M. Keyes2016-06-26
|\
| * shell.c: Fix missing outputoni-link2016-05-15
* | Merge #4965 from justinmk/fixup4453Justin M. Keyes2016-06-25
|\ \
| * | ex_cmds2.c: cleanupJustin M. Keyes2016-06-25
* | | os/fileio: Use readv oftenZyX2016-06-24
* | | *: Satisfy linter (newest type casts rule)ZyX2016-06-24
* | | file: Move src/nvim/file.* to src/nvim/os/fileio.*ZyX2016-06-24
* | | file: Add buffered reading and writingZyX2016-06-23
* | | file,os/fs,shada: Separate opening, closing, writing and reading filesZyX2016-06-23
|/ /
* | Remove some unnecessary function attributes (#4909)oni-link2016-06-11
* | eval: allow setting cwd in {jobstart,termopen}()Aleksa Sarai2016-06-07
* | pty_process: split into plat-specific files (#3976)Rui Abreu Ferreira2016-06-04
* | *: Rename main loop variable from loop to main_loopZyX2016-05-30
* | os_nodetype: Return NODE_NORMAL if os_stat fails.Justin M. Keyes2016-05-22
* | os/env.c: document remove_tail() properlyFelipe Oliveira Carvalho2016-05-15
* | os/env.c: declare srcp and dst as restrict in expand_env_esc()Felipe Oliveira Carvalho2016-05-15
* | os/env.c: cosmetic changes done during review of the fileFelipe Oliveira Carvalho2016-05-15
|/
* vim-patch:7.4.896Rui Abreu Ferreira2016-05-08