index
:
raidgrep
master
Guild Wars 2/arcdps evtc log searching tool
Daniel
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
main.rs
Age
Commit message (
Expand
)
Author
2021-11-12
Remove duplicate error handling in search_file
Daniel
2021-11-12
Better error handling, less .unwraps()
Daniel
2021-11-12
Minor code smell fixes
Daniel
2021-11-12
Update dependencies
Daniel
2020-10-04
update to newest evtclib
Daniel
2020-08-28
add --count/-n flag
Daniel
2020-07-24
use Analyzer/span from evtclib
Daniel
2020-06-12
report invalid filters that are valid regexes
Daniel
2020-06-12
compute fight duration from event times
Daniel
2020-06-12
initial work on comparison based filters
Daniel
2020-06-08
make --repl conflict with --check
Daniel
2020-06-08
add --check to check a single file
Daniel
2020-06-07
fix formatting
Daniel
2020-06-07
make exit status dependent on search results
Daniel
2020-05-14
add documentation about --sort
Daniel
2020-05-14
add a small test for sorting with Sorting
Daniel
2020-05-13
fix Aggregator::finish for trait objects
Daniel
2020-05-13
first attempt at sorting output
Daniel
2020-05-13
clean up SearchField related code
Daniel
2020-05-12
sort players based on their names
Daniel
2020-05-12
use Display implementations from evtclib
Daniel
2020-05-12
add a -cm filter
Daniel
2020-05-12
display if a fight had CM activated
Daniel
2020-05-04
add -class player filter
Daniel
2020-05-04
replace Player::profession with PlayerClass enum
Daniel
2020-05-04
Add a -log-before & -log-after predicate
Daniel
2020-05-04
add a bit more docstring to INTERRUPTED
Daniel
2020-05-04
rewrite maybe_save_history
Daniel
2020-05-03
save REPL history to a file
Daniel
2020-05-03
evtclib: include as a dependency, not submodule
Daniel
2020-05-01
only cancel current search on Ctrl-C
Daniel Schadt
2020-05-01
improve requoting heuristic
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
add more help text about the boss names
Daniel
2020-04-29
update evtclib to 0.2.0
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
2020-04-21
add predicate documentation to the help text
Daniel
2020-04-21
use readline/rustyline instead of stdin.read_line
Daniel
2020-04-21
add a small repl
Daniel
2020-04-21
better error outputs
Daniel
2020-04-20
hook up new expression parser to command line args
Daniel
2020-04-17
split off player filters and log filters
Daniel
2020-04-15
new filter pipeline
Daniel
[next]