Statistics
| Revision:

root / trunk / src / mod_uploadprogress.c

History | View | Annotate | Download (16 KB)

  • svn:eol-style: native
# Date Author Comment
2490 04/27/2009 09:52 pm stbuehler

Fix many warnings

2369 12/31/2008 02:18 pm stbuehler

Another send->bytes_in counter fix

2368 12/29/2008 06:51 pm stbuehler

Fix bogus send->bytes_in counter (problems with mod-deflate)

2355 10/26/2008 06:04 pm stbuehler

Enhance mod_uploadprogress to show uploaded size after upload is done (closes #1632) by icy

2263 07/31/2008 04:45 pm stbuehler

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))

2220 07/27/2008 09:01 pm stbuehler

Use SAFE_BUF_STR in all output calls.

2131 03/20/2008 05:33 pm stbuehler

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)...

2110 02/28/2008 10:38 pm stbuehler

fix min-procs handling in mod_scgi.c, just set to max-procs (patch from #623)

2060 01/18/2008 03:19 pm glen

- fix printf format warnings. Stefan Buhler

1896 08/12/2007 10:02 pm jan

- added parsing of X-Progress-ID=... from the query-string
- fixed memory-leak
- cleaned up the connection-map

1653 02/17/2007 11:48 am jan

added a huge win32 patch by jtiai

1526 01/27/2007 12:59 pm jan

removed strlen() from the array_get_element()

  • *.c
    - use CONST_STR_LEN() as most strlen()s are already known
    - use BUF_STR_LEN() for the buffer
1514 01/13/2007 10:13 am jakabosky

Improved status reporting from:
Bjoern Kalkbrenner <>

1496 12/29/2006 11:46 pm darix

- cleanup trailing whitespaces

1466 12/12/2006 11:23 pm darix

- fix a few warnings with unused variables

1349 10/03/2006 12:56 pm darix

- merged lighttpd-merge-1.4.x so we finally work in trunk/ ! yeah \o/