| Commit message (Expand) | Author | Age | Files | Lines |
* | Moving all of the client and server code into a single network/ directory. I... | luke | 2007-02-08 | 1 | -591/+0 |
* | Moving some of the stand-alone classes into the util/ subdirectory, to clean ... | luke | 2007-02-07 | 1 | -1/+1 |
* | Merging the state-rename branch. This includes the diff from version 2156 to... | luke | 2007-02-07 | 1 | -5/+5 |
* | Simplifying the splitpath method a bit, altho it is still strangely slow | luke | 2006-12-16 | 1 | -12/+4 |
* | Another intermediate commit. Most of the graphing work itself is now done, b... | luke | 2006-12-09 | 1 | -8/+9 |
* | Another round of bugfixing, including finding out that the tagmail report was... | luke | 2006-10-18 | 1 | -8/+9 |
* | Fixing #285, opened by ericb. | luke | 2006-09-21 | 1 | -0/+2 |
* | Fixing the problem with fileserver expansions, and doing a bit of refactoring... | luke | 2006-09-14 | 1 | -152/+139 |
* | Removing all of the changes I made towards refactoring in the last couple of ... | luke | 2006-09-05 | 1 | -1/+5 |
* | This is the initial commit of the changes to sync and retrieve. The | luke | 2006-09-03 | 1 | -5/+1 |
* | Renaming parsedfile to loadedfile, which makes much more sense and reduces so... | luke | 2006-09-03 | 1 | -1/+1 |
* | Committing some changes to the %h expansion in fileserving. This change make... | luke | 2006-08-28 | 1 | -100/+107 |
* | Support for %h and %H replacement in the path of fileserver modules. | lutter | 2006-08-26 | 1 | -5/+45 |
* | Fixing #225. Normal file copying worked with spaces, but recursive file copy... | luke | 2006-08-21 | 1 | -1/+1 |
* | Largely refactored how log destinations are handled, although it is not expos... | luke | 2006-06-27 | 1 | -2/+1 |
* | Fixing #178. I just added URI escaping and unescaping to file names. | luke | 2006-06-20 | 1 | -1/+3 |
* | Fixing #128. md5lite was being used instead of full md5. At this point, md5... | luke | 2006-04-28 | 1 | -5/+0 |
* | fixing some more logging issues | luke | 2006-03-06 | 1 | -1/+7 |
* | Making some logging changes, and fixing a small bug in group management on mi... | luke | 2006-03-06 | 1 | -2/+1 |
* | Committing the last changes, for now, to handling links. You still cannot co... | luke | 2006-03-06 | 1 | -23/+65 |
* | Switching from using "evaluate" to using "retrieve" when getting checksum val... | luke | 2006-03-03 | 1 | -6/+13 |
* | Fixing logging in the fileserver so it is always obvious where the logs are o... | luke | 2006-03-03 | 1 | -35/+50 |
* | Changing the setdefaults input format somewhat. It is always a hash of some ... | luke | 2006-03-01 | 1 | -1/+1 |
* | Fixing bug #72, where trailing slashes break file sourcing | luke | 2006-02-24 | 1 | -0/+3 |
* | There is now full support for configuration files, and the entire system has ... | luke | 2006-02-07 | 1 | -1/+1 |
* | Configuration parameters now require (and have) descriptions, and a set of co... | luke | 2006-02-07 | 1 | -1/+3 |
* | Made lots of small changes, mostly to help usability but also fixed a couple ... | luke | 2006-01-18 | 1 | -0/+12 |
* | Fixing problems where objects were passing @parameters[:param] objects, inste... | luke | 2006-01-17 | 1 | -1/+1 |
* | Adding a bit better logging and checking to file access | luke | 2006-01-14 | 1 | -11/+13 |
* | Merging changes from the head of the rework1 branch, r 784 | luke | 2006-01-08 | 1 | -3/+3 |
* | Undoing the merge that happened in 785 | luke | 2006-01-07 | 1 | -3/+3 |
* | Merging in refactoring from version 774 into version 784 | luke | 2006-01-07 | 1 | -3/+3 |
* | Lots of refactoring, and added the capture_stderr method | luke | 2005-11-16 | 1 | -36/+57 |
* | Many, many changes toward a completely functional system. The only current p... | luke | 2005-09-23 | 1 | -25/+48 |
* | Hoping this will get rid of the directory being printed | shafer | 2005-09-23 | 1 | -10/+4 |
* | making "Type.new" private, and switching to "Type.create", so that i can merg... | luke | 2005-09-16 | 1 | -1/+1 |
* | removed directory output | shafer | 2005-09-15 | 1 | -1/+0 |
* | fixed problem using arrays | shafer | 2005-09-15 | 1 | -2/+7 |
* | debugged ignore in fileserver, added tests to ignore tc and fixed server.list... | shafer | 2005-09-15 | 1 | -4/+7 |
* | added ignore to fileserver and pfile | shafer | 2005-09-14 | 1 | -6/+18 |
* | Fixed small bug that caused the config files to be parsed on every connection | luke | 2005-08-30 | 1 | -2/+5 |
* | adding file reread to master, although it is plenty hackish | luke | 2005-08-30 | 1 | -0/+1 |
* | fileserver config file now reloads when it is more than 60 seconds out of date | luke | 2005-08-30 | 1 | -0/+19 |
* | catching a potential security problem -- requiring that "path" always be set ... | luke | 2005-08-29 | 1 | -0/+10 |
* | This should be the commit that brings us to Beta 1. All tests pass, although... | Luke Kanies | 2005-08-28 | 1 | -23/+39 |
* | adding config file parsing | Luke Kanies | 2005-08-27 | 1 | -21/+119 |
* | remote filecopying now works | Luke Kanies | 2005-08-23 | 1 | -40/+53 |
* | Created a Handler base class for all of the server handlers, which allows a l... | Luke Kanies | 2005-08-23 | 1 | -10/+6 |
* | moving all server handlers into a specific server subdirectory | Luke Kanies | 2005-08-23 | 1 | -0/+264 |