Skip to content

v00-00-03

Compare
Choose a tag to compare
@gaede gaede released this 28 Oct 08:16
· 27 commits to master since this release

v00-00-03

  • 2020-10-28 Frank Gaede (PR#4)

    • set the default compression level to Z_DEFAULT_COMPRESSION (-1)
      - correct the documentation for set_level()
  • 2020-09-30 tmadlener (PR#5)

    • Remove sio-dump-detailed and add a --detailed / -d flag to sio-dump. Slightly improve the output in case an error occurs.
  • 2020-09-28 Remi Ete (PR#8)

    • Examples:
      • Turned example structure linked_list to normal pointer
      • Fixed buffer overflow issue
    • Important for documentation: pointer relocation using smart pointers (std::shared_ptr<T> and co) is not supported