| Commit message (Expand) | Author | Age | Files | Lines |
| * | Mark src/corelib/ipc as security:significant | Matthias Rauter | 2025-07-04 | 1 | -0/+1 |
| * | IPC: Add missing includes of errno.h | Martin Storsjö | 2024-11-15 | 1 | -0/+1 |
| * | IPC: add PATH_MAX-less fallback definition for MAX_PATH | Pino Toscano | 2024-06-25 | 1 | -1/+5 |
| * | IPC: Un-deprecate the "legacy" key API | Thiago Macieira | 2023-11-24 | 1 | -12/+0 |
| * | QSharedMemory: fix semaphore creation in legacy mode | Ivan Solovev | 2023-11-02 | 1 | -1/+5 |
| * | IPC: Move the legacy key to the QNativeIpcKey | Thiago Macieira | 2023-09-17 | 1 | -5/+1 |
| * | IPC: make the two platformSafeKey functions return QNativeIpcKey | Thiago Macieira | 2023-09-17 | 1 | -2/+2 |
| * | IPC: QSharedMemory: use q20::construct_at | Thiago Macieira | 2023-04-28 | 1 | -9/+2 |
| * | Add missing deprecation guards | Yuhang Zhao | 2023-02-21 | 1 | -0/+7 |
| * | Doc: Fix documentation warnings for Qt Core | Topi Reinio | 2023-02-06 | 1 | -5/+5 |
| * | IPC/QSharedMemory: include the QSystemSemaphore error message in ours | Thiago Macieira | 2023-01-31 | 1 | -1/+2 |
| * | IPC: add support for multiple backends to QSharedMemory | Thiago Macieira | 2023-01-22 | 1 | -9/+47 |
| * | IPC/QSharedMemory: call QSystemSemaphore::setKey only once (not 3) | Thiago Macieira | 2023-01-22 | 1 | -16/+11 |
| * | IPC: add native key support to QSharedMemory | Thiago Macieira | 2023-01-22 | 1 | -212/+169 |
| * | IPC: add native key support to QSystemSemaphore | Thiago Macieira | 2023-01-22 | 1 | -3/+27 |
| * | IPC: include the error text instead of errno code in errorString | Thiago Macieira | 2023-01-22 | 1 | -1/+2 |
| * | IPC: move the *_unix.cpp contents to the main files | Thiago Macieira | 2023-01-22 | 1 | -0/+31 |
| * | IPC: move makePlatformSafeKey to qtipccommon.cpp | Thiago Macieira | 2023-01-22 | 1 | -67/+7 |
| * | IPC: Move QSharedMemory and QSystemSemaphore from kernel/ to ipc/ | Thiago Macieira | 2023-01-22 | 1 | -0/+714 |