| Commit message (Expand) | Author | Age | Files | Lines |
| * | QProcess: replace Q_PRIVATE_SLOTs with new-style PMF-to-private connects | Thiago Macieira | 2025-08-30 | 1 | -13/+10 |
| * | Mark QProcess files as security critical | Matthias Rauter | 2025-06-17 | 1 | -0/+1 |
| * | Replace uses of std::is_trivial with its underlying definitions | Thiago Macieira | 2025-05-08 | 1 | -1/+1 |
| * | Corelib: check if TIOCNOTTY is supported before using it | Carlo Bramini | 2025-03-07 | 1 | -0/+2 |
| * | 3rdparty: fix linking of cygQt6Core on CYGWIN | Carlo Bramini | 2025-03-07 | 1 | -0/+4 |
| * | QProcess/Unix: don't close the childStartedPipe too soon | Thiago Macieira | 2025-02-04 | 1 | -8/+7 |
| * | QProcess/Unix: update the start error messages to be all similar | Thiago Macieira | 2025-02-04 | 1 | -31/+36 |
| * | QProcess/Unix: add an actual check of DisableCoreDumps flag | Ivan Solovev | 2025-02-04 | 1 | -6/+8 |
| * | Replace a few toString() or fromUtf8() QString::arg() parameters | Marc Mutz | 2024-12-03 | 1 | -5/+5 |
| * | QProcess/Unix: add a flag to disable core dumps | Thiago Macieira | 2024-10-14 | 1 | -0/+9 |
| * | QProcess/Unix: clean up QChildProcess before calling setErrorAndEmit() | Thiago Macieira | 2024-09-10 | 1 | -2/+14 |
| * | QProcess/Unix: open the working directory before changing the thread state | Thiago Macieira | 2024-09-10 | 1 | -12/+19 |
| * | QProcess/Unix: restore the signal mask before re-enabling cancellations | Thiago Macieira | 2024-09-10 | 1 | -1/+1 |
| * | Add the missing include of termios.h | Alexey Edelev | 2024-04-26 | 1 | -0/+1 |
| * | QProcess/Unix: fix close() on invalid file descriptor | Thiago Macieira | 2024-03-12 | 1 | -1/+2 |
| * | QProcess/Unix: fix improper restoration of signal mask and cancel state | Thiago Macieira | 2024-03-12 | 1 | -9/+9 |
| * | QProcess: set the error message and state if qt_create_pipe() fails | Thiago Macieira | 2024-02-26 | 1 | -3/+8 |
| * | QProcess: align treatment of early start errors | Thiago Macieira | 2024-01-22 | 1 | -2/+3 |
| * | QProcess/Unix: detect ASan and TSan dynamically | Thiago Macieira | 2024-01-14 | 1 | -5/+13 |
| * | Rename EINTR_LOOP -> QT_EINTR_LOOP | Marc Mutz | 2023-11-30 | 1 | -2/+2 |
| * | QProcess: work around GCC 13 -Wmaybe-uninitialized in -unity-build | Marc Mutz | 2023-11-19 | 1 | -1/+2 |
| * | QProcess/Unix: also ban vfork() under TSan | Thiago Macieira | 2023-11-02 | 1 | -0/+4 |
| * | qcore_unix: port qt_safe_poll to QDeadlineTimer | Ahmad Samir | 2023-10-24 | 1 | -3/+3 |
| * | QProcess: zero-fill a struct sigaction | Giuseppe D'Angelo | 2023-09-05 | 1 | -0/+1 |
| * | QProcess/Unix: add a simple way to reset the UID and GID for the child | Thiago Macieira | 2023-07-08 | 1 | -0/+9 |
| * | QProcess/Unix: add a few, basic session & terminal management flags | Thiago Macieira | 2023-07-08 | 1 | -2/+35 |
| * | QProcess: make UnixProcessFlag an enum class | Ahmad Samir | 2023-07-08 | 1 | -2/+3 |
| * | QProcess/Unix: block all Unix signals between vfork() and exec() | Thiago Macieira | 2023-06-28 | 1 | -1/+48 |
| * | QProcess/Unix: don't set the SIGPIPE signal handler twice | Thiago Macieira | 2023-06-21 | 1 | -2/+8 |
| * | QProcess/Unix: merge some code from startProcess() and startDetached() | Thiago Macieira | 2023-06-21 | 1 | -137/+148 |
| * | QProcess/Unix: disable vfork() under ASan | Thiago Macieira | 2023-06-21 | 1 | -0/+4 |
| * | QProcess/Unix: fix setting SIGPIPE to SIG_IGN where SIG_DFL was intended | Thiago Macieira | 2023-06-21 | 1 | -7/+15 |
| * | QProcess/FreeBSD: remove the workaround allowing undefined symbols | Thiago Macieira | 2023-06-16 | 1 | -4/+5 |
| * | QProcess/Unix: fix unsafe strncpy() use | Marc Mutz | 2023-06-14 | 1 | -1/+1 |
| * | QProcess/Unix: capture the child process modifier exception's what() | Thiago Macieira | 2023-06-09 | 1 | -16/+10 |
| * | QProcess/Unix: add failChildProcessModifier() | Thiago Macieira | 2023-06-09 | 1 | -49/+58 |
| * | QProcess/Unix: update the close-file-descriptors feature with a minimum | Thiago Macieira | 2023-06-09 | 1 | -2/+2 |
| * | QProcess/Unix: call the internal version of sigaction() | Thiago Macieira | 2023-06-09 | 1 | -4/+51 |
| * | QProcess/Unix: reset the signal block if ResetSignalHandlers requested | Thiago Macieira | 2023-06-09 | 1 | -0/+5 |
| * | Add [[maybe_unused]] to avoid compilation warnings on Android | Amir Masoud Abdol | 2023-05-25 | 1 | -2/+2 |
| * | QProcess/Unix: allow startDetached() to also use vfork() | Thiago Macieira | 2023-05-23 | 1 | -2/+7 |
| * | QProcess/Darwin: disable use of vfork() on this OS | Thiago Macieira | 2023-05-23 | 1 | -0/+5 |
| * | QProcess/Linux: add a flag to re-enable the vfork()-like semantics | Thiago Macieira | 2023-05-22 | 1 | -9/+21 |
| * | QProcess/Unix: add setUnixProcessParameters() | Thiago Macieira | 2023-05-22 | 1 | -0/+52 |
| * | Fix unused variable 'FakeErrnoForThrow' [-Wunused-const-variable] | Tor Arne Vestbø | 2023-05-16 | 1 | -10/+10 |
| * | QProcess/Unix: enable setChildProcessModifier for startDetached | Thiago Macieira | 2023-05-15 | 1 | -38/+29 |
| * | QProcess/Unix: improve the error message if the child modifier throws | Thiago Macieira | 2023-05-15 | 1 | -2/+6 |
| * | QProcess/Unix: protect against stack unwinding in the child process stub | Thiago Macieira | 2023-05-15 | 1 | -3/+57 |
| * | QProcess/Unix: use open() + fchdir() to change directories | Thiago Macieira | 2023-05-15 | 1 | -18/+45 |
| * | QProcess/Unix: use pid_t for the pid | Thiago Macieira | 2023-05-15 | 1 | -5/+3 |