updated changelog and reworded package description
[m6w6/ext-http] / http_encoding_api.c
2005-11-22  Michael Wallner- module/includes cleanup
2005-11-15  Michael Wallner- ditch some warnings
2005-11-09  Michael Wallner- use %zu for size_t
2005-10-28  Michael Wallner- no HttpMessage property access by reference
2005-10-28  Michael Wallner- fix request errors hidden under the hood of the reque...
2005-10-26  Michael Wallner- no history logging by default
2005-10-26  Michael Wallner- fix parsing chunked encoded messages with odd spaces...
2005-10-24  Michael Wallner- relicense with a BSD style license
2005-10-21  Michael Wallner- eliminate warinings in encoding api
2005-10-17  Michael Wallner- fixed issues ifndef HTTP_HAVE_ZLIB and enable gzipped...
2005-10-17  Michael Wallner- fix remaining issues; there's still a 1-byte memleak...
2005-10-17  Michael Wallner- fix previous commit and adjust tests
2005-10-17  Michael Wallner- gzip responses
2005-10-13  Michael Wallner- independency from ext/zlib
2005-10-12  Michael Wallner- don't try to allocate negative size
2005-10-12  Michael Wallner- fix bitmask checking
2005-10-12  Michael Wallner- add gzip header verification
2005-10-12  Michael Wallner- use the same approach in uncompress like in inflate
2005-10-11  Michael Wallner- rerun only on Z_BUF_ERROR
2005-10-11  Michael Wallner- we need a bit more space for the footer too in http_g...
2005-10-10  Michael Wallner- initialize default compression level
2005-10-10  Michael Wallner- fix CRC retrieval
2005-10-10  Michael Wallner- move the chunked decoder to the encoding_api
2005-10-10  Michael Wallner- add own zlib layer