summary refs log tree commit diff stats
Commit message (Expand)AuthorAgeFilesLines
* notice on uninstall that the database remains on diskBen Morrison2020-03-161-0/+2
* no need for static builds right nowBen Morrison2020-03-161-1/+1
* removed experimental host matching and tls supportBen Morrison2020-03-164-82/+9
* building on newer linux imageBen Morrison2020-02-101-1/+1
* updated dependenciesBen Morrison2020-02-102-69/+29
* version bump for getwtxt/registry dep v0.4.10Ben Morrison2020-02-072-1/+3
* leaving db intact on uninstall v0.4.9Ben Morrison2019-12-201-1/+4
* minor stylistic change in notesBen Morrison2019-12-191-1/+1
* 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
* added testdata/twtxt.txt for tests to run againstBen Morrison2019-12-191-0/+27
* truncating etag v0.4.8Ben Morrison2019-12-191-2/+4
* minor refactor of apiEndpointHandler():Ben Morrison2019-12-191-8/+5
* including go1.13 in travis confBen Morrison2019-12-191-0/+1
* 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
* updated default logfile paths v0.4.7Ben Morrison2019-09-191-2/+2
* Merge branch 'envs-net-patch-upgrade' v0.4.6Ben Morrison2019-08-286-69/+69
|\
| * fix upgrade process andcreme2019-08-286-69/+69
|/
* upgrading notesBen Morrison2019-08-281-6/+33
* endpoint for version response v0.4.5Ben Morrison2019-08-283-20/+43
* added public instance envs.netBen Morrison2019-08-281-1/+5
* added link in notes to twtxt-on-herokuBen Morrison2019-08-271-0/+2
* license notice at top of each fileBen Morrison2019-07-1121-0/+399
* updated install instructionsBen Morrison2019-06-281-6/+1
* updated internal functionality for registry v0.4.0 v0.4.4Ben Morrison2019-06-198-20/+20
* updated deps for registry v0.4.0Ben Morrison2019-06-192-6/+6
* changes related to registry-v0.3.0 v0.4.3Ben Morrison2019-06-189-22/+22
* updated travis for recursive testsBen Morrison2019-06-141-5/+2
* prevent potential ddos via circular registry POST v0.4.2Ben Morrison2019-06-141-1/+6
* updated config comments, format of makefileBen Morrison2019-06-142-10/+11
* 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
* moved config warning end-boxBen Morrison2019-06-131-6/+6
* removed mutex from remoteRegistriesBen Morrison2019-06-136-21/+0
* updated cacheUpdate benchBen Morrison2019-06-131-1/+1
* updated deps to use registry v0.2.4Ben Morrison2019-06-132-9/+9
* linter warning about func signatureBen Morrison2019-06-131-1/+1
* made svc/ a package instead of a module for ease of developmentBen Morrison2019-06-134-218/+21
* bug in makefile fixed v0.4.1Ben Morrison2019-06-121-1/+1
* updated depsBen Morrison2019-06-122-3/+3
* added new options to manualBen Morrison2019-06-121-4/+30
* updated makefile with new logs directoryBen Morrison2019-06-121-1/+2
* updated depsBen Morrison2019-06-122-8/+3
* Merge pull request #8 from getwtxt/multiple-logfilesBen Morrison2019-06-127-58/+46
|\
| * removed unused func/varBen Morrison2019-06-121-7/+0
Agaram <vc@akkartik.com> 2021-03-23 17:31:08 -0700 .' href='/akkartik/mu/commit/html/121new-stream.subx.html?h=hlt&id=3350c34a74844e21ea69077e01efff3bae64bdcd'>3350c34a ^
9a777801 ^










5396e24c ^
































































96a6bac5 ^



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
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187