summaryrefslogtreecommitdiffstats
path: root/lib/puppet/client.rb
Commit message (Expand)AuthorAgeFilesLines
* Fixing locking. It apparently was not working on OS X, and I was not syncron...luke2006-02-121-3/+3
* Fixing some logging issuesluke2006-01-241-0/+3
* Adding the event-loop stuff to the repository and switching to using it. Als...luke2006-01-241-547/+47
* Committing most of the scheduling stuff. There is still a bit of work to do ...luke2006-01-231-1/+8
* Fixing a small checksumming bug, reorganizing the client stuff a bit, and add...luke2006-01-181-33/+108
* Made lots of small changes, mostly to help usability but also fixed a couple ...luke2006-01-181-16/+19
* Converting transport format to YAML instead of Marshal, and caching the file ...luke2006-01-121-28/+63
* Fixing dependencies to not depend on file order. Added Puppet::Type.{finaliz...luke2006-01-121-4/+6
* Supporting puppetmasterd running as a non-root user, and doing some basic mes...luke2006-01-101-1/+2
* Merging changes from the head of the rework1 branch, r 784luke2006-01-081-0/+9
* Undoing the merge that happened in 785luke2006-01-071-9/+0
* Merging in refactoring from version 774 into version 784luke2006-01-071-0/+9
* Further progress towards the next release. Lots of small bugs fixed, the pat...luke2005-11-011-1/+8
* Central logging now works, although there appear to be a few kinks to work out.luke2005-10-281-0/+16
* general cleanup, as i move towards running it locallyluke2005-10-221-1/+2
* Adding some semantic tagging. It is not exactly full-featured yet, and it is...luke2005-10-101-4/+10
* Rearranging the packaging support a bit -- it is now more clear and significa...luke2005-09-241-1/+1
* Many, many changes toward a completely functional system. The only current p...luke2005-09-231-16/+21
* making "Type.new" private, and switching to "Type.create", so that i can merg...luke2005-09-161-0/+1
* adding extra checks to make sure networking is secure, and refactoring a heck...luke2005-09-151-27/+105
* all tests now pass on solaris 10x86; i had to do some stupid hacking with bas...luke2005-09-071-0/+1
* fixing small bug in setting default portluke2005-09-061-6/+11
* fixing bug where remote server name is ignoredluke2005-08-301-6/+2
* As Christian requested, I am no longer downcasing facts I receive from Facter...Luke Kanies2005-08-291-1/+1
* I did not have good puppetd tests, so I missed the fact that I was calling th...Luke Kanies2005-08-291-73/+72
* This should be the commit that brings us to Beta 1. All tests pass, although...Luke Kanies2005-08-281-5/+5
* remote filecopying now worksLuke Kanies2005-08-231-0/+4
* Have done a significant reorganization of how clients work, also, along with ...Luke Kanies2005-08-231-145/+215
* Created a Handler base class for all of the server handlers, which allows a l...Luke Kanies2005-08-231-3/+2
* moving all server handlers into a specific server subdirectoryLuke Kanies2005-08-231-5/+5
* Moving all files into a consolidated trunk. All tests pass except the known-...Luke Kanies2005-08-231-8/+10
* just fixed an incredibly ugly bug where @parent meant both parent array and p...Luke Kanies2005-08-171-16/+41
* all tests pass except a certificate test i do not know how to fixLuke Kanies2005-08-161-27/+93
* all non-executable tests pass nowLuke Kanies2005-08-131-3/+7
* all tests pass except those related to puppetd; i am going to significantly r...Luke Kanies2005-08-121-93/+44
* more progress towards a functional daemonLuke Kanies2005-08-101-2/+11
* done a lot of work on certificates; all tests except one puppetca test passLuke Kanies2005-08-091-16/+72
* returning transaction from client.config()Luke Kanies2005-08-081-1/+3
* committing recent changes for testingLuke Kanies2005-08-041-1/+1
* cleaning up the defaults system even moreLuke Kanies2005-08-021-1/+1
* adding some consistency and tests to the whole puppet defaults systemLuke Kanies2005-08-021-2/+2
* fixing lib loading testLuke Kanies2005-07-261-2/+5
* making changes necessary to pass tests on all available platformsLuke Kanies2005-07-241-57/+105
* not dump/loading for local client/serverLuke Kanies2005-07-221-3/+17
* reducing debuggingLuke Kanies2005-07-201-1/+1
* downcasing the values of all factsLuke Kanies2005-07-181-1/+1
* switching facts to be auto-provided by the clientLuke Kanies2005-07-181-4/+19
* converting debug() back to Puppet.debug()Luke Kanies2005-07-141-7/+7
* in the middle of a bunch of refactoring; committing so that others can try to...Luke Kanies2005-07-121-0/+1
* converting to "include Puppet" and not qualifing output methodsLuke Kanies2005-07-121-9/+9