summaryrefslogtreecommitdiff
path: root/lib/chef/http/authenticator.rb
Commit message (Expand)AuthorAgeFilesLines
* Remove copyright dateslcg/remove-copyright-datesLamont Granquist2020-04-131-1/+1
* This hits the ones that are most frequently required.lcg/require-idempotencyLamont Granquist2019-05-201-1/+1
* Convert require to require_relativeLamont Granquist2019-05-081-2/+2
* fix Style/MutableConstantLamont Granquist2018-07-021-1/+1
* fix Style/HashSyntaxLamont Granquist2018-07-021-5/+5
* Feed the Rubocop.Noah Kantrowitz2018-05-311-1/+1
* Add support for signing requests using ssh-agent.Noah Kantrowitz2018-05-301-3/+6
* Retry API requests if using an unsupported versiontm/retryable_apiThom May2017-03-291-6/+15
* Autofixing new Perf cops in 0.37.2Lamont Granquist2016-02-231-1/+1
* auto fixing some rubocopsLamont Granquist2016-02-091-2/+2
* autofixing whitespace copsLamont Granquist2016-02-051-4/+4
* Update all auth email address from opscode.com and getchef.com to chef.io.Noah Kantrowitz2016-02-021-1/+1
* Replace all Opscode copyrights with Chef Software.Noah Kantrowitz2016-02-021-1/+1
* Copyright year update for 2016 and massive cleanup.Noah Kantrowitz2016-02-021-1/+1
* Pass headers to mixlib-authenticationJay Mundrawala2016-01-251-4/+9
* Use double quotes by defaultThom May2016-01-141-4/+4
* Use version 1 as the default API version if not specified.tylercloke2015-06-051-1/+1
* Added versioned Chef Object API support code and repaired Chef::User.create.tylercloke2015-06-051-2/+7
* Implemented X-Ops-Server-API-Version in Chef requests.tylercloke2015-05-041-0/+3
* validate streaming file sizeClaire McQuin2014-01-231-0/+4
* Express stream handling via middlewaresdanielsdeleo2013-10-081-0/+4
* Move HTTP components into chef/httpdanielsdeleo2013-10-081-0/+85