aboutsummaryrefslogtreecommitdiff
path: root/src/nvim/os
Commit message (Expand)AuthorAge
* refactor(declarations): also generate prototypes for functions in headersbfredl2024-07-13
* refactor: Windows tilde expansion followup (#29380)Rafael Kitover2024-06-18
* Merge pull request #29241 from bfredl/shadapackbfredl2024-06-14
|\
| * refactor(shada): use msgpack_sbuffer lessbfredl2024-06-11
* | refactor(memory): use builtin strcat() instead of STRCAT()bfredl2024-06-11
|/
* refactor(os/shell): we have DynamicBuffer at homebfredl2024-06-09
* refactor(io): make rstream use a linear bufferbfredl2024-06-08
* fix(fileio): copy to correct buffer position when readingbfredl2024-06-06
* fixup: apply the change on more filesJames Tirta Halim2024-06-04
* Merge pull request #29124 from bfredl/inputringbfredl2024-06-02
|\
| * refactor(input): don't use a ring for inputbfredl2024-06-01
* | refactor: move shared messages to errors.h #26214Justin M. Keyes2024-06-01
|/
* refactor(io): separate types for read and write streamsbfredl2024-05-31
* refactor(fileio): use a linear buffer for FileDescriptorbfredl2024-05-30
* Merge pull request #29016 from bfredl/shadareaderbfredl2024-05-29
|\
| * refactor(shada): remove ShaDaReadDef secondary wrapperbfredl2024-05-28
* | refactor(fileio): remove useless use of FileDescriptorbfredl2024-05-28
|/
* fix(path): avoid chdir() when resolving path (#28799)zeertzjq2024-05-17
* refactor(build): make all generated c files headersbfredl2024-04-27
* refactor: add xmemcpyz() and use it in place of some xstrlcpy() (#28422)zeertzjq2024-04-20
* build(windows): set longPathAware in manifest #28389Luna Saphie Mittelbach2024-04-18
* fix(path): check return value of append_path() (#28309)Joey Gouly2024-04-13
* vim-patch:8.1.0815: dialog for file changed outside of Vim not tested (#28184)zeertzjq2024-04-05
* fix(stdpath): remove duplicate directories (#26653)Raphael2024-04-03
* test: add a bit more testing for vim.on_key() (#28095)zeertzjq2024-03-29
* vim-patch:9.1.0220: Few typos in source and test files (#28076)zeertzjq2024-03-28
* docs: fix typos (#27868)dundargoc2024-03-28
* vim-patch:9.1.0162: problem with writing extended attributes on failure (#27800)zeertzjq2024-03-10
* vim-patch:9.1.0161: expand() removes slash after env variable that ends with ...zeertzjq2024-03-10
* vim-patch:8.2.5077: various warnings from clang on MS-Windows (#27773)zeertzjq2024-03-08
* fix(process): avoid potential data race on exit (#27769)zeertzjq2024-03-08
* fix(process): close handles and timer in pty_process_close() (#27760)zeertzjq2024-03-07
* refactor(metadata): generate all metadata in luabfredl2024-02-28
* Merge pull request #27599 from bfredl/nofileallocbfredl2024-02-26
|\
| * refactor(fileio): remove API shell layer encouraging unnecessary allocationsbfredl2024-02-25
* | fix(process): start pty process eof timer on main thread (#27625)zeertzjq2024-02-26
|/
* perf(os/env): os_getenv() allocation when there is no env var setbfredl2024-02-24
* refactor(api): use arena for channel info and terminal infobfredl2024-02-18
* refactor(api): make cstr_as_string accept "const char*"bfredl2024-02-09
* docs: small fixes (#27213)dundargoc2024-02-06
* vim-patch:partial:9.0.1196: code is indented more than necessary (#27315)zeertzjq2024-02-03
* feat(quickfix): support -q - to read 'errorfile' from stdin (#27303)zeertzjq2024-02-02
* feat(ui): add chdir UI event (#27093)Gregory Anders2024-01-19
* refactor(IWYU): fix headersdundargoc2024-01-11
* refactor: remove redundant struct namesdundargoc2024-01-02
* refactor: remove redundant NOLINT commentsdundargoc2024-01-01
* refactor: follow style guidedundargoc2023-12-30
* refactor: remove unnecessary HAVE_PATHDEF macrodundargoc2023-12-27
* refactor: run IWYU on entire repodundargoc2023-12-21
* refactor(IWYU): move decor provider types to decoration_defs.h (#26692)zeertzjq2023-12-21