aboutsummaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Merging of any number of logsv0.3.0v0.3Till Höppner2016-03-021-0/+3
* Fix pub usesTill Höppner2016-02-251-6/+6
* Add re-exporting library part to ilc, for easier reuseTill Höppner2016-02-251-0/+18
* Update Cargo.toml files with more metadataTill Höppner2016-02-2513-1681/+0
* Refactor... everything.Till Höppner2016-02-251-123/+2
* Test CITill Höppner2016-02-2416-472/+969
* Rename weechat3 -> weechatTill Höppner2016-02-043-17/+21
* Re-add infer-data functionalityTill Höppner2016-02-042-26/+37
* Add count argument to freqTill Höppner2016-02-032-4/+9
* Add about lines to subcommandsTill Höppner2016-02-031-4/+9
* Docopt -> clap, main.rs -> src/appTill Höppner2016-02-035-294/+387
* Add seen commandTill Höppner2016-01-232-6/+59
* Restore full functionalityTill Höppner2016-01-234-37/+48
* Fix compilation, fix dependenciesTill Höppner2016-01-235-50/+41
* Updated dependencies, still doesn't buildTill Höppner2016-01-207-63/+60
* implement sort and dedup of logsTill Hoeppner2015-07-295-15/+142
* Properly handle EOF while reading msgpack markersTill Hoeppner2015-07-281-2/+6
* Improved error reportingTill Hoeppner2015-07-283-4/+15
* Add msgpack outputTill Hoeppner2015-07-283-0/+57
* Add glob-ing for input filesTill Hoeppner2015-07-263-45/+135
* Use existing context, instead of mock context for freqTill Hoeppner2015-07-261-5/+0
* Merge src/freq.rs into the main executable.Till Hoeppner2015-07-262-86/+64
* Alter name for better readabilityTill Hoeppner2015-07-261-2/+2
* Half-decent error reportingTill Hoeppner2015-07-242-5/+47
* General updates, for new APITill Hoeppner2015-07-232-24/+13
* 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
* Start CLITill Hoeppner2015-06-121-6/+17
* Add semi-proper conversionTill Hoeppner2015-06-126-31/+75
* Implement more events for EnergymechTill Hoeppner2015-06-112-2/+58
* Fix binaries and eliminate warningsTill Hoeppner2015-06-116-29/+16
* 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-113-135/+59
* 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-119-80/+406
* Screw clippy, it doesn't build, and I'm unsure how to include its license. :(Till Hoeppner2015-06-091-1/+0
* Prefix every single file with this stupid notice. Did I mention this is stupid?Till Hoeppner2015-06-097-0/+98
* Fix name prefix strippingTill Hoeppner2015-06-091-3/+12
* Add basic frequency counter binaryTill Hoeppner2015-06-095-8/+72
* Add untested support for binary serialization with rustc_serialize and bincodeTill Hoeppner2015-04-165-4/+42
* 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
* Update for removal of std::error::FromErrorTill Hoeppner2015-04-041-7/+7
* More event typesTill Hoeppner2015-04-033-7/+21
* Proper logging, proper parsingTill Hoeppner2015-04-022-3/+6
* Don't match with regex anymoreTill Hoeppner2015-04-014-18/+76