| Commit message (Collapse) | Author | Age | |
|---|---|---|---|
| * | Move ARRAY_LEN to database.h | June McEnroe | 2019-12-16 |
| | | |||
| * | Style cleanup | June McEnroe | 2019-12-13 |
| | | |||
| * | Compact matcher arrays a little | June McEnroe | 2019-12-13 |
| | | |||
| * | Use a macro to write SQL as C tokens without quotes | June McEnroe | 2019-12-13 |
| | | | | | | | | | | | This switches to using :params rather than $params only because $ is allowed in identifiers as an extension, whereas : is always a separate preprocessor token. This has the advantage that # collapses excessive whitespace but otherwise preserves formatting, so the resulting SQL query strings look pretty normal. | ||
| * | 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 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 |
| | | |||
| * | 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 |