summaryrefslogtreecommitdiff
path: root/lib/chef/rest.rb
Commit message (Expand)AuthorAgeFilesLines
* Update all auth email address from opscode.com and getchef.com to chef.io.Noah Kantrowitz2016-02-021-4/+4
* Replace all Opscode copyrights with Chef Software.Noah Kantrowitz2016-02-021-1/+1
* Copyright year update for 2016 and massive cleanup.Noah Kantrowitz2016-02-021-1/+1
* add deprecation warningsThom May2016-01-181-0/+2
* Use double quotes by defaultThom May2016-01-141-12/+12
* Unnecessary capitalizationTim Smith2015-10-181-1/+1
* Added versioned Chef Object API support code and repaired Chef::User.create.tylercloke2015-06-051-0/+1
* Extract socketless client and add specsdanielsdeleo2015-04-011-145/+0
* Extract Chef Zero code out to chef zero, re-enable socket listeningdanielsdeleo2015-04-011-26/+4
* Hoist socketless chef-zero support into Chef::HTTPdanielsdeleo2015-04-011-33/+1
* Initial socketless local modedanielsdeleo2015-04-011-1/+199
* CHEF-5100:Lamont Granquist2014-03-271-0/+4
* CHEF-5041: fix middleware orderLamont Granquist2014-03-271-1/+1
* ensure Chef::REST does not modify options in-placeJoseph Anthony Pasquale Holsten2014-02-251-0/+1
* - Adding X-Remote-Request-Id to the set of headers for every request from CCR...PrajaktaPurohit2014-02-071-1/+5
* rename ValidateResponse to ValidateContentLengthLamont Granquist2014-01-271-2/+2
* adding validation of content-length fieldLamont Granquist2014-01-231-0/+2
* add a doc comment on the purpose of raw_http_requestjamesc2013-11-201-0/+3
* raw_http_request was aliased to send_http_request, which is below thejamesc2013-11-171-3/+15
* REST#raw_http_request needs to be public for legacy usedanielsdeleo2013-10-231-0/+2
* Use API SSL policy w/ Chef::RESTdanielsdeleo2013-10-161-0/+5
* Use new Chef::ServerAPI API class in upload/download/diffJohn Keiser2013-10-091-4/+6
* CHEF-4515: upload sometimes inflates JSON. Fix by using true raw version of ...John Keiser2013-10-091-7/+5
* Fix Chef::HTTP dependence on subclass methodsdanielsdeleo2013-10-081-1/+1
* Move streaming requests to generic HTTP classdanielsdeleo2013-10-081-91/+7
* Express stream handling via middlewaresdanielsdeleo2013-10-081-2/+20
* remove duplicate method from subclassdanielsdeleo2013-10-081-8/+0
* Refactor HTTP streaming to reuse base implementationsdanielsdeleo2013-10-081-30/+22
* Remove leftover methods from subclassdanielsdeleo2013-10-081-9/+0
* HTTP client creates request objects.danielsdeleo2013-10-081-0/+19
* Remove references to authenticator from base HTTP classdanielsdeleo2013-10-081-0/+8
* Extract HTTP cookie handling to middlewaredanielsdeleo2013-10-081-1/+3
* Move HTTP components into chef/httpdanielsdeleo2013-10-081-7/+9
* Extract good parts of REST to HTTP base classdanielsdeleo2013-10-081-176/+18
* DRY middleware applicationdanielsdeleo2013-10-081-6/+18
* Add authentication and GZIP headers back to streaming requestsdanielsdeleo2013-10-081-7/+13
* move http authenticator to its own filedanielsdeleo2013-10-081-64/+5
* Extract HTTP authentication to a classdanielsdeleo2013-10-081-38/+82
* move decompressor and model inflator to their own filesdanielsdeleo2013-10-081-127/+13
* extract HTTP response compression to a classdanielsdeleo2013-10-081-68/+103
* Move error message parsing to JSON componentdanielsdeleo2013-10-081-53/+47
* Extract JSON content type handling to a classdanielsdeleo2013-10-081-16/+45
* Normalize whitespace on all filesSeth Vargo2013-09-261-1/+1
* Merge branch 'master' into file-refactorsersut2013-05-311-1/+0
|\
| * CHEF-3535: Do not need all of chef/platformBryan McLellan2013-05-241-1/+0
| * require 'chef/platform' from lib/chef/rest.rbPhil Dibowitz2013-05-241-1/+1
* | Remove binmode property from file / remote_directory resources and always ope...sersut2013-05-301-1/+1
* | Merge branch 'master' into file-refactorsersut2013-05-141-1/+1
|\ \ | |/
| * [CHEF-4157] split Platform to prune dep graphdanielsdeleo2013-05-031-1/+1
* | Merge branch 'master' into file-refactorLamont Granquist2013-03-271-1/+5
|\ \ | |/