Activity
From 2017-03-27 to 2017-04-02
2017-04-02
- 00:02 Feature #2703 (Patch Pending): Forward authenticated user to proxied requests
- Large patch set pushed to lighttpd.net git personal/gstrauss/master branch. See [[DevelGit]] to obtain the code. Fe...
2017-04-01
- 23:20 Revision 30709723: [mod_extforward] upd scheme after ipstr validated
- 23:20 Revision e7ee5dbf: [mod_extforward] consolidate ipstr_to_sockaddr()
- 23:20 Revision c3c78599: [mod_extforward] simplify header search
- 23:20 Revision 1104afc4: [core] export http_request_host_policy() for reuse
- 02:56 Bug #2803: client download file from lighttpd server, why /var/tmp will generates temporary file?
- Thank you for the feedback. I will add some more references in the doc.
In the future, please avoid cross-posting... - 01:06 Bug #2803: client download file from lighttpd server, why /var/tmp will generates temporary file?
- Sorry, I read the doc but I did not notice this setting.
For avoids take credit on StackOverflow, I delete the post....
2017-03-30
- 16:02 Bug #1264: mod_cgi buffers data without bound (OOM on embedded system)
- In lighttpd 1.4.x:
See [[Server_stream-response-bodyDetails]]
See also @cgi.x-sendfile@ in [[Docs_ModCGI]]
As no... - 13:44 Bug #1264: mod_cgi buffers data without bound (OOM on embedded system)
- gstrauss wrote:
> lighttpd 1.4.40 buffers large request and/or response to temp files on disk.
But on embedded sy... - 15:57 Bug #2803 (Invalid): client download file from lighttpd server, why /var/tmp will generates temporary file?
- Please use the support forum to ask questions and do not file bugs to ask questions.
https://redmine.lighttpd.net/pr... - 06:07 Bug #2803 (Invalid): client download file from lighttpd server, why /var/tmp will generates temporary file?
- Hi all,
I am using embedded device with lighttpd 1.4.45 + cgi module. The client downloads file from lighttpd serv...
2017-03-28
- 06:17 Revision 162e754d: [core] report file path when mkstemp() fails (fixes #2802)
- x-ref:
"Could the error-log be improved a tiny bit in regards to "Permission denied" errors"
https://redmine.ligh... - 06:17 Revision 8cf6e908: [core] include <netdb.h> where needed
- include <netdb.h> in files which use getaddrinfo()
instead of exposing header in local header "sys-socket.h" - 06:17 Revision 4796313e: [core] collect ioctl FIONREAD code
- include <sys/ioctl.h> in files which use ioctl()
instead of exposing header in local header "sys-socket.h" - 06:17 Revision e1164797: [core] make stat_cache private to stat_cache.c
- 06:17 Revision ba953cdf: [core] include "fdevent.h" where needed
- (instead of providing #include "fdevent.h" in base.h)
- 06:17 Revision 20ed0256: [core] use con->dst_addr_buf instead of ip recalc
- use con->dst_addr_buf over inet_ntop_cache_get_ip(srv, &(con->dst_addr))
- 06:17 Revision a53f662a: [core] remove some unused header includes
- remove exposure of stdio.h in buffer.h for print_backtrace(), now static
Also available in: Atom