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
*
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
*
platform: linux: split iptables helpers on bootstrap/cleanup
dilluti0n
2025-09-27
1
-14
/
+25
*
Refactor packet sending into split_packet_1 helper
dilluti0n
2025-09-15
1
-9
/
+24
*
Refactor handle_packet to reuse external buffer for packet handling
dilluti0n
2025-09-11
4
-9
/
+16
*
log: add splash! macro and centralize no-splash handling
dilluti0n
2025-09-07
4
-30
/
+39
*
Update copyright notices to notice email instead of github link
dilluti0n
2025-09-05
7
-7
/
+7
*
main: fix typo on splash message.
dilluti0n
2025-09-05
1
-1
/
+1
*
Update version and metadatas on Cargo.toml
dilluti0n
2025-09-05
1
-2
/
+7
*
Add license document and copyright notice headers
dilluti0n
2025-09-05
7
-0
/
+119
*
Add help message for flag --no-splash
dilluti0n
2025-09-05
1
-0
/
+1
*
log: update error message
dilluti0n
2025-09-05
1
-1
/
+1
*
Add splash message and option --no-splash
dilluti0n
2025-09-05
1
-1
/
+18
*
Add flag --loglevel to set loglevel on runtime
dilluti0n
2025-09-03
2
-10
/
+51
*
Tidy up LogLevel enum definition
dilluti0n
2025-09-03
4
-21
/
+21
*
Use log.rs for conditional logging and centralized error reporting
dilluti0n
2025-09-03
2
-3
/
+8
*
Refactor main to ensure cleanup via RAII guard
dilluti0n
2025-09-03
1
-2
/
+31
*
Refactor prefixed logs to using log.rs, leaving Errors untouched
dilluti0n
2025-09-03
3
-10
/
+13
*
Implement log.rs; log level handling
dilluti0n
2025-09-03
1
-0
/
+34
*
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
*
Move is_client_hello to tls module for better readability
Dilluti0n
2025-08-26
2
-31
/
+29
*
Fix typo on split_packet error message
Dilluti0n
2025-08-26
1
-1
/
+1
*
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
*
Make platform and TLS imports explicit
Dilluti0n
2025-08-23
1
-8
/
+8
*
Clean up is_client_hello() for clarity
Dilluti0n
2025-08-23
1
-12
/
+11
*
Simplify signal handling with global AtomicBool
Dilluti0n
2025-08-23
3
-17
/
+18
*
Wrap planting handler to plant_handler
dilluti0n
2025-08-23
1
-9
/
+12
*
Clear output buffer before writing in split_packet
hskim
2025-08-23
1
-2
/
+1
*
Add command-line argument parsing and switch config to OnceLock
hskim
2025-08-23
2
-26
/
+65
*
Deduplicate CLI argument parsing
hskim
2025-08-23
1
-7
/
+22
[next]