summaryrefslogtreecommitdiff
path: root/client/httpclient.go
Commit message (Expand)AuthorAgeFilesLines
* Remove deprecated function NewHTTPClientVasilii Iakliushin2022-04-261-10/+0
* Remove `self_signed_cert` optionVasilii Iakliushin2022-04-221-11/+7
* Deprecate self_signed_cert config settingid-deprecate-self-signed-certIgor Drozdov2022-01-121-1/+4
* Merge branch 'fix/name-certificate' into 'main'Igor Drozdov2021-10-121-1/+0
|\
| * refactor: remove call to BuildNameToCertificate (deprecated)feistel2021-09-081-1/+0
* | Only validate SSL cert file exists if a value is suppliedStan Hu2021-09-231-4/+18
|/
* refactor: move away from ioutil (deprecated)feistel2021-08-191-3/+2
* test: move os.stat check before the hcc creationAsh McKenzie2021-08-171-7/+7
* fix: make sure ErrCafileNotFound is returned only when the file doesn't existfeistel2021-08-111-1/+4
* fix: validate client cert paths exist on disk before proceedingfeistel2021-08-111-9/+19
* Fix formatting via make fmtStan Hu2021-07-261-1/+1
* Switch to labkit/log for logging functionalityIgor Drozdov2021-07-221-1/+1
* Add tracing instrumentation to http clientIgor2021-07-201-1/+2
* Update httpclient.go with TLS 1.2 as minimum versionVitor Meireles De Sousa2020-11-171-0/+1
* GitLab API Client support for client certificatesPaul Okstad2020-11-171-14/+67
* Fix gitlab-shell not handling relative URLs over UNIX socketssh-fix-unix-relative-url-accessStan Hu2020-08-201-5/+11
* Generate and log correlation IDsStan Hu2020-07-311-1/+4
* Move gitlabnet client to client packagejc-refactor-gitlabnet-clientJohn Cai2020-05-041-0/+113