Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Test CI | Till Höppner | 2016-02-24 | 16 | -472/+969 |
| | |||||
* | Rename weechat3 -> weechat | Till Höppner | 2016-02-04 | 3 | -17/+21 |
| | |||||
* | Re-add infer-data functionality | Till Höppner | 2016-02-04 | 2 | -26/+37 |
| | |||||
* | Add count argument to freq | Till Höppner | 2016-02-03 | 2 | -4/+9 |
| | |||||
* | Add about lines to subcommands | Till Höppner | 2016-02-03 | 1 | -4/+9 |
| | |||||
* | Docopt -> clap, main.rs -> src/app | Till Höppner | 2016-02-03 | 5 | -294/+387 |
| | | | | | Modularise the old main function, switch to clap for easier addition of CLI arguments | ||||
* | Add seen command | Till Höppner | 2016-01-23 | 2 | -6/+59 |
| | |||||
* | Restore full functionality | Till Höppner | 2016-01-23 | 4 | -37/+48 |
| | |||||
* | Fix compilation, fix dependencies | Till Höppner | 2016-01-23 | 5 | -50/+41 |
| | |||||
* | Updated dependencies, still doesn't build | Till Höppner | 2016-01-20 | 7 | -63/+60 |
| | |||||
* | implement sort and dedup of logs | Till Hoeppner | 2015-07-29 | 5 | -15/+142 |
| | |||||
* | Properly handle EOF while reading msgpack markers | Till Hoeppner | 2015-07-28 | 1 | -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 reporting | Till Hoeppner | 2015-07-28 | 3 | -4/+15 |
| | |||||
* | Add msgpack output | Till Hoeppner | 2015-07-28 | 3 | -0/+57 |
| | |||||
* | Add glob-ing for input files | Till Hoeppner | 2015-07-26 | 3 | -45/+135 |
| | |||||
* | Use existing context, instead of mock context for freq | Till Hoeppner | 2015-07-26 | 1 | -5/+0 |
| | |||||
* | Merge src/freq.rs into the main executable. | Till Hoeppner | 2015-07-26 | 2 | -86/+64 |
| | | | | | Modularisation of functionality is postponed because the best way to seperate this is unclear. | ||||
* | Alter name for better readability | Till Hoeppner | 2015-07-26 | 1 | -2/+2 |
| | |||||
* | Half-decent error reporting | Till Hoeppner | 2015-07-24 | 2 | -5/+47 |
| | |||||
* | General updates, for new API | Till Hoeppner | 2015-07-23 | 2 | -24/+13 |
| | |||||
* | Functions to select a decoder/encoder based on a name | Till Hoeppner | 2015-07-23 | 1 | -0/+18 |
| | |||||
* | Support dynamic selection of decoders/encoders | Till Hoeppner | 2015-07-23 | 4 | -6/+23 |
| | |||||
* | Start CLI | Till Hoeppner | 2015-06-12 | 1 | -6/+17 |
| | |||||
* | Add semi-proper conversion | Till Hoeppner | 2015-06-12 | 6 | -31/+75 |
| | |||||
* | Implement more events for Energymech | Till Hoeppner | 2015-06-11 | 2 | -2/+58 |
| | |||||
* | Fix binaries and eliminate warnings | Till Hoeppner | 2015-06-11 | 6 | -29/+16 |
| | |||||
* | Re-enable binary | Till Hoeppner | 2015-06-11 | 1 | -1/+1 |
| | |||||
* | Adapt energymech to new Event API | Till Hoeppner | 2015-06-11 | 3 | -45/+63 |
| | |||||
* | Adapt weechat3 to new Event API | Till Hoeppner | 2015-06-11 | 3 | -135/+59 |
| | |||||
* | Figure out that .to_owned().into() is needed, instead of .into() | Till Hoeppner | 2015-06-11 | 1 | -4/+4 |
| | |||||
* | Reduction? | Till Hoeppner | 2015-06-11 | 1 | -8/+6 |
| | |||||
* | Some inbetween state of confusion | Till Hoeppner | 2015-06-11 | 9 | -80/+406 |
| | |||||
* | Screw clippy, it doesn't build, and I'm unsure how to include its license. :( | Till Hoeppner | 2015-06-09 | 1 | -1/+0 |
| | |||||
* | Prefix every single file with this stupid notice. Did I mention this is stupid? | Till Hoeppner | 2015-06-09 | 7 | -0/+98 |
| | |||||
* | Fix name prefix stripping | Till Hoeppner | 2015-06-09 | 1 | -3/+12 |
| | |||||
* | Add basic frequency counter binary | Till Hoeppner | 2015-06-09 | 5 | -8/+72 |
| | |||||
* | Add untested support for binary serialization with rustc_serialize and bincode | Till Hoeppner | 2015-04-16 | 5 | -4/+42 |
| | |||||
* | Only strip one parenthese from mask | Till Hoeppner | 2015-04-16 | 1 | -2/+2 |
| | |||||
* | Actually account for non-'blank' whitespace | Till Hoeppner | 2015-04-04 | 1 | -8/+10 |
| | |||||
* | Account for non-'blank' whitespace | Till Hoeppner | 2015-04-04 | 1 | -4/+5 |
| | |||||
* | Remove remains of regex parsing | Till Hoeppner | 2015-04-04 | 1 | -67/+0 |
| | |||||
* | Update for removal of std::error::FromError | Till Hoeppner | 2015-04-04 | 1 | -7/+7 |
| | |||||
* | More event types | Till Hoeppner | 2015-04-03 | 3 | -7/+21 |
| | |||||
* | Proper logging, proper parsing | Till Hoeppner | 2015-04-02 | 2 | -3/+6 |
| | |||||
* | Don't match with regex anymore | Till Hoeppner | 2015-04-01 | 4 | -18/+76 |
| | |||||
* | Partial parsing/formatting of weechat3, plus basic CLI interface | Till Hoeppner | 2015-03-24 | 3 | -59/+127 |
| | |||||
* | Initial commit. | Till Hoeppner | 2015-03-23 | 5 | -0/+253 |