summary refs log tree commit diff stats
path: root/main.go
Commit message (Collapse)AuthorAgeFilesLines
* bugfix: more incorrectly logged errorsBen Morrison2019-05-311-1/+1
|
* comments editedBen Morrison2019-05-281-1/+1
|
* removed extraneous commentsBen Morrison2019-05-271-4/+2
|
* configuration init changesBen Morrison2019-05-231-3/+3
|
* tuning query handlingBen Morrison2019-05-221-1/+16
|
* runtime bugs related to api outputBen Morrison2019-05-211-0/+1
|
* rename closeLog channelBen Morrison2019-05-211-1/+1
|
* added cache update / db push intervals to conf;Ben Morrison2019-05-211-3/+3
| | | | | made confObj concurrency-safe via sync.RWMutex; new config values related to db/cache
* endpoint query function addedBen Morrison2019-05-201-7/+9
|
* middleware func to attach remote ip to contextBen Morrison2019-05-201-1/+7
|
* allowing underscore and hyphen in users/tagsBen Morrison2019-05-141-2/+2
|
* serving css virtually instead of directlyBen Morrison2019-05-131-0/+3
|
* redundant path removed. comments added.Ben Morrison2019-05-131-3/+5
|
* watching for ^C. added comments.Ben Morrison2019-05-131-2/+12
|
* reorganized handlers. StrictSlash(true). handling POST /api/plain/users for ↵Ben Morrison2019-05-121-9/+25
| | | | new users
* added stdoutLogging bool and related configurationBen Morrison2019-05-121-1/+0
|
* commented someBen Morrison2019-05-121-1/+9
|
* config fleshed out; using viper+pflagBen Morrison2019-05-121-3/+4
|
* query vars to endpoint in routingBen Morrison2019-05-111-1/+3
|
* more graceful routing of http requestsBen Morrison2019-05-111-8/+23
|
* skeleton handlers respondingBen Morrison2019-05-111-6/+8
|
* stubbed out handlersBen Morrison2019-05-111-2/+8
|
* gzipped responsesBen Morrison2019-05-111-2/+6
|
* reorgBen Morrison2019-05-111-1/+1
|
* change port for unprivileged bindsBen Morrison2019-05-101-1/+1
|
* building the skeletonBen Morrison2019-05-101-0/+14