summaryrefslogtreecommitdiff
path: root/lib/chef/http
Commit message (Expand)AuthorAgeFilesLines
* 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
* Add missing requires to HTTP and HTTP::Simplehttp-simple-requiresdanielsdeleo2014-06-271-1/+2
* Only pass on port in Host header when it is different from default portKlaas Jan Wierenga2014-06-071-1/+9
* added open_timeout to http connectionCam Cope2014-06-051-0/+1
* CHEF-5198: a better fixLamont Granquist2014-04-092-4/+16
* reorder middleware in chef::http::simpleLamont Granquist2014-04-091-7/+4
* Additional debug logs per PR comments.sersut2014-03-271-2/+7
* CHEF-5100:Lamont Granquist2014-03-273-15/+14
* CHEF-5100: reset state for streamed downloadsLamont Granquist2014-03-271-0/+1
* CHEF-5041: check for transfer-encoding headerLamont Granquist2014-03-272-13/+32
* - Adding X-Remote-Request-Id to the set of headers for every request from CCR...PrajaktaPurohit2014-02-071-0/+46
* move text message to exception classLamont Granquist2014-01-271-1/+1
* rename ValidateResponse to ValidateContentLengthLamont Granquist2014-01-271-2/+5
* add real error for bad download sizeClaire McQuin2014-01-231-1/+1
* validate streaming file sizeClaire McQuin2014-01-236-10/+51
* add counting content-length for streaming requestsLamont Granquist2014-01-231-2/+14
* adding validation of content-length fieldLamont Granquist2014-01-231-0/+57
* Always set a correct Host header to avoid net/http bugdanielsdeleo2013-11-261-0/+7
* Update HTTP usage for IPv6 Supportdanielsdeleo2013-11-152-2/+2
* Debug request headersdanielsdeleo2013-10-281-0/+4
* Change content type warning to debugdanielsdeleo2013-10-251-1/+1
* Fix error caused by loading duplicate trusted certsdanielsdeleo2013-10-181-1/+9
* Add a directory where trusted certs can be storeddanielsdeleo2013-10-172-0/+18
* Add API SSL policydanielsdeleo2013-10-161-0/+12
* Extract SSL policy to a DI-able classdanielsdeleo2013-10-162-30/+104
* Return the response body by default if we've read itdanielsdeleo2013-10-161-0/+1