aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/opt.rs
Commit message (Expand)AuthorAgeFilesLines
* Move platform-dependant codes to mod platformdilluti0n2026-07-081-17/+3
* opt: nit refinedilluti0n2026-07-081-14/+14
* opt: fix help messagesdilluti0n2026-06-291-15/+14
* windows: wait for keypress before exit on --helpdilluti0n2026-04-161-1/+16
* opt: fix -D deprecation warning conditiondilluti0n2026-04-051-1/+1
* Add shopt -t, -a for --fake-ttl, --fake-autottl, respectivelydilluti0n2026-04-051-7/+7
* Add short option -d for --daemon, deprecating -D.dilluti0n2026-04-051-3/+9
* opt: add shopt for --segment-order and descriptiondilluti0n2026-04-051-2/+3
* pkt: implement segment-order aware send_splitdilluti0n2026-04-051-12/+24
* opt: implement SegmentOrder::new and Displaydilluti0n2026-04-051-4/+49
* opt: add SegmentOrder type and --segment-order optiondilluti0n2026-04-051-13/+47
* log: add debug!/info!/warn!/error! macros and refactor to use itdilluti0n2026-03-021-12/+10
* opt: decouple set_opt() from loggingdilluti0n2026-02-161-7/+22
* Consolidate setup logic into run()dilluti0n2026-02-151-0/+6
* opt: refactor to detach parse_args and set_optdilluti0n2026-02-151-86/+105
* linux: implement daemonizedilluti0n2026-02-151-10/+5
* opt: add option -D, --daemondilluti0n2026-02-141-0/+18
* opt: add implicit dependancy between --fake-* and --fakedilluti0n2026-01-311-3/+3
* opt: add option --fake-autottldilluti0n2026-01-231-7/+18
* opt: change default release log level to Warning as expecteddilluti0n2026-01-161-1/+1
* opt: deprecate `--loglevel` in favor of `--log-level`dilluti0n2026-01-161-3/+13
* opt: set default opts to DEFAULT_* to centralize init & usage outputdilluti0n2026-01-161-36/+46
* opt: use DEFAULT_LOG_LEVEL in arg parserdilluti0n2026-01-161-4/+1
* opt: fix OPT_LOG_LEVEL not initialized panicdilluti0n2026-01-161-2/+4
* opt: add comment for OPT_LOG_LEVEL initialize seqdilluti0n2026-01-161-0/+1
* Refactor main.rs; modulize opt.rs and pkt.rsdilluti0n2026-01-161-0/+165