summaryrefslogtreecommitdiffstats
path: root/src/corelib/ipc/qsharedmemory.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: add PATH_MAX-less fallback definition for MAX_PATHPino Toscano2024-06-251-1/+5
* IPC: Un-deprecate the "legacy" key APIThiago Macieira2023-11-241-12/+0
* QSharedMemory: fix semaphore creation in legacy modeIvan Solovev2023-11-021-1/+5
* 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
* IPC: QSharedMemory: use q20::construct_atThiago Macieira2023-04-281-9/+2
* Add missing deprecation guardsYuhang Zhao2023-02-211-0/+7
* Doc: Fix documentation warnings for Qt CoreTopi Reinio2023-02-061-5/+5
* IPC/QSharedMemory: include the QSystemSemaphore error message in oursThiago Macieira2023-01-311-1/+2
* IPC: add support for multiple backends to QSharedMemoryThiago Macieira2023-01-221-9/+47
* IPC/QSharedMemory: call QSystemSemaphore::setKey only once (not 3)Thiago Macieira2023-01-221-16/+11
* IPC: add native key support to QSharedMemoryThiago Macieira2023-01-221-212/+169
* IPC: add native key support to QSystemSemaphoreThiago Macieira2023-01-221-3/+27
* IPC: include the error text instead of errno code in errorStringThiago Macieira2023-01-221-1/+2
* IPC: move the *_unix.cpp contents to the main filesThiago Macieira2023-01-221-0/+31
* IPC: move makePlatformSafeKey to qtipccommon.cppThiago Macieira2023-01-221-67/+7
* IPC: Move QSharedMemory and QSystemSemaphore from kernel/ to ipc/Thiago Macieira2023-01-221-0/+714