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
/
opt.rs
Commit message (
Expand
)
Author
Age
Files
Lines
*
Move platform-dependant codes to mod platform
dilluti0n
2026-07-08
1
-17
/
+3
*
opt: nit refine
dilluti0n
2026-07-08
1
-14
/
+14
*
opt: fix help messages
dilluti0n
2026-06-29
1
-15
/
+14
*
windows: wait for keypress before exit on --help
dilluti0n
2026-04-16
1
-1
/
+16
*
opt: fix -D deprecation warning condition
dilluti0n
2026-04-05
1
-1
/
+1
*
Add shopt -t, -a for --fake-ttl, --fake-autottl, respectively
dilluti0n
2026-04-05
1
-7
/
+7
*
Add short option -d for --daemon, deprecating -D.
dilluti0n
2026-04-05
1
-3
/
+9
*
opt: add shopt for --segment-order and description
dilluti0n
2026-04-05
1
-2
/
+3
*
pkt: implement segment-order aware send_split
dilluti0n
2026-04-05
1
-12
/
+24
*
opt: implement SegmentOrder::new and Display
dilluti0n
2026-04-05
1
-4
/
+49
*
opt: add SegmentOrder type and --segment-order option
dilluti0n
2026-04-05
1
-13
/
+47
*
log: add debug!/info!/warn!/error! macros and refactor to use it
dilluti0n
2026-03-02
1
-12
/
+10
*
opt: decouple set_opt() from logging
dilluti0n
2026-02-16
1
-7
/
+22
*
Consolidate setup logic into run()
dilluti0n
2026-02-15
1
-0
/
+6
*
opt: refactor to detach parse_args and set_opt
dilluti0n
2026-02-15
1
-86
/
+105
*
linux: implement daemonize
dilluti0n
2026-02-15
1
-10
/
+5
*
opt: add option -D, --daemon
dilluti0n
2026-02-14
1
-0
/
+18
*
opt: add implicit dependancy between --fake-* and --fake
dilluti0n
2026-01-31
1
-3
/
+3
*
opt: add option --fake-autottl
dilluti0n
2026-01-23
1
-7
/
+18
*
opt: change default release log level to Warning as expected
dilluti0n
2026-01-16
1
-1
/
+1
*
opt: deprecate `--loglevel` in favor of `--log-level`
dilluti0n
2026-01-16
1
-3
/
+13
*
opt: set default opts to DEFAULT_* to centralize init & usage output
dilluti0n
2026-01-16
1
-36
/
+46
*
opt: use DEFAULT_LOG_LEVEL in arg parser
dilluti0n
2026-01-16
1
-4
/
+1
*
opt: fix OPT_LOG_LEVEL not initialized panic
dilluti0n
2026-01-16
1
-2
/
+4
*
opt: add comment for OPT_LOG_LEVEL initialize seq
dilluti0n
2026-01-16
1
-0
/
+1
*
Refactor main.rs; modulize opt.rs and pkt.rs
dilluti0n
2026-01-16
1
-0
/
+165