| Commit message (Expand) | Author | Age | Files | Lines |
* | Using the "trace" configuration parameter to determine whether a stack trace ... | luke | 2006-09-15 | 1 | -1/+1 |
* | Adding the Daemon module back into the Client class, which fixes #247. | luke | 2006-09-05 | 1 | -0/+2 |
* | Merging r1468 from the implementations branch with r1438 from when the branch... | luke | 2006-08-14 | 1 | -3/+18 |
* | First commit of complete reporting support. The only existing report at this... | luke | 2006-06-29 | 1 | -0/+1 |
* | Largely refactored how log destinations are handled, although it is not expos... | luke | 2006-06-27 | 1 | -3/+5 |
* | Adding HUP and USR1 hooks | luke | 2006-06-26 | 1 | -2/+3 |
* | First version of puppetrun. It seems to mostly work, but I need to test it w... | luke | 2006-05-19 | 1 | -0/+1 |
* | Added the last of the tests for the runner, along with the necessary work in ... | luke | 2006-05-18 | 1 | -2/+0 |
* | Adding a lot of structure to puppet.rb to make it easier to manage multiple o... | luke | 2006-05-18 | 1 | -12/+6 |
* | Fixing #132, which involved creating a separate CA client and using it to ret... | luke | 2006-05-02 | 1 | -1/+1 |
* | Fixing the docs a bit for the executables, adding a --daemonize option to pup... | luke | 2006-04-30 | 1 | -0/+1 |
* | Adding in all of the patches necessary to make a prototype rails interface to... | luke | 2006-04-28 | 1 | -2/+14 |
* | Adding simple benchmarking, and using it in a few of the more obvious places.... | luke | 2006-04-10 | 1 | -3/+16 |
* | Fixing a couple of bugs in preparation for 0.15.2; mostly they were in the te... | luke | 2006-04-04 | 1 | -2/+2 |
* | Fixing locking. It apparently was not working on OS X, and I was not syncron... | luke | 2006-02-12 | 1 | -3/+3 |
* | Fixing some logging issues | luke | 2006-01-24 | 1 | -0/+3 |
* | Adding the event-loop stuff to the repository and switching to using it. Als... | luke | 2006-01-24 | 1 | -547/+47 |
* | Committing most of the scheduling stuff. There is still a bit of work to do ... | luke | 2006-01-23 | 1 | -1/+8 |
* | Fixing a small checksumming bug, reorganizing the client stuff a bit, and add... | luke | 2006-01-18 | 1 | -33/+108 |
* | Made lots of small changes, mostly to help usability but also fixed a couple ... | luke | 2006-01-18 | 1 | -16/+19 |
* | Converting transport format to YAML instead of Marshal, and caching the file ... | luke | 2006-01-12 | 1 | -28/+63 |
* | Fixing dependencies to not depend on file order. Added Puppet::Type.{finaliz... | luke | 2006-01-12 | 1 | -4/+6 |
* | Supporting puppetmasterd running as a non-root user, and doing some basic mes... | luke | 2006-01-10 | 1 | -1/+2 |
* | Merging changes from the head of the rework1 branch, r 784 | luke | 2006-01-08 | 1 | -0/+9 |
* | Undoing the merge that happened in 785 | luke | 2006-01-07 | 1 | -9/+0 |
* | Merging in refactoring from version 774 into version 784 | luke | 2006-01-07 | 1 | -0/+9 |
* | Further progress towards the next release. Lots of small bugs fixed, the pat... | luke | 2005-11-01 | 1 | -1/+8 |
* | Central logging now works, although there appear to be a few kinks to work out. | luke | 2005-10-28 | 1 | -0/+16 |
* | general cleanup, as i move towards running it locally | luke | 2005-10-22 | 1 | -1/+2 |
* | Adding some semantic tagging. It is not exactly full-featured yet, and it is... | luke | 2005-10-10 | 1 | -4/+10 |
* | Rearranging the packaging support a bit -- it is now more clear and significa... | luke | 2005-09-24 | 1 | -1/+1 |
* | Many, many changes toward a completely functional system. The only current p... | luke | 2005-09-23 | 1 | -16/+21 |
* | making "Type.new" private, and switching to "Type.create", so that i can merg... | luke | 2005-09-16 | 1 | -0/+1 |
* | adding extra checks to make sure networking is secure, and refactoring a heck... | luke | 2005-09-15 | 1 | -27/+105 |
* | all tests now pass on solaris 10x86; i had to do some stupid hacking with bas... | luke | 2005-09-07 | 1 | -0/+1 |
* | fixing small bug in setting default port | luke | 2005-09-06 | 1 | -6/+11 |
* | fixing bug where remote server name is ignored | luke | 2005-08-30 | 1 | -6/+2 |
* | As Christian requested, I am no longer downcasing facts I receive from Facter... | Luke Kanies | 2005-08-29 | 1 | -1/+1 |
* | I did not have good puppetd tests, so I missed the fact that I was calling th... | Luke Kanies | 2005-08-29 | 1 | -73/+72 |
* | This should be the commit that brings us to Beta 1. All tests pass, although... | Luke Kanies | 2005-08-28 | 1 | -5/+5 |
* | remote filecopying now works | Luke Kanies | 2005-08-23 | 1 | -0/+4 |
* | Have done a significant reorganization of how clients work, also, along with ... | Luke Kanies | 2005-08-23 | 1 | -145/+215 |
* | Created a Handler base class for all of the server handlers, which allows a l... | Luke Kanies | 2005-08-23 | 1 | -3/+2 |
* | moving all server handlers into a specific server subdirectory | Luke Kanies | 2005-08-23 | 1 | -5/+5 |
* | Moving all files into a consolidated trunk. All tests pass except the known-... | Luke Kanies | 2005-08-23 | 1 | -8/+10 |
* | just fixed an incredibly ugly bug where @parent meant both parent array and p... | Luke Kanies | 2005-08-17 | 1 | -16/+41 |
* | all tests pass except a certificate test i do not know how to fix | Luke Kanies | 2005-08-16 | 1 | -27/+93 |
* | all non-executable tests pass now | Luke Kanies | 2005-08-13 | 1 | -3/+7 |
* | all tests pass except those related to puppetd; i am going to significantly r... | Luke Kanies | 2005-08-12 | 1 | -93/+44 |
* | more progress towards a functional daemon | Luke Kanies | 2005-08-10 | 1 | -2/+11 |