index
:
atlas
main
An information storage and retrieval tool
JP Appel
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
pkg
/
query
Age
Commit message (
Expand
)
Author
2025-08-05
Fix headings not being written by customOutput
JP Appel
2025-08-05
Change regex operator symbol
JP Appel
2025-08-05
Add headings category to query lang
JP Appel
2025-08-02
Add initial todos for new heading category
JP Appel
2025-07-28
Resolve multiple todos
JP Appel
2025-07-28
Add yaml output format
JP Appel
2025-07-28
Fix incorrect compiling of regex queries on set categories
JP Appel
2025-07-28
Add regex operator
JP Appel
2025-07-27
Remove unimplemented external command operators
JP Appel
2025-07-23
Implement basic server over unix datagram
JP Appel
2025-07-22
Separate program entry point from commands
JP Appel
2025-07-19
Improve command documentation and query output
JP Appel
2025-07-18
Add newline to default outputer
JP Appel
2025-07-13
Correct multi-doc json output
JP Appel
2025-07-02
Add experimental http server
JP Appel
2025-07-02
Add WriteTo like methods to Outputter interface
JP Appel
2025-06-30
Add filepath to searchable categories
JP Appel
2025-06-30
Implement compiled query execution
JP Appel
2025-06-28
Add leveld optimization wrapper
JP Appel
2025-06-26
Improve compilation of clauses to sqlite3 SQL
JP Appel
2025-06-26
Move category and operator iterators
JP Appel
2025-06-24
Add first pass of query compiler
JP Appel
2025-06-24
Add tests and fix minor bugs for optimizier
JP Appel
2025-06-19
Add multiple clause and tree level optimizations
JP Appel
2025-06-15
Identify lexer error
JP Appel
2025-06-15
Update tests and fix minor bugs
JP Appel
2025-06-15
Add query optimizer
JP Appel
2025-06-14
Move clause tree optimizations
JP Appel
2025-06-13
Add only child optimization to query parser
JP Appel
2025-06-13
Add bfs and dfs iterators for clause trees
JP Appel
2025-06-10
Add method to merge subtrees in a clause tree
JP Appel
2025-06-09
Implement querylang parser
JP Appel
2025-06-09
Fix lookback error in lexer
JP Appel
2025-05-28
Add lexer for query dsl
JP Appel
2025-05-05
Remembered switch statements exist
JP Appel
2025-05-02
Implement json output
JP Appel
2025-04-28
Add document output formatting
JP Appel
2025-04-27
Large commit; many features
JP Appel