summaryrefslogtreecommitdiffhomepage
path: root/src/platform/linux.rs
Commit message (Expand)AuthorAgeFilesLines
* log: add splash! macro and centralize no-splash handlingdilluti0n2025-09-071-1/+3
* 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-10/+10
* Refactor prefixed logs to using log.rs, leaving Errors untoucheddilluti0n2025-09-031-9/+10
* Add prefix [INFO] or [WARNNING] on log messagesdilluti0n2025-08-311-9/+9
* platform: linux: add verbose messages on bootstrapdilluti0n2025-08-311-3/+19
* platform: linux: unhardcode chain name DPIBREAKdilluti0n2025-08-311-7/+11
* platform: linux: decouple once_cellDilluti0n2025-08-231-6/+3
* platform: linux: use standard library instead of once_cell on socketDilluti0n2025-08-231-3/+4
* platform: linux: make iptables helpers privateDilluti0n2025-08-231-5/+5
* Simplify signal handling with global AtomicBoolDilluti0n2025-08-231-3/+4
* Add command-line argument parsing and switch config to OnceLockhskim2025-08-231-4/+9
* Wrap platform dependant main loops to platform::runhskim2025-08-221-0/+53
* platform: linux: provide more detailed error message for iptableshskim2025-08-201-7/+11
* refactor: add error propagation to send_to_rawdilluti0n2025-08-061-7/+8
* refactor: Unified all error types in the project to anyhow::Errordilluti0n2025-08-061-13/+12
* minor: move platform-specific codes to seperate filesdilluti0n2025-08-061-0/+159