summaryrefslogtreecommitdiffhomepage
Commit message (Expand)AuthorAgeFilesLines
* Bump version to 0.4.1v0.4.1dilluti0n2026-02-153-2/+11
* Merge branch 'fix/nft-flush-startup'dilluti0n2026-02-153-11/+42
|\
| * linux: add PID file locking for single instance enforcementdilluti0n2026-02-151-6/+24
| * linux: extract PID_FILE constant for reusedilluti0n2026-02-152-6/+6
| * Consolidate setup logic into run()dilluti0n2026-02-153-3/+16
|/
* ci: move download artifacts before making release notedilluti0n2026-02-151-12/+12
* ci: fix release cannot find download artifactsv0.4.0dilluti0n2026-02-151-12/+12
* docs: CHANGELOG: unwrap lines to single-line entriesdilluti0n2026-02-151-21/+9
* ci: add checkout to read CHANGELOG.md on releasedilluti0n2026-02-151-1/+3
* ci: pass --no-verify to cargo publishdilluti0n2026-02-151-1/+1
* Bump version to 0.4.0dilluti0n2026-02-153-43/+55
* build: update CHANGELOG path on build.ps1dilluti0n2026-02-151-1/+1
* ci: release: parse release note from CHANGELOG.mddilluti0n2026-02-151-8/+5
* docs: CHANGELOG: add release datesdilluti0n2026-02-151-13/+13
* docs: CHANGELOG: migrate to markdown formatdilluti0n2026-02-151-40/+64
* docs: CHANGELOG: move to CHANGELOG.mddilluti0n2026-02-152-40/+41
* Merge branch 'feat/daemonize'dilluti0n2026-02-1512-111/+362
|\
| * windows: bats: add useful prompts on service_*.batdilluti0n2026-02-152-10/+28
| * docs: README: updatedilluti0n2026-02-151-29/+31
| * docs: dpibreak.1: add -D, --daemondilluti0n2026-02-152-0/+35
| * docs: WINDOWS_GUIDE: add korean translationdilluti0n2026-02-151-5/+24
| * docs: WINDOWS_GUIDE: add service install instructiondilluti0n2026-02-151-6/+14
| * windows: bats: add service_*.bat to install/remove windows servicedilluti0n2026-02-152-0/+31
| * opt: refactor to detach parse_args and set_optdilluti0n2026-02-153-88/+112
| * windows: implement windows servicedilluti0n2026-02-153-3/+53
| * linux: implement daemonizedilluti0n2026-02-155-11/+57
| * opt: add option -D, --daemondilluti0n2026-02-141-0/+18
|/
* ci: automatically add dpibreak.1.md on commitdilluti0n2026-02-031-0/+1
* docs: dpibreak.1: fix typodilluti0n2026-02-032-10/+10
* ci: version control git pre-commit hookdilluti0n2026-02-031-0/+14
* build: always rerun; for winresdilluti0n2026-02-031-4/+0
* build: preprocess version of dpibreak.1dilluti0n2026-02-033-2/+17
* docs: dpibreak.1: remove from version controldilluti0n2026-02-032-196/+1
* build: preprocess DEFAULT_* on dpibreak.1.in from build.rsdilluti0n2026-02-034-3/+254
* docs: dpibreak.1: fix typodilluti0n2026-02-032-18/+20
* docs: README: clean verbose feature descriptiondilluti0n2026-02-011-5/+2
* docs: CHANGELOG: updatedilluti0n2026-02-011-1/+2
* Bump version to 0.3.0v0.3.0dilluti0n2026-02-014-23/+25
* docs: README: updatedilluti0n2026-02-011-8/+13
* windows: start_fake.bat: enable --fake-autottl defaultlydilluti0n2026-02-011-1/+1
* docs: dpibreak.1: add --fake-autottldilluti0n2026-02-012-8/+39
* docs: dpibreak.1: update changed --fake depsdilluti0n2026-02-012-7/+7
* opt: add implicit dependancy between --fake-* and --fakedilluti0n2026-01-311-3/+3
* docs: README: add unmask inst on gentoodilluti0n2026-01-311-0/+1
* Merge branch 'feat/fake-autottl'dilluti0n2026-01-2710-100/+1388
|\
| * pkt: fake: adjust autottl_delta to 1dilluti0n2026-01-231-1/+1
| * pkt: remove pub on internal codesdilluti0n2026-01-231-8/+8
| * Add benchmark for pkt/hoptab, add feature bench for internal benchesdilluti0n2026-01-234-0/+578
| * pkt: hoptab: add testsdilluti0n2026-01-231-0/+140
| * pkt: hoptab: implement priority-based evictiondilluti0n2026-01-231-35/+120