summaryrefslogtreecommitdiffstats
path: root/src/corelib/ipc/qsystemsemaphore.cpp
Commit message (Expand)AuthorAgeFilesLines
* Mark src/corelib/ipc as security:significantMatthias Rauter2025-07-041-0/+1
* IPC: Add missing includes of errno.hMartin Storsjö2024-11-151-0/+1
* IPC: Un-deprecate the "legacy" key APIThiago Macieira2023-11-241-16/+1
* IPC: Move the legacy key to the QNativeIpcKeyThiago Macieira2023-09-171-5/+1
* IPC: make the two platformSafeKey functions return QNativeIpcKeyThiago Macieira2023-09-171-2/+2
* Add missing deprecation guardsYuhang Zhao2023-02-211-0/+4
* Doc: Fix documentation warnings for Qt CoreTopi Reinio2023-02-061-3/+3
* Short live q20::construct_at()!Friedemann Kleint2023-02-011-11/+2
* IPC: add support for multiple backends to QSystemSemaphoreThiago Macieira2023-01-221-7/+40
* IPC: remove the rekeying optimization for System V semaphoresThiago Macieira2023-01-221-9/+0
* IPC: add native key support to QSystemSemaphoreThiago Macieira2023-01-221-69/+104
* IPC: include the error text instead of errno code in errorStringThiago Macieira2023-01-221-1/+2
* IPC: handle EMFILE as an OutOfResources errorThiago Macieira2023-01-221-0/+1
* IPC: move the *_unix.cpp contents to the main filesThiago Macieira2023-01-221-0/+35
* IPC: split the backend implementations of QSystemSemaphore...Thiago Macieira2023-01-221-2/+2
* IPC: Move QSharedMemory and QSystemSemaphore from kernel/ to ipc/Thiago Macieira2023-01-221-0/+330