summaryrefslogtreecommitdiff
path: root/lib/chef/http
Commit message (Expand)AuthorAgeFilesLines
* fix Style/BlockDelimiters, Style/MultilineBlockLayout and 0.42.0 engine upgradeLamont Granquist2016-08-171-2/+2
* auotfixing Style/SpaceAfterSemicolon copLamont Granquist2016-08-161-1/+1
* specs and lazying net-http client buildingLamont Granquist2016-08-111-1/+4
* make keepalives entirely optionalLamont Granquist2016-08-091-1/+7
* use Net::HTTP.startLamont Granquist2016-08-091-1/+1
* update to latest chefstyle - fix casecmptm/fix_casecmpThom May2016-04-201-2/+2
* Update config specSalim Alam2016-03-211-0/+1
* Override no_proxy with internal matcherSalim Alam2016-03-211-1/+6
* - Restore previous behavior where we use the user/pass from the URI, if present.nls/proxy-cleanupChris Doherty2016-03-171-3/+11
* Make handling of proxies more consistentNathan L Smith2016-03-171-39/+5
* Merge pull request #4707 from chef/lcg/useless-assignmentLamont Granquist2016-03-151-1/+0
|\
| * fix some UselessAssignment caseslcg/useless-assignmentLamont Granquist2016-03-141-1/+0
* | manual fixing for raise unlessLamont Granquist2016-03-141-1/+2
* | chefstyle Style/AndOr fixesLamont Granquist2016-03-142-2/+2
|/
* s/escape_glob/escape_glob_dir/lcg/fix-escape-globLamont Granquist2016-03-101-1/+1
* Merge pull request #4617 from chef/lcg/chefstyle-perfLamont Granquist2016-03-044-5/+6
|\
| * add some @yield docsLamont Granquist2016-03-041-0/+1
| * remove unused block argumentslcg/chefstyle-perfLamont Granquist2016-02-231-1/+1
| * Autofixing new Perf cops in 0.37.2Lamont Granquist2016-02-234-4/+4
* | Split the negative check to its own log message.Noah Kantrowitz2016-02-291-1/+6
* | Handle negative content length headers too.Noah Kantrowitz2016-02-291-1/+1
|/
* convert MultilineOperationIndentation style to "indented"Lamont Granquist2016-02-121-1/+1
* pull rubocop 0.37.2 into chefstyleLamont Granquist2016-02-121-1/+1
* auto fixing some rubocopsLamont Granquist2016-02-093-5/+5
* autofixing whitespace copsLamont Granquist2016-02-0512-40/+36
* Update all auth email address from opscode.com and getchef.com to chef.io.Noah Kantrowitz2016-02-0213-35/+35
* Replace all Opscode copyrights with Chef Software.Noah Kantrowitz2016-02-0211-11/+11
* Copyright year update for 2016 and massive cleanup.Noah Kantrowitz2016-02-0216-17/+17
* Pass headers to mixlib-authenticationJay Mundrawala2016-01-251-4/+9
* Autofixing Style/PercentLiteralDelimeterslcg/percentliteraldelimetersLamont Granquist2016-01-181-1/+1
* Use double quotes by defaultThom May2016-01-1416-111/+111
* really fix copslcg/really-fix-copsLamont Granquist2016-01-121-14/+14
* chefstyle: fix Lint/StringConversionInInterpolationLamont Granquist2016-01-121-1/+1
* Convert all uses of Chef::REST to Chef::ServerAPItm/no_more_restThom May2016-01-112-0/+61
* Capitalize sentencesTim Smith2015-10-181-2/+2
* Update the URL in user agent string12.5.0.current.0danielsdeleo2015-07-161-1/+1
* 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
* Check if proxy env_var is emptyJon Morrow2015-05-061-6/+10
* Implemented X-Ops-Server-API-Version in Chef requests.tylercloke2015-05-041-0/+3
* use validate_utf8=false option to json encoder for nodeLamont Granquist2015-05-041-1/+6
* Fixes 2140 - Honor Proxy from EnvJon Morrow2015-04-141-4/+21
* Test base HTTP client behaviors for chefzero URL casedanielsdeleo2015-04-011-0/+2
* Extract socketless client and add specsdanielsdeleo2015-04-011-0/+205
* Escape path for globbing.Claire McQuin2014-09-221-1/+2
* Print out request and response body on non-2xx responsejk/http-error-logJohn Keiser2014-09-071-0/+14
* response.body may be nilLamont Granquist2014-08-221-2/+7
* remove some uses of from_jsonLamont Granquist2014-08-121-1/+1
* Allow requests to opt-out from JSON encoding the bodydanielsdeleo2014-07-301-1/+12
* Add url scheme to proxy, if not present.Claire McQuin2014-07-091-1/+7