| Commit message (Collapse) | Author | Age | |
|---|---|---|---|
| * | Show individual parts of the progressbar depending on how much space is | 2026-08-03 | |
| | | | | | | available. Each part besides of the current hosts stats can be deactivated if space in command line width is not enough | ||
| * | Fixed wrong duration when millis == 0 | 2026-08-03 | |
| | | |||
| * | Added stopwatch for scan status line and stats | 2026-08-03 | |
| | | |||
| * | Clean Code Use Map instead of Hashmap for immutability | 2026-08-01 | |
| | | |||
| * | Fixed error output | 2026-07-09 | |
| | | |||
| * | Calculate columnwidth each redraw. | 2026-07-09 | |
| | | |||
| * | Moved host counters into one place to have them together and actually | 2026-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 print | 2026-07-09 | |
| | | | | | them before results to stderr | ||
| * | Completetly reworked progress output. Now instead of individual hosts | 2026-07-09 | |
| | | | | | give a statusline that prints current stats to err | ||
| * | Improved algorithm by sorting first and then removing all that are 100% | 2026-07-09 | |
| | | | | | and break once we reach one that does not have that | ||
| * | Minor improvements | 2026-07-09 | |
| | | |||
| * | Fix memory hole in quiet mode at ProgressBar | 2026-07-09 | |
| | | |||
| * | Reformatted code so that Scan is initialized in Scan class and Scanner | 2026-07-09 | |
| | | | | | takes care of the actual Scan and not initializing Scan objects anymore | ||
| * | Changed timings | 2026-07-09 | |
| | | |||
| * | Added new Class ScanState in order to make Scanner | 2026-07-09 | |
| | | | | | | stateless during scan process. Not regarding config which is given to the constructor | ||
| * | Added quiet flag | 2026-07-09 | |
| | | |||
| * | Do not redraw too often | 2026-07-09 | |
| | | |||
| * | Renamed package from network_scanner to jscanner | 2026-07-09 | |
