summaryrefslogtreecommitdiff
path: root/lib/raidfile
Commit message (Expand)AuthorAge
* Improve RaidFile error logging.Chris Wilson2011-03-27
* Detect whether we have sys/file.h and don't include it if not, fixes MSVC com...Chris Wilson2011-03-27
* Work around lack of unistd.h on MSVC.Chris Wilson2011-03-27
* Improve error messages on failure to open a RaidFile for reading.Chris Wilson2011-01-12
* Implement write buffering on directories.Chris Wilson2010-09-13
* Run Perl scripts quietly during make.Chris Wilson2010-01-24
* Allow RaidFileWrite to test that the reference count of an object is Chris Wilson2009-07-05
* Improve RaidFileWrite error logging.Chris Wilson2009-06-27
* Fixes for gcc 4.4.Martin Ebourne2009-04-23
* Change default location for config files from /etc/box to Chris Wilson2009-04-09
* gcc 4.3 and 4.4 compile fixes, thanks to Reinhard Tartler and the DebianChris Wilson2009-04-03
* Switch to C++ include file names.Chris Wilson2009-03-24
* Fix tests (hopefully) on Win32 for struct stat ino_t change from 16 toChris Wilson2009-03-21
* Rename NDEBUG flag to BOX_RELEASE_BUILD, as other projects use NDEBUG as Chris Wilson2008-12-30
* Allow reinitialising the RaidFileController by removing any existing Chris Wilson2008-12-26
* Fix typo in variable name.Chris Wilson2008-11-15
* Log error when rename over RaidFile fails on Windows.Chris Wilson2008-08-03
* Additional #includes, thanks to the T2 ProjectChris Wilson2008-04-18
* Add an error message giving the file name when an expected raidfileChris Wilson2008-04-09
* Undo mangling by tailorChris Wilson2008-04-04
* TailorizationChris Wilson2008-04-04
* Replace all remaining use of TRACEx() macros with logging framework.Chris Wilson2008-03-29
* Allow configuration of the server port that the client will connect to Chris Wilson2008-03-28
* Always add file size to timestamp in release mode, to help caching workChris Wilson2008-01-31
* Use @sysconfdir_expanded@ for default config file location.Chris Wilson2008-01-28
* Convert most printf() and fprintf() calls to use logging frameworkChris Wilson2007-08-02
* Replace almost all calls to syslog() with logging framework. (refs #3)Chris Wilson2007-07-31
* Make RaidFileController::Initialise take a std::string instead of aChris Wilson2007-07-26
* Fix erroneous line break.Chris Wilson2007-04-20
* Added commentary to RaidFileDoesntExist exception.Chris Wilson2007-04-20
* Code formatting (cosmetic) (refs #3, merges [1345])Chris Wilson2007-03-10
* Fix memory leak false alarms caused by static allocations.Chris Wilson2006-11-13
* Undefine fstat() so that we get the Win32 POSIX version, instead of ourChris Wilson2006-10-16
* (refs #3)Chris Wilson2006-08-31
* Revert to trunkChris Wilson2006-08-31
* (refs #3)Chris Wilson2006-08-31
* Revert to trunkChris Wilson2006-08-31
* * mergeChris Wilson2006-07-27
* This is part 2 of a patch from James O'Gorman.Martin Ebourne2006-03-04
* This is part 1 of a patch from James O'Gorman.Martin Ebourne2006-03-04
* Change "PPC workaround" to use union instead of memcpy(). All tests now pass.Jonathan Morton2006-02-12
* This ppc problem is clearly a common big-endian platform issue.Martin Ebourne2006-02-12
* Added workaround option for GCC on the PPC platform. This is a manually invok...Martin Ebourne2006-02-11
* Fixing up svn:executable properties.Martin Ebourne2005-12-12
* Merged martin/autoconf at r35 to trunkMartin Ebourne2005-12-07
* Merged martin/solaris at r9 to trunkMartin Ebourne2005-11-30
* Box Backup 0.09 with a few tweeksBen Summers2005-10-14