summaryrefslogtreecommitdiffstats
path: root/usr.sbin/smtpd/compress_gzip.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* remove spaces after '!'jung2015-12-281-3/+3
* remove trailing whitespacejung2015-12-141-7/+7
* use <limits.h> comprehensively. For now try to push <> includes toderaadt2015-01-201-1/+2
* sync with OpenSMTPD 5.3.2eric2013-05-241-34/+124
* Sync with our smtpd repo:gilles2013-01-261-117/+35
* - char * -> unsigned char *gilles2012-10-111-5/+5
* silent warningschl2012-09-161-5/+5
* increase fread()/fwrite() buffer from 8k to 16kchl2012-08-301-2/+2
* switch compress_backend to use FILE * instead of file descriptors, likechl2012-08-301-26/+24
* - use the same compression algorithm, gzip, for message file and envelopesgilles2012-08-261-0/+177