summaryrefslogtreecommitdiff
path: root/src/main/java/com/it_jaros/jscanner/ProgressBar.java
Commit message (Expand)AuthorAge
* Major refactoring of package structureGravatar Matthias Jaros2026-08-12
* Error similar to result outputGravatar Matthias Jaros2026-08-11
* Boundaries: Added PortList class to encapsulate BitSet and thus have aGravatar Matthias Jaros2026-08-11
* Improved printing of errors at resultGravatar Matthias Jaros2026-08-07
* Added ports to status lineGravatar Matthias Jaros2026-08-06
* Replaced PortTotalCounters with Total counters inside the Counter classGravatar Matthias Jaros2026-08-06
* Remove status line before printing stats.Gravatar Matthias Jaros2026-08-05
* Resolved data/object asymmetry by using methods and an inner classGravatar Matthias Jaros2026-08-05
* Fix status line mixed with results from portscanGravatar Matthias Jaros2026-08-04
* Added ports to statsGravatar Matthias Jaros2026-08-04
* Do not clear statusline when no errors are present.Gravatar Matthias Jaros2026-08-03
* Added additional info in stat and consistent namingGravatar Matthias Jaros2026-08-03
* Also clear rest of status line to remove any debries of older statusGravatar Matthias Jaros2026-08-03
* Show individual parts of the progressbar depending on how much space isGravatar Matthias Jaros2026-08-03
* 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
* Reworked exception handling. Collect now only weird exceptions and printGravatar Matthias Jaros2026-07-09
* Completetly reworked progress output. Now instead of individual hostsGravatar Matthias Jaros2026-07-09
* Improved algorithm by sorting first and then removing all that are 100%Gravatar Matthias Jaros2026-07-09
* 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
* Changed timingsGravatar Matthias Jaros2026-07-09
* Added new Class ScanState in order to make ScannerGravatar Matthias Jaros2026-07-09
* 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