summary refs log tree commit diff stats
path: root/svc
Commit message (Expand)AuthorAgeFilesLines
* fix upgrade process andcreme2019-08-282-30/+30
* endpoint for version response v0.4.5Ben Morrison2019-08-282-1/+13
* license notice at top of each fileBen Morrison2019-07-1120-0/+380
* updated internal functionality for registry v0.4.0 v0.4.4Ben Morrison2019-06-198-20/+20
* changes related to registry-v0.3.0 v0.4.3Ben Morrison2019-06-187-13/+13
* prevent potential ddos via circular registry POST v0.4.2Ben Morrison2019-06-141-1/+6
* on SIGINT, push to DB before shutting downBen Morrison2019-06-132-1/+10
* refactored tls listenerBen Morrison2019-06-131-3/+18
* mutex and readability cleanupBen Morrison2019-06-136-45/+22
* removed mutex from remoteRegistriesBen Morrison2019-06-136-21/+0
* updated cacheUpdate benchBen Morrison2019-06-131-1/+1
* linter warning about func signatureBen Morrison2019-06-131-1/+1
* made svc/ a package instead of a module for ease of developmentBen Morrison2019-06-132-215/+0
* added new options to manualBen Morrison2019-06-121-4/+30
* removed unused func/varBen Morrison2019-06-121-7/+0
* separate request and message logBen Morrison2019-06-125-48/+40
* updated depsBen Morrison2019-06-122-3/+3
* temporarily disabling cacheUpdate testBen Morrison2019-06-121-0/+5
* more context to cacheUpdate test failureBen Morrison2019-06-121-1/+1
* testing simple error log functionBen Morrison2019-06-121-0/+15
* tests for most of query.goBen Morrison2019-06-111-0/+76
* apiPostUser benchmarkBen Morrison2019-06-111-0/+20
* cache.go tests finishedBen Morrison2019-06-112-17/+113
* cleaned up staticHandlerBen Morrison2019-06-111-10/+8
* runtime bugs in staticHandlerBen Morrison2019-06-111-19/+12
* fixed content-typesBen Morrison2019-06-111-2/+2
* added support for TLS and hostname resolutionBen Morrison2019-06-113-7/+40
* check if behind reverse proxyBen Morrison2019-06-114-10/+28
* merged indexHandler with cssHandler, updated testsBen Morrison2019-06-113-43/+38
* push() changes v0.3.3Ben Morrison2019-06-111-3/+0
* updated depsBen Morrison2019-06-112-135/+6
* readability changesBen Morrison2019-06-111-6/+0
* readability changesBen Morrison2019-06-112-32/+21
* moved timed/periodic functions and types to periodic.goBen Morrison2019-06-113-95/+108
* updated cache benchmarksBen Morrison2019-06-111-0/+18
* eliminated confObj.LastCache and confObj.LastPush. Unneeded when using ticker...Ben Morrison2019-06-116-38/+10
* cache and db now use time.Ticker for events. refactored some initialization.Ben Morrison2019-06-115-108/+170
* dbLevel.Push() and dbLevel.Pull() now expecting pointer receiver onlyBen Morrison2019-06-111-2/+2
* dbSqlite.Push() now updating confObj.LastPush; dbSqlite.Push() and dbSqlite.P...Ben Morrison2019-06-111-5/+8
* adding fs sync after db pushBen Morrison2019-06-112-1/+4
* log formatting fixBen Morrison2019-06-101-1/+1
* closing test response bodies & readability improvementsBen Morrison2019-06-101-0/+31
* refactored initConfig()Ben Morrison2019-06-102-70/+42
* changed some log formattingBen Morrison2019-06-103-4/+4
* Start() broken into multiple functionsBen Morrison2019-06-101-19/+30
* refactored http err handling to combine 3 funcs into 1Ben Morrison2019-06-104-102/+46
* updated deps v0.3.1Ben Morrison2019-06-092-4/+133
* handler unit tests finishedBen Morrison2019-06-092-2/+22
* setting version via build flagsBen Morrison2019-06-095-9/+8
* removed redundant codeBen Morrison2019-06-091-39/+9