summary refs log tree commit diff
path: root/blaze822.c
Commit message (Collapse)AuthorAgeFilesLines
...
* blaze822: api refactoringChristian Neukirchen2016-07-131-50/+39
|
* blaze822: don't prefix first header with nul bytesChristian Neukirchen2016-07-131-111/+73
| | | | | Instead, look for the first header as a special case. This allows us to parse a header as-is without shifting in memory.
* blaze822: parsing of in-memory messagesChristian Neukirchen2016-07-131-0/+130
|
* blaze822: header cleanupChristian Neukirchen2016-07-131-6/+4
|
* blaze822: hackfixChristian Neukirchen2016-07-121-1/+1
|
* blaze822: default to 0 seconds when none givenChristian Neukirchen2016-07-121-0/+2
|
* blaze822: only increment end if we found the a header separatorChristian Neukirchen2016-07-121-1/+1
|
* blaze822: avoid tolowerChristian Neukirchen2016-07-121-1/+4
|
* add showChristian Neukirchen2016-07-111-0/+16
|
* extract main loopChristian Neukirchen2016-07-111-18/+10
|
* make blaze822 a libraryChristian Neukirchen2016-07-111-48/+61
|
* various code that may end up as a mail clientChristian Neukirchen2016-07-101-0/+373