summary refs log tree commit diff
path: root/database.h (follow)
Commit message (Expand)AuthorAge
* Use a static buffer for base directory pathsJune McEnroe2020-08-21
* Use dataPath for dbFindJune McEnroe2020-08-20
* Import xdg.c from catgirlJune McEnroe2020-08-20
* Say "OpenSSL" in additional permission noticesJune McEnroe2020-08-10June McEnroe <june@causal.agency>2012-03-11 17:24:49 -0400
committerJune McEnroe <june@causal.agency>2012-03-11 17:24:49 -0400
commit751af63284fb62df4fcde66ce56df6b2c33ec621 (patch)
tree725993357ea8fa53e04658540d5a643eb2e1db2f /bundle/vim-fugitive
parentUpdate Vim-Tomorrow-Theme (diff)
downloadsrc-751af63284fb62df4fcde66ce56df6b2c33ec621.tar.gz
src-751af63284fb62df4fcde66ce56df6b2c33ec621.zip
Rebind Y to y$ for more consistent behaviour
Diffstat (limited to 'bundle/vim-fugitive')
0 files changed, 0 insertions, 0 deletions
June McEnroe2020-05-21 * Automatically perform database migrations in litterboxJune McEnroe2020-05-21 * Add Ban and Unban event typesJune McEnroe2020-04-05 * Implement the causal.agency/consumer capabilityJune McEnroe2020-02-28 * Add -b flag for live backupJune McEnroe2020-01-14 * Add columnsize = 0 option to FTS indexJune McEnroe2020-01-14 * Bump busy timeout to 10sJune McEnroe2020-01-11 * Enable SQLite WALJune McEnroe2020-01-04 * Factor out hashing functionJune McEnroe2020-01-01 * Join with USING wherever possibleJune McEnroe2019-12-30 * Use X macro for Type enumJune McEnroe2019-12-30 * Run PRAGMA optimize in dbCloseJune McEnroe2019-12-28 * Treat topics like motdsJune McEnroe2019-12-25 * Insert MOTDs into the databaseJune McEnroe2019-12-25 * Insert existing topics into the databaseJune McEnroe2019-12-25 * 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 * Use sqlite3_bind_intJune 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 * Index network, context, nick, user, target, message in FTSJune McEnroe2019-12-13 * Use a macro to write SQL as C tokens without quotesJune McEnroe2019-12-13 * Fold networks into contextsJune McEnroe2019-12-06 * Rename IDs to nouns and join with USINGJune McEnroe2019-12-06 * Add eventsDelete triggerJune McEnroe2019-12-06 * Import in one transaction per fileJune McEnroe2019-12-05 * Add prepare and bind helpersJune McEnroe2019-12-05 * Set busy timeoutJune McEnroe2019-12-05 * Make user and host NOT NULL as wellJune McEnroe2019-12-02 * Enable foreign key enforcementJune McEnroe2019-12-02 * Implement DB initialization and migrationJune McEnroe2019-12-02 * Rename header file to database.hJune McEnroe2019-12-01