Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | partially finished QueryUser() method. still needs sorting before return | Ben Morrison | 2019-05-14 | 1 | -0/+23 |
* | recording user addition date in time.Time and RFC3339 | Ben Morrison | 2019-05-13 | 2 | -4/+15 |
* | commented indexHandler | Ben Morrison | 2019-05-13 | 1 | -5/+14 |
* | send etag for index. sha256 of template mod time. | Ben Morrison | 2019-05-13 | 1 | -1/+8 |
* | template initialization added | Ben Morrison | 2019-05-13 | 6 | -22/+123 |
* | skeleton template for index | Ben Morrison | 2019-05-13 | 1 | -0/+13 |
* | serving css virtually instead of directly | Ben Morrison | 2019-05-13 | 5 | -9/+75 |
* | comment on handler tests | Ben Morrison | 2019-05-13 | 1 | -0/+2 |
* | separating cache into its own library | Ben Morrison | 2019-05-13 | 3 | -2/+46 |
* | fixed viper config parsing resulting in build errors | Ben Morrison | 2019-05-13 | 3 | -3/+18 |
* | removed unneeded config values | Ben Morrison | 2019-05-13 | 2 | -2/+6 |
* | help message | Ben Morrison | 2019-05-13 | 1 | -1/+2 |
* | changing flags | Ben Morrison | 2019-05-13 | 1 | -8/+14 |
* | handling viper error when binding to pflags | Ben Morrison | 2019-05-13 | 1 | -1/+3 |
* | staticcheck warning fixed | Ben Morrison | 2019-05-13 | 1 | -2/+2 |
* | redundant path removed. comments added. | Ben Morrison | 2019-05-13 | 1 | -3/+5 |
* | adjusting test config init func | Ben Morrison | 2019-05-13 | 1 | -6/+1 |
* | more stubbed tests | Ben Morrison | 2019-05-13 | 2 | -2/+74 |
* | travis-ci badge | Ben Morrison | 2019-05-13 | 1 | -1/+1 |
* | travis ci config | Ben Morrison | 2019-05-13 | 1 | -0/+8 |
* | stubbing out tests | Ben Morrison | 2019-05-13 | 1 | -0/+31 |
* | watching for ^C. added comments. | Ben Morrison | 2019-05-13 | 2 | -2/+37 |
* | passing logfile as var to closing goroutine to prevent race condition | Ben Morrison | 2019-05-12 | 1 | -9/+9 |
* | reorganized handlers. StrictSlash(true). handling POST /api/plain/users for n... | Ben Morrison | 2019-05-12 | 2 | -9/+39 |
* | added stdoutLogging bool and related configuration | Ben Morrison | 2019-05-12 | 3 | -30/+58 |
* | new defaults | Ben Morrison | 2019-05-12 | 1 | -0/+1 |
* | commented some | Ben Morrison | 2019-05-12 | 1 | -1/+9 |
* | ignoring log file | Ben Morrison | 2019-05-12 | 1 | -0/+1 |
* | config fleshed out; using viper+pflag | Ben Morrison | 2019-05-12 | 4 | -12/+88 |
* | dependencies updated | Ben Morrison | 2019-05-12 | 2 | -0/+40 |
* | revive static analysis config | Ben Morrison | 2019-05-12 | 1 | -0/+30 |
* | query vars to endpoint in routing | Ben Morrison | 2019-05-11 | 1 | -1/+3 |
* | more graceful routing of http requests | Ben Morrison | 2019-05-11 | 1 | -8/+23 |
* | commenting early | Ben Morrison | 2019-05-11 | 1 | -0/+3 |
* | commenting early | Ben Morrison | 2019-05-11 | 1 | -8/+19 |
* | logging initialization in init() | Ben Morrison | 2019-05-11 | 1 | -0/+27 |
* | removed unneded conf field | Ben Morrison | 2019-05-11 | 1 | -7/+0 |
* | skeleton handlers responding | Ben Morrison | 2019-05-11 | 3 | -8/+51 |
* | dependencies | Ben Morrison | 2019-05-11 | 2 | -0/+12 |
* | stubbed out handlers | Ben Morrison | 2019-05-11 | 4 | -22/+25 |
* | gzipped responses | Ben Morrison | 2019-05-11 | 3 | -2/+10 |
* | reorg | Ben Morrison | 2019-05-11 | 3 | -4/+5 |
* | change port for unprivileged binds | Ben Morrison | 2019-05-10 | 1 | -1/+1 |
* | ignoring binary | Ben Morrison | 2019-05-10 | 1 | -0/+1 |
* | updated readme | Ben Morrison | 2019-05-10 | 1 | -1/+3 |
* | building the skeleton | Ben Morrison | 2019-05-10 | 3 | -0/+69 |
* | go module | Ben Morrison | 2019-05-09 | 1 | -0/+3 |
* | Initial commit | Ben Morrison | 2019-05-09 | 2 | -0/+676 |