Skip to content

Releases: assafmo/joincap

joincap v0.10.2

18 Apr 12:20
735dc3c
Compare
Choose a tag to compare

Changelog

  • use ZeroCopyReadPacketData which is much faster than ReadPacketData

joincap v0.10.1

19 Feb 18:18
Compare
Choose a tag to compare

Changelog

  • Print help message if no input files were given (fix #2)

joincap v0.10.0

31 Oct 13:41
Compare
Choose a tag to compare

Changelog

  • Allow mixing of different input LinkTypes

joincap v0.9.2

31 Oct 12:54
Compare
Choose a tag to compare

Changelog

  • Fixed a bug introduced in v0.9.0 - input file passing order can make previousTimestamp be initialized wrong and reject later input files
  • Fixed a log print that should only be printed in verbose mode

joincap v0.9.1

29 Oct 08:42
Compare
Choose a tag to compare

Changelog

  • Fix initialization of timestamp corruption algorithm

joincap v0.9.0

28 Oct 18:13
Compare
Choose a tag to compare

Changelog

  • Detect bad packets if an hour earlier than previous packet

joincap v0.8.9

25 Oct 18:41
Compare
Choose a tag to compare

Changelog

  • Better wrapping of error messages

joincap v0.8.8

24 Oct 12:21
Compare
Choose a tag to compare

Changelog

  • Verbose mode: humanize byte size printing (TiB, GiB, MiB, KiB)
  • More tests

joincap v0.8.7

05 Jul 18:00
Compare
Choose a tag to compare

Changelog

  • Better error handling
  • More tests