Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | updating module to live at sourcehut | Ben Morrison | 2020-06-20 | 1 | -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.11 | Ben Morrison | 2020-03-16 | 1 | -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 Morrison | 2019-12-19 | 1 | -0/+6 |
| | |||||
* | license notice at top of each file | Ben Morrison | 2019-07-11 | 1 | -0/+19 |
| | |||||
* | mutex and readability cleanup | Ben Morrison | 2019-06-13 | 1 | -5/+1 |
| | |||||
* | compositeStatusQuery() - executing queries concurrently | Ben Morrison | 2019-06-08 | 1 | -7/+25 |
| | |||||
* | cleaned up error handling | Ben Morrison | 2019-06-08 | 1 | -3/+1 |
| | |||||
* | deduplicated duplicate deduplication functions | Ben Morrison | 2019-06-06 | 1 | -16/+16 |
| | |||||
* | moved bulk of code to its own package to clean up source tree | Ben Morrison | 2019-06-05 | 1 | -0/+146 |