Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | IPC: don't check for the file's existence before ftok() | Thiago Macieira | 2023-02-20 | 1 | -12/+2 |
* | IPC/QSharedMemory: add missing include | Samuli Piippo | 2023-02-10 | 1 | -0/+1 |
* | IPC: move the removal of the file and shm to cleanHandle() | Thiago Macieira | 2023-01-31 | 1 | -35/+26 |
* | Decode file-name to pass as QString to QFile::exists() | Edward Welbourne | 2023-01-24 | 1 | -1/+1 |
* | Cast away [[nodiscard]] values in runtime support checks | Edward Welbourne | 2023-01-24 | 1 | -1/+1 |
* | IPC: add support for multiple backends to QSharedMemory | Thiago Macieira | 2023-01-22 | 1 | -0/+17 |
* | IPC: add native key support to QSharedMemory | Thiago Macieira | 2023-01-22 | 1 | -5/+16 |
* | IPC: split the backend implementations of QSharedMemory... | Thiago Macieira | 2023-01-22 | 1 | -47/+45 |
* | IPC: move createUnixKeyFile to a common, private header | Thiago Macieira | 2023-01-22 | 1 | -36/+9 |
* | IPC: Move QSharedMemory and QSystemSemaphore from kernel/ to ipc/ | Thiago Macieira | 2023-01-22 | 1 | -0/+226 |