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
48 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191 192 193 194 195 196 197 198 199 200 201 202 203 204 205 206 207 208 209 210 211 212 213 214 215 216 217 218 219