about summary refs log tree commit diff stats
path: root/svc/query.go
Commit message (Collapse)AuthorAgeFilesLines
* updating module to live at sourcehutBen Morrison2020-06-201-2/+2
| | | | | | Also moving the 'registry' library into this repo, rather than maintaining them separately. It will still be decoupled, just live in this repository.
* eliminated panic when serving requests from empty registry v0.4.11Ben Morrison2020-03-161-1/+1
| | | | | | | | | | | when generating an etag from a query that returns no results, indexing into the byte slice caused that thread to panic. now checking for a nil byte slice or a small byte slice in handlers.go:46:getEtag() on nil byte slice, return empty string for etag. on small byte slice, don't truncate it, but return the whole thing.
* some functions were missing comments. added those in where needed.Ben Morrison2019-12-191-0/+6
|
* license notice at top of each fileBen Morrison2019-07-111-0/+19
|
* mutex and readability cleanupBen Morrison2019-06-131-5/+1
|
* compositeStatusQuery() - executing queries concurrentlyBen Morrison2019-06-081-7/+25
|
* cleaned up error handlingBen Morrison2019-06-081-3/+1
|
* deduplicated duplicate deduplication functionsBen Morrison2019-06-061-16/+16
|
* moved bulk of code to its own package to clean up source treeBen Morrison2019-06-051-0/+146