summaryrefslogtreecommitdiffstatshomepage
path: root/test/unit/os/fileio_spec.lua
AgeCommit message (Expand)AuthorFiles
2024-04-10refactor(test): inject after_each differentlyLewis Russell1
2024-04-08test: improve test conventionsdundargoc1
2024-02-28refactor(metadata): generate all metadata in luabfredl1
2024-02-25refactor(fileio): remove API shell layer encouraging unnecessary allocationsbfredl1
2024-01-12test: use vim.mpack and vim.uv directlyLewis Russell1
2023-12-04build: enable lintlua for test/unit/ dir #26396Justin M. Keyes1
2023-04-04test: replace lfs with luv and vim.fsdundargoc1
2017-12-03Merge branch 'master' into s-dash-stdinZyX1
2017-07-04os/fileio: Add ability to use os/fileio.c for file descriptorsZyX1
2017-07-04os/fileio: Add msgpack_file_write functionZyX1
2017-04-03tests: Fix testlint errorsZyX1
2017-04-02eval: Make writefile() able to disable fsync()ZyX1
2017-04-01eval,fileio: Omit additional fsync() callZyX1
2017-03-19unittests: Add tests for new fileio functionsZyX1
2017-03-11unittests: Check core dumps in after_each, like in functestsZyX1
2017-03-11unittests: Run all unit tests in their own processesZyX1
2016-06-24unittests: Fix testlint errorsZyX1
2016-06-24unittests: Fix kFileNoSymlink test on FreeBSDZyX1
2016-06-24unittests: Fix bug somewhere that makes file_read tests SEGVZyX1
2016-06-24file: Move src/nvim/file.* to src/nvim/os/fileio.*ZyX1