summaryrefslogtreecommitdiffstats
path: root/src/corelib/ipc/qtipccommon.cpp
Commit message (Expand)AuthorAgeFilesLines
* Mark src/corelib/ipc as security:significantMatthias Rauter2025-07-041-0/+1
* QStringView: introduce a user-defined literal operatorGiuseppe D'Angelo2025-02-261-1/+1
* Create qdoc macros for C++ class docs 2.1: qHash()Marc Mutz2024-11-271-3/+2
* QNativeIpcKey: normalize docs for qHash()Marc Mutz2024-11-201-6/+0
* Create qdoc macros for C++ class docs 1.3: member-swap(), non-standard phrasingMarc Mutz2024-11-081-3/+1
* QNativeIpcKey: use new comparison helper macrosTatiana Borisova2024-04-171-0/+2
* IPC: Move the legacy key to the QNativeIpcKeyThiago Macieira2023-09-171-13/+46
* IPC: disallow unknown queries in QNativeIpcKey string formThiago Macieira2023-09-171-1/+2
* IPC: Remove the "small" object optimization in QNativeIpcKeyThiago Macieira2023-09-171-26/+11
* IPC: make the two platformSafeKey functions return QNativeIpcKeyThiago Macieira2023-09-171-37/+45
* Doc: Add documentation for added QNativeIpcKey overloadKai Köhne2023-09-101-0/+6
* Fix key truncation logic for Windows QSystemSemaphore::platformSafeKeyJøger Hansegård2023-08-121-1/+3
* QNativeIpcKey: add qHash() functionDennis Oberst2023-07-251-0/+16
* Doc: Add \relates command to two global swap() functionsTopi Reinio2023-06-231-3/+10
* IPC: QNativeIpcKey: enable the slow pathThiago Macieira2023-05-181-16/+34
* IPC: QNativeIpcKey: use actual QUrl to format and parse the string formThiago Macieira2023-05-181-32/+10
* Silence a warning caused by Concatenation of char16_t and QByteArrayAmir Masoud Abdol2023-03-011-1/+1
* Doc: Fix documentation warnings for Qt CoreTopi Reinio2023-02-061-2/+2
* IPC: add support for multiple backends to QSharedMemoryThiago Macieira2023-01-221-27/+0
* IPC: add a function to check runtime supportThiago Macieira2023-01-221-0/+27
* IPC: add QtIpcCommon::platformSafeKey()Thiago Macieira2023-01-221-2/+61
* IPC: use QNativeIpcKey for QtIpcCommon::legacyPlatformSafeKey()Thiago Macieira2023-01-221-16/+26
* IPC: Long live QNativeIpcKey keyThiago Macieira2023-01-221-0/+396
* IPC: move makePlatformSafeKey to qtipccommon.cppThiago Macieira2023-01-221-0/+89