summary refs log tree commit diff stats
Commit message (Expand)AuthorAgeFilesLines
...
* updated index.AddUser() calls to reflect new version of registry libBen Morrison2019-06-043-5/+5
* updated registry library depBen Morrison2019-06-042-3/+3
* updated readme to mention other database back-ends in developmentBen Morrison2019-06-041-4/+5
* split caching and db function filesBen Morrison2019-06-042-129/+135
* expanding options for databases. abstractions for database push/pull functionsBen Morrison2019-06-044-30/+94
* updated version constantBen Morrison2019-06-041-1/+1
* fixed most example api calls with horizontal scrolling v0.2.1Ben Morrison2019-06-041-10/+10
* link to buckket/twtxt in notes sectionBen Morrison2019-06-041-0/+3
* added long flags list to -h outputBen Morrison2019-06-041-4/+5
* expanded readmeBen Morrison2019-06-041-16/+54
* minor correction in landing page query output exampleBen Morrison2019-06-041-1/+1
* refactored landing page template and tweaked stylingBen Morrison2019-06-042-20/+44
* expanded -m help text to cover landing page customization, example api queriesBen Morrison2019-06-041-25/+150
* adding version to index template v0.2.0Ben Morrison2019-06-033-2/+4
* version const updatedBen Morrison2019-06-031-2/+2
* updated readme re: ?page=NBen Morrison2019-06-031-1/+3
* Merge branch 'dev' into 'master' for v0.2.0Ben Morrison2019-06-036-35/+117
|\
| * updated registry depBen Morrison2019-06-032-3/+3
| * ?page=N query addedBen Morrison2019-06-032-17/+81
| * explicit method enumeration and page query valueBen Morrison2019-06-031-12/+28
| * updated usage guide to reflect ?page=NBen Morrison2019-06-031-3/+5
| * updated depsBen Morrison2019-06-032-3/+3
|/
* updated wording of install sectionBen Morrison2019-06-011-2/+2
* updated wording of install sectionBen Morrison2019-06-011-2/+1
* updated deps v0.1.1Ben Morrison2019-05-312-3/+3
* compile errorBen Morrison2019-05-311-1/+1
* bugfix: more incorrectly logged errorsBen Morrison2019-05-313-9/+9
* added user-agent to loggingBen Morrison2019-05-311-3/+6
* bugfix: errors logged as strings (prev. bytes)Ben Morrison2019-05-313-12/+12
* allowing some errors in POSTBen Morrison2019-05-311-3/+2
* added context to 400 errorsBen Morrison2019-05-311-4/+4
* link to buckket/twtxtBen Morrison2019-05-311-1/+1
* updated deps v0.1Ben Morrison2019-05-292-3/+3
* updated readmeBen Morrison2019-05-281-4/+0
* expanded push/pullDatabase testBen Morrison2019-05-281-0/+3
* removed redundant line for nginx configBen Morrison2019-05-281-1/+0
* eliminating horiz scrolling in code blocksBen Morrison2019-05-281-2/+2
* fixed formattingBen Morrison2019-05-281-4/+2
* fixed formattingBen Morrison2019-05-281-1/+2
* rewrote readmeBen Morrison2019-05-281-12/+208
* added -m flag for config manual to -h screenBen Morrison2019-05-281-0/+2
* comments editedBen Morrison2019-05-282-2/+2
* updated tasklist and etaBen Morrison2019-05-281-2/+2
* configuration via flags is more flexible.Ben Morrison2019-05-281-20/+133
* test setup failure fixedBen Morrison2019-05-271-8/+2
* parseQueryOut() no longer adds newline to last element, test updated to accou...Ben Morrison2019-05-272-8/+2
* test/bench parseQueryOut()Ben Morrison2019-05-271-0/+87
* preventing race cond in refreshCache()Ben Morrison2019-05-271-31/+57
* fixed race conditionBen Morrison2019-05-273-14/+30
* modified POST testBen Morrison2019-05-271-7/+9