summary refs log tree commit diff stats
Commit message (Expand)AuthorAgeFilesLines
* 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
* 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 with...Ben Morrison2019-05-201-5/+10
* removing check for zero bytes written to http.ResponseWriter - handling later...Ben Morrison2019-05-201-8/+8
* 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
* adding appveyor for windows CIBen Morrison2019-05-171-3/+1
* adding appveyor for windows CIBen Morrison2019-05-171-2/+1
* adding appveyor for windows CIBen Morrison2019-05-171-1/+0
* adding appveyor for windows CIBen Morrison2019-05-171-0/+19
* allowing underscore and hyphen in users/tagsBen Morrison2019-05-141-2/+2
* rewrote travis configBen Morrison2019-05-141-7/+6
* rewrote travis configBen Morrison2019-05-141-1/+2
* rewrote travis configBen Morrison2019-05-141-9/+9
* expanded travis configBen Morrison2019-05-141-0/+7
* updated travis build badgeBen Morrison2019-05-141-1/+1
* moved registry library to separate repoBen Morrison2019-05-146-890/+0
* ignoring local assetsBen Morrison2019-05-141-0/+1
* initialized new go module for registry libraryBen Morrison2019-05-146-3/+685
* fleshing out Indexer interfaceBen Morrison2019-05-143-20/+46
* exported Data struct fieldsBen Morrison2019-05-143-12/+15
en Morrison <ben@gbmor.dev> 2019-05-14 20:53:40 -0400 allowing underscore and hyphen in users/tags' href='/gbmor/getwtxt/commit/main.go?h=v0.4.11&id=dfab6f205088e50bab66485359e9d9c85777a221'>dfab6f2 ^
d2680fb ^
d2680fb ^
efa99ed ^
37bf8b0 ^













d437b89 ^
d2680fb ^


efa99ed ^
711012e ^
dfab6f2 ^
d2680fb ^

fb63b07 ^
cd635e6 ^


711012e ^
bd5e602 ^

c87acad ^
747f4fb ^
06cffd8 ^
c87acad ^


893123c ^
bd23ef0 ^
c87acad ^



bd5e602 ^
d083ce6 ^
893123c ^
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