aboutsummaryrefslogtreecommitdiff
path: root/test/unit/os
Commit message (Expand)AuthorAge
* refactor(test): inject after_each differentlyLewis Russell2024-04-10
* test: improve test conventionsdundargoc2024-04-08
* test: correct order of arguments to eq() (#27816)zeertzjq2024-03-11
* refactor(metadata): generate all metadata in luabfredl2024-02-28
* refactor(fileio): remove API shell layer encouraging unnecessary allocationsbfredl2024-02-25
* test: use vim.mpack and vim.uv directlyLewis Russell2024-01-12
* test: do not inject vim module into global helpersLewis Russell2024-01-12
* refactor: use `bool` to represent boolean valuesdundargoc2023-12-19
* build: enable lintlua for test/unit/ dir #26396Justin M. Keyes2023-12-04
* refactor: reorganize option header files (#25437)zeertzjq2023-09-30
* test(unit): add test for os_mkdir_recurse "created"zeertzjq2023-04-16
* vim-patch:9.0.0411: only created files can be cleaned up with one callzeertzjq2023-04-16
* test: replace lfs with luv and vim.fsdundargoc2023-04-04
* test(unit): use file:close() properly (#21505)zeertzjq2022-12-22
* feat: stdpath('run'), /tmp/nvim.user/ #18993Justin M. Keyes2022-06-30
* test: correct order of arguments to eq() and neq()zeertzjq2022-04-26
* chore: fix typos (#16816)dundargoc2022-01-04
* test: remove references to misc1.czeertzjq2021-12-11
* win: avoid duplicate separators in $PATH #12869Justin M. Keyes2020-09-08
* lua: Use #var instead of deprecated table.getn(var)James McCoy2020-07-31
* doc: fix typosBrian Wignall2019-11-27
* tests: improve error message with literat "~" directory (#11032)Daniel Hahler2019-09-17
* build/tests: remove pre/uv.h #10531Daniel Hahler2019-07-28
* test: cleanup, reduce verbosityJustin M. Keyes2019-06-01
* os/env: use libuv v1.12 getenv/setenv APIJustin M. Keyes2019-02-27
* shell/logging: Fix E730 with verbose system({List}) #9009Justin M. Keyes2018-09-21
* test: Rename includes/pre/uv-errno.h to includes/pre/uv.hJames McCoy2018-07-11
* Merge branch 'master' into s-dash-stdinb-r-o-c-k2018-04-14
|\
| * refactor/rename: path_is_absolute()Justin M. Keyes2018-03-24
* | Merge branch 'master' into s-dash-stdinZyX2017-12-03
|\|
| * os_stat: return ENOENT on NULL filename argJames McCoy2017-08-10
| * os/fileio: Add ability to use os/fileio.c for file descriptorsZyX2017-07-04
| * os/fileio: Add msgpack_file_write functionZyX2017-07-04
| * test: expand_env_esc: Pass correct buffer size for outlen and assertionJames McCoy2017-07-02
| * test: fix bashisms (#6791)Jonathan de Boyne Pollard2017-06-01
| * startup: v:progpath fallback: path_guess_exepathJustin M. Keyes2017-05-15
| * test/fs: sanity check for literal "~" directory (#6579)Justin M. Keyes2017-04-24
| * win: os_shell_is_cmdexe() + testsJustin M. Keyes2017-04-12
| * tests: Fix testlint errorsZyX2017-04-03
| * eval: Make writefile() able to disable fsync()ZyX2017-04-02
| * eval,fileio: Omit additional fsync() callZyX2017-04-01
| * build: Rename NEOVIM_* to NVIM_*Justin M. Keyes2017-03-27
* | unittests: Add tests for new fileio functionsZyX2017-03-19
* | fileio,main: Do not restart syscall at EAGAIN when reading for -sZyX2017-03-19
* | main: Temporary fix assertion errorZyX2017-03-19
|/
* unittests: Fix linter errorsZyX2017-03-11
* unittests: Do not import libnvim or headers in main processZyX2017-03-11
* unittests: Check core dumps in after_each, like in functestsZyX2017-03-11
* unittests: Run all unit tests in their own processesZyX2017-03-11
* build: Do not force busted into front of $PATHJustin M. Keyes2017-02-04