summaryrefslogtreecommitdiffstats
path: root/src/corelib/io
Commit message (Expand)AuthorAgeFilesLines
* QProcess/Unix: capture the child process modifier exception's what()Thiago Macieira2023-06-091-16/+10
* QProcess/Unix: add failChildProcessModifier()Thiago Macieira2023-06-094-53/+105
* QProcess/Unix: update the close-file-descriptors feature with a minimumThiago Macieira2023-06-093-8/+18
* QProcess/Unix: call the internal version of sigaction()Thiago Macieira2023-06-091-4/+51
* QProcess/Unix: reset the signal block if ResetSignalHandlers requestedThiago Macieira2023-06-091-0/+5
* Doc: Fix documentation for QProcess::UnixProcessFlagTopi Reinio2023-06-091-1/+1
* Doc: Fix documentation issuesTopi Reinio2023-06-091-1/+1
* QUrl: Add QUrl::fromEncoded(QByteArrayView) overloadAhmad Samir2023-06-082-4/+11
* QDnsLookup: merge some of the domain label expansion codeThiago Macieira2023-06-031-2/+2
* Add [[maybe_unused]] to avoid compilation warnings on AndroidAmir Masoud Abdol2023-05-251-2/+2
* QProcess/Unix: allow startDetached() to also use vfork()Thiago Macieira2023-05-231-2/+7
* QProcess/Darwin: disable use of vfork() on this OSThiago Macieira2023-05-231-0/+5
* QProcess/Linux: add a flag to re-enable the vfork()-like semanticsThiago Macieira2023-05-223-9/+41
* QProcess/Unix: add setUnixProcessParameters()Thiago Macieira2023-05-224-8/+202
* Fix unused variable 'FakeErrnoForThrow' [-Wunused-const-variable]Tor Arne Vestbø2023-05-161-10/+10
* QProcess/Unix: enable setChildProcessModifier for startDetachedThiago Macieira2023-05-151-38/+29
* QProcess/Unix: improve the error message if the child modifier throwsThiago Macieira2023-05-151-2/+6
* QProcess/Unix: protect against stack unwinding in the child process stubThiago Macieira2023-05-152-4/+58
* QProcess/Unix: use open() + fchdir() to change directoriesThiago Macieira2023-05-152-19/+46
* QProcess/Unix: use pid_t for the pidThiago Macieira2023-05-152-6/+4
* Revert commit "don't ever force fork() instead of forkfd()"Thiago Macieira2023-05-152-9/+2
* QProcessPrivate: repack and reorganize the membersThiago Macieira2023-05-153-36/+34
* QProcessPrivate: remove the member variable "crashed"Thiago Macieira2023-05-134-9/+11
* Move the formatting of <chrono> durations to QDebug & QtTestThiago Macieira2023-05-062-0/+107
* QProcess: remove the note that it freezes threads on QNXThiago Macieira2023-05-031-11/+0
* QStandardPaths/Unix: adjust a comment after recent changesAhmad Samir2023-04-291-3/+3
* Move QZipReader/Writer from QtGui to QtCoreMarc Mutz2023-04-263-0/+1511
* QProcess/Unix: don't overwrite openChannels() error messageThiago Macieira2023-04-251-2/+6
* QStandardPaths/Unix: fix writableLocation() when test mode is enabledAhmad Samir2023-04-221-29/+35
* Fix some narrowing conversion warningsAhmad Samir2023-04-085-7/+7
* QTemporaryFile: fix narrowing conversion warningsAhmad Samir2023-04-081-2/+2
* QStorageInfo: mention bind mounts and btrfs subvolumes in API docsAhmad Samir2023-04-081-3/+4
* QStorageInfo/Unix: fix narrowing conversion warningAhmad Samir2023-03-281-1/+1
* QProcess: reimplement systemEnvironment() using QProcessEnvironmentThiago Macieira2023-03-201-18/+1
* Corelib: s/Q_OS_MAC/Q_OS_DARWIN/wg except for doc and definitionEdward Welbourne2023-03-208-15/+15
* QtMiscUtils: add isAsciiPrintable() helperAhmad Samir2023-03-182-13/+8
* Silence a signed vs unsigned warning when char is signedEdward Welbourne2023-03-171-2/+2
* QProcess/Linux: fix file descriptor leak in case of failed child startThiago Macieira2023-03-163-8/+19
* Replace ushort*/uint* with char16_t*/char32_t* in private API [1]Ahmad Samir2023-03-156-20/+18
* QLockFile: {set}StaleLockTime: use chrono firstAhmad Samir2023-03-153-19/+30
* QLockFilePrivate: initialize members in-classAhmad Samir2023-03-151-14/+8
* Fix tst_qfilesystementry in unity buildAmir Masoud Abdol2023-03-152-24/+27
* QLockFile: tryLock(): use chrono firstAhmad Samir2023-03-142-30/+55
* QFSFileEngine: fix overflow bug when using lseek64Ahmad Samir2023-03-132-2/+2
* QMetaEnum: fix narrowing warnings related to valueToKey*()Ahmad Samir2023-03-131-3/+2
* Misc: Fix qsizetype-related narrowing coversionsAhmad Samir2023-03-115-10/+10
* sysconf() system function returns longAhmad Samir2023-03-111-3/+3
* QDebug: fix std::string/view stream operators; add u8 versionsMarc Mutz2023-03-022-77/+58
* Android: fix and document QStandardPaths behavior on different versionsAssam Boudjelthia2023-03-012-15/+78
* Doc: point at fetchmore example for QDir usageVolker Hilsheimer2023-03-011-1/+2