summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)Author
2020-04-30Make links point to imag-pim.orgmaster-ffMatthias Beyer
2020-04-29srht builds: Add email notificationMatthias Beyer
2020-04-29Replace default.nix with shell.nixMatthias Beyer
2020-04-29Replace repository with new sourcehut repoMatthias Beyer
2020-04-26Clippy Fix: let_underscore_lockMatthias Beyer
2020-04-26ignore rusty-tags fileMatthias Beyer
2020-04-18Merge branch 'fix-nixosbuild-srht' into masterMatthias Beyer
2020-04-18Fix: Do not build all tests, but all binariesMatthias Beyer
2020-04-18Add git config in test envMatthias Beyer
2020-04-17ci: Use mozilla overlay for nixpkgs with current rustMatthias Beyer
2020-04-13Fix: Collapse nested ifminorMatthias Beyer
2020-04-13Fix: Do not write data if output is pipeMatthias Beyer
2020-04-13Fix: Do not print data if output is pipe, except if that behaviour is overriddenMatthias Beyer
2020-04-13Fix: import anyhow::Error where it is neededMatthias Beyer
2020-04-11Merge branch 'srht-builds' into masterMatthias Beyer
2020-03-30Add nixos based build on sourcehutMatthias Beyer
2020-03-30Add ci.nix for nix based CI environmentMatthias Beyer
2020-03-30Add clippy job to debian buildMatthias Beyer
2020-03-30Remove the "check" phase, as we do not really need it in CIMatthias Beyer
2020-03-30Add build script for debian based builds for srhtMatthias Beyer
2020-03-29Implement piping for imag-grepMatthias Beyer
2020-03-25Merge branch 'update-mdcat' into masterMatthias Beyer
2020-03-25Update travis: rustc minimum version is 1.40.0Matthias Beyer
2020-03-24Update mdcat 0.13.0 -> 0.15.0Matthias Beyer
2020-03-24Merge branch 'update-toml-query' into masterMatthias Beyer
2020-03-24Merge branch 'blackhole-stdout-when-piping' into masterMatthias Beyer
2020-03-24Fix: Return actual length of bufferMatthias Beyer
2020-03-24Add blackhole as default cli optionMatthias Beyer
2020-03-24Update toml-query: 0.9.2 -> 0.10.0Matthias Beyer
2020-03-24Revert "Move to toml-query from master branch"Matthias Beyer
2020-03-24Fix clippy warning: next() instead of nth(0)Matthias Beyer
2020-03-24Fix clippy warning: next() instead of nth(0)Matthias Beyer
2020-03-08Merge branch 'replace-failure-with-anyhow'Matthias Beyer
2020-03-08Implement Into<anyhow::Error> for ErrorMatthias Beyer
2020-03-08Move to kairos from master branch for nowMatthias Beyer
2020-03-08Move to toml-query from master branchMatthias Beyer
2020-03-08Move libimagerror to thiserrorMatthias Beyer
2020-03-08Replace failure with anyhow in complete codebaseMatthias Beyer
2020-03-07Merge branch 'cleanup-libimagerror'Matthias Beyer
2020-03-06Remove unused str error handling moduleMatthias Beyer
2020-03-06Remove unused io error handling codeMatthias Beyer
2020-03-06Remove unused ExitUnwrap traitMatthias Beyer
2020-03-06Remove unused iter extensionsMatthias Beyer
2020-03-01Add more trace output for Viewer implementationMatthias Beyer
2020-03-01Change implementation to use the iterator extensionsMatthias Beyer
2020-03-01Merge branch 'viewing-iterator' into masterMatthias Beyer
2020-03-01Optimize: Stop iteration for viewing on broken pipe errorMatthias Beyer
2020-03-01Add viewer for viewing all entries from an iteratorMatthias Beyer
2020-03-01Merge branch 'rt-reporting-iterator' into masterMatthias Beyer
2020-03-01Fix: Also print if output is a data pipeMatthias Beyer