summaryrefslogtreecommitdiffstats
path: root/lib/puppet/daemon.rb
Commit message (Expand)AuthorAgeFilesLines
* (#6346) Move the trap calls onto Signal so they're easier to stubMatt Robinson2011-02-161-1/+1
* Fix for #4955 -- Race condition & memory leak in Puppet::UtilMarkus Roberts2010-11-121-2/+2
* Start server before agentBernhard Miklautz2010-08-211-1/+1
* Code smell: Two space indentationMarkus Roberts2010-07-091-99/+99
* Code smell: Avoid needless decorationsMarkus Roberts2010-07-091-3/+3
* Code smell: Line modifiers are preferred to one-line blocks.Markus Roberts2010-07-091-6/+2
* Code smell: Use string interpolationMarkus Roberts2010-07-091-5/+5
* Code smell: Win32 --> MS_windowsMarkus Roberts2010-07-091-1/+1
* Avoid non-win32 signals on win32 runtimeDavid Schmitt2010-02-171-1/+4
* Fix 2239 (step four): Refactored Puppet::Daemon's stop/restart methods to set...Ethan Rowe2010-02-171-7/+5
* Fix for temporary file security wholeMarkus Roberts2010-01-051-2/+2
* Removed extra whitespace from end of linesIan Taylor2009-06-061-1/+1
* Creating and using a new Puppet::Daemon classLuke Kanies2009-02-061-25/+77
* Splitting the Agent class into Agent and ConfigurerLuke Kanies2009-02-061-2/+0
* Removing the Id tags from all of the filesLuke Kanies2007-10-031-1/+0
* Merging the webserver_portability branch from version 2182 to version 2258.luke2007-03-061-262/+61
* Committing patch by Dennis Jacobfeuerborn to only use the domain name if it i...luke2007-02-281-1/+5
* Renamed Puppet.name to Puppet.execname so rails 1.2 doesn't freak outshadoi2007-02-171-5/+5
* Moving all of the client and server code into a single network/ directory. I...luke2007-02-081-2/+2
* Moving some of the stand-alone classes into the util/ subdirectory, to clean ...luke2007-02-071-4/+4
* Fixing #418. The problem was that multiple objects might include Daemon, whi...luke2007-01-261-1/+4
* Fixing some failing tests on fedora.luke2007-01-011-0/+1
* Fix a syntax error in lib/puppet/daemon.rb (That'll teach me to not run the t...mpalmer2006-12-311-1/+1
* Switch puppet/daemon.rb to use Pidlockmpalmer2006-12-311-25/+4
* Using the "trace" configuration parameter to determine whether a stack trace ...luke2006-09-151-1/+1
* Adding an "ignoretags" attribute to transaction, and setting it for downloadi...luke2006-09-051-2/+2
* Fixing #231.luke2006-08-281-9/+19
* Changing permissions on the cert file and the ca cert file, since it is no pr...luke2006-08-251-2/+2
* Merging r1468 from the implementations branch with r1438 from when the branch...luke2006-08-141-8/+29
* Largely refactored how log destinations are handled, although it is not expos...luke2006-06-271-24/+32
* Fixing #175. The setpidfile setting was being ignored.luke2006-06-201-0/+1
* Fixing some logging issues with puppetmasterd when daemonized with verbose mo...luke2006-06-141-2/+0
* Fixing #132, which involved creating a separate CA client and using it to ret...luke2006-05-021-22/+19
* Fixing the docs a bit for the executables, adding a --daemonize option to pup...luke2006-04-301-14/+24
* Adding in all of the patches necessary to make a prototype rails interface to...luke2006-04-281-0/+8
* Okay, Puppet is now almost entirely capable of configuring itself. I have no...luke2006-03-021-14/+22
* Fixing locking. It apparently was not working on OS X, and I was not syncron...luke2006-02-121-1/+2
* Fixing waitforcert so that the client can actually add the certs once it rece...luke2006-01-301-1/+6
* Adding the event-loop stuff to the repository and switching to using it. Als...luke2006-01-241-0/+3
* Modifying docs, and adding scheduling hooksluke2006-01-201-1/+1
* Adding Sun support and fixing the last remaining bugs related to the daemon c...luke2006-01-111-4/+19
* Supporting puppetmasterd running as a non-root user, and doing some basic mes...luke2006-01-101-18/+23
* Central logging now works, although there appear to be a few kinks to work out.luke2005-10-281-7/+43
* Made tweaks here and there to get it running better on my local network. I a...luke2005-10-211-0/+1
* This should be the commit that brings us to Beta 1. All tests pass, although...Luke Kanies2005-08-281-1/+3
* remote filecopying now worksLuke Kanies2005-08-231-2/+9
* all tests pass except a certificate test i do not know how to fixLuke Kanies2005-08-161-56/+76
* a basic first test of puppetmasterd now passesLuke Kanies2005-08-151-1/+1
* further progress towards passing testsLuke Kanies2005-08-131-1/+2
* all tests pass except those related to puppetd; i am going to significantly r...Luke Kanies2005-08-121-0/+91