summaryrefslogtreecommitdiff
path: root/lib/raidfile
Commit message (Expand)AuthorAge
* New upstream version 0.13~~git20220405.g7703ac8Ileana Dumitrescu2022-04-07
* New upstream version 0.13~~git20200326.g8e8b63cReinhard Tartler2020-05-10
* Whitespace, layout and comment cleanups.Chris Wilson2015-08-15
* Improve exception message when unlink() on a raidfile stripe failsChris Wilson2015-05-16
* Use FileModificationTime instead of raw stat() on Windows.Chris Wilson2015-05-16
* Reduce test output noise by hiding some error messages in tests.Chris Wilson2015-02-25
* Improve some exception messages in lib/raidfile.Chris Wilson2014-12-26
* Fix test failures caused by using plain stat() instead of emu_stat().Chris Wilson2014-12-26
* Fix more compile errors on MinGWChris Wilson2014-12-26
* Handle raidfile versioning better on low time accuracy systems.Chris Wilson2014-09-04
* Simplify code with macros, update comments and fix whitespace.Chris Wilson2014-09-04
* Fix deadlock waiting for read or write on closed connection.Chris Wilson2014-08-15
* Add a ToString method to IOStream and some subclasses.Chris Wilson2014-04-29
* Fix double parentheses, which llvm complains about.Chris Wilson2014-02-11
* Repair damaged Box RAID objects and non-transformed .rfw files.Chris Wilson2013-09-20
* Add a comment about removing one RaidFileWrite constructor.Chris Wilson2013-09-20
* Fix misleading exception thrown.Chris Wilson2013-09-19
* Log the number of the disc set that didn't exist, and the number actually con...Chris Wilson2012-10-22
* Fix double fault causing housekeeping to terminate, thanks to Dave Bamford.Chris Wilson2012-06-11
* 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