summaryrefslogtreecommitdiff
path: root/lib/chef/http.rb
Commit message (Expand)AuthorAgeFilesLines
* 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
* | Revert "add retries in additional cases"Lamont Granquist2014-08-231-19/+5
* | add retries in additional casesLamont Granquist2014-08-231-5/+19
|/
* Add missing requires to HTTP and HTTP::Simplehttp-simple-requiresdanielsdeleo2014-06-271-0/+2
* Merge pull request #1396 from svanharmelen/CHEF-5261Claire McQuin2014-06-091-1/+4
|\
| * COOK-5261 Added some formatting to prevent malformed URLsSander van Harmelen2014-05-131-1/+4
* | CHEF-5198: a better fixLamont Granquist2014-04-091-9/+7
|/
* CHEF-5100:Lamont Granquist2014-03-271-4/+0
* CHEF-5041: check for transfer-encoding headerLamont Granquist2014-03-271-0/+3
* validate streaming file sizeClaire McQuin2014-01-231-8/+18
* Support HTTP req to base URL without adding a slashdanielsdeleo2013-10-161-0/+2
* Return the response body by default if we've read itdanielsdeleo2013-10-161-1/+3
* Use new Chef::ServerAPI API class in upload/download/diffJohn Keiser2013-10-091-8/+11
* Fix Chef::HTTP dependence on subclass methodsdanielsdeleo2013-10-081-11/+11
* Move streaming requests to generic HTTP classdanielsdeleo2013-10-081-12/+99
* Refactor HTTP streaming to reuse base implementationsdanielsdeleo2013-10-081-5/+10
* HTTP client creates request objects.danielsdeleo2013-10-081-17/+21
* Remove references to authenticator from base HTTP classdanielsdeleo2013-10-081-6/+2
* Top-level HTTP object doens't deal with cookies nowdanielsdeleo2013-10-081-2/+1
* Move HTTP components into chef/httpdanielsdeleo2013-10-081-0/+288