Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Updated dependencies, still doesn't build | Till Höppner | 2016-01-13 | 2 | -3/+4 |
| | |||||
* | implement sort and dedup of logs | Till Hoeppner | 2015-07-29 | 2 | -10/+14 |
| | |||||
* | 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 | 1 | -2/+2 |
| | |||||
* | Add msgpack output | Till Hoeppner | 2015-07-28 | 2 | -0/+56 |
| | |||||
* | Add glob-ing for input files | Till Hoeppner | 2015-07-26 | 1 | -2/+2 |
| | |||||
* | 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 |
| | |||||
* | Add semi-proper conversion | Till Hoeppner | 2015-06-12 | 2 | -21/+32 |
| | |||||
* | Implement more events for Energymech | Till Hoeppner | 2015-06-11 | 1 | -1/+52 |
| | |||||
* | Fix binaries and eliminate warnings | Till Hoeppner | 2015-06-11 | 3 | -21/+12 |
| | |||||
* | 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 | 1 | -44/+58 |
| | |||||
* | 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 | 4 | -74/+257 |
| | |||||
* | Prefix every single file with this stupid notice. Did I mention this is stupid? | Till Hoeppner | 2015-06-09 | 3 | -0/+42 |
| | |||||
* | Add basic frequency counter binary | Till Hoeppner | 2015-06-09 | 3 | -8/+18 |
| | |||||
* | Add untested support for binary serialization with rustc_serialize and bincode | Till Hoeppner | 2015-04-16 | 3 | -2/+36 |
| | |||||
* | 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 |
| | |||||
* | More event types | Till Hoeppner | 2015-04-03 | 1 | -4/+16 |
| | |||||
* | Proper logging, proper parsing | Till Hoeppner | 2015-04-02 | 1 | -3/+4 |
| | |||||
* | Don't match with regex anymore | Till Hoeppner | 2015-04-01 | 1 | -13/+53 |
| | |||||
* | Partial parsing/formatting of weechat3, plus basic CLI interface | Till Hoeppner | 2015-03-24 | 1 | -55/+108 |
| | |||||
* | Initial commit. | Till Hoeppner | 2015-03-23 | 2 | -0/+113 |