summary refs log tree commit diff stats
path: root/svc/handlers.go
Commit message (Expand)AuthorAgeFilesLines
* endpoint for version response v0.4.5Ben Morrison2019-08-281-0/+12
* license notice at top of each fileBen Morrison2019-07-111-0/+19
* mutex and readability cleanupBen Morrison2019-06-131-3/+2
* separate request and message logBen Morrison2019-06-121-10/+4
* 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
* check if behind reverse proxyBen Morrison2019-06-111-1/+1
* merged indexHandler with cssHandler, updated testsBen Morrison2019-06-111-37/+32
* refactored http err handling to combine 3 funcs into 1Ben Morrison2019-06-101-20/+20
* apiEndpointHandler now 404s invalid endpoints, better testing for itBen Morrison2019-06-091-1/+5
* sqlite functionality addedBen Morrison2019-06-081-6/+1
* cleaned up error handlingBen Morrison2019-06-081-4/+1
* database refs and static assets concurrency-safeBen Morrison2019-06-081-23/+34
* deduplicated duplicate deduplication functionsBen Morrison2019-06-061-24/+2
* moved bulk of code to its own package to clean up source treeBen Morrison2019-06-051-0/+228
handler, added remote registry list' href='/gbmor/getwtxt/commit/post.go?h=v0.4.12&id=df1d1efa19aed5bc6553c7c0a0b4b7dfe20e3bd0'>df1d1ef ^
824556a ^
df1d1ef ^


824556a ^

79c5696 ^



c896e6b ^
df1d1ef ^
55c8ffa ^
824556a ^


df1d1ef ^
df1d1ef ^
824556a ^


df1d1ef ^
37142b5 ^
824556a ^
79c5696 ^
824556a ^
df1d1ef ^
824556a ^






df1d1ef ^
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