1. 01 Apr, 2023 1 commit
  2. 29 Mar, 2023 4 commits
  3. 25 Mar, 2023 1 commit
  4. 22 Mar, 2023 1 commit
  5. 20 Mar, 2023 3 commits
    • Nils Goroll's avatar
      Changelog · 2475ad6c
      Nils Goroll authored
      2475ad6c
    • Nils Goroll's avatar
      Constify (from flexelint) · 305d47d1
      Nils Goroll authored
      305d47d1
    • Walid Boudebouda's avatar
      fix bug in abstract sockets · 50e03b07
      Walid Boudebouda authored
      with uds abstract sockets, sun_path should start with a NULL character followed
      by the socket's name. The name is not considered to be NULL terminated and can
      contain NULL bytes which have no special meaning. socklen is used to determine
      the length of name and must be set to the length of the struct sockaddr_un up to
      the last character of name, otherwise the 108 characters of sun_path will be
      treated as the name of the socket, including NULL bytes.
      50e03b07
  6. 16 Mar, 2023 2 commits
  7. 15 Mar, 2023 2 commits
  8. 14 Mar, 2023 4 commits
    • Nils Goroll's avatar
      Polish release docs · f247a979
      Nils Goroll authored
      - I think the excellent ESI processing changes documentation should
        be promoted from changes.rst. I think it is more helpful to
        users planning their upgrade, because it gives better advice.
      
      - I thought we could be a little more verbose on abstract UDSes
        and the weak Last-Modified changes.
      
      - The director .release callback was not yet mentioned
      
      All other changes are not worth mentioning I guess.
      f247a979
    • Nils Goroll's avatar
      Reorder changes.rst to commit order (approximately) · f5cdf099
      Nils Goroll authored
      At least for me, this makes it easier to check if we missed anything.
      f5cdf099
    • Nils Goroll's avatar
      Changelog additions · 365dd9fc
      Nils Goroll authored
      365dd9fc
    • Nils Goroll's avatar
      Improve transit_buffer documentation · b36a9a37
      Nils Goroll authored
      - cross-reference parameter and vcl variable
      
      - clarify that a zero value means no limit (I found 'no buffering' confusing when
        in fact the full object is buffered, potentially)
      
      - improve wording, hopefully
      b36a9a37
  9. 13 Mar, 2023 1 commit
  10. 10 Mar, 2023 2 commits
  11. 07 Mar, 2023 4 commits
  12. 06 Mar, 2023 15 commits