aboutsummaryrefslogtreecommitdiff
path: root/src/nvim/os
Commit message (Expand)AuthorAge
* fix(pty_process_win/wait_eof_timer_cb): also check for proc->out.did_eofzeertzjq2022-03-02
* refactor(lua): cleanup and docs for threadsbfredl2022-02-26
* feat(lua): add proper support of luv threadserw72022-02-26
* vim-patch:8.2.0942: expanding to local dir after homedir keeps "~/"zeertzjq2022-02-07
* fix(input): never escape CSI byteszeertzjq2022-01-21
* Merge pull request #16617 from pekdon/forkptyJames McCoy2021-12-16
|\
| * fix: add forkpty for SunOS variantsClaes Nästén2021-12-12
* | refactor(misc1): move out high-level input functions to a new file: input.cBjörn Linse2021-12-10
* | refactor(misc1): move shell related functions to os/shell.cBjörn Linse2021-12-10
* | refactor(misc1): move user related code to os/users.cBjörn Linse2021-12-10
* | Merge pull request #16597 from bfredl/nomisc1Björn Linse2021-12-10
|\ \ | |/ |/|
| * refactor(misc1): move line_breakcheck family of functions to os/input.cBjörn Linse2021-12-09
* | fix: don't use cfsetspeed, use i and o variantsClaes Nästén2021-12-07
* | fix: don't include pty.h on SunOSClaes Nästén2021-12-07
* | fix: define NAME_MAX from _XOPEN_NAME_MAXClaes Nästén2021-12-06
|/
* refactor: saner options for uncrustify (#16204)dundargoc2021-11-19
* refactor: reduce number of explicit char casts (#16077)dundargoc2021-11-16
* vim-patch:8.1.0779: argument for message functions is inconsistentJames McCoy2021-11-01
* vim-patch:8.1.0743: giving error messages is not flexibleJames McCoy2021-11-01
* refactor: saner options for uncrustify #16196dundargoc2021-10-31
* refactor: uncrustify #16090dundargoc2021-10-29
* refactor: format header files with uncrustify #15877dundargoc2021-10-09
* fix(tui): remove dead code #15929erw72021-10-06
* refactor: remove redundant char casts #15888dundargoc2021-10-04
* Refactor/uncrustify (#15790)dundargoc2021-09-29
* fix(tui): remove obsolete $NVIM detection #15791erw72021-09-26
* refactor: format with uncrustify #15778dundargoc2021-09-25
* refactor: reformat with uncrustify #15736dundargoc2021-09-20
* refactor: format files with uncrustify #15663dundargoc2021-09-14
* refactor(map): remove extra-allocating map_new/map_free functionsBjörn Linse2021-08-22
* chore: use codespell to spell check #15016dundargoc2021-07-07
* coverity/331377: os_fopen: Remove invalid iflags assertJames McCoy2021-05-06
* coverity/331399: Remove unused "term_name" member from PtyProcessJames McCoy2021-05-06
* vim-patch:8.1.2313: debugging where a delay comes from is not easyJan Edmund Lazo2021-04-15
* Add more info to debug messagesJames McCoy2021-04-08
* os/win: fix build failureJan Edmund Lazo2021-03-31
* Change QUEUE_FOREACH macro to use while instead of forerw72021-03-30
* vim-patch:8.1.0989: various small code uglinessJan Edmund Lazo2021-03-29
* vim-patch:8.1.2326: cannot parse a date/time stringJan Edmund Lazo2021-03-27
* state: throttle batched event processing when input is availableBjörn Linse2021-03-08
* fix(pty): Always use $TERM from the job's env dictJames McCoy2021-02-06
* Use abort() instead of assert(false) for things that should never happenJames McCoy2021-01-31
* fix(pty_proc/macOS): Properly set the environment for the childJames McCoy2021-01-31
* Pass environment on to pty processes on WindowsJames McCoy2021-01-31
* Common handling of required/ignored env varsJames McCoy2021-01-31
* Use dict_T to pass env vars to process spawning codeJames McCoy2021-01-31
* logging: move to XDG_CACHE_HOME (#13739)Michael Lingelbach2021-01-13
* Use uv_os_homedir and current directory as backup when $HOME is not set (#13657)ffanzhang2021-01-10
* input: consider "-- more --" state to be blocking, fixes #11899Björn Linse2021-01-04
* fix: Include auto/config.h before HAVE_* preprocessor checksJames McCoy2020-12-15