summary refs log tree commit diff stats
path: root/query.go
Commit message (Collapse)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 ↵Ben Morrison2019-05-271-2/+2
| | | | account for this
* merging user keyword/url queriesBen Morrison2019-05-271-1/+5
|
* simplified indexHandler to reference staticCacheBen Morrison2019-05-261-0/+4
| | | | sending ETag with all GET responses: sha256 of raw bytes
* 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
s='oid'>f027adc0 ^
5c210a96 ^

3de15ddd ^

fb275079 ^

5c210a96 ^
3d566884 ^
e30d16cb ^
621a1a39 ^
9bc5d95c ^
c44b726e ^
465bff73 ^




f8e96a97 ^

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