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
/
log.rs
Commit message (
Expand
)
Author
Age
Files
Lines
*
log: add debug!/info!/warn!/error! macros and refactor to use it
dilluti0n
2026-03-02
1
-4
/
+27
*
log: add short form log macros
hskimse
2026-03-02
1
-0
/
+5
*
log: defer local_time() call until log level check passes
dilluti0n
2026-02-26
1
-1
/
+1
*
log: add defensive error handling for local_time
dilluti0n
2026-02-16
1
-1
/
+3
*
log: drop chrono, use localtime_r and GetLocalTime directly
dilluti0n
2026-02-16
1
-2
/
+27
*
log: print time with crate chrono
dilluti0n
2026-02-16
1
-1
/
+2
*
Refactor main.rs; modulize opt.rs and pkt.rs
dilluti0n
2026-01-16
1
-26
/
+3
*
log: add splash! macro and centralize no-splash handling
dilluti0n
2025-09-07
1
-4
/
+19
*
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
*
log: update error message
dilluti0n
2025-09-05
1
-1
/
+1
*
Add flag --loglevel to set loglevel on runtime
dilluti0n
2025-09-03
1
-7
/
+41
*
Tidy up LogLevel enum definition
dilluti0n
2025-09-03
1
-3
/
+1
*
Use log.rs for conditional logging and centralized error reporting
dilluti0n
2025-09-03
1
-0
/
+5
*
Implement log.rs; log level handling
dilluti0n
2025-09-03
1
-0
/
+34