summary refs log tree commit diff stats
Commit message (Collapse)AuthorAgeFilesLines
* 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
|
* updated template and adjusted stylingBen Morrison2019-05-192-14/+19
|
* appveyor removed for nowBen Morrison2019-05-171-20/+0
|
* trying new appveyor confBen Morrison2019-05-171-6/+0
|
* trying new appveyor confBen Morrison2019-05-171-2/+13
|
garam <vc@akkartik.com> 2021-04-15 19:12:07 -0700 committer Kartik K. Agaram <vc@akkartik.com> 2021-04-15 19:12:07 -0700 .' href='/akkartik/mu/commit/shell/parse.mu?h=main&id=d41917290ae8e19bdfa76df15e6ee2f74cf7d970'>d4191729 ^
60ef3caa ^
2e069918 ^


613b1d57 ^






c414b962 ^
2e069918 ^
c414b962 ^

d4191729 ^


60ef3caa ^



0749772b ^


2e069918 ^
1a1a1671 ^

0749772b ^


2e069918 ^
0749772b ^

a1cfadc7 ^
0749772b ^





067fa9c7 ^
0749772b ^
3ce95116 ^
2e069918 ^
1211a47e ^

0f2d0d6a ^
a1cfadc7 ^
0f2d0d6a ^
1211a47e ^


a1cfadc7 ^
1211a47e ^
1a1a1671 ^

1211a47e ^





124be197 ^
03178cde ^
03178cde ^
1211a47e ^

31a31570 ^
6d67e1bf ^




a1cfadc7 ^
31a31570 ^
1211a47e ^
e2ab1b30 ^



a1cfadc7 ^
31a31570 ^
03178cde ^

55cde01e ^













1211a47e ^





6d67e1bf ^




fc951149 ^
1211a47e ^
1211a47e ^
e2ab1b30 ^



a1cfadc7 ^
1211a47e ^
c4f43035 ^
613b1d57 ^
0f2d0d6a ^
613b1d57 ^
































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
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314