summaryrefslogtreecommitdiffhomepage
path: root/src/platform/windows.rs
Commit message (Expand)AuthorAgeFilesLines
* log: add splash! macro and centralize no-splash handlingdilluti0n2025-09-071-2/+4
* Update copyright notices to notice email instead of github linkdilluti0n2025-09-051-1/+1
* Add license document and copyright notice headersdilluti0n2025-09-051-0/+17
* Tidy up LogLevel enum definitiondilluti0n2025-09-031-2/+2
* Refactor prefixed logs to using log.rs, leaving Errors untoucheddilluti0n2025-09-031-1/+2
* Add prefix [INFO] or [WARNNING] on log messagesdilluti0n2025-08-311-1/+1
* platform: windows: log WinDivert handle creationdilluti0n2025-08-311-5/+7
* Decouple once_cell by replacing it with standard libDilluti0n2025-08-231-3/+2
* Simplify signal handling with global AtomicBoolDilluti0n2025-08-231-6/+4
* Wrap platform dependant main loops to platform::runhskim2025-08-221-0/+21
* refactor: add error propagation to send_to_rawdilluti0n2025-08-061-2/+4
* refactor: Unified all error types in the project to anyhow::Errordilluti0n2025-08-061-3/+3
* minor: remove handle_msg rapperdilluti0n2025-08-061-4/+5
* minor: move platform-specific codes to seperate filesdilluti0n2025-08-061-0/+38