about summary refs log tree commit diff stats
path: root/src/db.rs
Commit message (Expand)AuthorAgeFilesLines
* moved hashing to shellscript to check for postsBen Morrison2020-06-161-40/+0
* test for hashing bitsBen Morrison2020-06-161-0/+23
* recording hash of posts file in homedirBen Morrison2020-06-161-0/+17
* expanded testingBen Morrison2020-05-281-1/+5
* more testingBen Morrison2020-05-281-11/+41
* extensive rewrite to use json for storage:Ben Morrison2020-05-281-43/+78
* removed panics and refactored error handlingBen Morrison2020-05-261-12/+17
* hiding some log messages behind -v flagBen Morrison2020-05-261-5/+13
* using in-memory db for tests, passing path to logging::init() instead of assu...Ben Morrison2020-05-261-1/+1
* logging changes:Ben Morrison2020-05-261-5/+2
* reorganizationBen Morrison2019-09-041-1/+2
* fixed broken test, expanded test v0.3.3Ben Morrison2019-08-301-1/+1
* ensure submitted posts are utf8Ben Morrison2019-08-301-1/+1
* tests in makefile, cleaned db testBen Morrison2019-08-281-1/+1
* db tests are on separate pathBen Morrison2019-08-281-4/+6
* enabled hints for cli args, changed db locationBen Morrison2019-08-281-1/+1
* minor db test - will expand laterBen Morrison2019-08-281-0/+13
* cleanupBen Morrison2019-08-281-34/+0
* finished posting and displayBen Morrison2019-08-271-27/+9
* added subtype to db::Cmd. Fleshed out cli args.Ben Morrison2019-08-271-7/+9
* db connected, logging upBen Morrison2019-08-271-3/+26
* fleshing out typesBen Morrison2019-08-271-0/+81