Commit Graph

566 Commits (6db887ad3c6d704c6c606310bce594c31fbcf967)
 

Author SHA1 Message Date
Xuefer 9be1abfb85 an unset header is now treat as empty_string "" to make the conditional logic correct.
18 years ago
Jan Kneschke 33320eba67 fixed compilation of libxml2 is not installed
18 years ago
Jan Kneschke ab522ec82a expect XML_ERR_DOCUMENT_END for the final packet
18 years ago
Jan Kneschke 4fc810eb34 this should have been part of [752]
18 years ago
Jan Kneschke 4005e69bbf added a check for $HTTP["referer"] == ""
18 years ago
Jan Kneschke cebb64e47b added a ssi check for the endless loop we had
18 years ago
Jan Kneschke 54dea53fdf update bytes_written in con-> (fixed #737)
18 years ago
Jan Kneschke 6a0b737789 ported to request_content_queue and fixed segfault of sqlite is compiled in but not used
18 years ago
Jan Kneschke 7dcf695bee fdlist is not used, removed it (fixes inclusion into C++)
18 years ago
Jan Kneschke 40968e3c64 include either inttypes.h or stdint.h (fixes #291)
18 years ago
Jan Kneschke c76035f592 fixed preparation of the content if we have to get the content from 2 network packets
18 years ago
Jan Kneschke 5cafff4776 print bin-path if a fastcgi-binary exits at spawning time and us %lld for long long int
18 years ago
Jan Kneschke aab12c7582 fixed crc32c on 64bit platforms (fixes crc errors)
18 years ago
Jan Kneschke 4b60920e80 with_xml instead of with_xml2 and fixed passing of -D options for LFS
18 years ago
Jan Kneschke 8bf86d6d8d append X-Forwarded-For to existing headers
18 years ago
Jan Kneschke 08809b7968 removed debug code
18 years ago
Jan Kneschke 1c09f28447 removed con->request.content (mem-buffer) by a chunk-queue
18 years ago
Jan Kneschke 5bd52eea71 if we would have streaming mod_uploadprogress would work
18 years ago
Jan Kneschke 2d249ec215 removed warning
18 years ago
Jan Kneschke d958d547c8 added tempfile chunks which remove the file automaticly of they are closed
18 years ago
Jan Kneschke bd893badb9 added the fd as parameter for the write() functions
18 years ago
Jan Kneschke c440468249 max-request-size was not respected since a long time
18 years ago
Jan Kneschke 2865e7d1c9 copied mod-uploadprogress as we get to the point where it will work again
18 years ago
Jan Kneschke e95ea21b1e added a alternative to automake and friends by using scons
18 years ago
Jan Kneschke b4d9d061c8 either remove include config.h or covered it in HAVE_CONFIG_H
18 years ago
Jan Kneschke b46fa4497b only accept 100 connection in one round to remove the starvation of waiting connections
18 years ago
Xuefer 5e2a796a19 fix for string to be key (implicit convert integer to string when needed).
18 years ago
Xuefer 40fb6ffec1 correct error message for context_ndx
18 years ago
Jan Kneschke f765742b64 removed the <handle> in fastcgi.server and fixed the example
18 years ago
Jan Kneschke b32a18b1e8 updated cq->written and con->bytes_written correctly
18 years ago
Jan Kneschke dccb266a39 improved error-msg and fixed invalid read from uninit memory
18 years ago
Jan Kneschke 519788686c removed the if (ISREG || ISDIR) as we need the sce set if we return HANDLER_GO_ON
18 years ago
Jan Kneschke 6fa5bb1138 only cleanup conditional contextes which are already setup
18 years ago
Jan Kneschke eacec21ab5 replace i by j to fix a segfault in the error-msg and improved the error-msg (fixed #281)
18 years ago
Jan Kneschke f5ca9798df only get a buffer if we really need it (fixed #280)
18 years ago
Jan Kneschke 09a26806f4 fixed segfault if no global mysql-vhost-config was set (fixes #268)
18 years ago
Jan Kneschke 89ff779a78 302 is used for Location: redirects in SCGI, FastCGI and CGI which might contain content
18 years ago
Jan Kneschke c8a9649287 include <sys/select.h> if available (fixes #264, #275)
18 years ago
Jan Kneschke 0d8585137f added the rest of the DeltaV methods
18 years ago
Jan Kneschke 56f637b885 removed unusued variables
18 years ago
Jan Kneschke 4b025512d8 added REPORT for webdav/svn
18 years ago
Xuefer 14754f33f4 fix and add testcase for #255
18 years ago
Jan Kneschke 4f1b2f8ca0 add dirlisting needs pcre
18 years ago
Jan Kneschke f679dba35d fixed typos
18 years ago
Jan Kneschke 4e7ffb3a12 added lighttpd.passwd for the mod-auth tests
18 years ago
Jan Kneschke 95dfbca5af updated docs and news about md5 support in htpasswd
18 years ago
Jan Kneschke e2cf5d3094 tests for htpasswd + md5 and referer matching in conditionals
18 years ago
Jan Kneschke be5f187d0f added support for md5 and blowfish passwords (fixes #73)
18 years ago
Jan Kneschke dce84f26e1 prepare for the release of 1.4.4
18 years ago
Jan Kneschke 903a007674 allow a stand alone version
18 years ago