aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2020-05-01only cancel current search on Ctrl-CDaniel Schadt
2020-05-01write a manual for raidgrepDaniel
2020-05-01improve requoting heuristicDaniel
2020-05-01output filename as (lossy) string, not using DebugDaniel
2020-05-01enable date parsing from filenamesDaniel
2020-05-01change LogFilter to take EarlyLogResultDaniel
2020-05-01use log end timestamp instead of startDaniel
2020-05-01fix timestamp handlingDaniel
2020-04-29bump version to 1.0.2v1.0.2Daniel
2020-04-29update locked dependenciesDaniel
2020-04-29update changelogDaniel
2020-04-29fix BossFilter::filter_earlyDaniel
2020-04-29add more help text about the boss namesDaniel
2020-04-29allow quoted strings as boss namesDaniel
2020-04-29update evtclib to 0.2.0Daniel
2020-04-26bump version to 1.0.1v1.0.1Daniel
2020-04-26build release with ltoDaniel
2020-04-26update raidgrep version in Cargo.lockv1.0.0Daniel
2020-04-26remove license-fileDaniel
2020-04-26update evtclib subrepositoryDaniel
2020-04-26more package metadataDaniel
2020-04-26add a CHANGELOGDaniel
2020-04-26update locked dependenciesDaniel
2020-04-26add itertools dependencyDaniel
2020-04-26Merge branch 'new-filters'Daniel
2020-04-25add -include and -excludeDaniel
2020-04-25use free functions instead of Filter::newDaniel
2020-04-25only try regex if word doesn't start with -Daniel
2020-04-25cosmetic fixesDaniel
2020-04-25better CLI args/parser integrationDaniel
2020-04-21remove unused importsDaniel
2020-04-21add predicate documentation to the help textDaniel
2020-04-21use readline/rustyline instead of stdin.read_lineDaniel
2020-04-21add a small replDaniel
2020-04-21grammar: fix precendence rulesDaniel
2020-04-21add "or" and "and" to the list of tokensDaniel
2020-04-21better error outputsDaniel
2020-04-20hook up new expression parser to command line argsDaniel
2020-04-20Add -player as a shortcut to search player namesDaniel
2020-04-18first version of the new filter pipelineDaniel
2020-04-18make filters DebugDaniel
2020-04-17add missing num-derive dependencyDaniel
2020-04-17split off player filters and log filtersDaniel
2020-04-15formatting fixesDaniel
2020-04-15new filter pipelineDaniel
2020-04-10pipeline: accept boxed trait objectsDaniel
2020-04-09replace match on bool with if/elseDaniel
2020-04-09use log crate instead of own debug! macroDaniel
2020-04-09replace unwrap/match with if-letDaniel
2020-04-06implement guild display & filtering optionsDaniel