Activity
From 2016-04-18 to 2016-04-24
2016-04-24
- 09:24 Feature #851 (Patch Pending): Feature Request: New option "x-send-file-docroot"
- https://github.com/lighttpd/lighttpd1.4/pull/59
2016-04-22
- 05:34 Feature #613: client-selectable directory list sorting, patch included
- FYI: IE 8 is no longer supported on mainstream OS, so a client-side sort in javascript is now a more reasonable solut...
- 05:15 Feature #2313 (Patch Pending): [PATCH] X-sendfile support for mod_cgi
- https://github.com/lighttpd/lighttpd1.4/pull/59
- 05:15 Feature #2253 (Patch Pending): scgi x-sendfile
- https://github.com/lighttpd/lighttpd1.4/pull/59
- 05:14 Feature #2076 (Patch Pending): X-sendfile should be able to set content-type
- https://github.com/lighttpd/lighttpd1.4/pull/59
- 05:14 Feature #2017 (Patch Pending): X-Sendfile handoff to mod-static-file in 1.4.x
- https://github.com/lighttpd/lighttpd1.4/pull/59
- 05:13 Feature #799 (Patch Pending): mod_fastcgi + X-Sendfile -> mod_staticfile
- https://github.com/lighttpd/lighttpd1.4/pull/59
- 00:20 Bug #2728: X-Sendfile corrupted files [user-error]
- user-error: https://redmine.lighttpd.net/boards/2/topics/6586
2016-04-21
- 18:10 Feature #2156 (Need Feedback): request: support Chunked Transfer Coding for HTTP PUT
- https://github.com/lighttpd/lighttpd1.4/pull/53 moves request body reading to connection_handle_read_post_state(). T...
- 17:59 Feature #1851 (Patch Pending): Bus error in mod_compress
- https://github.com/lighttpd/lighttpd1.4/pull/56
- 17:26 Feature #1546 (Wontfix): Enhancements for mod_geoip
- mod_geoip currently hooks subrequest_start, where the geoip info is then available to dynamic handlers such as mod_cg...
- 11:12 Bug #2728 (Invalid): X-Sendfile corrupted files [user-error]
- Please ask your question in the support Forum (see the Forum tab at the top of this page)
Your script is incomplet... - 09:56 Bug #2728 (Invalid): X-Sendfile corrupted files [user-error]
- I'm trying to create some zip files on the go and use X-sendfiles to download them, here is the relevant script I use...
- 09:26 Feature #1689 (Need Feedback): Enhanced server-status page with xml output
- Still interested in this patch? Please see #2432. Perhaps JSON format will work for you, too?
- 09:22 Feature #2432: Adding JSON Output support to mod_status (patch)
- Xaos, please try the attached patch, which is based on yours, but updated to work off 'master' and to protect against...
2016-04-20
- 12:29 Bug #2727: Won't compile with OpenSSL 1.1.0
- gstrauss wrote:
> Anyway, you can see the patch in my working branch personal/gstrauss/master (to which I force-push... - 10:49 Bug #2727: Won't compile with OpenSSL 1.1.0
- > Did you have that problem with the patch I submitted? That would be strange, since the patch contains an #ifdef aro...
- 09:30 Bug #2727: Won't compile with OpenSSL 1.1.0
- gstrauss wrote:
> I also had trouble compiling connections.c with openssl 1.1.0pre5
>
> [...]
Did you have tha... - 09:28 Bug #2727: Won't compile with OpenSSL 1.1.0
- gstrauss wrote:
> I looked up the functions calls added by your patch.
> According to https://www.openssl.org/docs/... - 08:12 Bug #2727 (Patch Pending): Won't compile with OpenSSL 1.1.0
- The deprecated ERR_remove_state() in server.c should be replaced with ERR_remove_thread_state()
I also had trouble... - 05:59 Bug #2727: Won't compile with OpenSSL 1.1.0
- I looked up the functions calls added by your patch.
According to https://www.openssl.org/docs/manpages.html
thes... - 10:46 Feature #2432: Adding JSON Output support to mod_status (patch)
- gstrauss wrote:
> Xaos, still interested in this patch?
I'm still interested but currently it has a very low prio... - 09:58 Feature #2432: Adding JSON Output support to mod_status (patch)
- Xaos, still interested in this patch?
The jsonp callback needs to be url-decoded from the query string, and then x...
2016-04-18
- 21:06 Bug #1787: Bug in mod_webdav when using aliases and MOVE command
- Anyone still watching this ticket who would be willing to test out a patch I wrote?
- 10:19 Revision 7c0f8a77: [mod_cgi] asynchronous send of request body to CGI
- Like other dynamic handler in prior commit,
mod_cgi can read response before sending req body
mod_cgi no longer bloc... - 10:19 Revision 2f21aaa9: handlers can read response before sending req body (fixes #131, #2566)
- dynamic handlers mod_fastcgi, mod_scgi, and mod_proxy can now read
response from backend prior to finishing sending r... - 10:19 Revision 7f942ce0: remove handle_joblist hook
- remove handle_joblist hook and remove the hooks defined in
mod_fastcgi and mod_scgi. The calls made to fdevent manag... - 10:19 Revision 4b0c822e: always poll for client POLLHUP/POLLERR events (fixes #399)
- to detect client disconnect. Do so even when waiting on backend,
and not polling for POLLRD or POLLWR on client conn... - 10:19 Revision 8f27ff8c: defer reading request body until handle subrequest
- read request body in dynamic handlers supporting request body
(mod_cgi, mod_fastcgi, mod_proxy, mod_scgi, mod_webdav)... - 10:19 Revision 635ab6f8: mv funcs from connections.c to connections-glue.c
- connection_handle_read()
connection_handle_read_ssl()
connection_handle_read_post_state()
no code changes besides ma... - 10:19 Revision c263bc6a: defer reading request body until handle subrequest (fixes #2541)
- read request body right before calling subrequest handler,
allowing request to be handled prior to reading request bo... - 10:19 Revision bbbbfb3d: untangle overly complex control flow logic
- for dynamic handlers mod_cgi, mod_fastcgi, mod_scgi, mod_proxy
(mod_cgi control flow logic simplification began in a ... - 09:30 Feature #2051 (Fixed): [PATCH] mod_ssi Add configuration item to disable SSI exec.
- 09:29 Feature #2085 (Fixed): null redirects for mod_redirect
- 09:29 Bug #448 (Fixed): SCRIPT_FILENAME and SCRIPT_NAME are wrong for [F]CGI scripts with full paths invoked as a directory index
- 09:28 Feature #892 (Fixed): No PATH_INFO/PATH_TRANSLATED when using FastCGI as an index generator
- Try using the new PATH_TRANSLATED_DIRINDEX if the index generator path is not relative to the current dir.
- 09:26 Bug #2655 (Fixed): Serving a file that is getting updated can cause an empty response or incorrect content-length error
- committed to master
- 09:25 Bug #2588 (Fixed): Problem when uploading large files
- 09:14 Feature #2116 (Fixed): add server.listen-backlog option instead of hard-coded value (128 * 8) for listen()
- 08:30 Revision 77bd4512: [core] retry tempdirs on partial write, ENOSPC (fixes #2588)
- Previous code would fail on partial write, EINTR, and ENOSPC.
Upon any of the above errors, this patch tries next tem... - 08:29 Revision 71ed1912: [config] server.listen-backlog option (fixes #1825, #2116)
- See doc/config/lighttpd.conf for explanation of listen() backlog queue
Additionally, mod_fastcgi and mod_scgi backen... - 08:27 Revision a65c57a5: [core] open fd when appending file to cq (fixes #2655)
- http_chunk_append_file() opens fd when appending file to chunkqueue.
Defers calculation of content length until respo... - 07:50 Feature #1818: add RFC-compliant LOCK support to mod_webdav
- changed ticket to feature request and updated title
The mod_webdav DAV: 1,2 advertisement was added to minimally s... - 07:35 Feature #2294 (Need Feedback): add ldap referrals support
- There are two patches here. Is there anyone else who can confirm that one or both of these patches work?
The seco... - 07:17 Bug #987 (Patch Pending): error:network_freebsd_sendfile.c.175
- Submitted pull request https://github.com/lighttpd/lighttpd1.4/pull/58
An extra syscall each write is better than ... - 07:11 Bug #471 (Patch Pending): sendfile backends do not fall back to write/writev if they are not supported by the kernel
- Submitted pull request https://github.com/lighttpd/lighttpd1.4/pull/58
- 04:13 Feature #2666 (Patch Pending): handle filesystems without mmap() support
- Submitted pull request https://github.com/lighttpd/lighttpd1.4/pull/57
Note that this pull request does not touch ...
Also available in: Atom