summary refs log tree commit diff stats
path: root/query.go
Commit message (Expand)AuthorAgeFilesLines
* ?page=N query addedBen Morrison2019-06-031-17/+41
* bugfix: errors logged as strings (prev. bytes)Ben Morrison2019-05-311-1/+1
* parseQueryOut() no longer adds newline to last element, test updated to accou...Ben Morrison2019-05-271-2/+2
* merging user keyword/url queriesBen Morrison2019-05-271-1/+5
* simplified indexHandler to reference staticCacheBen Morrison2019-05-261-0/+4
* tweaked error handlingBen Morrison2019-05-221-4/+1
* tuning query handlingBen Morrison2019-05-221-5/+28
* tuning query handlingBen Morrison2019-05-221-5/+9
* streamlined error handling and misc minor fixesBen Morrison2019-05-201-18/+25
* endpoint query function addedBen Morrison2019-05-201-0/+83
title='Blame the previous revision' href='/acidbong/suckless/dwm/blame/Makefile?h=master&id=605630c14522759a0a7521d3d74ee2340591147f'>^
650a1fb ^
dbf7e03 ^



1076f2b



5d3fd37 ^

a2d56f6 ^
99b126d ^

1076f2b
650a1fb ^
1076f2b
8b59083 ^
1076f2b

4d55eee ^
db876f9 ^
dbf7e03 ^

4d55eee ^






dbf7e03 ^

4d55eee ^
dbf7e03 ^
4d55eee ^


dbf7e03 ^
4d55eee ^

dbf7e03 ^

4d55eee ^



dc5c070 ^

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