about summary refs log tree commit diff stats
Commit message (Collapse)AuthorAgeFilesLines
* index page is cachingBen Morrison2020-05-072-2/+69
|
* tentative index pageBen Morrison2020-05-071-0/+28
|
* removed reference to etags - just using expires headersBen Morrison2020-05-071-3/+0
|
* added info about cached responses and changed display format of planned ↵Ben Morrison2020-05-071-10/+15
| | | | endpoints
* added handler for /Ben Morrison2020-05-071-0/+17
|
* 404 for favicon.icoBen Morrison2020-05-071-0/+3
|
* stubbing out endpointsBen Morrison2020-05-077-4/+95
|
* alphabetized endpointsBen Morrison2020-05-071-6/+7
|
* no need for go.sum if there's no dependenciesBen Morrison2020-05-061-1/+0
|
* minor change to checking if logfile closed properly on SIGINTBen Morrison2020-05-061-2/+1
|
* passing logfile close channel as paramBen Morrison2020-05-062-6/+6
|
* using file logging and catching SIGINT to cleanly shut downBen Morrison2020-05-062-2/+42
|
* ignoring log fileBen Morrison2020-05-061-0/+1
|
* one validation function that branches off. be easier to test later.Ben Morrison2020-05-062-13/+17
|
* stubbing out the HTTP serverBen Morrison2020-05-054-0/+137
| | | | | Right now it won't do much. Working on parsing the request and routing it to the right place.
* ignoring binaryBen Morrison2020-05-051-0/+1
|
* initBen Morrison2020-05-054-0/+56