index
:
dpibreak.git
master
System-wide DPI circumvention with minimal configuration
Hee-Suk Kim
summary
refs
log
tree
commit
diff
homepage
log msg
author
committer
range
path:
root
/
src
Commit message (
Expand
)
Author
Age
Files
Lines
*
opt: refactor to detach parse_args and set_opt
dilluti0n
2026-02-15
3
-88
/
+112
*
windows: implement windows service
dilluti0n
2026-02-15
1
-3
/
+42
*
linux: implement daemonize
dilluti0n
2026-02-15
3
-10
/
+45
*
opt: add option -D, --daemon
dilluti0n
2026-02-14
1
-0
/
+18
*
opt: add implicit dependancy between --fake-* and --fake
dilluti0n
2026-01-31
1
-3
/
+3
*
pkt: fake: adjust autottl_delta to 1
dilluti0n
2026-01-23
1
-1
/
+1
*
pkt: remove pub on internal codes
dilluti0n
2026-01-23
1
-8
/
+8
*
Add benchmark for pkt/hoptab, add feature bench for internal benches
dilluti0n
2026-01-23
1
-0
/
+35
*
pkt: hoptab: add tests
dilluti0n
2026-01-23
1
-0
/
+140
*
pkt: hoptab: implement priority-based eviction
dilluti0n
2026-01-23
1
-35
/
+120
*
pkt: hoptab: fix find_hop occupancy check
dilluti0n
2026-01-23
1
-3
/
+49
*
pkt: fake: implement infer_hops
dilluti0n
2026-01-23
1
-2
/
+15
*
pkt: implement hop cache for --fake-autottl
dilluti0n
2026-01-23
3
-15
/
+286
*
pkt: move fake ClientHello logic into pkt::fake module
dilluti0n
2026-01-23
2
-85
/
+121
*
pkt: add SYN/ACK(443) detection hook for fake-autottl
dilluti0n
2026-01-23
1
-0
/
+17
*
windows: extend WinDivert filter for --fake-autottl
dilluti0n
2026-01-23
2
-6
/
+19
*
linux: iptables: implement SYN/ACK capture on --fake-autottl
dilluti0n
2026-01-23
1
-0
/
+19
*
linux: nftables: queue SYN/ACK on --fake-autottl
dilluti0n
2026-01-23
1
-0
/
+59
*
opt: add option --fake-autottl
dilluti0n
2026-01-23
1
-7
/
+18
*
linux: refactor rules backend into iptables/nftables modules
dilluti0n
2026-01-23
3
-301
/
+310
*
platform: drop pub on internal const
dilluti0n
2026-01-22
1
-2
/
+2
*
linux: drop iptables crate (regex dep) to reduce binary size
dilluti0n
2026-01-18
1
-23
/
+75
*
opt: change default release log level to Warning as expected
dilluti0n
2026-01-16
1
-1
/
+1
*
pkt: add debug_assertions to prevent cargo warnings
dilluti0n
2026-01-16
1
-1
/
+3
*
opt: deprecate `--loglevel` in favor of `--log-level`
dilluti0n
2026-01-16
1
-3
/
+13
*
opt: set default opts to DEFAULT_* to centralize init & usage output
dilluti0n
2026-01-16
1
-36
/
+46
*
opt: use DEFAULT_LOG_LEVEL in arg parser
dilluti0n
2026-01-16
1
-4
/
+1
*
opt: fix OPT_LOG_LEVEL not initialized panic
dilluti0n
2026-01-16
1
-2
/
+4
*
opt: add comment for OPT_LOG_LEVEL initialize seq
dilluti0n
2026-01-16
1
-0
/
+1
*
Refactor main.rs; modulize opt.rs and pkt.rs
dilluti0n
2026-01-16
5
-269
/
+283
*
pkt: support overriding TCP checksum (badsum) in split_packet_0
dilluti0n
2026-01-16
2
-12
/
+38
*
windows: do not recalculate tcp checksum when send_to_raw
dilluti0n
2026-01-16
1
-3
/
+3
*
Add option --fake-badsum
dilluti0n
2026-01-14
2
-0
/
+9
*
Fix option --fake did not do anything
dilluti0n
2026-01-05
1
-2
/
+8
*
Normalize option handling and OPT_* naming
dilluti0n
2025-12-30
2
-16
/
+27
*
Add fake ClientHello injection runtime options
dilluti0n
2025-12-30
2
-3
/
+20
*
Consolidate fake ClientHello and split packet logic
dilluti0n
2025-12-30
2
-35
/
+44
*
Prevent infinite loop on packet injection/filtering
dilluti0n
2025-12-30
3
-6
/
+43
*
Implement fake ClientHello injection with const TTL
dilluti0n
2025-12-30
2
-42
/
+83
*
Add dummy tls clienthello packet
dilluti0n
2025-12-30
1
-0
/
+63
*
linux: extract process execution into `exec_process` helper
dilluti0n
2025-12-29
1
-17
/
+29
*
linux: ignore cleanup errors at startup
dilluti0n
2025-12-22
1
-7
/
+3
*
linux: switch to apply_nft_rules() from nftables-rs for rule setting
dilluti0n
2025-10-29
1
-18
/
+13
*
linux: implement apply_nft_rules() to log output sanely
dilluti0n
2025-10-29
1
-0
/
+30
*
linux: add option `--nft-command`
dilluti0n
2025-10-29
2
-10
/
+23
*
windows: avoid ERR_INVALID_NAME when uninstalling WinDivert
dilluti0n
2025-10-06
1
-2
/
+9
*
platform: windows: close handle and uninstall driver sanely
dilluti0n
2025-10-06
1
-9
/
+19
*
platform: windows: only divert clienthello packet to userspace
dilluti0n
2025-10-03
2
-2
/
+4
*
platform: linux: filter only TLS ClientHello packets on nftables
dilluti0n
2025-10-03
1
-0
/
+21
*
platform: linux: add nftables support with iptables fallback
dilluti0n
2025-10-03
1
-11
/
+112
[next]