| Commit message (Expand) | Author | Age | Files | Lines |
* | Moving all of the client and server code into a single network/ directory. I... | luke | 2007-02-08 | 10 | -943/+0 |
* | Moving some of the stand-alone classes into the util/ subdirectory, to clean ... | luke | 2007-02-07 | 1 | -4/+4 |
* | Renaming "pelement" to "resource". The old name is a holdover from before we... | luke | 2007-01-31 | 1 | -6/+6 |
* | fixing #427. Facts now timeout, both in loading and downloading | luke | 2007-01-30 | 1 | -21/+25 |
* | Fixing a problem that occurs when puppetd starts with an up-to-date configura... | luke | 2007-01-29 | 1 | -6/+11 |
* | Fixing #423. Configurations now default to timing out after 30 seconds (tuna... | luke | 2007-01-26 | 1 | -1/+27 |
* | Using Time instead of Time.to_i for compile time, because some versions of ru... | luke | 2007-01-26 | 1 | -4/+3 |
* | Removing an extraneous debug message, and fixing the case where the server co... | luke | 2007-01-26 | 1 | -3/+4 |
* | Fixing #424. The configuration compile time is now cached in the yaml cache ... | luke | 2007-01-23 | 1 | -7/+20 |
* | Fixing #416. There is now an option (downcasefacts) that determines whether ... | luke | 2007-01-23 | 1 | -2/+10 |
* | Fixing a few testing bugs that have crept in, and fixing a self-reference pro... | luke | 2007-01-05 | 1 | -5/+1 |
* | Use Puppet::Util.sync instead of MonitorMixin to ensure that only one thread ... | mpalmer | 2006-12-31 | 1 | -7/+5 |
* | Switch the run-lock to use Pidlock instead of the ad-hoc code | mpalmer | 2006-12-31 | 1 | -90/+20 |
* | A couple of small bug fixes | luke | 2006-12-29 | 1 | -1/+1 |
* | I have not yet finished testing, but most of the providers now successfully p... | luke | 2006-12-28 | 1 | -1/+1 |
* | A couple of small bug-fixes | luke | 2006-12-28 | 1 | -1/+2 |
* | Switching files to use a filebucket named "puppet" by default. Also, set up ... | luke | 2006-12-27 | 2 | -67/+93 |
* | Fixing #365. I am not sure what the problem was in previous versions, becaus... | luke | 2006-12-27 | 1 | -3/+9 |
* | Not downcasing facts any longer, closing #210 (although not using the patch f... | luke | 2006-12-23 | 1 | -1/+1 |
* | *whew* Fixing the vast majority of the graph-related performance problems. I... | luke | 2006-12-21 | 1 | -0/+3 |
* | Almost all tests now pass. I have basically reached the point where I was be... | luke | 2006-12-11 | 1 | -11/+26 |
* | Fixing #291 -- the problem was that instead of throwing an error on a missing... | luke | 2006-10-16 | 1 | -2/+2 |
* | Fixing the problem reported by Adnet Ghislain where facts do not load on late... | luke | 2006-10-09 | 1 | -12/+7 |
* | Many, many, many performance improvements in the compiler (I hope). I did no... | luke | 2006-10-06 | 1 | -1/+1 |
* | Fixing #283, opened by luke. | luke | 2006-09-21 | 1 | -1/+2 |
* | Using the "trace" configuration parameter to determine whether a stack trace ... | luke | 2006-09-15 | 1 | -1/+1 |
* | Modifying the provider base class so that it defines a method for every used ... | luke | 2006-09-06 | 1 | -1/+8 |
* | Adding an "ignoretags" attribute to transaction, and setting it for downloadi... | luke | 2006-09-05 | 1 | -4/+12 |
* | Adding the ability to download facts from the central server. This allows fa... | luke | 2006-09-05 | 1 | -26/+111 |
* | disabling reporting until i can find a way to make reporting only work with p... | luke | 2006-08-31 | 1 | -1/+1 |
* | Setting both "report" to true by default; I am going to enable pluginsync by ... | luke | 2006-08-30 | 1 | -1/+1 |
* | Merging r1468 from the implementations branch with r1438 from when the branch... | luke | 2006-08-14 | 1 | -1/+1 |
* | Another batch of bug fixes, this time focused on OS X patches. Looks like I ... | luke | 2006-07-22 | 2 | -2/+4 |
* | moving plugin evaluation into a begin/rescue block | luke | 2006-07-21 | 1 | -1/+1 |
* | Fixing reports server so it refers to the main server | luke | 2006-07-11 | 1 | -1/+1 |
* | changing plugin owner to root | luke | 2006-07-10 | 1 | -1/+2 |
* | changing default plugin host to be $server | luke | 2006-07-10 | 1 | -1/+1 |
* | Accepting the patch from #190. | luke | 2006-07-05 | 1 | -7/+26 |
* | More report and metrics manipulations. This should be the last of it. | luke | 2006-07-01 | 1 | -5/+8 |
* | Trying to merge metrics and reports. There is now a separate transaction rep... | luke | 2006-06-30 | 2 | -20/+11 |
* | First commit of complete reporting support. The only existing report at this... | luke | 2006-06-29 | 2 | -2/+35 |
* | Adding reporting client, server, and tests. At this point, the server just s... | luke | 2006-06-29 | 1 | -0/+31 |
* | Cleaning up plugin handling a bit -- they can now be colon-separated paths, a... | luke | 2006-06-28 | 1 | -2/+5 |
* | adding message about retrieving plugins | luke | 2006-06-28 | 1 | -0/+2 |
* | adding hooks for ignoring files in the plugins directory, and defaulting to i... | luke | 2006-06-27 | 1 | -2/+6 |
* | Largely refactored how log destinations are handled, although it is not expos... | luke | 2006-06-27 | 1 | -20/+25 |
* | Adding HUP and USR1 hooks | luke | 2006-06-26 | 1 | -0/+30 |
* | Setting pluginsync default to false, and (hopefully) fixing autosign problem ... | luke | 2006-06-20 | 1 | -1/+1 |
* | Adding plugins and plugin management. The Master Client will now automatical... | luke | 2006-06-20 | 1 | -1/+58 |
* | Fixing #154. Basically just accepted the patch that fixes master.rb and adde... | luke | 2006-06-08 | 1 | -1/+1 |