| Commit message (Expand) | Author | Age | Files | Lines |
| * | Mark src/corelib/ipc as security:significant | Matthias Rauter | 2025-07-04 | 1 | -0/+1 |
| * | QStringView: introduce a user-defined literal operator | Giuseppe D'Angelo | 2025-02-26 | 1 | -1/+1 |
| * | Create qdoc macros for C++ class docs 2.1: qHash() | Marc Mutz | 2024-11-27 | 1 | -3/+2 |
| * | QNativeIpcKey: normalize docs for qHash() | Marc Mutz | 2024-11-20 | 1 | -6/+0 |
| * | Create qdoc macros for C++ class docs 1.3: member-swap(), non-standard phrasing | Marc Mutz | 2024-11-08 | 1 | -3/+1 |
| * | QNativeIpcKey: use new comparison helper macros | Tatiana Borisova | 2024-04-17 | 1 | -0/+2 |
| * | IPC: Move the legacy key to the QNativeIpcKey | Thiago Macieira | 2023-09-17 | 1 | -13/+46 |
| * | IPC: disallow unknown queries in QNativeIpcKey string form | Thiago Macieira | 2023-09-17 | 1 | -1/+2 |
| * | IPC: Remove the "small" object optimization in QNativeIpcKey | Thiago Macieira | 2023-09-17 | 1 | -26/+11 |
| * | IPC: make the two platformSafeKey functions return QNativeIpcKey | Thiago Macieira | 2023-09-17 | 1 | -37/+45 |
| * | Doc: Add documentation for added QNativeIpcKey overload | Kai Köhne | 2023-09-10 | 1 | -0/+6 |
| * | Fix key truncation logic for Windows QSystemSemaphore::platformSafeKey | Jøger Hansegård | 2023-08-12 | 1 | -1/+3 |
| * | QNativeIpcKey: add qHash() function | Dennis Oberst | 2023-07-25 | 1 | -0/+16 |
| * | Doc: Add \relates command to two global swap() functions | Topi Reinio | 2023-06-23 | 1 | -3/+10 |
| * | IPC: QNativeIpcKey: enable the slow path | Thiago Macieira | 2023-05-18 | 1 | -16/+34 |
| * | IPC: QNativeIpcKey: use actual QUrl to format and parse the string form | Thiago Macieira | 2023-05-18 | 1 | -32/+10 |
| * | Silence a warning caused by Concatenation of char16_t and QByteArray | Amir Masoud Abdol | 2023-03-01 | 1 | -1/+1 |
| * | Doc: Fix documentation warnings for Qt Core | Topi Reinio | 2023-02-06 | 1 | -2/+2 |
| * | IPC: add support for multiple backends to QSharedMemory | Thiago Macieira | 2023-01-22 | 1 | -27/+0 |
| * | IPC: add a function to check runtime support | Thiago Macieira | 2023-01-22 | 1 | -0/+27 |
| * | IPC: add QtIpcCommon::platformSafeKey() | Thiago Macieira | 2023-01-22 | 1 | -2/+61 |
| * | IPC: use QNativeIpcKey for QtIpcCommon::legacyPlatformSafeKey() | Thiago Macieira | 2023-01-22 | 1 | -16/+26 |
| * | IPC: Long live QNativeIpcKey key | Thiago Macieira | 2023-01-22 | 1 | -0/+396 |
| * | IPC: move makePlatformSafeKey to qtipccommon.cpp | Thiago Macieira | 2023-01-22 | 1 | -0/+89 |