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
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
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
3
-11
/
+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
*
Implement argument parser
hskim
2025-08-23
1
-1
/
+21
*
Wrap platform dependant main loops to platform::run
hskim
2025-08-22
3
-66
/
+77
*
Fix Message too long warning on send_to_raw
dilluti0n
2025-08-21
1
-4
/
+1
*
Remove unused field PktView.raw
dilluti0n
2025-08-21
1
-2
/
+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
*
platform: linux: provide more detailed error message for iptables
hskim
2025-08-20
1
-7
/
+11
*
Split TLS parsing into tls.rs
hskim
2025-08-20
2
-48
/
+53
*
Introduce PktView to remove duplicate packet parsing
hskim
2025-08-20
2
-14
/
+27
*
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
3
-32
/
+42
*
refactor: Unified all error types in the project to anyhow::Error
dilluti0n
2025-08-06
3
-44
/
+46
*
build: add log for non-windows build
dilluti0n
2025-08-06
1
-0
/
+1
*
build: move windows app.manifest to res/app.manifest from build.rs
dilluti0n
2025-08-06
1
-12
/
+1
*
build: use winres to add manifest for windows binary
dilluti0n
2025-08-06
4
-3
/
+75
*
minor: remove handle_msg rapper
dilluti0n
2025-08-06
2
-22
/
+19
*
minor: move platform-specific codes to seperate files
dilluti0n
2025-08-06
4
-205
/
+209
*
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
4
-1
/
+6
*
implement: not-working framework for windows
dilluti0n
2025-08-06
3
-8
/
+58
*
fix: windows build errors
dilluti0n
2025-08-06
2
-8
/
+16
*
starting windows implementation
dilluti0n
2025-07-27
1
-0
/
+17
*
refactor: repeated queue number not to use magic
dilluti0n
2025-07-27
1
-11
/
+13
*
refactor: handle_packet to not depend on nfq
dilluti0n
2025-07-27
1
-27
/
+34
*
refactor: move platform-dependent code to mod platform
dilluti0n
2025-07-27
3
-173
/
+312
*
refactor: bootstrap and cleanup to support ip6tables
dilluti0n
2025-07-26
1
-6
/
+26
*
fix: prevent possable array indexing panic on is_client_hello
dilluti0n
2025-07-24
1
-1
/
+4
*
revert ctrlc to override default SIGINT handler
dilluti0n
2025-07-22
3
-2
/
+41
*
feat: poll NFQUEUE socket instead sleep on main loop
dilluti0n
2025-07-22
3
-56
/
+30
*
implement: send_to_raw; open raw socket and sendto it!
dilluti0n
2025-07-21
3
-2
/
+65
*
feat: Add TLS ClientHello splitting(TCP/IP) logic using etherparse
dilluti0n
2025-07-21
3
-23
/
+94
*
change: treat IS_U32_SUPPORTED to more rubust way
dilluti0n
2025-07-20
1
-1
/
+5
*
feat: add xft_u32 filtering for clienthello packet
dilluti0n
2025-07-20
3
-12
/
+77
[prev]
[next]