summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* assume case-sensitive FS of upper + lower case result in the same filename (e...Jan Kneschke2005-10-091-4/+15
* Moved the check if we have mysql-vhost config for this host AFTER the patch f...Jan Kneschke2005-10-061-2/+2
* the range-request options was not handled at all, added test caseJan Kneschke2005-10-051-1/+1
* remove trailing \ (fixed #310)Jan Kneschke2005-10-041-1/+1
* fixed output of non-cached compressed content and added test-casesJan Kneschke2005-10-041-3/+3
* MacOS X needs the network* functions for the mod_fastcgi and friendsJan Kneschke2005-10-041-3/+3
* link mod_cml with libmemcachemOo2005-10-031-1/+1
* build and install spawn-fcgi. don't install implibmOo2005-10-031-1/+4
* detect empty URIs in requests as bad request, status 400Jan Kneschke2005-10-022-0/+20
* scons fixes, and built/test on cygwinmOo2005-10-011-35/+61
* part of [733]mOo2005-10-014-0/+8
* remove warning for strptimemOo2005-10-012-3/+2
* fixed handling of delay FDEVENT_HUP and epoll()Jan Kneschke2005-09-301-1/+9
* s/def/defined/Jan Kneschke2005-09-301-1/+1
* the missing part of [757]mOo2005-09-301-3/+3
* updated docs to 1.4.x names and add support for global index-generators (see ...Jan Kneschke2005-09-291-1/+7
* check all block for unknown config-key instead of only global onemOo2005-09-291-12/+17
* make %1 %2 etc works instead of SEGVmOo2005-09-291-0/+4
* an unset header is now treat as empty_string "" to make the conditional logic...mOo2005-09-292-0/+4
* fixed compilation of libxml2 is not installedJan Kneschke2005-09-291-0/+2
* expect XML_ERR_DOCUMENT_END for the final packetJan Kneschke2005-09-291-1/+1
* 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
* 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-241-0/+70
* 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
* 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