summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
* Set the locale from the environment, so that international charactersChris Wilson2007-09-23
| | | | | may be entered when using editline.
* Compile fix.Chris Wilson2007-09-23
|
* Undo bad changes (not all exclude options take a regex).Chris Wilson2007-09-21
|
* Fix regular expression syntax in examples, thanks Roy!Chris Wilson2007-09-21
|
* Added Debian initscripts, thanks to James Stark.Chris Wilson2007-09-19
|
* Replace trunk with chris/merge.Chris Wilson2007-09-19
|\
| * Don't include the install-backup-client script in Windows builds, as it'sChris Wilson2007-09-19
| | | | | | | | | | pretty useless without Cygwin, and of marginal use with it (refs #24).
| * Fix compiler warning. (merges [1820], [1821])Chris Wilson2007-09-07
| |
| * No need to print syslog() messages any more, now that we have a loggingChris Wilson2007-09-07
| | | | | | | | | | framework. (merges [1814])
| * Don't initialise MemLeakFinder twice when running as a service.Chris Wilson2007-09-07
| | | | | | | | | | | | | | Return a non-zero exit code if running as a service fails. (merges [1813])
| * Fix comments. (merges [1812])Chris Wilson2007-09-07
| |
| * Win32 compile fix (logging framework abuse). (merges [1810])Chris Wilson2007-09-07
| |
| * Document and enable KeepAliveTime option by default.Chris Wilson2007-09-07
| |
| * Format account number properly (8 hex digits).Chris Wilson2007-09-01
| |
| * Fix error message when failing to create remote directory for location.Chris Wilson2007-09-01
| |
| * Call the notify script whenever backup starts or finishes, but theChris Wilson2007-09-01
| | | | | | | | | | | | default script does nothing in this case. Requested by scott <scott@lubetech.com.au>.
| * Use sigset() instead of signal() to ensure that SysV systems (like Solaris)Chris Wilson2007-09-01
| | | | | | | | | | will not clear our signal handler after firing it.
| * Use ProgressNotifier to report upload exceptions (merges last part of [1342])Chris Wilson2007-09-01
| |
| * Log more detailed errors when the server returns an error while uploadingChris Wilson2007-09-01
| | | | | | | | | | a file. (merges [1781])
| * Update the comments in the generated configuration file to better describeChris Wilson2007-08-31
| | | | | | | | | | the available options and their units.
| * Fix $bsd_make to not be defined on GNU/kFreeBSD, which uses GNU Make.Chris Wilson2007-08-30
| |
| * Fix quiet-build makefiles to work on BSDsChris Wilson2007-08-28
| |
| * Fix documentation comments on ExcludeDir/AlwaysInclude.Chris Wilson2007-08-05
| | | | | | | | | | Fix warning about mounted filesystems to reflect current reality.
| * Convert most printf() and fprintf() calls to use logging frameworkChris Wilson2007-08-02
| | | | | | | | | | instead. (refs #3)
| * Undo removal of syslog() header, still needed in this file.Chris Wilson2007-08-02
| |
| * Quiet make by default (make V=1 to override) (refs #3)Chris Wilson2007-07-31
| |
| * Replace almost all calls to syslog() with logging framework. (refs #3)Chris Wilson2007-07-31
| |
| * Remove compare again. (refs #3, merges [1651])Chris Wilson2007-07-26
| |
| * Reinsert dependency of test/backupstorefix on bin/bbackupctl (refs #3,Chris Wilson2007-07-26
| | | | | | | | | | merges [1650])
| * Build server parcel on Windows too, since some people want it.Chris Wilson2007-07-26
| | | | | | | | | | (refs #3, merges [1701])
| * Make Configuration take a std::string filename instead of a char array,Chris Wilson2007-07-26
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | in C++ style. Add a function to get default config file paths at runtime, dependent on the location of the executable being run. Pass the config file name directly to Daemon::Main, instead of faking argv. No default raid file path at compile time on Windows, depends on executable location when run. Determine RaidFile path at runtime if not supplied in config file on Windows. Don't define default locations for config files at compile time on Windows, provide macros to determine them at runtime instead. Make FileHandleGuard take a std::string instead of a char array, C++ style. Determine config file location at runtime instead of hard-coding on Windows. Thanks to Paul MacKenzie, Per Thomsen, Pete Jalajas, Stuart Sanders, Dave Bamford and Gary for pushing me to do this. (fixes #12) Determine config file path at runtime. Call Daemon::Main with config file name instead of building fake argv. (refs #3, merges [1684] [1685] [1686] [1687] [1688] [1689] [1690] [1691] [1692])
| * Make Configuration take a std::string filename instead of a char array,Chris Wilson2007-07-26
| | | | | | | | | | in C++ style. (refs #3, merges [1684])
| * Make RaidFileController::Initialise take a std::string instead of aChris Wilson2007-07-26
| | | | | | | | | | char array, in C++ style. (refs #3, merges [1683])
| * Fix regex tests for HAVE_REGEX_SUPPORT. (refs #3, merges [1682])Chris Wilson2007-07-26
| |
| * Fix to match static lib installation instructions. (refs #3, merges [1681])Chris Wilson2007-07-26
| |
| * More updates to docs. (refs #3, merges [1680])Chris Wilson2007-07-26
| |
| * Work around the fact that we may have regex support without havingChris Wilson2007-07-26
| | | | | | | | | | | | | | regex.h (e.g. from pcreposix.h/libpcreposix) and disabuse HAVE_REGEX_H, define and use HAVE_REGEX_SUPPORT instead, thanks Gary! (refs #3, merges [1677] [1678] [1679])
| * Disable some warnings under MSVC to reduce build noise, thanks Gary!Chris Wilson2007-07-26
| | | | | | | | | | (refs #3, merges [1676])
| * Make ClientException autogen files in the correct directory, thanks Gary!Chris Wilson2007-07-26
| | | | | | | | | | (refs #3, merges [1675])
| * Update Visual Studio project files to match new files added, thanks Gary!Chris Wilson2007-07-26
| | | | | | | | | | (refs #3, merges [1674])
| * Fixed object use after delete, thanks Gary! (refs #3, merges [1673])Chris Wilson2007-07-26
| |
| * Fixed object store read/write, fixes #18 properly, thanks Gary!Chris Wilson2007-07-26
| | | | | | | | | | (refs #3, merges [1672])
| * Undo bad merge of [1658] and [1669] (refs #3, merges [1671])Chris Wilson2007-07-26
| |
| * Update copyright to 2007. (refs #3, merges [1670])Chris Wilson2007-07-26
| |
| * Apply remaining parts of Gary's patch, missing from [1658], thanks GaryChris Wilson2007-07-26
| | | | | | | | | | (refs #3, merges [1669])
| * Define DEBUG_NEW in the same file whether or not BOX_MEMORY_LEAK_TESTINGChris Wilson2007-07-26
| | | | | | | | | | is defined, thanks Gary. (refs #3, merges [1668])
| * Make autogen_ClientException, thanks Gary. (refs #3, merges [1667])Chris Wilson2007-07-26
| |
| * MSVC compile fix, thanks Gary. (refs #3, merges [1666])Chris Wilson2007-07-26
| |
| * We now have pcreposix.h instead of regex.h, at least if you follow theChris Wilson2007-07-26
| | | | | | | | | | MSVC build instructions. (refs #3, merges [1665])
| * Don't #include sys/time.h unless our platform has it, thanks Gary.Chris Wilson2007-07-26
| | | | | | | | | | (refs #3, merges [1664])