| Commit message (Collapse) | Author | Age | |
|---|---|---|---|
| * | Added proper tracking methods instead of using raw counters everywhere | 2026-08-04 | |
| | | |||
| * | 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 | ||
| * | Added stopwatch for scan status line and stats | 2026-08-03 | |
| | | |||
| * | Fixed weird closing Stream logic of Scan.java | 2026-08-03 | |
| | | | | | Added ScanException in case file cannot be opened | ||
| * | Fixed Scanner hanging long on strg+c | 2026-08-02 | |
| | | |||
| * | Only close stream if necessary | 2026-07-11 | |
| | | |||
| * | 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 | |||
