summaryrefslogtreecommitdiffstats
path: root/lib/puppet/util/autoload.rb
Commit message (Expand)AuthorAgeFilesLines
* Remove dead uses of Puppet::Util::Cacher from autoloaderNick Lewis2011-07-211-2/+0
* (#7690) Don't blow up when listing terminuses available for facesMatt Robinson2011-05-261-13/+15
* maint: Dedup the loadpath so we don't have to walk it multiple timesMatt Robinson2011-05-261-1/+1
* Fix #4461 - attempt to fix another performance issueBrice Figureau2010-08-031-5/+17
* Code smell: Two space indentationMarkus Roberts2010-07-091-125/+125
* Code smell: Line modifiers are preferred to one-line blocks.Markus Roberts2010-07-091-6/+2
* Code smell: Use string interpolationMarkus Roberts2010-07-091-2/+2
* Code smell: English names for special globals rather than line-noiseMarkus Roberts2010-07-091-1/+1
* Code smell: Inconsistent indentation and related formatting issuesMarkus Roberts2010-07-091-1/+1
* [#3674] Part 2: Autoloader load method should propagate failuresJesse Wolfe2010-02-171-5/+2
* [#3674] Autoloader should propagate failuresJesse Wolfe2010-02-171-1/+1
* Part 2 of fix for #1175 (functions in environments)Markus Roberts2010-02-171-11/+8
* Always warning if autoloading a file failsLuke Kanies2010-02-171-12/+4
* Fix for #3094 (libdir should take ":" delimited path)Markus Roberts2010-01-301-2/+2
* Partial reversion of patch for #3088 to fix #3104 (Exception misreported)Markus Roberts2010-01-241-2/+2
* Fix for #3088 (catching Exception also traps SystemExit)Markus Roberts2010-01-241-0/+4
* Fixing #2574 - autoloading finds plugins in modulesLuke Kanies2009-09-011-4/+5
* Ruby no longer clobbers puppet autoloadingLuke Kanies2009-07-161-0/+1
* Caching whether named autoloaded files are missingLuke Kanies2009-05-201-2/+4
* Adding caching of file metadata to the autoloaderLuke Kanies2009-05-201-1/+4
* Adding modulepath caching to the AutoloaderLuke Kanies2009-05-201-17/+22
* Fixing #1869 - autoloaded files should never leak exceptionsLuke Kanies2009-02-121-2/+2
* Fixing #1064 -- providers et al are now autoloadedLuke Kanies2008-02-131-2/+1
* removing "lib" deprecation notice from autoloaderLuke Kanies2008-02-131-4/+0
* Fixed #1043 -- autoloading now searches the plugins directoryLuke Kanies2008-02-131-3/+8
* I finally tracked down the problem that was causing providersLuke Kanies2007-10-031-7/+2
* *Finally* fixing the tests that were failing around users and groups. The pr...Luke Kanies2007-09-071-13/+12
* I have added basic support for a search path, altho not yet with any ability ...Luke Kanies2007-08-241-2/+0
* Added optional per-module lib directory.Jeffrey J McCune2007-08-141-1/+7
* Changing some of the internals of autoloading so that there is a class-level ...luke2007-07-101-15/+44
* Redoing autoload a bit in preparation for adding a plugindirluke2007-05-161-46/+58
* Moving some of the stand-alone classes into the util/ subdirectory, to clean ...luke2007-02-071-0/+107