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
/
fexpr
/
grammar.lalrpop
Age
Commit message (
Expand
)
Author
2021-11-12
Minor code smell fixes
Daniel
2020-10-04
update to newest evtclib
Daniel
2020-06-12
implement -after/-before in terms of -time
Daniel
2020-06-12
add a count(player) to count all players
Daniel
2020-06-12
implement count(player: ...) construct
Daniel
2020-06-12
allow durations with minutes as well
Daniel
2020-06-12
initial work on comparison based filters
Daniel
2020-05-13
clean up SearchField related code
Daniel
2020-05-12
make regular expressions case-insensitive
Daniel
2020-05-12
add a -cm filter
Daniel
2020-05-04
add -class player filter
Daniel
2020-05-04
exclude : from words again
Daniel
2020-05-04
Add a -log-before & -log-after predicate
Daniel
2020-05-01
improve requoting heuristic
Daniel
2020-05-01
change LogFilter to take EarlyLogResult
Daniel
2020-05-01
fix timestamp handling
Daniel
2020-04-29
allow quoted strings as 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-21
grammar: fix precendence rules
Daniel
2020-04-21
add "or" and "and" to the list of tokens
Daniel
2020-04-21
better error outputs
Daniel
2020-04-20
Add -player as a shortcut to search player names
Daniel
2020-04-18
first version of the new filter pipeline
Daniel