1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57
|
asncounter (0.5.0) unstable; urgency=medium
* display total number of prefixes and ASNs found, skipped and failed lines
* fix garbled output in actual installs
* fix crash in threading mode
* handle crashes in display_results
* minor optimizations
* remove round() from hot loop
* remove function call from hot loop
* test packet count scalability
* simplify collector API, by dropping the parser callable argument
* add CONTRIBUTING document, a variation of wallabako's
* cosmetic: remove redundant warning in tcpdump parse errors
-- Antoine Beaupré <anarcat@debian.org> Thu, 26 Jun 2025 22:05:57 -0400
asncounter (0.4.0) unstable; urgency=medium
* clarify documentation
* parse IP addresses from command line
* improve test coverage from 48 to 66%
* add performance testing hardness and graphs
* 20% performance improvements over 0.3.0 (which was a 66% performance
loss over 0.2.0), overall 33% slower than 0.2.0
-- Antoine Beaupré <anarcat@debian.org> Mon, 16 Jun 2025 12:47:54 -0400
asncounter (0.3.0) unstable; urgency=medium
* fix crash with missing HOME variable
* add support for opening a debug socket with manhole (ITP #1106776)
* workaround tcpdump (lack of) IPv6 support for SYN packets in docs
* new "tuple" input format to count sizes, latency, etc
* expand input/output formats documentation
* skip trailing comments on input lines
* mypy --strict
* 48% test coverage
-- Antoine Beaupré <anarcat@debian.org> Wed, 04 Jun 2025 23:09:48 -0400
asncounter (0.2.0) unstable; urgency=medium
* accepted in Debian, source-only upload to unstable
* fix various crashes and edge conditions
* add better aggregation tools
* move docs to a manual page, pleasing lintian
* fix autopkgtests
* 44% test coverage
-- Antoine Beaupré <anarcat@debian.org> Wed, 28 May 2025 16:26:53 -0400
asncounter (0.1.1) experimental; urgency=low
* Initial release
* 34% test coverage
-- Antoine Beaupré <anarcat@debian.org> Wed, 28 May 2025 01:26:56 +0000
|