| Commit message (Expand) | Author | Age |
* | Always include process.h, as we don't know whether it was detected or not | Chris Wilson | 2007-03-10 |
* | Catch exceptions thrown by closing the WinNamedPipeStream during shutdown | Chris Wilson | 2007-03-10 |
* | Code formatting (cosmetic) (refs #3, merges [1345]) | Chris Wilson | 2007-03-10 |
* | Win32 compile fixes (no gettimeofday(), no signal()) (refs #3) | Chris Wilson | 2007-03-10 |
* | Throw an assertion error if a NULL timer is added (refs #3, merges [1367]) | Chris Wilson | 2007-03-10 |
* | Report file and line of memory leak test failures (refs #3, merges [714]) | Chris Wilson | 2007-03-10 |
* | Moved SendCommands(), HUPServer(), KillServer() to lib/server/ServerCommands.h. | Chris Wilson | 2007-03-10 |
* | Record the file and line of first test failure (refs #3, merges [593]) | 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 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 |
* | Improve error message when server fails to start (refs #3) | Chris Wilson | 2007-01-21 |
* | Moved MakeFullPath into its own library file so that we can share it | Chris Wilson | 2007-01-17 |
* | Added a BufferedStream class that can be wrapped around an IOStream to | Chris Wilson | 2007-01-17 |
* | 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 |
* | 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 |
* | Add a new logging level, NOTICE, between INFO and WARNING (justification: | 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 |
* | Don't do things with essential side effects inside ASSERT() macros | Chris Wilson | 2007-01-14 |
* | - Make sure timer is stopped before removing signal handler, otherwise | Chris Wilson | 2007-01-14 |
* | Ignore symlink permissions on Darwin, where they can't be set properly | Chris Wilson | 2007-01-13 |
* | Fix spelling (refs #3) | Chris Wilson | 2007-01-13 |
* | Convert Daemon class to new logging framework (refs #3) | Chris Wilson | 2007-01-12 |
* | Cosmetic spacing fixes (refs #3) | Chris Wilson | 2007-01-12 |
* | Added a new config option, LogAllFileAccess, which will log access to every | Chris Wilson | 2007-01-11 |
* | Visual Studio 2005 compile fixes, thanks to Gary. | Chris Wilson | 2006-12-29 |
* | Belay that order, XO (partially revert patch [1229]) | Chris Wilson | 2006-12-29 |
* | Compile fix for platforms without intercept capability (refs #3) | Chris Wilson | 2006-12-29 |
* | Don't redefine the built-in operators new and delete unnecessarily (refs #3) | Chris Wilson | 2006-12-29 |
* | Add missing include of <string> header (refs #3) | Chris Wilson | 2006-12-29 |
* | * Rename Loggers class to Logging, which looks nicer. | Chris Wilson | 2006-12-16 |
* | Initial implementation of the logging framework. | Chris Wilson | 2006-12-16 |
* | Added implementation of getopt from BSD (refs #3) (check license!) | Chris Wilson | 2006-12-16 |
* | Disable standard library memory leak debugging, as it causes hangs on FC2 | Chris Wilson | 2006-12-15 |