Skip to content
  1. Oct 09, 2023
  2. Jun 22, 2022
  3. Sep 18, 2021
  4. Sep 17, 2021
  5. Jul 10, 2021
    • Hans de Goede's avatar
      mdb-provider: Store filename used to open the DB in our private data · 90c4468b
      Hans de Goede authored
      With mdbtools >= 0.9.0, the MdbFile struct no longer has a filename member,
      instead store the filename passed to mdb_open() in our private data.
      
      Note this also fixes the dynamically allocated string returned by
      g_build_filename() being leaked.
      90c4468b
    • Hans de Goede's avatar
      mdb-provider: Remove no-op mdb_init() and mdb_exit() calls · b5fb9ec5
      Hans de Goede authored
      According to the mdbtools NEWS file for the 0.9.0 these functions have
      always been no-ops:
      
      "The previously-deprecated functions mdb_init() and mdb_exit() have been
      removed. These functions did nothing; any calls to them should be excised with
      prejudice."
      
      And now they have been removed completely, since these were already
      no-ops in older mdbtools versions we can safely drop them without
      loosing compatibility with older mdbtools releases.
      b5fb9ec5
  6. Jan 30, 2021
  7. Dec 25, 2020
  8. Nov 09, 2020
  9. Nov 08, 2020
  10. Jan 07, 2020
  11. Nov 30, 2019
  12. Oct 14, 2019
  13. Oct 11, 2019
  14. Oct 10, 2019
  15. Oct 09, 2019
  16. Oct 08, 2019
  17. Jun 03, 2019
  18. May 02, 2019
  19. Apr 23, 2019