Lines Matching refs:from

79   * Fix stalls while reading from ssl sockets (fixes #2197)
124 * Add T_CONFIG_INT for bigger integers from the config (needed for #1966)
127 …* Keep url/host values from connection to display information while keep-alive in mod_status (fixe…
149 * Remove adaptive spawning code from fastcgi (was disabled for a long time)
152 * Print errors from include_shell to stderr
161 * Read hostname from absolute uris in the request line (fixes #1937)
178 * fix mod_webdav crash from #1793 (fixes #2084, thx hiroya)
181 * Fix broken return values from int to enum in mod_fastcgi
190 * Remove link from errormsg about fastcgi apps (fixes #1942)
191 * Strip trailing dot from "Host:" header
192 * Remove the optional port info from SERVER_NAME (thx Mr_Bond)
197 * Include mmap.h from chunk.h to fix some problems with #define mmap mmap64 (fixes #1923)
230 * Add support for "real" entropy from /dev/[u]random (fixes #1977)
244 * Treat EPIPE as connection-closed error in network_freebsd_sendfile.c (another fix from #1913)
270 * Do not pass Proxy-Connection: header from client to backend http server in mod_proxy (#1877)
273 * Remove floating point math from server.c (fixes #1402)
298 * Fix accesslog port (should be port from the connection, not the "server.port") (#1618)
304 * Remove lighttpd.spec* from source, fixing all problems with it ;-)
308 * merge spawn-fcgi changes from trunk (from @2191)
309 * let spawn-fcgi propagate exit code from spawned fcgi application
315 * [tests] removed pidfile from test system
344 …* fix auth.backend.ldap.bind-dn/pw problems (only read from global context for temporary ldap reco…
392 * fix min-procs handling in mod_scgi.c, just set to max-procs (patch from #623)
427 * fixed extracting status code from NPH scripts (#1125)
432 * fixed server.error-handler-404 breakage from 1.4.16 (#1270)
433 * fixed entering 404-handler from dynamic content (#948)
473 * ignore empty packets from STDERR stream. #998
486 * remove trailing white-spaces from HTTP-requests before parsing (#1098)
569 from the pipe (sandy/at/meebo.com)
579 * fixed handling of 301 response-bodies from a mod_proxy backend
590 * added server.statistics-url to get internal statistics from mod_status
620 * removed debian/ dir from source package on request by packager
822 * removed a debug-message from network-functions
1049 * improved the error-messages from the new configfile parser
1107 * added enhanced virtual host plugin from Christian Kruse