summaryrefslogtreecommitdiff
path: root/lib/chef/http.rb
Commit message (Expand)AuthorAgeFilesLines
* 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
| | * add progress interval, add ProgressBar classBrandon Raabe2015-03-151-2/+64
| | * read content length from the response and use to show overall statusBrandon Raabe2015-03-151-1/+4
* | | chefstyle Style/AndOr fixesLamont Granquist2016-03-141-1/+1
* | | add some @yield docsLamont Granquist2016-03-041-0/+3
* | | remove unused block argumentslcg/chefstyle-perfLamont Granquist2016-02-231-1/+1
|/ /
* | Make sure that we have a valid object before calling close!drag00n2016-02-161-1/+1
* | pull rubocop 0.37.2 into chefstyleLamont Granquist2016-02-121-1/+1
* | autofixing whitespace copsLamont Granquist2016-02-051-16/+13
* | Update all auth email address from opscode.com and getchef.com to chef.io.Noah Kantrowitz2016-02-021-5/+5
* | Copyright year update for 2016 and massive cleanup.Noah Kantrowitz2016-02-021-1/+1
* | Use double quotes by defaultThom May2016-01-141-12/+12
* | chefstyle: fix Lint/StringConversionInInterpolationLamont Granquist2016-01-121-1/+1
* | expose HTTP optionstm/fix_reg_tests_2Thom May2015-12-091-0/+2
* | Merge pull request #4130 from chef/lcg/lazy-socketless-requireLamont Granquist2015-11-041-2/+9
|\ \
| * | thread-safe performant lazy requirelcg/lazy-socketless-requireLamont Granquist2015-11-041-1/+5
| * | add more verbose info/clarity to comment blockLamont Granquist2015-11-041-2/+3
| * | lazy the socketless require in Chef::HTTPLamont Granquist2015-11-041-2/+4
* | | Add connection resets to HTTP retry casesdanielsdeleo2015-11-041-1/+1
* | | Skip retries of certificate verification failuresdanielsdeleo2015-11-041-1/+1
* | | Re-raise SSL errors after retry w/ correct classdanielsdeleo2015-11-041-2/+2
* | | Add in retry for possible transient SSL errorsglasschef2015-11-041-0/+7
|/ /
* | Add --no-listen option to disable zero binding to portdanielsdeleo2015-04-011-0/+1
* | Extract Chef Zero code out to chef zero, re-enable socket listeningdanielsdeleo2015-04-011-1/+1
* | Hoist socketless chef-zero support into Chef::HTTPdanielsdeleo2015-04-011-2/+11
|/
* Fix. Make sure that scheme part of the URI is treated in a case-insensitive m...Krzysztof Wilczynski2014-12-291-1/+1
* Remove 1.8 and 1.9 specific monkey patchesdanielsdeleo2014-11-261-1/+0
* Merge pull request #1827 from svanharmelen/fix-redirect-bugSerdar Sutay2014-10-101-1/+1
|\
| * Updated the code after discussing with @btm, @lamont-granquist and @danielsd...Sander van Harmelen2014-09-091-4/+1
| * Fix a bug when receiving a relative redirect locationSander van Harmelen2014-08-191-0/+3
* | read http_retry_count from chef config in the spec; add HTTP error code in th...Hui Hu2014-09-041-1/+1
* | retry on HTTP 50X Error when calling Chef REST APIHui Hu2014-08-251-12/+19