1. 14 Jan, 2020 1 commit
    • index: replace map macros with inline functions · ab45887f
      Traditionally, our maps were mostly implemented via macros that had
      weird call semantics. This shows in our index code, where we have macros
      that insert into an index map case-sensitively or insensitively, as they
      still return error codes via an error parameter. This is unwieldy and,
      most importantly, not necessary anymore, due to the introduction of our
      high-level map API and removal of macros.
      
      Replace them with inlined functions to make code easier to read.
      Patrick Steinhardt committed
  2. 12 Jan, 2020 1 commit
  3. 10 Jan, 2020 4 commits
  4. 09 Jan, 2020 6 commits
  5. 08 Jan, 2020 1 commit
  6. 06 Jan, 2020 6 commits
  7. 02 Jan, 2020 1 commit
  8. 13 Dec, 2019 11 commits
  9. 12 Dec, 2019 1 commit
  10. 10 Dec, 2019 8 commits