Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | added context to 400 errors | Ben Morrison | 2019-05-31 | 1 | -4/+4 |
* | link to buckket/twtxt | Ben Morrison | 2019-05-31 | 1 | -1/+1 |
* | updated deps v0.1 | Ben Morrison | 2019-05-29 | 2 | -3/+3 |
* | updated readme | Ben Morrison | 2019-05-28 | 1 | -4/+0 |
* | expanded push/pullDatabase test | Ben Morrison | 2019-05-28 | 1 | -0/+3 |
* | removed redundant line for nginx config | Ben Morrison | 2019-05-28 | 1 | -1/+0 |
* | eliminating horiz scrolling in code blocks | Ben Morrison | 2019-05-28 | 1 | -2/+2 |
* | fixed formatting | Ben Morrison | 2019-05-28 | 1 | -4/+2 |
* | fixed formatting | Ben Morrison | 2019-05-28 | 1 | -1/+2 |
* | rewrote readme | Ben Morrison | 2019-05-28 | 1 | -12/+208 |
* | added -m flag for config manual to -h screen | Ben Morrison | 2019-05-28 | 1 | -0/+2 |
* | comments edited | Ben Morrison | 2019-05-28 | 2 | -2/+2 |
* | updated tasklist and eta | Ben Morrison | 2019-05-28 | 1 | -2/+2 |
* | configuration via flags is more flexible. | Ben Morrison | 2019-05-28 | 1 | -20/+133 |
* | test setup failure fixed | Ben Morrison | 2019-05-27 | 1 | -8/+2 |
* | parseQueryOut() no longer adds newline to last element, test updated to accou... | Ben Morrison | 2019-05-27 | 2 | -8/+2 |
* | test/bench parseQueryOut() | Ben Morrison | 2019-05-27 | 1 | -0/+87 |
* | preventing race cond in refreshCache() | Ben Morrison | 2019-05-27 | 1 | -31/+57 |
* | fixed race condition | Ben Morrison | 2019-05-27 | 3 | -14/+30 |
* | modified POST test | Ben Morrison | 2019-05-27 | 1 | -7/+9 |
* | merging user keyword/url queries | Ben Morrison | 2019-05-27 | 1 | -1/+5 |
* | removed extraneous comments | Ben Morrison | 2019-05-27 | 5 | -69/+6 |
* | testing/benching push/pull DB, refreshCache | Ben Morrison | 2019-05-27 | 1 | -0/+113 |
* | updated field refs wrt getwtxt/registry update | Ben Morrison | 2019-05-27 | 1 | -5/+5 |
* | updated deps | Ben Morrison | 2019-05-27 | 2 | -3/+3 |
* | flags for config file/type, added to -h | Ben Morrison | 2019-05-27 | 2 | -21/+54 |
* | changed config format to yaml, commented config file | Ben Morrison | 2019-05-27 | 3 | -16/+72 |
* | updated readme | Ben Morrison | 2019-05-27 | 1 | -3/+5 |
* | simplified indexHandler to reference staticCache | Ben Morrison | 2019-05-26 | 4 | -17/+19 |
* | updated deps | Ben Morrison | 2019-05-26 | 2 | -3/+3 |
* | checking for X-Real-IP header sometimes used by nginx when forwarding request... | Ben Morrison | 2019-05-25 | 1 | -1/+7 |
* | method names changed in registry lib | Ben Morrison | 2019-05-25 | 2 | -2/+2 |
* | updated deps | Ben Morrison | 2019-05-25 | 2 | -3/+3 |
* | updated deps | Ben Morrison | 2019-05-25 | 2 | -3/+3 |
* | updated registry library | Ben Morrison | 2019-05-24 | 2 | -3/+3 |
* | checking for X-Forwarded-For header when adding user IP to context | Ben Morrison | 2019-05-24 | 1 | -1/+9 |
* | style changes for index.html template | Ben Morrison | 2019-05-24 | 2 | -14/+23 |
* | removed unnecessary type conversion | Ben Morrison | 2019-05-24 | 1 | -2/+2 |
* | updated deps | Ben Morrison | 2019-05-23 | 1 | -16/+0 |
* | updated deps | Ben Morrison | 2019-05-23 | 2 | -1/+3 |
* | mutex RLock for remoteRegistries on recache/dbpush | Ben Morrison | 2019-05-23 | 1 | -0/+4 |
* | reusing template init func for recache | Ben Morrison | 2019-05-23 | 1 | -6/+2 |
* | caching all static assets | Ben Morrison | 2019-05-23 | 1 | -22/+25 |
* | caching some static assets | Ben Morrison | 2019-05-23 | 3 | -20/+68 |
* | configuration init changes | Ben Morrison | 2019-05-23 | 7 | -132/+101 |
* | index page layout tweaks | Ben Morrison | 2019-05-23 | 2 | -8/+11 |
* | fixed handler tests | Ben Morrison | 2019-05-23 | 1 | -8/+15 |
* | moved test init funcs to init_test, testing POST | Ben Morrison | 2019-05-22 | 3 | -18/+98 |
* | tweaked error handling | Ben Morrison | 2019-05-22 | 2 | -5/+6 |
* | updated deps | Ben Morrison | 2019-05-22 | 2 | -1/+3 |