| Commit message (Collapse) | Author | Age | Files | Lines | ||
|---|---|---|---|---|---|---|
| ... | ||||||
| * | pkt: add debug log to send_split with dst, segments, payload len | dilluti0n | 2026-02-26 | 1 | -6/+10 | |
| | | ||||||
| * | log: defer local_time() call until log level check passes | dilluti0n | 2026-02-26 | 1 | -1/+1 | |
| | | ||||||
| * | pkt: nit: rename split_packet_0/split_packet/split_packet_1 | dilluti0n | 2026-02-26 | 2 | -8/+8 | |
| | | | | | to build_packet/build_segment/send_split | |||||
| * | pkt: rename hoptab public API, drop _0 suffix | dilluti0n | 2026-02-26 | 3 | -19/+19 | |
| | | ||||||
| * | linux: remove Mutex from RAW4/RAW6, Socket is already Sync | dilluti0n | 2026-02-26 | 1 | -13/+9 | |
| | | ||||||
| * | Refactor send_to_raw to remove in-place packet reparsing | dilluti0n | 2026-02-26 | 3 | -23/+17 | |
| | | | | | | | Pass destination address from PktView::daddr() at call site instead of re-extracting it from raw bytes inside send_to_raw. Windows side ignores the argument. Also add #[inline] to PktView accessor methods. | |||||
| * | windows: nit: swap service_run/service_run_1 naming convention | dilluti0n | 2026-02-26 | 1 | -4/+4 | |
| | | ||||||
| * | linux: nit: swap daemonize/daemonize_1 naming convention | dilluti0n | 2026-02-26 | 1 | -4/+4 | |
| | | ||||||
| * | docs: README.md: fix typo | dilluti0n | 2026-02-24 | 1 | -1/+1 | |
| | | ||||||
| * | docs: README.md: fix | dilluti0n | 2026-02-24 | 1 | -6/+6 | |
| | | ||||||
| * | docs: README.md: mention cross-platform support explicitly | dilluti0n | 2026-02-24 | 1 | -3/+3 | |
| | | ||||||
| * | docs: README.md: rewrite Afterword for clarity and flow | dilluti0n | 2026-02-24 | 1 | -32/+35 | |
| | | ||||||
| * | docs: README.md: revert logo | dilluti0n | 2026-02-24 | 1 | -2/+1 | |
| | | ||||||
| * | docs: README.md: refine footnotes align and re-introduce gpl logo | dilluti0n | 2026-02-24 | 1 | -10/+4 | |
| | | ||||||
| * | docs: README.md: cut unnecessary things | dilluti0n | 2026-02-24 | 1 | -4/+0 | |
| | | ||||||
| * | docs: README.md: fix render issues | dilluti0n | 2026-02-24 | 1 | -0/+3 | |
| | | ||||||
| * | docs: README.md: refine | dilluti0n | 2026-02-24 | 1 | -1/+1 | |
| | | ||||||
| * | docs: README.md: refine | dilluti0n | 2026-02-24 | 1 | -1/+1 | |
| | | ||||||
| * | docs: README.md: fix render issues | dilluti0n | 2026-02-24 | 1 | -6/+5 | |
| | | ||||||
| * | docs: README.md: add afterword, refine quickstart, add platform info | dilluti0n | 2026-02-24 | 1 | -26/+75 | |
| | | ||||||
| * | docs: README: fix backquote | dilluti0n | 2026-02-22 | 1 | -3/+3 | |
| | | ||||||
| * | docs: README: add & update many things | dilluti0n | 2026-02-22 | 1 | -49/+81 | |
| | | ||||||
| * | install.sh: remove make dependency | dilluti0n | 2026-02-21 | 1 | -1/+26 | |
| | | ||||||
| * | docs: change description, refine manual | dilluti0n | 2026-02-20 | 5 | -97/+84 | |
| | | ||||||
| * | docs: dpibreak.1: simplify expressions | dilluti0n | 2026-02-20 | 2 | -65/+65 | |
| | | ||||||
| * | docs: README: update | dilluti0n | 2026-02-17 | 1 | -4/+4 | |
| | | ||||||
| * | docs: README: update | dilluti0n | 2026-02-17 | 1 | -0/+1 | |
| | | ||||||
| * | Revert "docs: README: remove logo and add cute icon on title" | dilluti0n | 2026-02-17 | 1 | -1/+2 | |
| | | | | | This reverts commit 09794890506de7eb83f3d29cb4685b4b360e328c. | |||||
| * | docs: README: remove logo and add cute icon on title | dilluti0n | 2026-02-17 | 1 | -2/+1 | |
| | | ||||||
| * | docs: README: remove How to use | dilluti0n | 2026-02-17 | 1 | -15/+3 | |
| | | ||||||
| * | docs: README: update | dilluti0n | 2026-02-17 | 1 | -1/+1 | |
| | | ||||||
| * | docs: README: update | dilluti0n | 2026-02-17 | 1 | -4/+6 | |
| | | ||||||
| * | docs: README: update | dilluti0n | 2026-02-17 | 1 | -25/+25 | |
| | | ||||||
| * | docs: README: update | dilluti0n | 2026-02-17 | 1 | -28/+28 | |
| | | ||||||
| * | docs: README: update | dilluti0n | 2026-02-17 | 1 | -3/+3 | |
| | | ||||||
| * | docs: README: add install.sh method | dilluti0n | 2026-02-17 | 1 | -4/+13 | |
| | | ||||||
| * | ci: add one-liner install/uninstall script | dilluti0n | 2026-02-17 | 1 | -0/+90 | |
| | | ||||||
| * | docs: README.md: update | dilluti0n | 2026-02-16 | 1 | -8/+9 | |
| | | ||||||
| * | Print version info log after daemonize | dilluti0n | 2026-02-16 | 1 | -1/+1 | |
| | | ||||||
| * | docs: CHANGELOG: updatev0.4.3 | dilluti0n | 2026-02-16 | 1 | -2/+5 | |
| | | ||||||
| * | windows: fix regression intorduced in b68753e8 | dilluti0n | 2026-02-16 | 1 | -5/+2 | |
| | | ||||||
| * | Bump version to 0.4.3 | dilluti0n | 2026-02-16 | 3 | -6/+6 | |
| | | ||||||
| * | Log version information on startup | dilluti0n | 2026-02-16 | 1 | -0/+1 | |
| | | ||||||
| * | docs: CHANGELOG: update | dilluti0n | 2026-02-16 | 1 | -0/+2 | |
| | | ||||||
| * | log: add defensive error handling for local_time | dilluti0n | 2026-02-16 | 1 | -1/+3 | |
| | | | | | Fallback to zeroed timestamp when time()/localtime_r() fails. | |||||
| * | docs: CHANGELOG: update | dilluti0n | 2026-02-16 | 1 | -0/+3 | |
| | | ||||||
| * | log: drop chrono, use localtime_r and GetLocalTime directly | dilluti0n | 2026-02-16 | 3 | -113/+29 | |
| | | | | | 24 KiB is precious :) | |||||
| * | docs: dpibreak.1: update pid/log file path | dilluti0n | 2026-02-16 | 2 | -5/+6 | |
| | | ||||||
| * | log: print time with crate chrono | dilluti0n | 2026-02-16 | 3 | -1/+113 | |
| | | ||||||
| * | ci: release: remove publish-crates-io deps to release | dilluti0n | 2026-02-16 | 1 | -1/+1 | |
| | | ||||||
