about summary refs log tree commit diff
path: root/rfc2047.c
Commit message (Expand)AuthorAgeFilesLines
* blaze822: api refactoringChristian Neukirchen2016-07-131-4/+5
* rfc2047: detect iconv_open error properlyChristian Neukirchen2016-07-121-3/+1
* rfc2047: suppress common error messagesChristian Neukirchen2016-07-121-4/+8
* rfc2047: consistencyChristian Neukirchen2016-07-121-2/+5
* rfc2047: better base64 memory boundChristian Neukirchen2016-07-121-1/+1
* rfc2047: avoid tolowerChristian Neukirchen2016-07-121-1/+4
* rfc2047: handle uint properlyChristian Neukirchen2016-07-121-4/+15
* fix unsigned computationChristian Neukirchen2016-07-121-1/+1
* add rfc2047 decoderChristian Neukirchen2016-07-111-0/+216