Age | Commit message (Expand) | Author |
2020-05-04 | update changelog | Daniel |
2020-05-04 | add -class player filter | Daniel |
2020-05-04 | exclude : from words again | Daniel |
2020-05-04 | replace Player::profession with PlayerClass enum | Daniel |
2020-05-04 | update evtclib to 0.3.1 | Daniel |
2020-05-04 | include missing semicolon | Daniel |
2020-05-04 | Add a -log-before & -log-after predicate | Daniel |
2020-05-04 | fix asciidoc markup | Daniel |
2020-05-04 | add a bit more docstring to INTERRUPTED | Daniel |
2020-05-04 | rewrite maybe_save_history | Daniel |
2020-05-03 | update changelog | Daniel |
2020-05-03 | update manpage | Daniel |
2020-05-03 | save REPL history to a file | Daniel |
2020-05-03 | add a script to compile and package raidgrep | Daniel |
2020-05-03 | add CI | Daniel |
2020-05-03 | remove .gitmodules | Daniel |
2020-05-03 | update README | Daniel |
2020-05-03 | evtclib: include as a dependency, not submodule | Daniel |
2020-05-03 | slight formatting fix in manual | Daniel |
2020-05-01 | only cancel current search on Ctrl-C | Daniel Schadt |
2020-05-01 | write a manual for raidgrep | Daniel |
2020-05-01 | improve requoting heuristic | Daniel |
2020-05-01 | output filename as (lossy) string, not using Debug | Daniel |
2020-05-01 | enable date parsing from filenames | Daniel |
2020-05-01 | change LogFilter to take EarlyLogResult | Daniel |
2020-05-01 | use log end timestamp instead of start | Daniel |
2020-05-01 | fix timestamp handling | Daniel |
2020-04-29 | bump version to 1.0.2v1.0.2 | Daniel |
2020-04-29 | update locked dependencies | Daniel |
2020-04-29 | update changelog | Daniel |
2020-04-29 | fix BossFilter::filter_early | Daniel |
2020-04-29 | add more help text about the boss names | Daniel |
2020-04-29 | allow quoted strings as boss names | Daniel |
2020-04-29 | update evtclib to 0.2.0 | Daniel |
2020-04-26 | bump version to 1.0.1v1.0.1 | Daniel |
2020-04-26 | build release with lto | Daniel |
2020-04-26 | update raidgrep version in Cargo.lockv1.0.0 | Daniel |
2020-04-26 | remove license-file | Daniel |
2020-04-26 | update evtclib subrepository | Daniel |
2020-04-26 | more package metadata | Daniel |
2020-04-26 | add a CHANGELOG | Daniel |
2020-04-26 | update locked dependencies | Daniel |
2020-04-26 | add itertools dependency | Daniel |
2020-04-26 | Merge branch 'new-filters' | Daniel |
2020-04-25 | add -include and -exclude | Daniel |
2020-04-25 | use free functions instead of Filter::new | Daniel |
2020-04-25 | only try regex if word doesn't start with - | Daniel |
2020-04-25 | cosmetic fixes | Daniel |
2020-04-25 | better CLI args/parser integration | Daniel |
2020-04-21 | remove unused imports | Daniel |