| Commit message (Expand) | Author | Age | Files | Lines |
| ... | |
| * | Fixing #807. The exception handling should more closely resemble how it used... | Luke Kanies | 2007-09-06 | 1 | -1/+3 |
| * | Flipped the switch so that compiles now return a Configuration instance inste... | Luke Kanies | 2007-09-04 | 2 | -4/+15 |
| * | Deleting old documentation that somehow made it back into the tree in the swi... | Luke Kanies | 2007-09-01 | 2 | -4/+0 |
| * | Making a couple of small bugfixes in the configuration subsystem | Luke Kanies | 2007-08-27 | 1 | -0/+5 |
| * | Multiple environment support now works, and I have even tested it in real lif... | Luke Kanies | 2007-08-26 | 1 | -2/+6 |
| * | The fileserver now uses an environment-specific module path. I also made var... | Luke Kanies | 2007-08-26 | 5 | -20/+56 |
| * | Everything up to the parser (and the Modules) is ready to support multiple en... | Luke Kanies | 2007-08-23 | 2 | -9/+13 |
| * | Adding environment information to the client fact list. The environment is r... | Luke Kanies | 2007-08-22 | 1 | -0/+3 |
| * | The last commits before I actually start on the multi-environment support. T... | Luke Kanies | 2007-08-22 | 2 | -63/+23 |
| * | Adding the topscope metadata to the configuration being returned to the clien... | Luke Kanies | 2007-08-22 | 1 | -2/+2 |
| * | A round of bugfixing. Many more tests now pass -- I think we are largely dow... | Luke Kanies | 2007-08-20 | 4 | -11/+16 |
| * | The first pass where at least all of the snippet tests pass. I have unfortun... | Luke Kanies | 2007-08-20 | 2 | -137/+62 |
| * | Adding node caching, so that node sources are not spammed during file serving... | Luke Kanies | 2007-08-15 | 1 | -0/+23 |
| * | Keeping the node names in the node object, so that they are available to the ... | Luke Kanies | 2007-08-15 | 1 | -1/+2 |
| * | Refactoring a small part of the interface between the configuration handler a... | Luke Kanies | 2007-08-15 | 1 | -4/+6 |
| * | The new configuration handler looks to be ready for usage. Now I just need t... | Luke Kanies | 2007-08-15 | 1 | -157/+133 |
| * | Adding the necessary name/ip fields to the node methods | Luke Kanies | 2007-08-15 | 1 | -10/+10 |
| * | Finalizing the node handler. It now correctly uses the different node sources | Luke Kanies | 2007-08-14 | 1 | -42/+136 |
| * | An intermediate commit in the work towards adding multi-environment support. | Luke Kanies | 2007-08-14 | 2 | -0/+372 |
| * | Removing extraneous debugging from crontab | luke | 2007-08-10 | 2 | -8/+32 |
| * | Adding test support for the other mongrel configuration header | luke | 2007-08-06 | 1 | -1/+1 |
| * | Adding the requirement that the cert dn have /CN= in it, thus hopefully catch... | luke | 2007-07-30 | 1 | -1/+1 |
| * | Applying a modification of the patch from Marcin Owsiany, allowing Mongrel to... | luke | 2007-07-30 | 1 | -1/+1 |
| * | Having FileType instances automatically back their contents up to a filebucke... | luke | 2007-07-11 | 1 | -1/+1 |
| * | Always setting a to_s value in authstore, so we do not get dumped objects | luke | 2007-07-10 | 1 | -0/+4 |
| * | Adding benchmark info to fact retrieval in the config client | luke | 2007-07-10 | 1 | -1/+4 |
| * | Fixing #621 -- plugins are now downloaded directly into the $libdir, and auto... | luke | 2007-07-10 | 1 | -5/+7 |
| * | Applying patch by David Schmitt from #701. | luke | 2007-07-08 | 1 | -2/+9 |
| * | Making sure that #686 is fixed -- I specifically included the Daemon module i... | luke | 2007-07-08 | 1 | -0/+2 |
| * | Hopefully fixing #685 -- I added a wrapper around the call to getconfig(), so... | luke | 2007-07-08 | 1 | -2/+6 |
| * | Fixing logging of module mounts; it was using the module as the name, rather ... | luke | 2007-07-06 | 1 | -2/+2 |
| * | Removing extraneous debugging | luke | 2007-07-06 | 1 | -3/+0 |
| * | Applying patch by daikinee from #690. I was not able to reproduce the proble... | luke | 2007-07-04 | 1 | -1/+1 |
| * | Updating reference docs | luke | 2007-06-20 | 1 | -0/+1 |
| * | Modified the fileserver to cache file information, so that | luke | 2007-06-19 | 1 | -14/+51 |
| * | Fixing some failing tests. | luke | 2007-06-18 | 1 | -1/+1 |
| * | Modifying the CA server so that it will not send back a cert whose public key... | luke | 2007-06-18 | 1 | -1/+3 |
| * | Fixing #578 -- Invalid certs are no longer written to disk. | luke | 2007-06-18 | 1 | -3/+6 |
| * | Fix #657: allow puppet URL's with no server; 'puppet' looks those up on hte l... | lutter | 2007-06-18 | 1 | -0/+1 |
| * | Reverting the change I just made to the config handler; it was only there for... | luke | 2007-06-18 | 1 | -4/+1 |
| * | Adding puppet-test, which is useful for performance testing | luke | 2007-06-18 | 1 | -1/+4 |
| * | Removing old line from the fix for #660 -- I had strangely just commented it ... | luke | 2007-06-11 | 1 | -1/+0 |
| * | Fixing #660 by applying patch by freiheit. Looks like this is another proble... | luke | 2007-06-11 | 1 | -1/+2 |
| * | Adding a simple unit test for mongrel, and adding the ability to select the h... | luke | 2007-06-11 | 1 | -3/+3 |
| * | Fixing the "Server is not a class" problem with mongrel | luke | 2007-06-07 | 1 | -1/+1 |
| * | Applying patches from Valentin Vidic to fix open file discriptor and open por... | luke | 2007-06-05 | 1 | -1/+12 |
| * | Significantly reworked the type => provider interface with respect to | luke | 2007-06-04 | 1 | -1/+1 |
| * | Fixing #532 -- reparsing config files no longer throws an exception. The pro... | luke | 2007-05-31 | 1 | -1/+2 |
| * | Fixing #501 -- there is now a splay option, disabled by default and when runn... | luke | 2007-05-18 | 1 | -0/+17 |
| * | A round of fixes so unit tests pass; most of the failures were from the mergi... | luke | 2007-05-15 | 2 | -2/+2 |