summary refs log tree commit diff stats
path: root/svc/post.go
Commit message (Collapse)AuthorAgeFilesLines
* license notice at top of each fileBen Morrison2019-07-111-0/+19
|
* updated internal functionality for registry v0.4.0 v0.4.4Ben Morrison2019-06-191-2/+2
|
* changes related to registry-v0.3.0 v0.4.3Ben Morrison2019-06-181-1/+1
|
* prevent potential ddos via circular registry POST v0.4.2Ben Morrison2019-06-141-1/+6
|
* removed mutex from remoteRegistriesBen Morrison2019-06-131-2/+0
| | | | | slices are safe to use concurrently already. leaving as a struct for possible expansion later.
* refactored http err handling to combine 3 funcs into 1Ben Morrison2019-06-101-18/+22
|
* cleaned up error handlingBen Morrison2019-06-081-7/+2
|
* moved bulk of code to its own package to clean up source treeBen Morrison2019-06-051-0/+65