| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | windows: defensively check if it is service mode at paexit() | dilluti0n | 2026-07-14 | 1 | -1/+5 |
| | | | | | | It is unlikely that there is a `paexit` call in the service path, but there is no harm in checking for it. | ||||
| * | windows: use paexit instead std::process::exit | dilluti0n | 2026-07-13 | 1 | -1/+1 |
| | | | | | See error message | ||||
| * | windows: fix nit build failure | dilluti0n | 2026-07-13 | 1 | -1/+1 |
| | | |||||
| * | linux: move firewall rule handling to mod rule | dilluti0n | 2026-07-08 | 1 | -1/+1 |
| | | |||||
| * | Move platform-dependant codes to mod platform | dilluti0n | 2026-07-08 | 1 | -2/+8 |
| | | |||||
| * | Move cleanup/trap_exit/RUNNING to platform modules | dilluti0n | 2026-03-01 | 1 | -0/+3 |
| | | | | | | | | | - Remove global RUNNING, trap_exit, EnsureCleanup, MESSAGE_AT_RUN from main.rs - Move each into platform-specific modules (linux.rs, windows.rs) - Move MESSAGE_AT_RUN to platform.rs - Inline cleanup logic into run() instead of separate cleanup() fn - Remove service_run_1() indirection in windows.rs | ||||
| * | platform: drop pub on internal const | dilluti0n | 2026-01-22 | 1 | -2/+2 |
| | | |||||
| * | Refactor handle_packet to reuse external buffer for packet handling | dilluti0n | 2025-09-11 | 1 | -0/+2 |
| | | | | | This removes unnecessary allocations per packet handling. | ||||
| * | Update copyright notices to notice email instead of github link | dilluti0n | 2025-09-05 | 1 | -1/+1 |
| | | |||||
| * | Add license document and copyright notice headers | dilluti0n | 2025-09-05 | 1 | -0/+17 |
| | | |||||
| * | minor: move platform-specific codes to seperate files | dilluti0n | 2025-08-06 | 1 | -0/+11 |
