summaryrefslogtreecommitdiff
path: root/src/main/java/com/it_jaros/networkScanner/ProgressBar.java
Commit message (Collapse)AuthorAge
* Renamed packageGravatar Matthias Jaros2026-07-09
|
* Fixed more sonarlint findingsGravatar Matthias Jaros2026-07-09
|
* Further broke down structure and fixed bug that not all ports gotGravatar Matthias Jaros2026-07-09
| | | | | scanned due to early executor shutdown. now handling everything nice in a future that gives return port if it is open
* Removed unused comments and codeGravatar Matthias Jaros2026-07-09
|
* Finally refactored structure of virtual threads in a way that makesGravatar Matthias Jaros2026-07-09
| | | | | | sense and feels more natural. Each layer, host target and target port scan has it's own executor and is responsible for it's own updates. return statement is called only when everything is finished
* Refactored printing of progress bars to be able to handle adding of moreGravatar Matthias Jaros2026-07-09
| | | | hosts during time
* Refactored port scan method and fixed open ports indicatorGravatar Matthias Jaros2026-07-09
|
* Removed unneded variableGravatar Matthias Jaros2026-07-09
|
* Fixed missing 100% on progressbarGravatar Matthias Jaros2026-07-09
|
* Fixed bug that cursors moves too much up and deletes lines depending onGravatar Matthias Jaros2026-07-09
| | | | number of target hosts
* Added progress bar :-)Gravatar Matthias Jaros2026-07-09