aboutsummaryrefslogtreecommitdiff
path: root/src/format
Commit message (Collapse)AuthorAgeFilesLines
* Restore full functionalityTill Höppner2016-01-233-30/+26
|
* Fix compilation, fix dependenciesTill Höppner2016-01-233-23/+23
|
* Updated dependencies, still doesn't buildTill Höppner2016-01-205-45/+39
|
* implement sort and dedup of logsTill Hoeppner2015-07-292-10/+14
|
* 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-282-0/+56
|
* Add glob-ing for input filesTill Hoeppner2015-07-261-2/+2
|
* Functions to select a decoder/encoder based on a nameTill Hoeppner2015-07-231-0/+18
|
* Support dynamic selection of decoders/encodersTill Hoeppner2015-07-234-6/+23
|
* Add semi-proper conversionTill Hoeppner2015-06-122-21/+32
|
* Implement more events for EnergymechTill Hoeppner2015-06-111-1/+52
|
* Fix binaries and eliminate warningsTill Hoeppner2015-06-113-21/+12
|
* Re-enable binaryTill Hoeppner2015-06-111-1/+1
|
* Adapt energymech to new Event APITill Hoeppner2015-06-113-45/+63
|
* Adapt weechat3 to new Event APITill Hoeppner2015-06-111-44/+58
|
* Figure out that .to_owned().into() is needed, instead of .into()Till Hoeppner2015-06-111-4/+4
|
* Reduction?Till Hoeppner2015-06-111-8/+6
|
* Some inbetween state of confusionTill Hoeppner2015-06-114-74/+257
|
* Prefix every single file with this stupid notice. Did I mention this is stupid?Till Hoeppner2015-06-093-0/+42
|
* Add basic frequency counter binaryTill Hoeppner2015-06-093-8/+18
|
* Add untested support for binary serialization with rustc_serialize and bincodeTill Hoeppner2015-04-163-2/+36
|
* Only strip one parenthese from maskTill Hoeppner2015-04-161-2/+2
|
* Actually account for non-'blank' whitespaceTill Hoeppner2015-04-041-8/+10
|
* Account for non-'blank' whitespaceTill Hoeppner2015-04-041-4/+5
|
* Remove remains of regex parsingTill Hoeppner2015-04-041-67/+0
|
* More event typesTill Hoeppner2015-04-031-4/+16
|
* Proper logging, proper parsingTill Hoeppner2015-04-021-3/+4
|
* Don't match with regex anymoreTill Hoeppner2015-04-011-13/+53
|
* Partial parsing/formatting of weechat3, plus basic CLI interfaceTill Hoeppner2015-03-241-55/+108
|
* Initial commit.Till Hoeppner2015-03-232-0/+113