summaryrefslogtreecommitdiffstats
path: root/lib/puppet/network
Commit message (Expand)AuthorAgeFilesLines
* (#6707) Fix typo in rest_authconfig.rbnfagerlund2011-03-141-1/+1
* (#6407) Fix spec test hang with Mocha >= 0.9.11 in zlib testingDaniel Pittman2011-02-221-1/+4
* (#6376) Add support and testing for _search GET requestsMax Martin2011-02-181-2/+2
* (#6337) Fix Ruby warning on 1.8.6 about "future compatibility"Daniel Pittman2011-02-171-1/+1
* (#5132) Provide a query REST interface for inventoryPaul Berry2011-02-172-3/+2
* (#6257) Speed up PUT and POST requests under rackJesse Wolfe2011-02-081-3/+1
* (#5838) Added support for HEAD requests to the indirector.Paul Berry2011-01-124-11/+39
* (#5838) Refactored Puppet::Network::Rights#fail_on_denyPaul Berry2011-01-122-23/+15
* (#5171) Made filebucket able to perform diffsJesse Wolfe2011-01-111-1/+5
* Disable remote ralsh by defaultPaul Berry2010-12-021-1/+0
* Fix for #4955 -- Race condition & memory leak in Puppet::UtilMarkus Roberts2010-11-121-2/+2
* (#5233) Randomize tmp dir pathsMatt Robinson2010-11-081-0/+2
* Fix for 4273 -- revert b7e2580ab49ecdb67fc9b522829c005fc3750fbeMarkus Roberts2010-09-281-12/+0
* Fixes #4863 (Missing "require 'webrick'" causes nondeterministic spec failures)Paul Berry2010-09-281-0/+1
* Fix for #4456 -- need to accept some mime-type aliasesMarkus Roberts2010-08-242-4/+10
* Passenger needs HTTP headers values to be stringBrice Figureau2010-08-051-1/+1
* Fix #4458 - Do not dump the whole environment when instances can't be foundBrice Figureau2010-08-041-1/+1
* Fix #4245 - default insertion of ACL is not thread safeBrice Figureau2010-07-251-3/+6
* Fix race condition in rack autoloading of request/responseBrice Figureau2010-07-251-0/+3
* Code smell: Two space indentationMarkus Roberts2010-07-0945-3976/+3976
* Code smell: Avoid needless decorationsMarkus Roberts2010-07-0919-29/+29
* Code smell: Don't restate results directly after assignmentMarkus Roberts2010-07-093-5/+0
* Code smell: Use ||= for conditional initializationMarkus Roberts2010-07-097-9/+9
* Code smell: Omit needless checks on definedMarkus Roberts2010-07-091-1/+1
* Code smell: Avoid unneeded blocksMarkus Roberts2010-07-092-6/+2
* Code smell: Avoid explicit returnsMarkus Roberts2010-07-0920-33/+33
* Code smell: Booleans are first class values.Markus Roberts2010-07-096-33/+9
* Code smell: Line modifiers are preferred to one-line blocks.Markus Roberts2010-07-0930-204/+72
* Code smell: Use string interpolationMarkus Roberts2010-07-0928-156/+156
* Code smell: Inconsistent indentation and related formatting issuesMarkus Roberts2010-07-0919-80/+82
* [#3169] Adds more debugging to SSL cert verificationNick Lewis2010-07-071-0/+14
* [#4090] Fix last few tests and renames of mode to run_modeMatt Robinson2010-07-012-2/+2
* [#4090] Rename mode (:master, :agent, :user) to run_modeMatt Robinson2010-07-011-1/+1
* [#4089] Replace internal usage of :check with :auditNick Lewis2010-07-011-2/+2
* [#3766] Remove YAML fixupsJesse Wolfe2010-02-171-34/+7
* {#3866] Rename the method metaclass to singleton_class to avoid the deprecati...Matt Robinson2010-02-171-1/+1
* Feature #2935 Puppet::Mode#master?Jesse Wolfe2010-02-173-4/+3
* Feature #2276 Single Executable: Update docstringsJesse Wolfe2010-02-171-1/+1
* Fix #3408 - enable puppetd http compressionBrice Figureau2010-02-171-0/+112
* Add master side file content streamingBrice Figureau2010-02-173-4/+39
* WIP - trying to fix #3460Luke Kanies2010-02-171-1/+1
* Adding #3518 - basic dot format supportLuke Kanies2010-02-171-0/+3
* Fixed #3672 - Error message on duplicate fileserver mounts incorrectJames Turnbull2010-02-171-2/+2
* Partial fix to #2837 - changed warning message to debugJames Turnbull2010-02-171-1/+1
* Removing tests for code that was removed in the REST refactorLuke Kanies2010-04-121-38/+0
* The pure-ruby YAML lib doesn't accept parametersJesse Wolfe2010-04-091-1/+1
* REST: hide Request objectJesse Wolfe2010-02-171-1/+1
* Feature #3394 REST Runner, preparationJesse Wolfe2010-02-171-2/+2
* Feature #3383 Part 2: Remove RAL XMLRPCJesse Wolfe2010-02-171-190/+0
* Feature #3383 RAL over RESTJesse Wolfe2010-02-171-0/+1