summaryrefslogtreecommitdiff
path: root/src/main/java/com/it_jaros/jscanner/ProgressBar.java
Commit message (Collapse)AuthorAge
* Fixed wrong duration when millis == 0Gravatar Matthias Jaros2026-08-03
|
* Added stopwatch for scan status line and statsGravatar Matthias Jaros2026-08-03
|
* Clean Code Use Map instead of Hashmap for immutabilityGravatar Matthias Jaros2026-08-01
|
* Fixed error outputGravatar Matthias Jaros2026-07-09
|
* Calculate columnwidth each redraw.Gravatar Matthias Jaros2026-07-09
|
* Moved host counters into one place to have them together and actuallyGravatar Matthias Jaros2026-07-09
| | | | | changed meaning of host total counter to what it actually is. a total counter and not a done hosts counter
* Reworked exception handling. Collect now only weird exceptions and printGravatar Matthias Jaros2026-07-09
| | | | them before results to stderr
* 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