summary refs log tree commit diff stats
Commit message (Collapse)AuthorAgeFilesLines
...
* updated depsBen Morrison2019-05-252-3/+3
|
* updated registry libraryBen Morrison2019-05-242-3/+3
|
* checking for X-Forwarded-For header when adding user IP to contextBen Morrison2019-05-241-1/+9
|
* style changes for index.html templateBen Morrison2019-05-242-14/+23
|
* removed unnecessary type conversionBen Morrison2019-05-241-2/+2
|
* updated depsBen Morrison2019-05-231-16/+0
|
* updated depsBen Morrison2019-05-232-1/+3
|
* mutex RLock for remoteRegistries on recache/dbpushBen Morrison2019-05-231-0/+4
|
* reusing template init func for recacheBen Morrison2019-05-231-6/+2
|
* caching all static assetsBen Morrison2019-05-231-22/+25
|
* caching some static assetsBen Morrison2019-05-233-20/+68
|
* configuration init changesBen Morrison2019-05-237-132/+101
|
* index page layout tweaksBen Morrison2019-05-232-8/+11
|
* fixed handler testsBen Morrison2019-05-231-8/+15
|
* moved test init funcs to init_test, testing POSTBen Morrison2019-05-223-18/+98
|
* tweaked error handlingBen Morrison2019-05-222-5/+6
|
* updated depsBen Morrison2019-05-222-1/+3
|
* tuning query handlingBen Morrison2019-05-223-15/+48
|
* updated index templateBen Morrison2019-05-221-5/+5
|
* updated readmeBen Morrison2019-05-221-13/+16
|
* updated readmeBen Morrison2019-05-221-4/+3
|
* tuning query handlingBen Morrison2019-05-225-26/+54
|
* fixed http 400 response and testBen Morrison2019-05-213-14/+9
|
* arg change for log400()Ben Morrison2019-05-211-1/+1
|
* update tasklistBen Morrison2019-05-211-2/+2
|
* runtime bugs re: http400 and database reading on startupBen Morrison2019-05-214-57/+61
|
* runtime bugs related to api outputBen Morrison2019-05-216-7/+14
|
* updated depsBen Morrison2019-05-212-9/+15
|
* race cond in testingBen Morrison2019-05-211-1/+0
|
* testing http related funcsBen Morrison2019-05-211-0/+47
|
* rename closeLog channelBen Morrison2019-05-212-6/+6
|
* missing mutex rlock for confobjBen Morrison2019-05-211-0/+2
|
* review of db functionsBen Morrison2019-05-212-38/+68
|
* updated depsBen Morrison2019-05-212-1/+3
|
* database push/pull functionsBen Morrison2019-05-214-8/+190
|
* added cache update / db push intervals to conf;Ben Morrison2019-05-215-15/+106
| | | | | made confObj concurrency-safe via sync.RWMutex; new config values related to db/cache
* fleshed out POST handler, added remote registry listBen Morrison2019-05-215-16/+80
|
* updated task listBen Morrison2019-05-211-2/+3
|
* updated depsBen Morrison2019-05-212-4/+32
|
* apiEndpointHandler returning all users/statuses/mentions if no query presentBen Morrison2019-05-212-36/+27
|
* apiTagsBaseHandler returning all statuses with '#' - return all statuses ↵Ben Morrison2019-05-201-5/+10
| | | | with tags. will debug later
* removing check for zero bytes written to http.ResponseWriter - handling ↵Ben Morrison2019-05-201-8/+8
| | | | later case-by-case
* updated readmeBen Morrison2019-05-201-8/+22
|
* renamed files for clarityBen Morrison2019-05-204-242/+242
|
* streamlined error handling and misc minor fixesBen Morrison2019-05-203-93/+148
|
* error handling after http.Request.ParseForm()Ben Morrison2019-05-201-2/+7
|
* removing windows builds from travis due to beta statusBen Morrison2019-05-201-1/+0
|
* endpoint query function addedBen Morrison2019-05-206-13/+115
|
* middleware func to attach remote ip to contextBen Morrison2019-05-204-12/+79
|
* updated readmeBen Morrison2019-05-191-0/+6
|