Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | updated readme | Ben Morrison | 2019-05-22 | 1 | -4/+3 |
* | tuning query handling | Ben Morrison | 2019-05-22 | 5 | -26/+54 |
* | fixed http 400 response and test | Ben Morrison | 2019-05-21 | 3 | -14/+9 |
* | arg change for log400() | Ben Morrison | 2019-05-21 | 1 | -1/+1 |
* | update tasklist | Ben Morrison | 2019-05-21 | 1 | -2/+2 |
* | runtime bugs re: http400 and database reading on startup | Ben Morrison | 2019-05-21 | 4 | -57/+61 |
* | runtime bugs related to api output | Ben Morrison | 2019-05-21 | 6 | -7/+14 |
* | updated deps | Ben Morrison | 2019-05-21 | 2 | -9/+15 |
* | race cond in testing | Ben Morrison | 2019-05-21 | 1 | -1/+0 |
* | testing http related funcs | Ben Morrison | 2019-05-21 | 1 | -0/+47 |
* | rename closeLog channel | Ben Morrison | 2019-05-21 | 2 | -6/+6 |
* | missing mutex rlock for confobj | Ben Morrison | 2019-05-21 | 1 | -0/+2 |
* | review of db functions | Ben Morrison | 2019-05-21 | 2 | -38/+68 |
* | updated deps | Ben Morrison | 2019-05-21 | 2 | -1/+3 |
* | database push/pull functions | Ben Morrison | 2019-05-21 | 4 | -8/+190 |
* | added cache update / db push intervals to conf; | Ben Morrison | 2019-05-21 | 5 | -15/+106 |
* | fleshed out POST handler, added remote registry list | Ben Morrison | 2019-05-21 | 5 | -16/+80 |
* | updated task list | Ben Morrison | 2019-05-21 | 1 | -2/+3 |
* | updated deps | Ben Morrison | 2019-05-21 | 2 | -4/+32 |
* | apiEndpointHandler returning all users/statuses/mentions if no query present | Ben Morrison | 2019-05-21 | 2 | -36/+27 |
* | apiTagsBaseHandler returning all statuses with '#' - return all statuses with... | Ben Morrison | 2019-05-20 | 1 | -5/+10 |
* | removing check for zero bytes written to http.ResponseWriter - handling later... | Ben Morrison | 2019-05-20 | 1 | -8/+8 |
* | updated readme | Ben Morrison | 2019-05-20 | 1 | -8/+22 |
* | renamed files for clarity | Ben Morrison | 2019-05-20 | 4 | -242/+242 |
* | streamlined error handling and misc minor fixes | Ben Morrison | 2019-05-20 | 3 | -93/+148 |
* | error handling after http.Request.ParseForm() | Ben Morrison | 2019-05-20 | 1 | -2/+7 |
* | removing windows builds from travis due to beta status | Ben Morrison | 2019-05-20 | 1 | -1/+0 |
* | endpoint query function added | Ben Morrison | 2019-05-20 | 6 | -13/+115 |
* | middleware func to attach remote ip to context | Ben Morrison | 2019-05-20 | 4 | -12/+79 |
* | updated readme | Ben Morrison | 2019-05-19 | 1 | -0/+6 |
* | updated template and adjusted styling | Ben Morrison | 2019-05-19 | 2 | -14/+19 |
* | appveyor removed for now | Ben Morrison | 2019-05-17 | 1 | -20/+0 |
* | trying new appveyor conf | Ben Morrison | 2019-05-17 | 1 | -6/+0 |
* | trying new appveyor conf | Ben Morrison | 2019-05-17 | 1 | -2/+13 |
* | adding appveyor for windows CI | Ben Morrison | 2019-05-17 | 1 | -3/+1 |
* | adding appveyor for windows CI | Ben Morrison | 2019-05-17 | 1 | -2/+1 |
* | adding appveyor for windows CI | Ben Morrison | 2019-05-17 | 1 | -1/+0 |
* | adding appveyor for windows CI | Ben Morrison | 2019-05-17 | 1 | -0/+19 |
* | allowing underscore and hyphen in users/tags | Ben Morrison | 2019-05-14 | 1 | -2/+2 |
* | rewrote travis config | Ben Morrison | 2019-05-14 | 1 | -7/+6 |
* | rewrote travis config | Ben Morrison | 2019-05-14 | 1 | -1/+2 |
* | rewrote travis config | Ben Morrison | 2019-05-14 | 1 | -9/+9 |
* | expanded travis config | Ben Morrison | 2019-05-14 | 1 | -0/+7 |
* | updated travis build badge | Ben Morrison | 2019-05-14 | 1 | -1/+1 |
* | moved registry library to separate repo | Ben Morrison | 2019-05-14 | 6 | -890/+0 |
* | ignoring local assets | Ben Morrison | 2019-05-14 | 1 | -0/+1 |
* | initialized new go module for registry library | Ben Morrison | 2019-05-14 | 6 | -3/+685 |
* | fleshing out Indexer interface | Ben Morrison | 2019-05-14 | 3 | -20/+46 |
* | exported Data struct fields | Ben Morrison | 2019-05-14 | 3 | -12/+15 |
* | moved query functions to own file, made SortByTime query-agnostic | Ben Morrison | 2019-05-14 | 3 | -92/+98 |