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
/
platform
/
linux.rs
Commit message (
Expand
)
Author
Age
Files
Lines
*
linux: add TODO on daemonize
dilluti0n
2026-02-16
1
-0
/
+1
*
opt: decouple set_opt() from logging
dilluti0n
2026-02-16
1
-4
/
+5
*
linux: fix log file truncated when daemonize fails
dilluti0n
2026-02-16
1
-3
/
+7
*
linux: exit if not root
dilluti0n
2026-02-16
1
-1
/
+9
*
linux: repurpose bootstrap to do things before requiring cleanup
dilluti0n
2026-02-16
1
-4
/
+10
*
linux: modify PID_FILE and log path
dilluti0n
2026-02-16
1
-2
/
+3
*
linux: add PID file locking for single instance enforcement
dilluti0n
2026-02-15
1
-6
/
+24
*
linux: extract PID_FILE constant for reuse
dilluti0n
2026-02-15
1
-3
/
+3
*
Consolidate setup logic into run()
dilluti0n
2026-02-15
1
-2
/
+7
*
linux: implement daemonize
dilluti0n
2026-02-15
1
-0
/
+36
*
linux: refactor rules backend into iptables/nftables modules
dilluti0n
2026-01-23
1
-301
/
+13
*
linux: drop iptables crate (regex dep) to reduce binary size
dilluti0n
2026-01-18
1
-23
/
+75
*
Refactor main.rs; modulize opt.rs and pkt.rs
dilluti0n
2026-01-16
1
-20
/
+9
*
Normalize option handling and OPT_* naming
dilluti0n
2025-12-30
1
-4
/
+4
*
Prevent infinite loop on packet injection/filtering
dilluti0n
2025-12-30
1
-4
/
+39
*
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
1
-7
/
+11
*
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
*
platform: linux: split iptables helpers on bootstrap/cleanup
dilluti0n
2025-09-27
1
-14
/
+25
*
Refactor handle_packet to reuse external buffer for packet handling
dilluti0n
2025-09-11
1
-0
/
+4
*
log: add splash! macro and centralize no-splash handling
dilluti0n
2025-09-07
1
-1
/
+3
*
Update copyright notices to notice email instead of github link
dilluti0n
2025-09-05
1
-1
/
+1
*
Add license document and copyright notice headers
dilluti0n
2025-09-05
1
-0
/
+17
*
Tidy up LogLevel enum definition
dilluti0n
2025-09-03
1
-10
/
+10
*
Refactor prefixed logs to using log.rs, leaving Errors untouched
dilluti0n
2025-09-03
1
-9
/
+10
*
Add prefix [INFO] or [WARNNING] on log messages
dilluti0n
2025-08-31
1
-9
/
+9
*
platform: linux: add verbose messages on bootstrap
dilluti0n
2025-08-31
1
-3
/
+19
*
platform: linux: unhardcode chain name DPIBREAK
dilluti0n
2025-08-31
1
-7
/
+11
*
platform: linux: decouple once_cell
Dilluti0n
2025-08-23
1
-6
/
+3
*
platform: linux: use standard library instead of once_cell on socket
Dilluti0n
2025-08-23
1
-3
/
+4
*
platform: linux: make iptables helpers private
Dilluti0n
2025-08-23
1
-5
/
+5
*
Simplify signal handling with global AtomicBool
Dilluti0n
2025-08-23
1
-3
/
+4
*
Add command-line argument parsing and switch config to OnceLock
hskim
2025-08-23
1
-4
/
+9
*
Wrap platform dependant main loops to platform::run
hskim
2025-08-22
1
-0
/
+53
*
platform: linux: provide more detailed error message for iptables
hskim
2025-08-20
1
-7
/
+11
*
refactor: add error propagation to send_to_raw
dilluti0n
2025-08-06
1
-7
/
+8
*
refactor: Unified all error types in the project to anyhow::Error
dilluti0n
2025-08-06
1
-13
/
+12
*
minor: move platform-specific codes to seperate files
dilluti0n
2025-08-06
1
-0
/
+159