| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | Adding simple benchmarking, and using it in a few of the more obvious places.... | luke | 2006-04-10 | 1 | -0/+37 |
* | Fixing the class file to actually store class names, not object ids. Also ad... | luke | 2006-04-04 | 1 | -0/+7 |
* | Fixing tests so they do not chmod /dev/null to 640 (stupid tests). | luke | 2006-03-02 | 1 | -0/+1 |
* | Fixing #68. After tons and tons and tons of work, everything successfully co... | luke | 2006-03-02 | 1 | -4/+16 |
* | Fixing output when user/group are not found | luke | 2006-02-25 | 1 | -1/+13 |
* | Tracked down a few other bugs; everything now passes on debian in preparation... | luke | 2006-02-15 | 1 | -6/+39 |
* | Fixing users so that they can use a group created by Puppet, and they also no... | luke | 2006-02-15 | 1 | -53/+14 |
* | Fixing some problems with cron tab management, and creating Puppet::Util.{u,g... | luke | 2006-02-13 | 1 | -55/+54 |
* | Fixing locking. It apparently was not working on OS X, and I was not syncron... | luke | 2006-02-12 | 1 | -4/+54 |
* | There is now full support for configuration files, and the entire system has ... | luke | 2006-02-07 | 1 | -0/+47 |
* | Fixing class storage -- it was not working for nodescopes | luke | 2006-01-30 | 1 | -1/+2 |
* | Adding the event-loop stuff to the repository and switching to using it. Als... | luke | 2006-01-24 | 1 | -1/+17 |
* | All tests pass now, although the lack of service support on os x means that i... | luke | 2006-01-09 | 1 | -1/+5 |
* | Merging changes from the head of the rework1 branch, r 784 | luke | 2006-01-08 | 1 | -5/+14 |
* | Undoing the merge that happened in 785 | luke | 2006-01-07 | 1 | -5/+5 |
* | Merging in refactoring from version 774 into version 784 | luke | 2006-01-07 | 1 | -5/+5 |
* | converting storage from Marshal to YAML | luke | 2006-01-03 | 1 | -4/+11 |
* | adding Util.lock, and switching storage to using it | luke | 2006-01-02 | 1 | -0/+10 |
* | Mostly fixing exec so it either captures stderr or runs as a user; Process.eu... | luke | 2005-11-16 | 1 | -14/+2 |
* | Lots of refactoring, and added the capture_stderr method | luke | 2005-11-16 | 1 | -0/+37 |
* | Adding "isomorphic?" method to classes, and testing for isomorphism before th... | luke | 2005-11-02 | 1 | -8/+12 |
* | files and directories are now created as the correct user and group if they a... | luke | 2005-10-23 | 1 | -3/+2 |
* | The Puppet::Util.asuser function now works; had to slightly modify user.rb to... | luke | 2005-10-23 | 1 | -0/+110 |