summaryrefslogtreecommitdiffstats
path: root/lib/puppet/util/autoload.rb
Commit message (Expand)AuthorAgeFilesLines
* 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