index
:
dpibreak.git
master
System-wide DPI circumvention with minimal configuration
Hee-Suk Kim
about
summary
refs
log
tree
commit
diff
homepage
log msg
author
committer
range
path:
root
/
src
/
platform
/
windows.rs
Commit message (
Expand
)
Author
Age
Files
Lines
*
windows: nit: fix build failure.. Let?
dilluti0n
2026-07-15
1
-1
/
+1
*
windows: touch WinDivert service at start to prevent bad state issue
dilluti0n
2026-07-14
1
-0
/
+37
*
windows: use OnceLock for SEND_HANDLE to close only when openned
dilluti0n
2026-07-14
1
-13
/
+13
*
windows: fix some kind of race
dilluti0n
2026-07-14
1
-2
/
+16
*
windows: close handles and uninstall WinDivert.sys before exit
dilluti0n
2026-07-14
1
-4
/
+34
*
windows: insert handler for console route to shutdown recv handles
dilluti0n
2026-07-14
1
-3
/
+30
*
windows: WinDivertShutdown() recv handles at service exits
dilluti0n
2026-07-14
1
-12
/
+31
*
windows: use paexit instead std::process::exit
dilluti0n
2026-07-13
1
-6
/
+8
*
windows: fix nit build failure
dilluti0n
2026-07-13
1
-2
/
+2
*
Move platform-dependant codes to mod platform
dilluti0n
2026-07-08
1
-0
/
+19
*
windows: remove unneeded ip checksum calculation
dilluti0n
2026-03-02
1
-1
/
+1
*
log: add debug!/info!/warn!/error! macros and refactor to use it
dilluti0n
2026-03-02
1
-17
/
+16
*
windows: print log when recv fails
hskimse
2026-03-02
1
-2
/
+3
*
windows: fix buffer size to 65536
hskimse
2026-03-01
1
-1
/
+1
*
windows: simplify packet handling with recv_loop macro
hskimse
2026-03-01
1
-59
/
+28
*
windows: remove RUNNING flag and trap_exit
hskimse
2026-03-01
1
-30
/
+6
*
windows: exit immediately on Ctrl-C in non-daemon mode
dilluti0n
2026-03-01
1
-1
/
+4
*
Move cleanup/trap_exit/RUNNING to platform modules
dilluti0n
2026-03-01
1
-26
/
+24
*
windows: spawn syn/ack filter only when `--fake-autottl` is enabled
dilluti0n
2026-02-27
1
-4
/
+7
*
windows: add close WinDivert handles on thread exit
dilluti0n
2026-02-27
1
-19
/
+21
*
windows: refactor thread spawnings to spawn_recv helper
dilluti0n
2026-02-27
1
-29
/
+28
*
windows: split WinDivert into separate recv/send/sniff handles
dilluti0n
2026-02-27
1
-40
/
+74
*
Refactor send_to_raw to remove in-place packet reparsing
dilluti0n
2026-02-26
1
-1
/
+5
*
windows: nit: swap service_run/service_run_1 naming convention
dilluti0n
2026-02-26
1
-4
/
+4
*
windows: fix regression intorduced in b68753e8
dilluti0n
2026-02-16
1
-5
/
+2
*
windows: fix nit build failure
v0.4.2
dilluti0n
2026-02-16
1
-3
/
+3
*
opt: decouple set_opt() from logging
dilluti0n
2026-02-16
1
-3
/
+7
*
opt: refactor to detach parse_args and set_opt
dilluti0n
2026-02-15
1
-1
/
+2
*
windows: implement windows service
dilluti0n
2026-02-15
1
-3
/
+42
*
linux: implement daemonize
dilluti0n
2026-02-15
1
-0
/
+4
*
windows: extend WinDivert filter for --fake-autottl
dilluti0n
2026-01-23
1
-6
/
+18
*
windows: do not recalculate tcp checksum when send_to_raw
dilluti0n
2026-01-16
1
-3
/
+3
*
Prevent infinite loop on packet injection/filtering
dilluti0n
2025-12-30
1
-1
/
+3
*
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
*
Refactor handle_packet to reuse external buffer for packet handling
dilluti0n
2025-09-11
1
-2
/
+5
*
log: add splash! macro and centralize no-splash handling
dilluti0n
2025-09-07
1
-2
/
+4
*
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
-2
/
+2
*
Refactor prefixed logs to using log.rs, leaving Errors untouched
dilluti0n
2025-09-03
1
-1
/
+2
*
Add prefix [INFO] or [WARNNING] on log messages
dilluti0n
2025-08-31
1
-1
/
+1
*
platform: windows: log WinDivert handle creation
dilluti0n
2025-08-31
1
-5
/
+7
*
Decouple once_cell by replacing it with standard lib
Dilluti0n
2025-08-23
1
-3
/
+2
*
Simplify signal handling with global AtomicBool
Dilluti0n
2025-08-23
1
-6
/
+4
*
Wrap platform dependant main loops to platform::run
hskim
2025-08-22
1
-0
/
+21
*
refactor: add error propagation to send_to_raw
dilluti0n
2025-08-06
1
-2
/
+4
*
refactor: Unified all error types in the project to anyhow::Error
dilluti0n
2025-08-06
1
-3
/
+3
*
minor: remove handle_msg rapper
dilluti0n
2025-08-06
1
-4
/
+5
[next]