Skip to content

Releases: radareorg/sdb

1.8.3

25 Sep 22:30
Compare
Choose a tag to compare
  • Fix gcc10 warning caused by clarifying the use of local variables
    • This is a false positive, the previous code in 1.8.2 was fine too. it's just now cleaner.

1.8.2

25 Sep 22:29
Compare
Choose a tag to compare
  • Fix depth issue in the cgen backend
  • Use proper variables for linux/mac/windows in the makefiles
  • Fix null deref in grep expressions

1.8.1

25 Sep 22:27
Compare
Choose a tag to compare
  • Remove the extra newline in the query responses
  • Initial support for webassembly using wasi
  • Improve error handling in the plaintext databases

1.8.0

31 May 23:14
Compare
Choose a tag to compare
  • Add codegen support for plain text and gperf formats
  • Fix some memory leaks in the query api
  • Rewrite the commandline parsing for better maintainance
  • Optimized merge sort for short splits

1.7.0

08 Feb 21:48
Compare
Choose a tag to compare
  • Implement missing Ht_PU
  • Add support for C and Gperf output formats
  • Autodetect plaintext k=v databases right into sdb_open()
  • Boolify some more APIs
  • Simplify the CI, building for ios, win, mac and linux on GHA
  • Fix some warnings appearing on msvc builds

1.6.0

27 Dec 14:27
Compare
Choose a tag to compare
  • Add Debian and macOS packaging scripts
  • Add Github Actions integration
  • Add more tests
  • Improve Windows and crosscompilation builds with Meson
  • Add SetP/U iterator helpers
  • Add compiletime format string checks
  • Add plaintext loading support
  • Added ls_clone to clone an SdbList

1.3.0

30 Oct 12:37
Compare
Choose a tag to compare
  • Reimplemented hashtable growing and optimize bucket iterations
  • Optimizations for sdb_const_anext/contains and sdb_array_add_num
  • Renamed SdbHash into SdbHt
  • Fixes for Windows utf16 encodings

1.2.0

19 Jul 14:34
Compare
Choose a tag to compare
  • Optimize ls_empty
  • Fix memory leaks in sdb_querys
  • Fix visibility of the JSON apis
  • Expose the dict api too
  • Fix an UB for the variable arg in sdb_fmt

1.1.0

10 Apr 20:47
Compare
Choose a tag to compare
  • Fix off-by-one in json_indent
  • Added sdb_itoca API to ease the use of ut64 as keys
  • sdb_fmt() now have no index argument
  • Improve meson build
  • Improve timestamp support on Windows
  • Use monotonic times when supported
  • Implemented dict_ api
  • Fix few null derefs and memory leaks

Kudos to: @trufae @skuater @pelijah @whitequark @ziyaddin

See git log for more details