Age | Commit message (Collapse) | Author | |
---|---|---|---|
2020-09-21 | bump version to 0.4.3 | Daniel Schadt | |
2020-08-28 | bump version to 0.4.2v0.4.2 | Daniel Schadt | |
2020-08-17 | bump version to 0.4.1 | Daniel Schadt | |
2020-07-24 | bump version to 0.4.0v0.4.0 | Daniel Schadt | |
2020-05-25 | bump version to 0.3.3v0.3.3 | Daniel Schadt | |
2020-05-12 | bump version to 0.3.2v0.3.2 | Daniel Schadt | |
2020-05-04 | bump version to 0.3.1v0.3.1 | Daniel Schadt | |
2020-05-03 | remove fnv dependency | Daniel Schadt | |
fnv was used in the old statistics module, which has been removed. Therefore, we no longer need or use fnv. | |||
2020-05-02 | bump version to 0.3.0v0.3.0 | Daniel Schadt | |
2020-04-30 | Cargo: only include sources | Daniel Schadt | |
The source code itself is pretty small, however, the repository also contains >40MB of test data in the form of evtc log files. We don't want all consumers of this library to download all of this test data just because they want to use the library. This commit excludes everything except for the source (and some metadata files) from the cargo package, allowing a thin distribution. The git repository will still contain the tests, and the CI will still run them. | |||
2020-04-29 | bump version to 0.2.0v0.2.0 | Daniel Schadt | |
2020-04-27 | remove license-file | Daniel Schadt | |
We already use license, so there is no need to also specify license-file. | |||
2020-04-26 | add README and LICENSE | Daniel Schadt | |
2020-04-04 | switch from quick_error to thiserror | Daniel Schadt | |
thiserror seems to be the more modern approach that also works with the new Error trait from std. | |||
2020-04-04 | update dependencies | Daniel Schadt | |
2019-02-16 | deps: update zip to 0.5 | Daniel Schadt | |
2018-06-14 | add support for reading zipped logs | Daniel Schadt | |
2018-06-14 | derive getters for Agent | Daniel Schadt | |
2018-06-14 | rework boon tracking | Daniel Schadt | |
2018-04-14 | Initial commit | Daniel Schadt | |