aboutsummaryrefslogtreecommitdiff
path: root/src/common/torgzip.h
Commit message (Collapse)AuthorAge
* Allow tor_gzip_uncompress to extract as much as possible from truncated ↵Nick Mathewson2005-10-13
| | | | | | compressed data. Also, fix a bug where truncated compressed data could break tor_gzip_uncompress. [This last part is a backport candidate.] svn:r5247
* Change end-of-file NLNL convention. It turns out arma I and I agree.Nick Mathewson2005-06-09
| | | | svn:r4382
* update copyright notices.Nick Mathewson2005-04-01
| | | | svn:r3982
* Workaround for webservers that lie about Content-Encoding: Tor now tries to ↵Nick Mathewson2005-01-19
| | | | | | autodetect compressed directories and compression itself. (resolves bug 65) svn:r3374
* Suggestion from weasel: Make tor --version --version dump the cvs Id of ↵Nick Mathewson2004-11-29
| | | | | | every file. svn:r3019
* fix tab/space in torgzip.hNick Mathewson2004-10-14
| | | | svn:r2493
* Idiot-proof uncompress; make sure it always nul-terminates its output. Also, ↵Nick Mathewson2004-09-08
| | | | | | make all compression methods nonzero. svn:r2334
* Add basic wrappers for zlib/gzipNick Mathewson2004-09-02
svn:r2324