History | View | Annotate | Download (16 KB)
Fix many warnings
Another send->bytes_in counter fix
Fix bogus send->bytes_in counter (problems with mod-deflate)
Enhance mod_uploadprogress to show uploaded size after upload is done (closes #1632) by icy
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))
Use SAFE_BUF_STR in all output calls.
fix many (64-bit) format warnings and unsigned/signed compare warnings
Observations: - 32-bit platform (linux): * size_t: 32-bit unsigned * ssize_t: 32-bit signed (should always be the same size as size_t) * off_t: 64-bit signed (should be always signed)...
fix min-procs handling in mod_scgi.c, just set to max-procs (patch from #623)
- fix printf format warnings. Stefan Buhler
- added parsing of X-Progress-ID=... from the query-string- fixed memory-leak- cleaned up the connection-map
added a huge win32 patch by jtiai
removed strlen() from the array_get_element()
Improved status reporting from:Bjoern Kalkbrenner <terminar@cyberphoria.org>
- cleanup trailing whitespaces
- fix a few warnings with unused variables
- merged lighttpd-merge-1.4.x so we finally work in trunk/ ! yeah \o/