lighttpd commits

RevisionAuthorDateDescription
2295stbuehler20 Aug 2008 09:54:40

Fixed parser generating with automake

- we want "make dist" to generate them (so you can use them for cross compiles),
but we don't want them to be generated in the source dir.
so if you change the .y files and have an extra build dir, you have to delete
the generated parsers from your source.
they get deleted with "make maintainer-clean"

2290stbuehler19 Aug 2008 12:58:40

Fix mem leak in ssi expression parser (#1753), thx Take5k

2282stbuehler12 Aug 2008 15:52:03

Match headers case insensitive in response (removing of X-{Sendfile,LIGHTTPD-*}, catching Date/Server)

2276stbuehler01 Aug 2008 15:29:41

Fix dropping last character of evhost pattern (#161)

2273stbuehler01 Aug 2008 13:59:07

Fixed url encoding to encode more characters (#266)

2269stbuehler01 Aug 2008 07:19:30

Fix #1555: HTTP Request/Response only accept complete headers, i.e. ended with double CRLF

2268stbuehler01 Aug 2008 06:07:25

Fixed mod_webdav, litmus now passes everything except locks (#1738)
3 warnings in litmus 0.11:
* "DELETE removed collection resource with Request-URI including fragment; unsafe" - i don't care about that :)
* 2x"{COPY, MOVE} to existing collection resource didn't give 204" - bug in litmus

2267stbuehler01 Aug 2008 06:07:21

Fix make dist (remove dummydir)

2266stbuehler01 Aug 2008 06:07:18

Fix buffer_reset to make an empty string

2263stbuehler31 Jul 2008 12:45:21

Replace buffer_{append,copy}_string with the _len variant where possible (#1732, thx crypt)
Replace BUFFER_{APPEND,COPY}_STRING_CONST with _len(b, CONST_STRL_LEN(x))

2262stbuehler31 Jul 2008 12:45:06

[tests] Use LightyTest.pm from 1.4.x

2261stbuehler31 Jul 2008 12:45:03

Remove mod_proxy

2260stbuehler31 Jul 2008 12:45:00

Handle EAGAIN and EINTR for freebsd sendfile (#1675)