summaryrefslogtreecommitdiffhomepage
Commit message (Expand)AuthorAgeFilesLines
...
* Bump version to 0.0.2v0.0.2dilluti0n2025-09-114-4/+7
* build: guard metadata extraction when Cargo.toml or .git is missingdilluti0n2025-09-111-0/+5
* Refactor handle_packet to reuse external buffer for packet handlingdilluti0n2025-09-114-9/+16
* github: auto format release notesdilluti0n2025-09-111-2/+41
* Ensure WinDivert is present on ci and build.ps1 fail early on errorsdilluti0n2025-09-112-22/+29
* build: fix make install failure on release tarballsdilluti0n2025-09-091-13/+15
* github: fix release action (no x86_64-unknown-linux-musl)v0.0.1dilluti0n2025-09-071-2/+7
* docs: README.md: add Quickstart sectiondilluti0n2025-09-071-3/+29
* github: create release.yml, automation build & gh releaseHee2025-09-071-0/+83
* build: add release script for windowsdilluti0n2025-09-071-0/+208
* build: add help messagedilluti0n2025-09-071-4/+17
* build: replace hardcoded paths with make automatic variablesdilluti0n2025-09-071-8/+8
* build: decouple target `install' with `build'dilluti0n2025-09-071-3/+4
* Add `--locked' option for cargo for reproducible builddilluti0n2025-09-071-1/+1
* Fix sha256sum path issue (dist/ is prefixed inside sha256 file)dilluti0n2025-09-071-2/+2
* scripts: remove obsolate release scriptdilluti0n2025-09-071-75/+0
* Implement makeing release tarball on Makefiledilluti0n2025-09-072-4/+62
* Add Makefile for instalation on Linuxdilluti0n2025-09-071-0/+48
* scripts: exclude debuginfo file from tarballdilluti0n2025-09-071-10/+7
* log: add splash! macro and centralize no-splash handlingdilluti0n2025-09-074-30/+39
* docs: refine wording in README.mddilluti0n2025-09-071-7/+8
* docs: expand bugs-to section with more detailed explainationdilluti0n2025-09-073-17/+37
* manual: update package descriptiondilluti0n2025-09-072-2/+2
* README.md: add many sectionsdilluti0n2025-09-071-3/+72
* Add changelogdilluti0n2025-09-071-0/+3
* Add markdown version of manual rendered with pandoc from dpibreak.1dilluti0n2025-09-071-0/+111
* Add manual pagedilluti0n2025-09-071-0/+131
* scripts: set target to x86_64-unknown-linux-musl on releasedilluti0n2025-09-071-9/+46
* Update package descriptiondilluti0n2025-09-072-3/+3
* scripts: implement release script for linuxdilluti0n2025-09-052-0/+43
* res: update icondilluti0n2025-09-051-0/+0
* Update copyright notices to notice email instead of github linkdilluti0n2025-09-0511-13/+12
* main: fix typo on splash message.dilluti0n2025-09-051-1/+1
* README.md: update copyright noticedilluti0n2025-09-051-14/+3
* Update version and metadatas on Cargo.tomldilluti0n2025-09-054-6/+17
* README.md: add disclaimerdilluti0n2025-09-051-0/+6
* Add windows program icons and embed with it build.rsdilluti0n2025-09-057-0/+1
* Add license document and copyright notice headersdilluti0n2025-09-0514-0/+866
* Implement add-header.sh to add license headerdilluti0n2025-09-051-0/+56
* Add help message for flag --no-splashdilluti0n2025-09-051-0/+1
* log: update error messagedilluti0n2025-09-051-1/+1
* Add splash message and option --no-splashdilluti0n2025-09-051-1/+18
* Add flag --loglevel to set loglevel on runtimedilluti0n2025-09-032-10/+51
* Tidy up LogLevel enum definitiondilluti0n2025-09-034-21/+21
* Use log.rs for conditional logging and centralized error reportingdilluti0n2025-09-032-3/+8
* Refactor main to ensure cleanup via RAII guarddilluti0n2025-09-031-2/+31
* Refactor prefixed logs to using log.rs, leaving Errors untoucheddilluti0n2025-09-033-10/+13
* Implement log.rs; log level handlingdilluti0n2025-09-031-0/+34
* Add prefix [INFO] or [WARNNING] on log messagesdilluti0n2025-08-312-10/+10
* platform: windows: log WinDivert handle creationdilluti0n2025-08-311-5/+7