aboutsummaryrefslogtreecommitdiff
path: root/src/nvim/os
Commit message (Expand)AuthorAge
* fix(events): crash on SIGTSTP (Ctrl-Z) #33258phanium2025-04-02
* feat(editor): 'autowriteall' on SIGHUP/SIGQUIT #32843Skoh2025-03-31
* vim-patch:9.1.1260: Hang when filtering buffer with NUL bytes (#33192)zeertzjq2025-03-30
* fix(terminal): delay when finishing terminal process #32846markstegeman2025-03-12
* feat(ui): UI :detach commandJustin M. Keyes2025-02-10
* fix(messages): improve deadly signal messages #32364Justin M. Keyes2025-02-07
* docs: miscdundargoc2025-01-30
* vim-patch:partial:9.1.1050: too many strlen() calls in os_unix.c (#32188)zeertzjq2025-01-24
* feat(tui): recognize X1 and X2 mouse eventszeertzjq2025-01-21
* feat(messages): add :!cmd shell message kindsLuuk van Baal2025-01-15
* refactor(options): use `const` in more places (#31791)Famiu Haque2025-01-01
* refactor: iwyu #31637Justin M. Keyes2024-12-23
* refactor(windows)!: only support UCRT, even for mingwbfredl2024-11-21
* refactor(message): propagate highlight id instead of attrsLuuk van Baal2024-11-08
* test: add test for key following ignored mouse move (#31104)zeertzjq2024-11-07
* perf(mouse): only generate <MouseMove> for a new cell positon (#31103)errael2024-11-07
* refactor: fix incorrect use of enum (#30631)zeertzjq2024-10-03
* refactor(event): change last use of klist to kvecbfredl2024-09-28
* refactor(api)!: rename Dictionary => DictJustin M. Keyes2024-09-23
* fix(coverity): CID 509571 Uninitialized variables #30395Justin M. Keyes2024-09-18
* refactor: rename "process" => "proc" #30387Justin M. Keyes2024-09-15
* refactor(stream.c): unused params in stream_close #30356Justin M. Keyes2024-09-12
* feat(log): use "ui" as default name for TUI client #30345Justin M. Keyes2024-09-11
* refactor(os/input.c): rename os_inchar => input_get #30327Justin M. Keyes2024-09-10
* fix(startup): server fails if $NVIM_APPNAME is relative dir #30310Justin M. Keyes2024-09-08
* refactor: adopt termkey and eliminate duplicate codedundargoc2024-09-05
* docs: misc #28970Justin M. Keyes2024-09-01
* docs: misc (#29719)dundargoc2024-08-29
* build(deps): vendor libvterm at v0.3.3Christian Clason2024-08-10
* vim-patch:8.2.4860: MS-Windows: always uses current directory for executableszeertzjq2024-08-09
* refactor(shada): rework msgpack decoding without msgpack-cbfredl2024-08-05
* 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