Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | clarified upgrade process and note section v2.0.0 | Ben Morrison | 2020-05-28 | 1 | -4/+5 |
| | |||||
* | extensive rewrite to use json for storage: | Ben Morrison | 2020-05-28 | 1 | -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 readme | Ben Morrison | 2020-05-27 | 1 | -0/+5 |
| | |||||
* | expanded usage, removed extraneous info about crates | Ben Morrison | 2020-05-27 | 1 | -34/+19 |
| | |||||
* | updated readme | Ben Morrison | 2020-01-20 | 1 | -25/+26 |
| | | | | | mentioned calling of $EDITOR with opt-level=3, changed resulting binary size mentioned in notes | ||||
* | updated | Ben Morrison | 2019-09-07 | 1 | -0/+23 |
| | |||||
* | Updated usage info | Ben Morrison | 2019-08-30 | 1 | -1/+12 |
| | |||||
* | updated usage | Ben Morrison | 2019-08-30 | 1 | -2/+8 |
| | |||||
* | build deps updated | Ben Morrison | 2019-08-30 | 1 | -0/+2 |
| | |||||
* | updated features | Ben Morrison | 2019-08-30 | 1 | -0/+1 |
| | |||||
* | updated readme with build deps, installation | Ben Morrison | 2019-08-29 | 1 | -4/+56 |
| | |||||
* | screenshot added | Ben Morrison | 2019-08-28 | 1 | -0/+1 |
| | |||||
* | added codecov badge | Ben Morrison | 2019-08-28 | 1 | -1/+1 |
| | |||||
* | update readme & travis config | Ben Morrison | 2019-08-27 | 1 | -2/+6 |
| | |||||
* | init | Ben Morrison | 2019-08-27 | 1 | -0/+4 |