summaryrefslogtreecommitdiffhomepage
path: root/src/platform/windows.rs
Commit message (Expand)AuthorAgeFilesLines
* opt: refactor to detach parse_args and set_optdilluti0n2026-02-151-1/+2
* windows: implement windows servicedilluti0n2026-02-151-3/+42
* linux: implement daemonizedilluti0n2026-02-151-0/+4
* windows: extend WinDivert filter for --fake-autottldilluti0n2026-01-231-6/+18
* windows: do not recalculate tcp checksum when send_to_rawdilluti0n2026-01-161-3/+3
* Prevent infinite loop on packet injection/filteringdilluti0n2025-12-301-1/+3
* windows: avoid ERR_INVALID_NAME when uninstalling WinDivertdilluti0n2025-10-061-2/+9
* platform: windows: close handle and uninstall driver sanelydilluti0n2025-10-061-9/+19
* platform: windows: only divert clienthello packet to userspacedilluti0n2025-10-031-1/+3
* Refactor handle_packet to reuse external buffer for packet handlingdilluti0n2025-09-111-2/+5
* 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