Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also .

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also .
base repository: lighttpd/lighttpd1.4
base: lighttpd-1.4.66
Choose a base ref
head repository: lighttpd/lighttpd1.4
compare: lighttpd-1.4.67
Choose a head ref
  • 11 commits
  • 16 files changed
  • 2 contributors

Commits on Aug 7, 2022

  1. - next is 1.4.67

    gstrauss committed Aug 7, 2022

Commits on Aug 12, 2022

  1. Update comment about TCP_INFO on OpenBSD

    github: closes #113
    brad0 authored and gstrauss committed Aug 12, 2022

Commits on Aug 15, 2022

  1. [mod_ajp13] fix crash with bad response headers (fixes #3170)

    fix crash with bad response headers from AJP13 backend
    
    (thx Michał Dardas)
    
    x-ref:
      "mod_ajp13 read heap buffer overflow"
      https://redmine.lighttpd.net/issues/3170
    gstrauss committed Aug 15, 2022

Commits on Sep 12, 2022

  1. [core] handle RDHUP when collecting chunked body

    handle RDHUP as soon as RDHUP detected when collecting HTTP/1.1 chunked
    request body (and when not streaming request body to backend)
    
    x-ref:
      #115
    gstrauss committed Sep 12, 2022
  2. [core] tweak streaming request body to backends

    prefer to avoid tempfiles when streaming request body to fast backend
    keeping up with reading request body as request body is received from
    client
    gstrauss committed Sep 12, 2022

Commits on Sep 15, 2022

  1. [core] handle ENOSPC with pwritev() (#3171)

    handle ENOSPC with pwritev() and fallback to next item in
    server.upload-dirs list
    
    x-ref:
      "File upload regression with --disable-lfs"
      https://redmine.lighttpd.net/issues/3171
    gstrauss committed Sep 15, 2022
  2. [core] manually calculate off_t max (fixes #3171)

    manually calculate off_t max for broken cross-compilation systems which
    fail to enable large file support (so sizeof(off_t) != sizeof(int64_t))
    
    If sizeof(off_t) != sizeof(int64_t), a negative number could end up in
    cq->upload_temp_file_size when it was assigned INTMAX_MAX, leading to
    excessive new temporary file creation occurring on each and every write.
    
    x-ref:
      "File upload regression with --disable-lfs"
      https://redmine.lighttpd.net/issues/3171
    gstrauss committed Sep 15, 2022
  3. [autoconf] force large file support (#3171)

    force large file support; ignore --disable-lfs
    
    (already forced in lighttpd meson, CMake, and Scons builds)
    
    x-ref:
      "File upload regression with --disable-lfs"
      https://redmine.lighttpd.net/issues/3171
    gstrauss committed Sep 15, 2022

Commits on Sep 16, 2022

Commits on Sep 17, 2022

  1. [doc] NEWS

    gstrauss committed Sep 17, 2022