aboutsummaryrefslogtreecommitdiff
path: root/src/nvim/os
Commit message (Expand)AuthorAge
* doc: job/channel, misc #7783Justin M. Keyes2018-06-11
* Merge #7679 'startup: treat stdin as text instead of commands'Justin M. Keyes2018-06-10
|\
| * cleanup, test interactive -EJustin M. Keyes2018-06-04
| * win/startup: remove --literalJustin M. Keyes2018-06-04
| * startup: allow explicit "-" file arg with --headlessJustin M. Keyes2018-06-04
| * startup: fix -es/-Es so they are actually silentJustin M. Keyes2018-06-04
| * lintJustin M. Keyes2018-06-04
* | expand_env_esc: fix invalid memory access (#8508)Justin M. Keyes2018-06-09
* | vim-patch:8.0.0355: using uninitialized memory when 'isfname' is empty (#8493)Jan Edmund Lazo2018-06-08
* | win/build: avoid "C4142: benign redefinition of type"Justin M. Keyes2018-06-06
|/
* api: list information about all channels/jobs.Björn Linse2018-05-23
* do not pass NULL to os_getenvJustin M. Keyes2018-05-18
* Merge #4486 'refactor: Remove maxmem, maxmemtot options'Justin M. Keyes2018-05-02
|\
| * Remove maxmem and maxmemtot optionsFelipe Oliveira Carvalho2017-04-11
* | Merge #8218 'Fix errors reported by PVS'Justin M. Keyes2018-04-27
|\ \
| * | *: Fix clint errorsZyX2018-04-22
| * | os/fs: Fix PVS/V560: condition was already checked in while()ZyX2018-04-15
| * | os/env: Refactor home_replace() to the new style and to return lengthZyX2018-04-09
* | | API: nvim__stats()Justin M. Keyes2018-04-24
* | | IO: let 'fsync' option control more casesJustin M. Keyes2018-04-21
* | | Merge #8276 'startup: Make -s - read from stdin'Justin M. Keyes2018-04-17
|\ \ \
| * | | win: Fix reading from stdinb-r-o-c-k2018-04-14
| * | | Merge branch 'master' into s-dash-stdinb-r-o-c-k2018-04-14
| |\ \ \
| * \ \ \ Merge branch 'master' into s-dash-stdinZyX2017-12-03
| |\ \ \ \
| * | | | | os/fileio: Fix QB failureZyX2017-03-19
| * | | | | fileio,main: Do not restart syscall at EAGAIN when reading for -sZyX2017-03-19
| * | | | | getchar: Use fileio instead of fdopenZyX2017-03-19
| * | | | | main: Temporary fix assertion errorZyX2017-03-19
* | | | | | Merge #6272 'stdpath()'Justin M. Keyes2018-04-15
|\ \ \ \ \ \ | |_|_|/ / / |/| | | | |
| * | | | | eval: Add stdpath() method (#5297)Christian Höltje2018-03-29
| | |_|/ / | |/| | |
* | | | | os/shell: use msg functions instead of screen when throttlingBjörn Linse2018-04-09
* | | | | os/shell: remove dead calls to screen functionsBjörn Linse2018-04-09
* | | | | build/OpenBSD: need -lpthread -lc++abi for LuaJIT (#8215)Utkarsh Anand2018-04-02
|/ / / /
* | | | lintJames McCoy2018-03-29
* | | | build/NetBSD: use kinfo_proc2; undef uint64_t (#8197)Utkarsh Anand2018-03-29
* | | | refactor/rename: path_is_absolute()Justin M. Keyes2018-03-24
* | | | Merge #8107 'jobs: separate process-group'Justin M. Keyes2018-03-18
|\ \ \ \
| * | | | API: nvim_get_proc()Justin M. Keyes2018-03-18
| * | | | win: nvim_get_proc_children()Justin M. Keyes2018-03-16
| * | | | nvim_get_proc_children: fallback to shellJustin M. Keyes2018-03-16
| * | | | API: nvim_get_proc_children()Justin M. Keyes2018-03-16
| * | | | win: os_proc_tree_kill()Justin M. Keyes2018-03-16
| * | | | jobs: child proc must have a separate process-groupJustin M. Keyes2018-03-16
* | | | | build/MSVC: fix "C4005: RGB: macro redefinition"Justin M. Keyes2018-03-18
|/ / / /
* | | | Add missing PVS headers to new filesJames McCoy2018-03-11
* | | | build/msvc: Remove confusing commentb-r-o-c-k2018-03-04
* | | | build/msvc: Fix standard IO file number definitionsb-r-o-c-k2018-02-28
* | | | build/msvc: Move include into unix_defs.hb-r-o-c-k2018-02-28
* | | | build/msvc: Add mode_t typedef to win_defs.hb-r-o-c-k2018-02-28
* | | | shell: handle split-up UTF-8 sequencesBjörn Linse2018-02-10