1. 06 Apr, 2022 3 commits
  2. 04 Apr, 2022 3 commits
  3. 23 Mar, 2022 17 commits
  4. 16 Mar, 2022 1 commit
    • Fix a string parsing bug when validating extensions from the configuration · ecc722c3
      As builtin extensions are evaluated in the latter half of `check_valid_extension`, a string `cfg` is concatenated with the static string 'extension.' and the value from `builtin_extension`, before being compared with the configured value. This string is not being cleared while iterating through the names of the extensions. Because there is currently only one extension ('noop'), the bug was never noticible.
      
      This patch corrects the behavior by clearing the string on each iteration, as is done in the first block.
      Wilhelm Bierbaum committed
  5. 03 Mar, 2022 2 commits
  6. 28 Feb, 2022 5 commits
  7. 27 Feb, 2022 6 commits
  8. 26 Feb, 2022 3 commits