| Commit message (Collapse) | Author | Age | Files | Lines | ||
|---|---|---|---|---|---|---|
| ... | ||||||
| * | refactor: add error propagation to send_to_raw | dilluti0n | 2025-08-06 | 1 | -7/+8 | |
| | | | | | | | | * Extracted: `handle_packet!` macro to deduplicate match logic in both Linux and Windows backend. * Changed: `send_to_raw()` to return Result and propagate errors with `anyhow!`. | |||||
| * | refactor: Unified all error types in the project to anyhow::Error | dilluti0n | 2025-08-06 | 1 | -13/+12 | |
| | | | | | | | | | Configured incompatible iptables errors to be propagated using map_err into the anyhow type * refactored: split_packet and handle_packet to return Result<> instead of Option<> | |||||
| * | minor: move platform-specific codes to seperate files | dilluti0n | 2025-08-06 | 1 | -0/+159 | |
