summaryrefslogtreecommitdiffhomepage
path: root/Cargo.toml
Commit message (Expand)AuthorAgeFilesLines
* Bump version to 0.5.1v0.5.1dilluti0n2026-03-101-1/+1
* Bump version to 0.5.0v0.5.0dilluti0n2026-03-021-1/+1
* windows: simplify packet handling with recv_loop macrohskimse2026-03-011-2/+2
* linux: fix rxring initialized even if fake_autottl not enableddilluti0n2026-02-261-1/+1
* linux: nftables: drop serde_json, use nft text syntaxdilluti0n2026-02-261-1/+0
* docs: change description, refine manualdilluti0n2026-02-201-1/+1
* Bump version to 0.4.3dilluti0n2026-02-161-1/+1
* log: drop chrono, use localtime_r and GetLocalTime directlydilluti0n2026-02-161-1/+1
* log: print time with crate chronodilluti0n2026-02-161-0/+1
* Bump version to 0.4.2dilluti0n2026-02-161-1/+1
* linux: exit if not rootdilluti0n2026-02-161-1/+1
* Bump version to 0.4.1v0.4.1dilluti0n2026-02-151-1/+1
* Bump version to 0.4.0dilluti0n2026-02-151-1/+1
* windows: implement windows servicedilluti0n2026-02-151-0/+1
* linux: implement daemonizedilluti0n2026-02-151-1/+2
* build: preprocess version of dpibreak.1dilluti0n2026-02-031-0/+3
* Bump version to 0.3.0v0.3.0dilluti0n2026-02-011-1/+1
* Add benchmark for pkt/hoptab, add feature bench for internal benchesdilluti0n2026-01-231-0/+11
* Bump version to v0.2.2v0.2.2dilluti0n2026-01-181-1/+1
* linux: drop iptables crate (regex dep) to reduce binary sizedilluti0n2026-01-181-1/+0
* build: enable LTO and panic=abort to reduce binary sizedilluti0n2026-01-181-0/+4
* Bump version to v0.2.1v0.2.1dilluti0n2026-01-161-1/+1
* Bump version to 0.2.0v0.2.0dilluti0n2026-01-161-1/+1
* Bump version to 0.1.1v0.1.1dilluti0n2026-01-121-1/+1
* Bump version to 0.1.0v0.1.0dilluti0n2026-01-051-1/+1
* Update license notice; Happy new year!dilluti0n2026-01-051-1/+1
* Bump version to 0.0.7v0.0.7dilluti0n2026-01-041-1/+1
* Bump version to 0.0.6v0.0.6dilluti0n2025-12-281-1/+1
* ci: switch nfq dependency to crates.io-compatible nfq-updateddilluti0n2025-12-281-1/+1
* ci: add readme metadata on Cargo.tomldilluti0n2025-12-281-0/+1
* Bump version to 0.0.5v0.0.5dilluti0n2025-12-221-1/+1
* Bump version to 0.0.4v0.0.4dilluti0n2025-10-291-1/+1
* linux: switch to apply_nft_rules() from nftables-rs for rule settingdilluti0n2025-10-291-1/+0
* Bump version to 0.0.3v0.0.3dilluti0n2025-10-061-1/+1
* Move linux-only dependencies on Cargo.tomldilluti0n2025-10-061-2/+2
* platform: linux: add nftables support with iptables fallbackdilluti0n2025-10-031-0/+2
* Bump version to 0.0.2v0.0.2dilluti0n2025-09-111-2/+2
* Update package descriptiondilluti0n2025-09-071-1/+1
* Update copyright notices to notice email instead of github linkdilluti0n2025-09-051-2/+2
* Update version and metadatas on Cargo.tomldilluti0n2025-09-051-1/+7
* Add license document and copyright notice headersdilluti0n2025-09-051-0/+17
* Decouple once_cell by replacing it with standard libDilluti0n2025-08-231-1/+0
* build: use winres to add manifest for windows binarydilluti0n2025-08-061-2/+4
* minor: set WINDIVERT_PATH for windows builddilluti0n2025-08-061-0/+1
* implement: not-working framework for windowsdilluti0n2025-08-061-1/+2
* fix: windows build errorsdilluti0n2025-08-061-1/+1
* refactor: move platform-dependent code to mod platformdilluti0n2025-07-271-3/+8
* revert ctrlc to override default SIGINT handlerdilluti0n2025-07-221-0/+1
* feat: poll NFQUEUE socket instead sleep on main loopdilluti0n2025-07-221-2/+1
* implement: send_to_raw; open raw socket and sendto it!dilluti0n2025-07-211-1/+2