| Commit message (Collapse) | Author | Age | |
|---|---|---|---|
| * | Completetly reworked progress output. Now instead of individual hosts | 2026-07-09 | |
| | | | | | give a statusline that prints current stats to err | ||
| * | Changing scanner from collecting all results to a stream of output. | 2026-07-09 | |
| | | | | | Saves RAM and is not necessary to first collect everything | ||
| * | Added ability to read from stdin using Streams | 2026-07-09 | |
| | | | | | Replaced useless counters with already existing hasNext() methods | ||
| * | Added comments and minor refactoring | 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 | ||
| * | Refactoring for better readability | 2026-07-09 | |
| | | |||
| * | Finally i managed to print also intermediate results when stopping | 2026-07-09 | |
| process from running with strg-c | |||
