aboutsummaryrefslogtreecommitdiff
path: root/src/format/msgpack.rs
Commit message (Collapse)AuthorAgeFilesLines
* Update Cargo.toml files with more metadataTill Höppner2016-02-251-62/+0
|
* Test CITill Höppner2016-02-241-10/+16
|
* Restore full functionalityTill Höppner2016-01-231-12/+10
|
* Updated dependencies, still doesn't buildTill Höppner2016-01-201-1/+2
|
* 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