| Commit message (Collapse) | Author | Age | ||
|---|---|---|---|---|
| ... | ||||
| * | Infer context from input paths | June McEnroe | 2019-12-12 | |
| | | | | | | | | | This could probably use some cleanup, but it's been in-progress for a week already. Also missing documentation and examples. But this did let me import 3.5 million events from Textual logs in about 6 minutes, so that's cool. | |||
| * | Match missing final parameters in irc format | June McEnroe | 2019-12-08 | |
| | | ||||
| * | Add irc format | June McEnroe | 2019-12-07 | |
| | | ||||
| * | Stop after the first matcher to match | June McEnroe | 2019-12-07 | |
| | | ||||
| * | Use named parameters in unscoop matchers | June McEnroe | 2019-12-06 | |
| | | ||||
| * | Fold networks into contexts | June McEnroe | 2019-12-06 | |
| | | ||||
| * | Rename IDs to nouns and join with USING | June McEnroe | 2019-12-06 | |
| | | ||||
| * | Add deduplication function to unscoop | June McEnroe | 2019-12-06 | |
| | | ||||
| * | Add eventsDelete trigger | June McEnroe | 2019-12-06 | |
| | | ||||
| * | Add catgirl format | June McEnroe | 2019-12-06 | |
| | | ||||
| * | Handle optional regex groups | June McEnroe | 2019-12-06 | |
| | | ||||
| * | Add textual format to unscoop | June McEnroe | 2019-12-05 | |
| | | ||||
| * | Document what the generic format matches | June McEnroe | 2019-12-05 | |
| | | ||||
| * | Include network/context in progress output | June McEnroe | 2019-12-05 | |
| | | ||||
| * | Import in one transaction per file | June McEnroe | 2019-12-05 | |
| | | ||||
| * | Insert colons into timezones | June McEnroe | 2019-12-05 | |
| | | ||||
| * | Add basic unscoop import tool | June McEnroe | 2019-12-05 | |
| | | ||||
| * | Add prepare and bind helpers | June McEnroe | 2019-12-05 | |
| | | ||||
| * | Set busy timeout | June McEnroe | 2019-12-05 | |
| | | ||||
| * | Make user and host NOT NULL as well | June McEnroe | 2019-12-02 | |
| | | | | | | Since involving NULLs in comparisons is awkward, I think I'll just use "*" for unknowns. | |||
| * | Enable foreign key enforcement | June McEnroe | 2019-12-02 | |
| | | ||||
| * | Implement DB initialization and migration | June McEnroe | 2019-12-02 | |
| | | ||||
| * | Rename header file to database.h | June McEnroe | 2019-12-01 | |
| | | ||||
| * | Change database file name to litterbox.sqlite | June McEnroe | 2019-12-01 | |
| | | ||||
| * | Add XDG_DATA_DIRS default value | June McEnroe | 2019-12-01 | |
| | | ||||
| * | Implement database file search | June McEnroe | 2019-12-01 | |
| | | ||||
| * | Document -d option to unscoop | June McEnroe | 2019-11-29 | |
| | | ||||
| * | Add unscoop manual page | June McEnroe | 2019-11-29 | |
| | | ||||
| * | Add litterbox manual page | June McEnroe | 2019-11-29 | |