summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* this should have been part of [752]Jan Kneschke2005-09-291-1/+2
* added a check for $HTTP["referer"] == ""Jan Kneschke2005-09-292-1/+31
* added a ssi check for the endless loop we hadJan Kneschke2005-09-292-1/+12
* update bytes_written in con-> (fixed #737)Jan Kneschke2005-09-291-2/+3
* ported to request_content_queue and fixed segfault of sqlite is compiled in b...Jan Kneschke2005-09-291-13/+108
* fdlist is not used, removed it (fixes inclusion into C++)Jan Kneschke2005-09-291-7/+2
* include either inttypes.h or stdint.h (fixes #291)Jan Kneschke2005-09-291-0/+9
* fixed preparation of the content if we have to get the content from 2 network...Jan Kneschke2005-09-291-4/+9
* print bin-path if a fastcgi-binary exits at spawning time and us %lld for lon...Jan Kneschke2005-09-261-5/+5
* fixed crc32c on 64bit platforms (fixes crc errors)Jan Kneschke2005-09-262-6/+5
* with_xml instead of with_xml2 and fixed passing of -D options for LFSJan Kneschke2005-09-262-2/+2
* append X-Forwarded-For to existing headersJan Kneschke2005-09-261-5/+10
* removed debug codeJan Kneschke2005-09-261-8/+0
* removed con->request.content (mem-buffer) by a chunk-queue Jan Kneschke2005-09-269-188/+596
* if we would have streaming mod_uploadprogress would workJan Kneschke2005-09-262-10/+27
* removed warningJan Kneschke2005-09-261-3/+8
* added tempfile chunks which remove the file automaticly of they are closedJan Kneschke2005-09-262-0/+27
* added the fd as parameter for the write() functionsJan Kneschke2005-09-268-41/+42
* max-request-size was not respected since a long timeJan Kneschke2005-09-263-7/+10
* copied mod-uploadprogress as we get to the point where it will work againJan Kneschke2005-09-251-0/+422
* added a alternative to automake and friends by using sconsJan Kneschke2005-09-244-0/+261
* either remove include config.h or covered it in HAVE_CONFIG_HJan Kneschke2005-09-2423-22/+24
* only accept 100 connection in one round to remove the starvation of waiting c...Jan Kneschke2005-09-231-2/+6
* fix for string to be key (implicit convert integer to string when needed).mOo2005-09-221-5/+8
* correct error message for context_ndxmOo2005-09-221-2/+4
* removed the <handle> in fastcgi.server and fixed the exampleJan Kneschke2005-09-221-5/+4
* updated cq->written and con->bytes_written correctlyJan Kneschke2005-09-225-8/+13
* improved error-msg and fixed invalid read from uninit memoryJan Kneschke2005-09-221-1/+2
* removed the if (ISREG || ISDIR) as we need the sce set if we return HANDLER_G...Jan Kneschke2005-09-221-94/+91
* only cleanup conditional contextes which are already setupJan Kneschke2005-09-211-0/+2
* replace i by j to fix a segfault in the error-msg and improved the error-msg ...Jan Kneschke2005-09-211-1/+3
* only get a buffer if we really need it (fixed #280)Jan Kneschke2005-09-211-8/+24
* fixed segfault if no global mysql-vhost-config was set (fixes #268)Jan Kneschke2005-09-211-1/+4
* 302 is used for Location: redirects in SCGI, FastCGI and CGI which might cont...Jan Kneschke2005-09-211-1/+1
* include <sys/select.h> if available (fixes #264, #275)Jan Kneschke2005-09-201-0/+3
* added the rest of the DeltaV methodsJan Kneschke2005-09-202-1/+27
* removed unusued variablesJan Kneschke2005-09-201-5/+7
* added REPORT for webdav/svnJan Kneschke2005-09-202-1/+2
* fix and add testcase for #255mOo2005-09-203-21/+25
* add dirlisting needs pcreJan Kneschke2005-09-191-1/+1
* fixed typosJan Kneschke2005-09-192-3/+3
* added lighttpd.passwd for the mod-auth testsJan Kneschke2005-09-182-0/+3
* updated docs and news about md5 support in htpasswd Jan Kneschke2005-09-162-2/+3
* tests for htpasswd + md5 and referer matching in conditionalsJan Kneschke2005-09-164-23/+79
* added support for md5 and blowfish passwords (fixes #73)Jan Kneschke2005-09-161-5/+42
* prepare for the release of 1.4.4lighttpd-1.4.4Jan Kneschke2005-09-143-2/+20
* allow a stand alone versionJan Kneschke2005-09-141-0/+4
* added docs for the new options and fixed docs about /prefix/ handling (fixes ...Jan Kneschke2005-09-141-5/+15
* the last header line is parsed again and X-LIGHTTPD-send-file was added.Jan Kneschke2005-09-141-22/+49
* handle mod_secdownload similar to mod_alias: create the physical path yourselfJan Kneschke2005-09-141-4/+6