Project

General

Profile

Activity

From 2017-05-10 to 2017-05-16

2017-05-16

03:59 Revision 69aeaf2f: [mod_proxy] fix typo identified by coverity
fix mod_proxy.c typo identified by coverity
silence some warnings checking return values of fcntl() in fdevent.c
gstrauss
03:30 Feature #2694 (Fixed): [PATCH] add support for ssl.cadn-file
Applied in changeset commit:0399609ac250d71049f3fcfc3c4e88bc887ca520. gstrauss
03:03 Feature #2694 (Patch Pending): [PATCH] add support for ssl.cadn-file
Please note that flynn's patch above is related to #2319, not this ticket. gstrauss
03:30 Feature #2319 (Fixed): Support CRLs for client certificate verification
Applied in changeset commit:e422ac128ab38230a1315e9a441f25a7b7ceef1c. gportay
03:30 Feature #1268 (Fixed): condition should be optional in "else" clause in configuration file
Applied in changeset commit:b64185037642d857f34edef7efad048143f4cb12. gstrauss
03:30 Feature #2205 (Fixed): set server.max-keep-alive-requests = 100
Applied in changeset commit:07cde2cf0b290cdbbf6528e3ecf106297615f754. gstrauss
03:30 Feature #2811 (Fixed): proxy Upgrade: websocket
Applied in changeset commit:14656f8f8910db74009dcb81b26ed3a93c166ed8. gstrauss
02:01 Feature #2811 (Fixed): proxy Upgrade: websocket
gstrauss
03:30 Bug #2810 (Fixed): Missing array entry type check in config_insert (configfile.c), SIGSEGV
Applied in changeset commit:dfc1603c4b4c563c013ea36d0a284648729301d4. gstrauss
03:30 Bug #2809 (Fixed): Memory corruption in yy_reduce (configparser.y), SIGSEGV
Applied in changeset commit:97526207920ed5d18bcabb8af66a058790ee06a8. stbuehler
03:30 Bug #2808 (Fixed): mod_uploadprogress fails when using parameters
Applied in changeset commit:e622aa4114c96c4b2e060c22880c689e506692dd. gstrauss
03:30 Feature #152 (Fixed): mod_proxy feature to remove part of the URI when passing along requests...
Applied in changeset commit:036d3d3d66f33539dc8ab52de8d2049a5ca2587d. gstrauss
03:12 Revision 0399609a: [mod_openssl] ssl.ca-dn-file (fixes #2694)
(original patch by mackyle)
The ssl.ca-dn-file option provides independent control of
the "certificate_authorities" ...
gstrauss
02:02 Revision e422ac12: [mod_openssl] ssl.ca-crl-file for CRL (fixes #2319)
(original patch by binbrain, and updated by flynn)
github: closes #82
x-ref:
"Support CRLs for client certificate...
gportay
02:02 Revision 6f75cddd: [build] autotools use AC_PROG_CC_STDC macro
autotools now use AC_PROG_CC_STDC macro instead of -std=gnu99.
The default in current modern gcc compilers is -std=gn...
gstrauss
02:02 Revision 1e8147fc: [build] -Werror if --enable-extra-warnings=error
enable -Werror if ./configure --enable-extra-warnings=error
x-ref:
"Fix warnings"
https://github.com/lighttpd/...
gstrauss
02:02 Revision e8498bbf: [core] silence compiler warnings if !HAVE_FORK
silence compiler warnings if HAVE_FORK is not set
However, if HAVE_FORK is not set, then -Werror was probably passed...
gportay
02:02 Revision 7a27d5ef: [core] buffer to disk streaming to slow backends
buffer input to disk when streaming request body to slow backends gstrauss
02:02 Revision 574fb562: [mod_cgi] basic support for Upgrade: websocket
transition to transparent gateway for e.g. Upgrade: websocket
*experimental*
disabled by default
enabled with cgi.u...
gstrauss
02:02 Revision b6418503: [core] optional condition in config "else" clause (fixes #1268)
x-ref:
"condition should be optional in "else" clause in configuration file"
https://redmine.lighttpd.net/issues/...
gstrauss
02:02 Revision 86bb8be2: [core] perf: skip redundant strlen() if len known
performance: skip redundant strlen() if length is already known
introduce array_get_element_klen() to take key and k...
gstrauss
02:02 Revision 07cde2cf: [core] set server.max-keep-alive-requests = 100 (fixes #2205)
median webpage in today's day and age contains 75-100 requests per page
so increasing the default server.max-keep-ali...
gstrauss
02:02 Revision 8913dc4e: [mod_extforward] compile on OSX
define MSG_DONTWAIT and MSG_NOSIGNAL to be no-ops on platforms
without support. (fd should already be configured O_N...
gstrauss
02:02 Revision 14656f8f: [mod_proxy] basic support for Upgrade: websocket (fixes #2811)
transition to transparent proxy for e.g. Upgrade: websocket
*experimental*
disabled by default
enabled with proxy.h...
gstrauss

2017-05-14

04:09 Revision 316e959b: [core] prep mod transitions to transparent proxy
prep mod_proxy,mod_fastcgi,mod_scgi for transition to transparent proxy gstrauss
04:09 Revision dfc1603c: [core] fix crash for invalid syntax in config file (fixes #2810)
fix crash for invalid syntax in config file for server.modules
x-ref:
"Missing array entry type check in config_in...
gstrauss
04:09 Revision 97526207: [core] configparser: fix resource handling in error cases (fixes #2809)
- lemon never calls the destructor for variables on the RHS, make sure
to manually clean up
- outside `if (ctx->ok)...
stbuehler
04:09 Revision a48d65c8: [core] remove redundant resets of fde_ndx
after initialization, value of fde_ndx should be managed by fdevent.c gstrauss
04:09 Revision e685ef70: [core] act as transparent proxy after con Upgrade
gstrauss

2017-05-12

17:12 Feature #2319: Support CRLs for client certificate verification
I rebased the last patch from flynn on top of master (lighttpd-1.4.45-125-gb23065e).
It works great for me.
Fee...
gportay
05:04 Feature #1268 (Patch Pending): condition should be optional in "else" clause in configuration file
This new feature never worked properly due, due to a missing member assignment. It will be fixed in lighttpd 1.4.46. gstrauss
01:16 Feature #2205 (Patch Pending): set server.max-keep-alive-requests = 100
In 2014, the average number of objects per page on the top 1000 websites exceeded 100 objects per page.
http://www.w...
gstrauss

2017-05-11

03:21 Revision 28851b2c: [core] skip socket shutdown() if con->fd negative
(allow for future module(s) which give fd away over unix domain socket) gstrauss
03:21 Revision c66e8269: [mod_proxy,mod_scgi] fix truncated error trace
gstrauss
03:21 Revision 77509ed0: [mod_fastcgi] consolidate backend read code
Use same funcs as other dynamic handlers to recv data from backend.
Add hook for fastcgi to process FastCGI packets (...
gstrauss

2017-05-10

14:37 Bug #2808: mod_uploadprogress fails when using parameters
That's it. By adding a new rewrite rule:
"^/uploadprogress(.*)$" => "/uploadprogress$1",
I can now get the pr...
dbixler
 

Also available in: Atom