summary refs log tree commit diff
path: root/unscoop.c (follow)
Commit message (Expand)AuthorAge
* Rename unscoop -C to -cJune McEnroe2020-01-04
* It's The Big RefactorJune McEnroe2019-12-24
* Take optional explicit path in dbFindJune McEnroe2019-12-23
* Factour out verbose, dbStep+resetJune McEnroe2019-12-23
* Rewrite litterbox statements with functionsJune McEnroe2019-12-18
* Separate dbBindText wrappers to allow for transientJune McEnroe2019-12-17
* Use parameter names for all bindsJune McEnroe2019-12-17
* Move ARRAY_LEN to database.hJune McEnroe2019-12-16
* Style cleanupJune McEnroe2019-12-13
* Compact matcher arrays a littleJune McEnroe2019-12-13
* Use a macro to write SQL as C tokens without quotesJune McEnroe2019-12-13
* Infer context from input pathsJune McEnroe2019-12-12
* Match missing final parameters in irc formatJune McEnroe2019-12-08
* Add irc formatJune McEnroe2019-12-07
* Stop after the first matcher to matchJune McEnroe2019-12-07
* Use named parameters in unscoop matchersJune McEnroe2019-12-06
* Fold networks into contextsJune McEnroe2019-12-06
* Rename IDs to nouns and join with USINGJune McEnroe2019-12-06
* Add deduplication function to unscoopJune McEnroe2019-12-06
* Add catgirl formatJune McEnroe2019-12-06
* Handle optional regex groupsJune McEnroe2019-12-06
* Add textual format to unscoopJune McEnroe2019-12-05
* Include network/context in progress outputJune McEnroe2019-12-05
* Import in one transaction per fileJune McEnroe2019-12-05
* Insert colons into timezonesJune McEnroe2019-12-05
* Add basic unscoop import toolJune McEnroe2019-12-05
1-02ui-shared: fix broken sizeof in title setting and rewriteJason A. Donenfeld 2018-12-09git: update to v2.20.0Christian Hesse 2018-11-25ui-blame: set repo for sbJason A. Donenfeld 2018-11-25auth-filter: pass url with query string attachedJason A. Donenfeld 2018-11-21git: use xz compressed archive for downloadChristian Hesse 2018-10-12git: update to v2.19.1Christian Hesse 2018-09-11ui-ssdiff: ban strcat()Christian Hesse 2018-09-11ui-ssdiff: ban strncpy()Christian Hesse 2018-09-11ui-shared: ban strcat()Christian Hesse 2018-09-11ui-patch: ban sprintf()Christian Hesse 2018-09-11ui-log: ban strncpy()Christian Hesse 2018-09-11ui-log: ban strcpy()Christian Hesse 2018-09-11parsing: ban sprintf()Christian Hesse 2018-09-11parsing: ban strncpy()Christian Hesse 2018-08-28filters: generate anchor links from markdownChristian Hesse 2018-08-03Bump version.Jason A. Donenfeld 2018-08-03clone: fix directory traversalJason A. Donenfeld 2018-08-03config: record repo.snapshot-prefix in the per-repo configKonstantin Ryabitsev