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
/
main.rs
Commit message (
Expand
)
Author
Age
Files
Lines
*
opt: refactor to detach parse_args and set_opt
dilluti0n
2026-02-15
1
-1
/
+5
*
Refactor main.rs; modulize opt.rs and pkt.rs
dilluti0n
2026-01-16
1
-208
/
+9
*
pkt: support overriding TCP checksum (badsum) in split_packet_0
dilluti0n
2026-01-16
1
-2
/
+2
*
Add option --fake-badsum
dilluti0n
2026-01-14
1
-0
/
+4
*
Fix option --fake did not do anything
dilluti0n
2026-01-05
1
-2
/
+8
*
Normalize option handling and OPT_* naming
dilluti0n
2025-12-30
1
-12
/
+23
*
Add fake ClientHello injection runtime options
dilluti0n
2025-12-30
1
-0
/
+13
*
Consolidate fake ClientHello and split packet logic
dilluti0n
2025-12-30
1
-11
/
+23
*
Implement fake ClientHello injection with const TTL
dilluti0n
2025-12-30
1
-40
/
+7
*
linux: add option `--nft-command`
dilluti0n
2025-10-29
1
-3
/
+12
*
platform: windows: only divert clienthello packet to userspace
dilluti0n
2025-10-03
1
-1
/
+1
*
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
1
-7
/
+5
*
log: add splash! macro and centralize no-splash handling
dilluti0n
2025-09-07
1
-23
/
+13
*
Update copyright notices to notice email instead of github link
dilluti0n
2025-09-05
1
-1
/
+1
*
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
1
-0
/
+17
*
Add help message for flag --no-splash
dilluti0n
2025-09-05
1
-0
/
+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
1
-3
/
+10
*
Tidy up LogLevel enum definition
dilluti0n
2025-09-03
1
-6
/
+8
*
Use log.rs for conditional logging and centralized error reporting
dilluti0n
2025-09-03
1
-3
/
+3
*
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
1
-0
/
+1
*
Move is_client_hello to tls module for better readability
Dilluti0n
2025-08-26
1
-24
/
+1
*
Fix typo on split_packet error message
Dilluti0n
2025-08-26
1
-1
/
+1
*
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
1
-8
/
+10
*
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
1
-22
/
+56
*
Deduplicate CLI argument parsing
hskim
2025-08-23
1
-7
/
+22
*
Implement argument parser
hskim
2025-08-23
1
-1
/
+21
*
Wrap platform dependant main loops to platform::run
hskim
2025-08-22
1
-66
/
+3
*
Fix Message too long warning on send_to_raw
dilluti0n
2025-08-21
1
-4
/
+1
*
Move use derivatives
dilluti0n
2025-08-21
1
-2
/
+5
*
Optimize split_packet to reuse caller-provided buffer
dilluti0n
2025-08-21
1
-8
/
+16
*
Split TLS parsing into tls.rs
hskim
2025-08-20
1
-48
/
+5
*
Introduce PktView to remove duplicate packet parsing
hskim
2025-08-20
1
-14
/
+9
*
chore: remove unused function get_vector (dead_code)
dilluti0n
2025-08-06
1
-14
/
+0
*
refactor: add error propagation to send_to_raw
dilluti0n
2025-08-06
1
-23
/
+30
*
refactor: Unified all error types in the project to anyhow::Error
dilluti0n
2025-08-06
1
-28
/
+31
*
minor: remove handle_msg rapper
dilluti0n
2025-08-06
1
-18
/
+14
*
minor: move platform-specific codes to seperate files
dilluti0n
2025-08-06
1
-205
/
+1
*
fix: to use same windivert handle for recv/send
dilluti0n
2025-08-06
1
-35
/
+21
*
minor: set WINDIVERT_PATH for windows build
dilluti0n
2025-08-06
1
-1
/
+1
*
implement: not-working framework for windows
dilluti0n
2025-08-06
1
-7
/
+55
*
fix: windows build errors
dilluti0n
2025-08-06
1
-7
/
+15
[next]