deskflow/src/lib/io
sithlord48 c4c2f7f37f feat: begin to use QStrings for strings
feat: get windows building with the UNICODE forced by using Qt
refactor: remove ARCHString use QString to convert to / from utf8
build: (arch) link to common
build: (base) link to arch
build: (io) Link to common
build: (client) link to common
build: (server) link to common
fix: Append to log file instead of creating a new one each log line
refactor: Trim cipher description for neater log output
fix: Update log messages to use wide string format for Unicode support
fix: Correct event creation to use wide string for Unicode compatibility
refactor: Use QStringDecoder for UTF-8 handling on Windows Daemon child process
fix: Use correct wide type for Win32 consts
2025-09-10 18:15:19 +01:00
..
CMakeLists.txt feat: begin to use QStrings for strings 2025-09-10 18:15:19 +01:00
Filesystem.cpp chore: rename lib/common/common.h => lib/common/Common.h 2025-03-20 13:06:45 +00:00
Filesystem.h chore: rename lib/io/filesystem => lib/io/Filesystem 2025-03-20 13:06:45 +00:00
IOException.cpp refactor: XIO Classes => IOException Classes 2025-08-11 17:14:45 +01:00
IOException.h refactor: XBase Classes => BaseException 2025-08-11 17:14:45 +01:00
IStream.h refactor: remove unneeded common/Common includes 2025-08-18 11:45:21 +01:00
StreamBuffer.cpp refactor: StreamBuffer::write use emplace when adding m_chunks 2025-09-05 11:52:17 +01:00
StreamBuffer.h chore: initialize class vars using the order class define, initilizer list, constructor 2025-05-23 10:19:11 -07:00
StreamFilter.cpp chore: remove handle* methods that are a single oneline forward and use the line directly 2025-06-18 13:17:16 +01:00
StreamFilter.h chore: remove handle* methods that are a single oneline forward and use the line directly 2025-06-18 13:17:16 +01:00