| Commit message (Expand) | Author | Age |
* | Report more useful error messages on connect() failure on Windows. | Chris Wilson | 2007-10-17 |
* | Compile fix. (merges [1850]) | Chris Wilson | 2007-10-17 |
* | Refactor out command-line option processing, so that it can be extended | Chris Wilson | 2007-10-17 |
* | Fix compilation on MinGW. Not yet actually used on MinGW due to the | Chris Wilson | 2007-10-17 |
* | Added function to set the named pipe name, for use by any test which | Chris Wilson | 2007-10-17 |
* | Remove default pipe name to prevent applications from using it. (merges | Chris Wilson | 2007-10-17 |
* | Don't disable logging on Win32 console. (merges [1834]) | Chris Wilson | 2007-10-17 |
* | Prepend the system-required prefix to the named pipe name from the | Chris Wilson | 2007-10-17 |
* | Fix double backslashes | Chris Wilson | 2007-10-08 |
* | Revert to decimal properly, and also after logging an Object ID. | Chris Wilson | 2007-10-08 |
* | Fix wrong comments, thanks to Nestor Arocha Rodriguez. | Chris Wilson | 2007-10-08 |
* | Log the name of missing configuration keys before throwing exception. | Chris Wilson | 2007-10-08 |
* | Revert from hex to decimal default format after logging an account number. | Chris Wilson | 2007-10-08 |
* | Allow configuration of the time to delete redundant store locations. | Chris Wilson | 2007-10-08 |
* | Compile fix. | Chris Wilson | 2007-09-23 |
* | Fix compiler warning. (merges [1820], [1821]) | Chris Wilson | 2007-09-07 |
* | No need to print syslog() messages any more, now that we have a logging | Chris Wilson | 2007-09-07 |
* | Win32 compile fix (logging framework abuse). (merges [1810]) | Chris Wilson | 2007-09-07 |
* | Format account number properly (8 hex digits). | Chris Wilson | 2007-09-01 |
* | Use sigset() instead of signal() to ensure that SysV systems (like Solaris) | Chris Wilson | 2007-09-01 |
* | Convert most printf() and fprintf() calls to use logging framework | Chris Wilson | 2007-08-02 |
* | Undo removal of syslog() header, still needed in this file. | Chris Wilson | 2007-08-02 |
* | Replace almost all calls to syslog() with logging framework. (refs #3) | Chris Wilson | 2007-07-31 |
* | Make Configuration take a std::string filename instead of a char array, | Chris Wilson | 2007-07-26 |
* | Make Configuration take a std::string filename instead of a char array, | Chris Wilson | 2007-07-26 |
* | Make RaidFileController::Initialise take a std::string instead of a | Chris Wilson | 2007-07-26 |
* | Work around the fact that we may have regex support without having | Chris Wilson | 2007-07-26 |
* | Disable some warnings under MSVC to reduce build noise, thanks Gary! | Chris Wilson | 2007-07-26 |
* | Update copyright to 2007. (refs #3, merges [1670]) | Chris Wilson | 2007-07-26 |
* | Define DEBUG_NEW in the same file whether or not BOX_MEMORY_LEAK_TESTING | Chris Wilson | 2007-07-26 |
* | We now have pcreposix.h instead of regex.h, at least if you follow the | Chris Wilson | 2007-07-26 |
* | Don't #include sys/time.h unless our platform has it, thanks Gary. | Chris Wilson | 2007-07-26 |
* | Fix restoring to top-level directories (e.g. c:\test) (refs #3, | Chris Wilson | 2007-07-26 |
* | Experimental fix for restore problem reported by Mikael Syska: | Chris Wilson | 2007-07-26 |
* | Typo compile fix. | Chris Wilson | 2007-07-26 |
* | Add more debugging checks and messages for location setup error | Chris Wilson | 2007-07-26 |
* | Warn if an exception is thrown, with line number, as this shouldn't be | Chris Wilson | 2007-07-26 |
* | Use a signed int instead of char for getopt, thanks Martin. (refs #3) | Chris Wilson | 2007-07-05 |
* | Make char signed to fix getopt usage on ARM and PowerPC, thanks to TBP and | Chris Wilson | 2007-07-04 |
* | More debugging. | Chris Wilson | 2007-07-03 |
* | Hopefully work around buggy getopt implementation noted by TBP in | Chris Wilson | 2007-07-03 |
* | Add extra debugging to help find out why getopt is behaving weirdly | Chris Wilson | 2007-06-30 |
* | Log reasons for failure to connect to a socket. | Chris Wilson | 2007-06-28 |
* | Add a new -F option for daemons, which runs in the foreground but still | Chris Wilson | 2007-06-28 |
* | Get it right this time. | Chris Wilson | 2007-06-04 |
* | Hopefully reset getopt in a way that's compatible with BSD and GLIBC, | Chris Wilson | 2007-06-04 |
* | Add missing #include <errno.h>, thanks Tobias. | Chris Wilson | 2007-06-03 |
* | Fix emulated chdir to work with relative paths and with bbackupquery's | Chris Wilson | 2007-05-09 |
* | Add missing #include <errno.h>, thanks to Matt Brown (refs #3) | Chris Wilson | 2007-05-02 |
* | Compile fix, thanks to Matt Brown (refs #3) | Chris Wilson | 2007-05-02 |