summaryrefslogtreecommitdiffstats
path: root/spec/unit/network
Commit message (Expand)AuthorAgeFilesLines
* [#3804] Fixed one failing spec for RackRESTNick Lewis2010-02-171-2/+2
* Feature #2935 Puppet::Mode#master?Jesse Wolfe2010-02-171-4/+4
* Fix #3408 - enable puppetd http compressionBrice Figureau2010-02-171-0/+199
* Add master side file content streamingBrice Figureau2010-02-173-0/+90
* Adding #3518 - basic dot format supportLuke Kanies2010-02-171-0/+10
* Partial fix to #2837 - changed warning message to debugJames Turnbull2010-02-171-2/+3
* REST: hide Request objectJesse Wolfe2010-02-171-1/+1
* Feature #3383 RAL over RESTJesse Wolfe2010-02-171-0/+1
* Fix tests on #3347Jesse Wolfe2010-02-171-110/+0
* Feature #3347 REST-ified FileBucketJesse Wolfe2010-02-172-8/+99
* Feature #3115 REST-ified status()Jesse Wolfe2010-02-171-0/+1
* Adding filename extension support to formats.Luke Kanies2010-02-173-0/+20
* Fix #1842 Net::HTTP#enable_post_connection_check doesn't work anymoreJesse Wolfe2010-01-301-17/+9
* Fix for #2967 (RFC-1123 problem and regression on wildcarded domains)Markus Roberts2009-12-241-0/+22
* Adds partial IPv6 support to authstoreMarkus Roberts2009-12-181-0/+175
* Fixing 2851 spec/unit/network/rest_authconfig.rb test descriptions changeJesse Wolfe2009-12-171-2/+2
* Fixing 2855 Inadvertent zlib dependencyJesse Wolfe2009-12-161-0/+31
* Fix 2936 Insufficient mocks for webrick in spec/unit/network/http/webrick.rbJesse Wolfe2009-12-151-2/+2
* Fixing 2725 Error message when permissions incorrect on file server directoryJesse Wolfe2009-12-021-0/+10
* Fix #2671, preferred_serialization_format does not complain about invalid valuesBruce Williams2009-11-171-8/+28
* Fix #2757 & CSR 92 (symlinks in recursively managed dirs)Markus Roberts2009-11-051-1/+1
* Fix for #2772 (webrick test failures)Markus Roberts2009-11-051-2/+2
* Fix #2753 - Do not "global allow" plugins/modules mount if some rules have be...Brice Figureau2009-10-271-0/+30
* Workaround #2668 - Compress facts so that the request size limit triggers les...Brice Figureau2009-10-251-0/+85
* Bundling of pure ruby json lib as "pson"Markus Roberts2009-10-171-39/+39
* Fixs #2620 authconf interpolation, #2570 0-9 in domain namesMarkus Roberts2009-09-141-28/+77
* Fixing a heisenbug resulting from a race conditionLuke Kanies2009-08-241-1/+3
* Fixing a ruby warning in the authstore testLuke Kanies2009-08-241-1/+1
* Fixing #2558 - propagating recent fileserving changesLuke Kanies2009-08-241-1/+1
* Fix for #2531; adds tests to confirm problem and related cases,Markus Roberts2009-08-181-0/+94
* Fix #2517 - Stack overflow when CA cert missingMarkus Roberts2009-08-131-1/+10
* Fix #2516 - Fix format detection when content-type contains charsetBrice Figureau2009-08-132-0/+15
* rack: don't directly use the forbidden HTTP_CONTENT_TYPE env var (fixes rack ...Christian Hofstaedtler2009-08-031-2/+2
* Fix #2261 - Make sure query string parameters are properly escapedBrice Figureau2009-07-173-11/+11
* Fixed #2410 - default acl logs as info instead of warn.Sam Livingston-Gray2009-07-141-2/+2
* Adding test for current auth config warning.Sam Livingston-Gray2009-07-141-0/+5
* Fixes #2367 - Mongrel::HTTPRequest returns a StringIO objectJames Turnbull2009-07-081-1/+1
* Fix #2392 - use Content-Type for REST communicationBrice Figureau2009-07-055-27/+126
* Fixing #2238 - Deal with nil hash keys from mongrel paramsJordan Curzon2009-07-021-0/+5
* Fixing #2094 - filebucket failures are clearer nowLuke Kanies2009-06-161-0/+16
* Adding a JSON formatLuke Kanies2009-06-061-0/+96
* Allowing formats to specify the individual method names to useLuke Kanies2009-06-061-1/+7
* Allowing formats to specify the methods they requireLuke Kanies2009-06-061-2/+29
* Removed extra whitespace from end of linesIan Taylor2009-06-067-38/+38
* Fix #2308 - Mongrel should use X-Forwarded-ForBrice Figureau2009-06-051-0/+16
* Fixing a bunch of warningsLuke Kanies2009-06-033-5/+5
* Fix for #2234: test fails with old Rack versionChristian Hofstaedtler2009-05-203-4/+4
* Removing unneeded test stubsLuke Kanies2009-05-031-8/+0
* Fixing #2195 - the Server class handles bindaddressLuke Kanies2009-05-031-25/+35
* Add XMLRPC compatibility for RackChristian Hofstaedtler2009-05-022-0/+188