summaryrefslogtreecommitdiff
path: root/lib/chef/http.rb
Commit message (Expand)AuthorAgeFilesLines
* Use net/http and openssl instead of net/httpshttpsTim Smith2020-08-121-1/+2
* clean up some weird looking conditionals in the retry logiclcg/fix-protocol-negotiationLamont Granquist2020-07-281-5/+5
* Fix protocol negotiation for unversioned objectsLamont Granquist2020-07-281-8/+4
* Fix NoMethodError when server returns a 406.Pete Higgins2020-07-271-2/+5
* Fix more typosTim Smith2020-06-231-1/+1
* Use .match? not =~ when match values aren't necessaryTim Smith2020-06-111-1/+1
* Update to ssl_verify_mode on remote_filePhil Dibowitz2020-05-271-1/+15
* Merge pull request #9833 from jaymzh/remote_file_sslTim Smith2020-05-271-1/+2
|\
| * Add ssl_verify option for remote_filePhil Dibowitz2020-05-181-1/+2
* | Get lib/ free of spelling violations.Pete Higgins2020-05-181-1/+1
|/
* Remove copyright dateslcg/remove-copyright-datesLamont Granquist2020-04-131-1/+1
* Add chef-utils gem with various recipe DSL helpersLamont Granquist2019-11-081-1/+1
* Style/SymbolProcLamont Granquist2019-07-051-1/+1
* Style/ClassCheckLamont Granquist2019-07-051-15/+15
* Style/RegexpLiteralLamont Granquist2019-07-051-1/+1
* Style/SymbolArrayLamont Granquist2019-07-021-1/+1
* fix Layout/EmptyLineAfterGuardClauseLamont Granquist2019-07-021-0/+5
* This hits the ones that are most frequently required.lcg/require-idempotencyLamont Granquist2019-05-201-2/+2
* Convert require to require_relativeLamont Granquist2019-05-081-6/+6
* change HTTPServerException to HTTPClientException for ruby 2.6Lamont Granquist2019-01-031-3/+3
* Fix a yard syntax errorTim Smith2018-08-231-1/+1
* Merge pull request #7006 from bugok/http_auth_header2Lamont Granquist2018-04-021-1/+13
|\
| * Stripping 'Authorization' header upon redirects (second try)Noam Lerner2018-03-211-1/+13
* | mechanical conversion of most debug log statements to traceThom May2018-03-261-9/+9
|/
* Revert "Stripping out Authorization header on redirect to a different host"Tim Smith2018-03-161-3/+1
* Stripping out Authorization header on redirect to a different hostNoam Lerner2018-03-141-1/+3
* speed up http func testslcg/speed-up-http-func-testsLamont Granquist2018-01-231-1/+1
* allow injecting tempfiles into Chef::HTTPlcg/chef-http-inject-tempfileLamont Granquist2017-12-191-10/+10
* remove retry delays on protocol negotiationlcg/versioned-postsLamont Granquist2017-07-201-3/+0
* fix retries on JSON POST requests when negotiating protocol versionLamont Granquist2017-07-201-7/+9
* Retry API requests if using an unsupported versiontm/retryable_apiThom May2017-03-291-0/+39
* Fix a few bad copyrightsTim Smith2016-10-201-1/+1
* Rebuild HTTP headers on each retried requestShane da Silva2016-10-151-3/+2
* rearrange private/public add @api privateLamont Granquist2016-08-181-11/+25
* add an @api private commentLamont Granquist2016-08-181-0/+1
* stray Lint/UselessAccessModifierlcg/more-more-copsLamont Granquist2016-08-171-2/+0
* fix Style/BlockDelimiters, Style/MultilineBlockLayout and 0.42.0 engine upgradeLamont Granquist2016-08-171-2/+0
* Update to latest chefstyleJohn Keiser2016-08-171-2/+0
* test Chef::HTTP and tweak cacheLamont Granquist2016-08-111-2/+6
* cache correctlyLamont Granquist2016-08-091-3/+2
* make keepalives entirely optionalLamont Granquist2016-08-091-21/+32
* per-host/port cache of BasicClientLamont Granquist2016-08-091-1/+5
* memoize the BasicClientLamont Granquist2016-08-091-13/+16
* Remove deprecated Thread.exclusive around require call.Marin Jankovski2016-06-291-5/+5
* Merge pull request #4658 from chef/tm/remote_file_download_progress11.9Thom May2016-03-151-1/+31
|\
| * Enable progress output to be configuredtm/remote_file_download_progressThom May2016-03-041-6/+2
| * Merge branch 'remote-file-download-progress' of https://github.com/brandocorp...Thom May2016-03-031-1/+35
| |\
| | * fix broken specsBrandon Raabe2015-03-211-1/+1
| | * new doc formatter event, remove progress barBrandon Raabe2015-03-201-77/+32
| | * pass resource as an option to allow access to resource eventsBrandon Raabe2015-03-181-8/+20