summaryrefslogtreecommitdiffstats
path: root/usr.sbin/smtpd/compress_backend.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* use <limits.h> comprehensively. For now try to push <> includes toderaadt2015-01-201-1/+2
* sync with OpenSMTPD 5.3.2eric2013-05-241-49/+16
* Sync with our smtpd repo:gilles2013-01-261-13/+48
* silent warningschl2012-09-161-3/+3
* switch compress_backend to use FILE * instead of file descriptors, likechl2012-08-301-5/+5
* Introduce the crypto_backend API and provide support for... encrypted queuegilles2012-08-291-7/+1
* - use the same compression algorithm, gzip, for message file and envelopesgilles2012-08-261-4/+4
* Add missing RCS Id.chl2012-08-261-0/+2
* Add compress_backend, allowing compression of messages and envelopes in the queue.chl2012-08-251-0/+71