aboutsummaryrefslogtreecommitdiff
path: root/src/nvim/os/pty_process_unix.c
Commit message (Expand)AuthorAge
* build(IWYU): fix includes for func_attr.hdundargoc2023-11-27
* build(IWYU): replace most private mappings with pragmas (#26247)zeertzjq2023-11-27
* build: remove PVSdundargoc2023-11-12
* build(lint): remove unnecessary clint.py rulesdundargoc2023-10-23
* fix(startup): run embedded Nvim with real path (#24282)zeertzjq2023-07-08
* refactor: adjust headers according to the style guide (#23934)dundargoc2023-06-06
* refactor(pty): remove old logic for inheriting termios from host terminalbfredl2023-01-10
* fix(embed): handle stdio in server properlybfredl2023-01-09
* build: allow IWYU to fix includes for all .c filesdundargoc2022-11-15
* refactor: move klib out of src/nvim/ #20341dundargoc2022-09-25
* feat(logging): include test-id in log messagesJustin M. Keyes2022-06-15
* chore: fix typos (#17670)dundargoc2022-03-17
* refactor(uncrustify): format all c filesDundar Göc2022-03-10
* fix: add forkpty for SunOS variantsClaes Nästén2021-12-12
* 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
* Refactor/uncrustify (#15790)dundargoc2021-09-29
* refactor: format files with uncrustify #15663dundargoc2021-09-14
* Add more info to debug messagesJames McCoy2021-04-08
* fix(pty): Always use $TERM from the job's env dictJames McCoy2021-02-06
* fix(pty_proc/macOS): Properly set the environment for the childJames 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
* Fix colors in terminal by maintaining COLORTERMThomas Fehér2020-11-26
* channels: reflect exit due to signals in exit status code (#10573)Daniel Hahler2019-08-09
* CI: improve gcov handling #10404Daniel Hahler2019-07-07
* gcov: use __gcov_flush instead of __gcov_dump (#10260)Daniel Hahler2019-06-18
* clint: check env functionsJustin M. Keyes2019-02-28
* os/env: use libuv v1.12 getenv/setenv APIJustin M. Keyes2019-02-27
* TUI: detect BSD vt consoleJustin M. Keyes2018-12-16
* Check all child processes for exit in SIGCHLD handlerDavid Hotham2018-07-14
* Only waitpid() for processes that we care aboutDavid Hotham2018-07-13
* doc: job/channel, misc #7783Justin M. Keyes2018-06-11
* api: list information about all channels/jobs.Björn Linse2018-05-23
* jobs: child proc must have a separate process-groupJustin M. Keyes2018-03-16
* pty_process_unix: _exit() on execvp() failureJustin M. Keyes2017-12-13
* tui: job-control: use saved termios for pty jobsJustin M. Keyes2017-11-25
* channels: refactorBjörn Linse2017-11-24
* pty_process_unix.c: include <libutil.h> on DragonFly BSDJustin M. Keyes2017-05-21
* *: Add comment to all C filesZyX2017-04-19
* job-control: set CLOEXEC on pty processes. #5986Matthew Malcomson2017-03-17
* process_spawn: Return status code (#6075)Justin M. Keyes2017-02-09
* Remove redundant includes of unistd.h (#5126)Rui Abreu Ferreira2016-07-29
* eval: allow setting cwd in {jobstart,termopen}()Aleksa Sarai2016-06-07
* pty_process: split into plat-specific files (#3976)Rui Abreu Ferreira2016-06-04