| Commit message (Expand) | Author | Age | Files | Lines |
| * | 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 |
| * | done a lot of work on certificates; all tests except one puppetca test pass | Luke Kanies | 2005-08-09 | 1 | -16/+72 |
| * | returning transaction from client.config() | Luke Kanies | 2005-08-08 | 1 | -1/+3 |
| * | committing recent changes for testing | Luke Kanies | 2005-08-04 | 1 | -1/+1 |
| * | cleaning up the defaults system even more | Luke Kanies | 2005-08-02 | 1 | -1/+1 |
| * | adding some consistency and tests to the whole puppet defaults system | Luke Kanies | 2005-08-02 | 1 | -2/+2 |
| * | fixing lib loading test | Luke Kanies | 2005-07-26 | 1 | -2/+5 |
| * | making changes necessary to pass tests on all available platforms | Luke Kanies | 2005-07-24 | 1 | -57/+105 |
| * | not dump/loading for local client/server | Luke Kanies | 2005-07-22 | 1 | -3/+17 |
| * | reducing debugging | Luke Kanies | 2005-07-20 | 1 | -1/+1 |
| * | downcasing the values of all facts | Luke Kanies | 2005-07-18 | 1 | -1/+1 |
| * | switching facts to be auto-provided by the client | Luke Kanies | 2005-07-18 | 1 | -4/+19 |
| * | converting debug() back to Puppet.debug() | Luke Kanies | 2005-07-14 | 1 | -7/+7 |
| * | in the middle of a bunch of refactoring; committing so that others can try to... | Luke Kanies | 2005-07-12 | 1 | -0/+1 |
| * | converting to "include Puppet" and not qualifing output methods | Luke Kanies | 2005-07-12 | 1 | -9/+9 |