summaryrefslogtreecommitdiff
path: root/lib/raidfile/RaidFileController.cpp
Commit message (Collapse)AuthorAge
* Allow configuration of the server port that the client will connect to Chris Wilson2008-03-28
| | | | | | | | | | | | | (bbackupd and bbackupquery). Redesign ConfigurationVerify to use classes instead of structs. Use port 22011 instead of 2201 during tests, to reduce the chances of conflicting with a running bbstored or other process. Ignore autogen_* in svn:ignore everywhere instead of individual per-file ignores.
* Convert most printf() and fprintf() calls to use logging frameworkChris Wilson2007-08-02
| | | | | instead. (refs #3)
* Make RaidFileController::Initialise take a std::string instead of aChris Wilson2007-07-26
| | | | | char array, in C++ style. (refs #3, merges [1683])
* Fix memory leak false alarms caused by static allocations.Chris Wilson2006-11-13
|
* Fixing up svn:executable properties.Martin Ebourne2005-12-12
| | | | You may need a new checkout to see this.
* Box Backup 0.09 with a few tweeksBen Summers2005-10-14