about 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
mmitter Kartik K. Agaram <vc@akkartik.com> 2015-04-20 17:35:32 -0700 1114 - more primitives for managing the cursor' href='/akkartik/mu/commit/cpp/console.mu?h=hlt&id=12d73ee8db0f6748fabf65f4d0789c79f76c8d1f'>12d73ee8 ^
6a0f71b9 ^
0012c703 ^
6a0f71b9 ^
0012c703 ^
6a0f71b9 ^
0012c703 ^
6a0f71b9 ^
0012c703 ^
6a0f71b9 ^
290fe117 ^
54d48b25 ^
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