-
Notifications
You must be signed in to change notification settings - Fork 284
Comparing changes
Open a pull request
base repository: lighttpd/lighttpd1.4
base: lighttpd-1.4.66
head repository: lighttpd/lighttpd1.4
compare: lighttpd-1.4.67
- 11 commits
- 16 files changed
- 2 contributors
Commits on Aug 7, 2022
-
Configuration menu - View commit details
-
Copy full SHA for 6252c68 - Browse repository at this point
Copy the full SHA 6252c68View commit details
Commits on Aug 12, 2022
-
Update comment about TCP_INFO on OpenBSD
github: closes #113
Configuration menu - View commit details
-
Copy full SHA for 6524a2f - Browse repository at this point
Copy the full SHA 6524a2fView commit details
Commits on Aug 15, 2022
-
[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
Configuration menu - View commit details
-
Copy full SHA for 0b49e76 - Browse repository at this point
Copy the full SHA 0b49e76View commit details
Commits on Sep 12, 2022
-
[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
Configuration menu - View commit details
-
Copy full SHA for b18de6f - Browse repository at this point
Copy the full SHA b18de6fView commit details -
[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
Configuration menu - View commit details
-
Copy full SHA for 5f90943 - Browse repository at this point
Copy the full SHA 5f90943View commit details
Commits on Sep 15, 2022
-
[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
Configuration menu - View commit details
-
Copy full SHA for 3991099 - Browse repository at this point
Copy the full SHA 3991099View commit details -
[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
Configuration menu - View commit details
-
Copy full SHA for 73df7b6 - Browse repository at this point
Copy the full SHA 73df7b6View commit details -
[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
Configuration menu - View commit details
-
Copy full SHA for 47df989 - Browse repository at this point
Copy the full SHA 47df989View commit details
Commits on Sep 16, 2022
-
Configuration menu - View commit details
-
Copy full SHA for 18bbdbb - Browse repository at this point
Copy the full SHA 18bbdbbView commit details
Commits on Sep 17, 2022
-
Configuration menu - View commit details
-
Copy full SHA for d0074df - Browse repository at this point
Copy the full SHA d0074dfView commit details -
Configuration menu - View commit details
-
Copy full SHA for fc4cdb7 - Browse repository at this point
Copy the full SHA fc4cdb7View commit details
This comparison is taking too long to generate.
Unfortunately it looks like we can’t render this comparison for you right now. It might be too big, or there might be something weird with your repository.
You can try running this command locally to see the comparison on your machine:
git diff lighttpd-1.4.66...lighttpd-1.4.67