aboutsummaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* 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
* Partial parsing/formatting of weechat3, plus basic CLI interfaceTill Hoeppner2015-03-243-59/+127
* Initial commit.Till Hoeppner2015-03-235-0/+253