summary refs log tree commit diff stats
path: root/svc
Commit message (Expand)AuthorAgeFilesLines
* some functions were missing comments. added those in where needed.Ben Morrison2019-12-197-0/+34
* decoupled tests from personal twtxt.txtBen Morrison2019-12-195-25/+25
* truncating etag v0.4.8Ben Morrison2019-12-191-2/+4
* minor refactor of apiEndpointHandler():Ben Morrison2019-12-191-8/+5
* refactored servStatic() to eliminate early returnBen Morrison2019-12-181-8/+13
* reduced size of hash for etag to 32bitsBen Morrison2019-12-181-2/+2
* switched etags to use fnv hashBen Morrison2019-12-121-10/+14
* tick.exit channels now using struct{} instead of boolBen Morrison2019-12-081-4/+4
* closeLog channel now accepts struct{} instead of boolBen Morrison2019-12-083-4/+4
* 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
fd8a5d86ae0070e24775251b1'>^
fe179145 ^
5822dff7 ^
9506fb8e ^
fae694a0 ^
fe179145 ^
fae694a0 ^
fe179145 ^

fae694a0 ^


fe179145 ^
fae694a0 ^
9506fb8e ^

f6f26231 ^
4c05e43d ^
f6f26231 ^







9506fb8e ^
fae694a0 ^

f6f26231 ^










4c05e43d ^

fae694a0 ^

fe179145 ^
5822dff7 ^

fe179145 ^
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105