Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | blaze822: give in and actually unfold the lines | Christian Neukirchen | 2016-07-13 | 1 | -10/+22 |
* | blaze822: free line in blaze822_loop | Christian Neukirchen | 2016-07-13 | 1 | -0/+1 |
* | blaze822: off by one in blaze822_mem | Christian Neukirchen | 2016-07-13 | 1 | -1/+1 |
* | blaze822: fix blaze822_mem body start | Christian Neukirchen | 2016-07-13 | 1 | -6/+9 |
* | blaze822: fix blaze822_file return value on error | Christian Neukirchen | 2016-07-13 | 1 | -1/+1 |
* | blaze822_priv.h: macro cleanup | Christian Neukirchen | 2016-07-13 | 1 | -6/+0 |
* | blaze822: api refactoring | Christian Neukirchen | 2016-07-13 | 1 | -50/+39 |
* | blaze822: don't prefix first header with nul bytes | Christian Neukirchen | 2016-07-13 | 1 | -111/+73 |
* | blaze822: parsing of in-memory messages | Christian Neukirchen | 2016-07-13 | 1 | -0/+130 |
* | blaze822: header cleanup | Christian Neukirchen | 2016-07-13 | 1 | -6/+4 |
* | blaze822: hackfix | Christian Neukirchen | 2016-07-12 | 1 | -1/+1 |
* | blaze822: default to 0 seconds when none given | Christian Neukirchen | 2016-07-12 | 1 | -0/+2 |
* | blaze822: only increment end if we found the a header separator | Christian Neukirchen | 2016-07-12 | 1 | -1/+1 |
* | blaze822: avoid tolower | Christian Neukirchen | 2016-07-12 | 1 | -1/+4 |
* | add show | Christian Neukirchen | 2016-07-11 | 1 | -0/+16 |
* | extract main loop | Christian Neukirchen | 2016-07-11 | 1 | -18/+10 |
* | make blaze822 a library | Christian Neukirchen | 2016-07-11 | 1 | -48/+61 |
* | various code that may end up as a mail client | Christian Neukirchen | 2016-07-10 | 1 | -0/+373 |