1. 12 Oct, 2022 13 commits
  2. 07 Sep, 2022 1 commit
  3. 12 Jan, 2022 1 commit
  4. 11 Jan, 2022 5 commits
  5. 08 Dec, 2021 1 commit
    • Poul-Henning Kamp's avatar
      Polish · ff364a31
      Poul-Henning Kamp authored
      Conflicts:
      	bin/varnishd/cache/cache_esi_deliver.c
      
      This fixes a potential out-of-workspace panic.
      ff364a31
  6. 30 Nov, 2021 1 commit
    • Dridi Boukelmoune's avatar
      std.ip: Always provide some form of fallback · 3cd55a65
      Dridi Boukelmoune authored
      Otherwise valid code can panic on workspace exhaustion:
      
          std.ip(req.http.X-Real-IP, std.ip(req.http.X-Client-IP, client.ip))
      
      If the nested std.ip() call runs out of workspace, it will return a null
      ip instead of the fallback, and the outer std.ip() call will panic upon
      checking the suckaddr sanity.
      
      Refs #3746
      3cd55a65
  7. 24 Nov, 2021 3 commits
  8. 22 Nov, 2021 1 commit
    • Poul-Henning Kamp's avatar
      Hopefully fix u00006 on various platforms. · be077d4a
      Poul-Henning Kamp authored
      Dont limit ourselves to a set number of VSL records to include
      the "0 CLI" we want, various platforms emit a number of Debug
      messages relating to sockopt
      
      Use the `process p%d -expect-text` mechanism to wait only as
      long as necessary for the "0 CLI"
      be077d4a
  9. 19 Nov, 2021 14 commits