aboutsummaryrefslogtreecommitdiff
path: root/src/format/msgpack.rs
Commit message (Collapse)AuthorAgeFilesLines
* Properly handle EOF while reading msgpack markersTill Hoeppner2015-07-281-2/+6
| | | | | | If there's no more data, we stop returning events. This will still error on EOF while reading msgpack data though, which is sort-of intended.
* Improved error reportingTill Hoeppner2015-07-281-2/+2
|
* Add msgpack outputTill Hoeppner2015-07-281-0/+53