| 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: Un-deprecate the "legacy" key API | Thiago Macieira | 2023-11-24 | 1 | -16/+1 |
| * | 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 |
| * | Add missing deprecation guards | Yuhang Zhao | 2023-02-21 | 1 | -0/+4 |
| * | Doc: Fix documentation warnings for Qt Core | Topi Reinio | 2023-02-06 | 1 | -3/+3 |
| * | Short live q20::construct_at()! | Friedemann Kleint | 2023-02-01 | 1 | -11/+2 |
| * | IPC: add support for multiple backends to QSystemSemaphore | Thiago Macieira | 2023-01-22 | 1 | -7/+40 |
| * | IPC: remove the rekeying optimization for System V semaphores | Thiago Macieira | 2023-01-22 | 1 | -9/+0 |
| * | IPC: add native key support to QSystemSemaphore | Thiago Macieira | 2023-01-22 | 1 | -69/+104 |
| * | IPC: include the error text instead of errno code in errorString | Thiago Macieira | 2023-01-22 | 1 | -1/+2 |
| * | IPC: handle EMFILE as an OutOfResources error | Thiago Macieira | 2023-01-22 | 1 | -0/+1 |
| * | IPC: move the *_unix.cpp contents to the main files | Thiago Macieira | 2023-01-22 | 1 | -0/+35 |
| * | IPC: split the backend implementations of QSystemSemaphore... | Thiago Macieira | 2023-01-22 | 1 | -2/+2 |
| * | IPC: Move QSharedMemory and QSystemSemaphore from kernel/ to ipc/ | Thiago Macieira | 2023-01-22 | 1 | -0/+330 |