summaryrefslogtreecommitdiff
path: root/src/main/java/com/it_jaros/jscanner/ProgressBar.java
Commit message (Collapse)AuthorAge
* Completetly reworked progress output. Now instead of individual hostsGravatar Matthias Jaros2026-07-09
| | | | give a statusline that prints current stats to err
* Improved algorithm by sorting first and then removing all that are 100%Gravatar Matthias Jaros2026-07-09
| | | | and break once we reach one that does not have that
* Minor improvementsGravatar Matthias Jaros2026-07-09
|
* Fix memory hole in quiet mode at ProgressBarGravatar Matthias Jaros2026-07-09
|
* Reformatted code so that Scan is initialized in Scan class and ScannerGravatar Matthias Jaros2026-07-09
| | | | takes care of the actual Scan and not initializing Scan objects anymore
* Changed timingsGravatar Matthias Jaros2026-07-09
|
* Added new Class ScanState in order to make ScannerGravatar Matthias Jaros2026-07-09
| | | | | stateless during scan process. Not regarding config which is given to the constructor
* Added quiet flagGravatar Matthias Jaros2026-07-09
|
* Do not redraw too oftenGravatar Matthias Jaros2026-07-09
|
* Renamed package from network_scanner to jscannerGravatar Matthias Jaros2026-07-09