Skip to content
Snippets Groups Projects
  1. Jun 12, 2023
  2. Mar 08, 2023
  3. Dec 13, 2022
    • Vladimír Čunát's avatar
      TTL bounds: improve the logic · a4455c78
      Vladimír Čunát authored
      - apply to first (uncached) answer already
      - don't extend over signature validity
      
      Nit: the tests were using too high TTL (RFCs disallow the "sign bit").
      It was working because (manual) cache-insertion was applying bounds,
      but now the bounds don't get applied anymore, so it would fail.
      a4455c78
  4. Dec 06, 2022
  5. Dec 05, 2022
  6. Sep 27, 2022
  7. Aug 08, 2022
  8. Jun 01, 2022
  9. Mar 14, 2022
  10. Feb 28, 2022
  11. Jan 11, 2022
  12. Dec 21, 2021
  13. Nov 25, 2021
  14. Nov 24, 2021
  15. Nov 23, 2021
  16. Nov 19, 2021
  17. Oct 20, 2021
  18. Aug 10, 2021
    • Vladimír Čunát's avatar
      policy docs: rewrite the section about logging actions · a7b357aa
      Vladimír Čunát authored and Tomas Krizek's avatar Tomas Krizek committed
      Partly to document changes from recent changes,
      partly to fix long-lasting issues in the descriptions.
      Hopefully it will be easier to understand now.
      a7b357aa
    • Vladimír Čunát's avatar
      policy trace-logging improvements · 54ab3f78
      Vladimír Čunát authored and Tomas Krizek's avatar Tomas Krizek committed
      The logs can be triggered from policy actions, in per-request fashion:
      - they're on LOG_DEBUG level but always sent, regardless of log config
      - those messages will show double group tags: "[reqdbg][foo   ]"
        (but they lack proper meta-data - about location of the log's origin)
      - reqdbg is *in addition* to normal logs, so the lines may be duplicated
        if that's how the logging was configured
      54ab3f78
  19. Jul 29, 2021