| Commit message (Expand) | Author | Age |
* | Check for return code 3 (unreadable files) instead of return code 2 | Chris Wilson | 2007-03-10 |
* | Record the file and line of first test failure (refs #3, merges [593]) | Chris Wilson | 2007-03-08 |
* | Check for d_ino member in struct dirent (refs #3, merges [1351]) | Chris Wilson | 2007-03-08 |
* | Run housekeeping in idle time on Win32 (refs #3) | Chris Wilson | 2007-03-08 |
* | Report number of files and directories which could not be compared | Chris Wilson | 2007-03-08 |
* | Report an appropriate error if the target path of the restore operation | Chris Wilson | 2007-03-08 |
* | Catch exceptions during restore and report them, rather than aborting | Chris Wilson | 2007-03-08 |
* | Count a difference when a local directory does not exist, but it does | Chris Wilson | 2007-03-08 |
* | Win32 compile fix | Chris Wilson | 2007-03-05 |
* | Add logging in remaining places where Common OSFileOpenError can be thrown. | Chris Wilson | 2007-03-05 |
* | Add logging in remaining places where Common OSFileOpenError can be thrown. | Chris Wilson | 2007-03-05 |
* | Update to match new recommended installation of pcreposix.h as regex.h. | Chris Wilson | 2007-03-04 |
* | Add logging in remaining places where Common OSFileOpenError can be thrown. | Chris Wilson | 2007-03-04 |
* | Watch out for our leak tracking data being destroyed and don't crash when | Chris Wilson | 2007-03-04 |
* | Declare that we have O_BINARY but not <sys/types.h> for MSVC | Chris Wilson | 2007-03-04 |
* | Fix make error when optional file doesn't exist (refs #3, merges [1098]) | Chris Wilson | 2007-03-04 |
* | #include Test.h to fix compile (needed for TEST_THAT) | Chris Wilson | 2007-03-04 |
* | Update build instructions for Cygwin/Win32 (refs #3) | Chris Wilson | 2007-03-04 |
* | Simplify check for PERL | Chris Wilson | 2007-03-04 |
* | Typo fix | Chris Wilson | 2007-03-04 |
* | Fix compile warning | Chris Wilson | 2007-02-09 |
* | Log failure to delete files and directories (refs #3) | Chris Wilson | 2007-02-09 |
* | Catch exceptions while writing files, attributes, resume info and checking | Chris Wilson | 2007-02-09 |
* | Don't throw an exception if we fail to delete a file in the way of restore, | Chris Wilson | 2007-02-09 |
* | Spelling fix (refs #3) | Chris Wilson | 2007-02-09 |
* | Make BackupClientRestoreDir return a result code compatible with | Chris Wilson | 2007-02-09 |
* | Check whether the restore target parent directory exists before trying | Chris Wilson | 2007-02-09 |
* | Catch errors during restore (refs #3) | Chris Wilson | 2007-02-09 |
* | Stop locations from being deleted from the store just because their local | Chris Wilson | 2007-01-25 |
* | Improve error message when server fails to start (refs #3) | Chris Wilson | 2007-01-21 |
* | Buffer store file integrity checks (refs #3) | Chris Wilson | 2007-01-17 |
* | Buffer directory reads (refs #3) | Chris Wilson | 2007-01-17 |
* | When comparing, don't recurse into excluded directories, as their contents | Chris Wilson | 2007-01-17 |
* | Moved MakeFullPath into its own library file so that we can share it | Chris Wilson | 2007-01-17 |
* | Use BufferedStream to speed up housekeeping by about ten times. (refs #3) | Chris Wilson | 2007-01-17 |
* | Added a BufferedStream class that can be wrapped around an IOStream to | Chris Wilson | 2007-01-17 |
* | Allow suppressing warnings about unsupported file types by excluding those | Chris Wilson | 2007-01-16 |
* | Automatically initialise logging at startup, with a static object, to log | Chris Wilson | 2007-01-16 |
* | Check for exclude entries that end in a path separator, and log a warning | Chris Wilson | 2007-01-16 |
* | Compile fix for RHEL4 ([NICK]) (refs #3) | Chris Wilson | 2007-01-16 |
* | Cosmetic whitespace fix (refs #3) | Chris Wilson | 2007-01-16 |
* | Log AccessDenied errors in a more concise form than general exceptions | Chris Wilson | 2007-01-16 |
* | Add option parsing with getopt() | Chris Wilson | 2007-01-15 |
* | Throw CommonException AccessDenied if we didn't get access to the file, | Chris Wilson | 2007-01-15 |
* | Allow Loggers to log everything, as is their wont. Master level will be | Chris Wilson | 2007-01-15 |
* | Log important output at NOTICE level, instead of INFO (refs #3) | Chris Wilson | 2007-01-15 |
* | Add a new logging level, NOTICE, between INFO and WARNING (justification: | Chris Wilson | 2007-01-15 |
* | Skip mount points and NTFS reparse points inside a location, even if | Chris Wilson | 2007-01-15 |
* | Detect reparse points and change the device number (refs #3) | Chris Wilson | 2007-01-15 |
* | Spacing (refs #3) | Chris Wilson | 2007-01-14 |