about summary refs log tree commit diff stats
path: root/README.md
Commit message (Collapse)AuthorAgeFilesLines
* extensive rewrite to use json for storage:Ben Morrison2020-05-281-12/+31
| | | | | | | | | | | | | | sqlite3 requires the directory where the database resides to be writeable by the user. This presents a problem on multiuser UNIX systems where they may want to limit areas where users have write access. This rewrite totally scraps the sqlite3 database in favor of a pretty simple json file consisting of an array of posts. flock(2) locking is used to synchronize access to the file and make sure two clients aren't trying to write to it at once. The locking is fairly granular right now, but later I may change it to using a single lock for the duration of execution since race conditions are *possible*, if unlikely for the purposes of clinte's intended use.
* updated readmeBen Morrison2020-05-271-0/+5
|
* expanded usage, removed extraneous info about cratesBen Morrison2020-05-271-34/+19
|
* updated readmeBen Morrison2020-01-201-25/+26
| | | | | mentioned calling of $EDITOR with opt-level=3, changed resulting binary size mentioned in notes
* updatedBen Morrison2019-09-071-0/+23
|
* Updated usage infoBen Morrison2019-08-301-1/+12
|
* updated usageBen Morrison2019-08-301-2/+8
|
* build deps updatedBen Morrison2019-08-301-0/+2
|
* updated featuresBen Morrison2019-08-301-0/+1
|
* updated readme with build deps, installationBen Morrison2019-08-291-4/+56
|
* screenshot addedBen Morrison2019-08-281-0/+1
|
* added codecov badgeBen Morrison2019-08-281-1/+1
|
* update readme & travis configBen Morrison2019-08-271-2/+6
|
* initBen Morrison2019-08-271-0/+4