Lines Matching refs:to

10 …* configure.ac: remove old stuff, add some new to fix warnings in automake 1.12 (fixes #2419, thx …
22 * Move fdevent subsystem includes to implementation files to reduce conflicts (fixes #2373)
23 …* [mod_compress] fix handling if etags are disabled but cache-dir is set - may lead to double resp…
25 …* buffer_caseless_compare: always convert letters to lowercase to get transitive results, fixing a…
40 …* Add static-file.disable-pathinfo option to prevent handling of urls like .../secret.php/image.jp…
44 * [ssl] count renegotiations to prevent client renegotiations
45 * [ssl] add option to honor server cipher order (fixes #2364, BEAST attack)
62 * [doc] Move docs to outdated/ subdir and refer to wiki instead (fixes #2248)
66 …* Rename fdevent_event_add to _set to reflect what the function does. Fix some handlers. (fixes #2…
67 * Fix buffer.h to include stdio.h as it is needer for SEGFAULT() (fixes #2250)
85 * mod_cgi: fix race condition leaving response not forwarded to client (fixes #2217)
87 * mod_status: Add version to status page (fixes #2219)
90 …* array.c: improve array_get_unused_element to check data type; fix mem leak if unused_element did…
91 * add check to stop loading plugins twice
93 * only require FDEVENT_IN bit to be set for listening connections (fixes #2227)
97 …* bind to IPV6-only if ipv6 address was specified (http://redmine.lighttpd.net/projects/lighttpd/w…
100 * Fix request parser to handle packets with splitted \r\n\r\n (fixes #2105)
108 …* Append to previous buffer in con read, fix DoS/OOM vulnerability (fixes #2147, found by liming, …
121 * Fix configure.ac to allow autoreconf, also enables make V=0
127 …* Keep url/host values from connection to display information while keep-alive in mod_status (fixe…
130 * Add "cgi.execute-x-only" to mod_cgi, requires +x for cgi scripts (fixes #2013)
132 * Add "lua-5.1" to searched pkg-config names for lua
135 * cmake: Add -export-dynamic to link flags, fixes build on FreeBSD
137 * Reset ignored signals to SIG_DFL before exec() in fastcgi/scgi (fixes #2029)
142 * Change mod_expire to append Cache-Control instead of overwriting it (fixes #1997)
146 * Try to fix server.tag issue with localized svnversion
150 * Allow mod_mysql_vhost to use stored procedures (fixes #2011, thx Ben Brown)
152 * Print errors from include_shell to stderr
156 …* Combine Cache-Control header value in mod_expire to existing HTTP header if header already added…
159 * mod_webdav: Patch to skip login information for domain part of Destination field (fixes #1793)
165 * Fix linger-on-close behaviour to avoid rare failure conditions (was r2636, fixes #657)
173 …* mod_rewrite: add url.rewrite-[repeat-]if-not-file to rewrite if file doesn't exist or is not a r…
180 * Fix linger close timeout handling, drop timeout to 5 seconds (fixes #2086)
181 * Fix broken return values from int to enum in mod_fastcgi
185 * New lighttpd man page (moved it to section 8) (fixes #1875)
189 * Allow xattr to overwrite mime type (fixes #1929)
194 * Rename configure.in to configure.ac, with small cleanups (fixes #1932)
196 * Check for regular file in mod_cgi, so we don't try to start directories
197 * Include mmap.h from chunk.h to fix some problems with #define mmap mmap64 (fixes #1923)
199 * Add revision number to package version for svn/git checkouts
204 * Change name/version separator back to "/" (affects every place where the version is printed)
207 * Add option to enable TCP_DEFER_ACCEPT (fixes #1447)
212 * Add IPv6 support to mod_proxy (fixes #1537)
213 * mod_ssi printenv: print cgi env, add environment vars to cgi env (fixes #1713)
227 …* Add "lighty.req_env" table to mod_magnet for setting/getting environment values for cgi (fixes #…
233 * Fix 100% cpu usage if time() < 0 (thx to gaspa and cate, fixes #1964)
234 * Allow max-keep-alive-requests to depend on conditional (fixes #1881)
245 …* Fix useless redirection of stderr in mod_rrdtool, as it gets redirected to /dev/null later. (fix…
252 * Fix mod_cgi segfault when bound to unix domain socket (#653)
256 …* Removed debian/, openwrt/ and cygwin/; they weren't kept up-to-date, and we decided to remove di…
257 …* Try to convert string options to shorts for numeric options in config file; allows to use env-va…
261 * Add possibility to disable methods in mod_compress (#1773)
263 * Fixed fix for round-robin in mod_proxy (forgot to increment the index) (#1715)
270 * Do not pass Proxy-Connection: header from client to backend http server in mod_proxy (#1877)
276 …* Allow mod_compress to return 304 (Not Modified); compress ignores the static-file.etags option.(…
277 …* Add option to ignore the "Expect: 100-continue" header instead of returning 417 Expectation fail…
288 * Fix mod_compress to compile with old gcc version (#1592)
289 * Fix mod_extforward to compile with old gcc version (#1591)
303 …* Fix mod_magnet to set con->mode = p->id if it generates content, so returning 4xx/5xx doesn't ap…
306 * Disable logging to access.log if filename is an empty string
307 …* Implement a clean way to open /dev/null and use it to close stdin/out/err in the needed places (…
323 * Use filedescriptor 0 for mod_scgi spawn socket, redirect STDERR to /dev/null (#1716)
327 …* inserted many con->mode checks; they should prevent two modules to handle the same request if th…
328 * fixed url encoding to encode more characters (#266)
355 * execute fcgi app without /bin/sh if used as argument to spawn-fcgi (#1428)
384 * fixed mod-proxy.t to run with a builddir outside of the src dir
390 * spawn-fcgi: only try to connect to unix socket (not tcp) before spawning (#1575)
392 * fix min-procs handling in mod_scgi.c, just set to max-procs (patch from #623)
394 …* workaround #1587: require userdir.path to be set to enable mod_userdir (empty string allowed) (C…
403 * fixed hanging redirects with keep-alive due to missing
411 * added sending UID and PID for SIGTERM and SIGINT to the logs
426 * fixed handling of duplicate If-Modified-Since to return 304
440 to customize the generation of ETags for static files. (#1209)
466 * added HTTPS=on to the environment of cgi scripts (#861) [1684]
470 * references to the fam stat cache engine should be conditional (#1039) [1664]
478 * Added round-robin support to mod_fastcgi [1500]
480 * added now and weeks support to mod_expire. #943
484 * disabled caching of files without a content-type to solve the
492 * reduced default PATH_MAX to 255 (#826)
499 * send SIGUSR1 to fastcgi children before SIGTERM. libfcgi wants SIGUSR1. (#737)
508 * added lighty.stat() to mod_magnet
535 * changed --print-config to print to stdout instead of stderr
556 * added ability to specify which ip address spawn-fci listens on
558 * added mod_flv_streaming to streaming Flash Movies efficiently
574 * added fastcgi.map-extensions to mod_fastcgi
587 * added mod_evasive to limit the number of connections by IP (<w1zzard/at/techpowerup.com>)
588 * added the power-magnet to mod_cml
589 * added internal statistics to mod_fastcgi
590 * added server.statistics-url to get internal statistics from mod_status
602 * fixed initial bind to a unix-domain socket through server.bind
608 * added auto-reconnect to ldap-server in mod_auth
610 * changed auth.ldap-cafile to be optional
613 * added more X-* headers to mod_proxy
615 * added 'debug' to simple-vhost to suppress the
618 * added support to let the server listen on UNIX-socket
619 * changed default stat-cache-engine to 'simple'
645 * added FD_CLOEXEC to fds which are kept open for a longer time
646 * added smaller, moving mmaped windows to network_writev
647 * added madvise() to instruct the kernel the do proper read-ahead in network_writev
649 * added better compat to Apache for ?auto in mod_status
653 * added location of upload-files to config as array
655 * added Cache-Control: max-age to mod_expire
658 * disabled kerberos5 support by default to fix compilation on RHEL
659 * fixed order of library checks to fix compilation on Solaris 9
674 * added buffer-to-disk of request content
676 * added global index-generators to mod_indexfile
693 * added a option for a FastCGI responser to send static files
694 * added md5 and blowfish hashes to htpasswd
739 * added remote-ip to $HTTP
747 * added Date: headers to dynamic HTTP/1.0 requests
749 * added support for accesslog to syslog
752 * added switch to disable range-requests
754 * added JavaScript based sorting to mod_status (erik)
758 * mapped url.rewrite and url.rewrite-final to uri.rewrite-once
761 * error-handler-404 defaults to Status: 200 and static files work now
767 * added encoding to mod_dirlisting
768 * added ?auto to mod_status
773 * fixed mod_rrdtool to close STDERR
778 * added hash-based and round-robin load balancing to mod_proxy
805 * added REMOTE_PORT and SERVER_ADDR to CGI-env
814 * fixed REPORT ME error due to failed reconnects in mod_fastcgi
827 * added a check to the CGI spawner if the cgi-handler exists
829 * added handling of startup environment to FastCGI
844 * added mod_setenv to add envirnoment and http headers on the fly
857 * enabled sending errorlog to syslog again
864 * added setgroups() to drop all group-privs
865 * added native port to windows via mingw32
868 * ported all plugins to conditional support
879 * added spawn-fcgi to the distribution
880 * added support in fastcgi module to spawn fastcgi
894 * added the exec command to the SSI handler
895 * added a switch to disable follow-symlinks
896 * added a switch to disable IPv6 at compile-time
904 * added logging of user supplied data to accesslogs
988 * added support to pass accesslog through an external programm
991 * fixed error messages of CGI process fails to exec()
1008 * added an mmap cache to the filehandle cache
1019 * fixed array handling which might lead to 'missing header'
1022 * fixed cgi handling for headers which are flushed to often
1027 * added AUTHORIZER mode to the FastCGI module
1028 * added 'check-local' option to disable local stat() in the FastCGI module
1047 * added REMOTE_USER to the Server->FastCGI parameters
1065 * added ldap backend to the auth
1083 * set default event-handler to 'poll'
1106 * moved the virtual-host code to mod_simple_vhost