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
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
Prevent infinite loop on packet injection/filtering
dilluti0n
2025-12-30
2
-5
/
+42
*
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
*
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
1
-1
/
+3
*
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
2
-2
/
+9
*
log: add splash! macro and centralize no-splash handling
dilluti0n
2025-09-07
2
-3
/
+7
*
Update copyright notices to notice email instead of github link
dilluti0n
2025-09-05
2
-2
/
+2
*
Add license document and copyright notice headers
dilluti0n
2025-09-05
2
-0
/
+34
*
Tidy up LogLevel enum definition
dilluti0n
2025-09-03
2
-12
/
+12
*
Refactor prefixed logs to using log.rs, leaving Errors untouched
dilluti0n
2025-09-03
2
-10
/
+12
*
Add prefix [INFO] or [WARNNING] on log messages
dilluti0n
2025-08-31
2
-10
/
+10
*
platform: windows: log WinDivert handle creation
dilluti0n
2025-08-31
1
-5
/
+7
*
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
*
Decouple once_cell by replacing it with standard lib
Dilluti0n
2025-08-23
1
-3
/
+2
*
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
2
-9
/
+8
*
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
2
-0
/
+74
*
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
2
-9
/
+12
*
refactor: Unified all error types in the project to anyhow::Error
dilluti0n
2025-08-06
2
-16
/
+15
*
minor: remove handle_msg rapper
dilluti0n
2025-08-06
1
-4
/
+5
*
minor: move platform-specific codes to seperate files
dilluti0n
2025-08-06
2
-0
/
+197
[prev]