summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
* Workaround for (buggy?) gcc not finding inherited Main method on Chris Wilson2008-03-01
| | | | | Windows.
* Flush standard output when finishing test, useful on Windows where it Chris Wilson2008-03-01
| | | | | | happens rarely and test output can end up below the PASSED line and confuse the runtest script.
* Disable another symlink test on Win32.Chris Wilson2008-03-01
|
* Delete bbstored PID file after killing the daemon on Windows, as the Chris Wilson2008-03-01
| | | | | daemon can't clean up after itself.
* Woops, forgot to substitute sbindir_expanded.James O'Gorman2008-02-28
|
* * Move all commands from bin to sbin on Unix platformsJames O'Gorman2008-02-27
| | | | | | * Update all associated docs and contributed distribution files
* Don't try to define our own dirfd() macro on platforms where interceptionChris Wilson2008-02-25
| | | | | is impossible (such as win32) because it's not needed and fails on win32.
* Disable -P option and showing PID in Logging on Windows.Chris Wilson2008-02-22
|
* Correct typo in the NotifySysadmin.sh generationJames O'Gorman2008-02-12
|
* Improve error messages when loading SSL key files fails.Chris Wilson2008-02-07
|
* Compile fix to [2086].Chris Wilson2008-02-01
|
* Add help text on test failures, thanks to Stuart Hickinbottom.Chris Wilson2008-02-01
|
* Always add file size to timestamp in release mode, to help caching workChris Wilson2008-01-31
| | | | | | | | | | better on machines which claim to support high-res timestamps but actually don't (e.g. Linux, MacOS X). Never do so in debug mode, to help catch problems with the tests failing to sleep long enough between operations on different connections that can break caching subtly and randomly.
* Use logging framework for streaming messages.Chris Wilson2008-01-31
| | | | | | | | | Fix double logging of protocol commands on the server side. Log protocol errors at WARNING level. Fix typos in comments and variable names.
* Add a sleep after every access to the read-only connection, to ensure thatChris Wilson2008-01-31
| | | | | | subsequent changes in the other connection get a new whole-second timestamp and hopefully fix test failures reported by Alex Harper on MacOS X.
* Add support for verbosity control in tests.Chris Wilson2008-01-31
|
* Add support for microsecond timestamps and PID logging on console logChris Wilson2008-01-31
| | | | | for daemons.
* Add support for nanosecond timestamps in struct stat on Linux.Chris Wilson2008-01-31
|
* Add object cache debugging traces to bbstored.Chris Wilson2008-01-31
|
* Fix for sysconfdir and localstatedir options to configureJames O'Gorman2008-01-29
|
* Set the default localstatedir to /var/run, which is probably more commonChris Wilson2008-01-29
| | | | | than /usr/local/var.
* Update version on MSVC config.Chris Wilson2008-01-29
|
* Update contributed scripts to use autoconf substitution for theChris Wilson2008-01-29
| | | | | paths to binaries, configuration files and local state files.
* Change the location of contrib files out of distribution/boxbackup.Chris Wilson2008-01-29
|
* Make the parcel install scripts use $DESTDIR from the environment, toChris Wilson2008-01-29
| | | | | help porters and packagers.
* Use @sysconfdir_expanded@ as default location for configuration files,Chris Wilson2008-01-28
| | | | | | | | | | | | | | | | | | | instead of /etc/box. Thanks to Eric Cronin for pointing this out. Likewise, use @localstatedir_expanded@ as default location for temporary state (*.pid and bbackupd.sock), defaults to /usr/local/var, although /var/run may be better on LFS systems. Likewise, use @bindir_expanded@ for binaries. Reformat usage text for readability. Remove the message that "Directories not checked against mountpoints", as they now are. Report the type of the unrecognised message in the "unknown error" part of the default NotifyScript.
* Use @sysconfdir_expanded@ for default config file location.Chris Wilson2008-01-28
| | | | | | | Add some missing semicolons (optional but nicer). Reformat usage message for readability.
* Change the default sysconfdir to /etc.Chris Wilson2008-01-28
| | | | | | | | | | | | | Generate expanded versions of sysconfdir and localstatedir, as well as bindir. Expand variables in BoxPortsAndFiles.h.in. Changed default configuration dir in BoxPortsAndFiles.h.in to use @sysconfdir_expanded@/box, defaulting to /etc/box as before. But now you can override it with something like --sysconfdir=/usr/etc (to place config files in /usr/etc/box).
* Use the path to PERL from configure, reverts part of [1702].Chris Wilson2008-01-28
|
* Fix raidfile tests on FreeBSD 7Chris Wilson2008-01-23
|
* Fix warnings on HPPA due to assigning static strings to non-constChris Wilson2008-01-23
| | | | | char *. Thanks to Reinhard Tartler and the Debian project buildds.
* Compile fix for [2055].Chris Wilson2008-01-23
|
* Ignore terminal type error messages from bbackupquery, may happenChris Wilson2008-01-23
| | | | | in Debian buildds.
* Report the $build_os when making build environment, useful for debuggingChris Wilson2008-01-23
| | | | | | platforms like GNU/kFreeBSD where we don't yet detect the proper type of make to run.
* Detect whether struct DIR has d_fd or dd_fd member and define theChris Wilson2008-01-22
| | | | | dirfd() macro accordingly.
* memleakfinder_atexit() should be extern "C" to silence warnings.Chris Wilson2008-01-22
|
* Sun CC compile fix: doesn't like assigning an iterator to a const_iterator.Chris Wilson2008-01-22
|
* Silence const char warnings, part deux.Chris Wilson2008-01-22
|
* Use const char pointers to silence sun CC warnings.Chris Wilson2008-01-22
|
* Fix DIRFD properlyChris Wilson2008-01-21
|
* Update version and contact email address in configure.ac.Chris Wilson2008-01-21
|
* Use NO-LICENSE-IN-DIR alone to copy directories, removes redundancy.Chris Wilson2008-01-21
| | | | | | | Include solaris contribs. Remove cygwin contribs as it's no longer a supported platform.
* Clean up distribution script.Chris Wilson2008-01-21
| | | | | | | Allow NO-LICENSE-IN-DIR to copy the dir as well. Exclude configure-generated SMF files, leaving the original sources.
* Include documentation in distribution tarballs.Chris Wilson2008-01-20
| | | | | Update for moved contrib directory.
* Move documentation/boxbackup to documentation, part 3Chris Wilson2008-01-20
|
* Move documentation/boxbackup to documentation, part 2Chris Wilson2008-01-20
|
* Move documentation/boxbackup to documentation, part 1Chris Wilson2008-01-20
|
* Don't warn about mount points which are excluded, thanks to Matt Brown forChris Wilson2008-01-20
| | | | | reporting this bug.
* Fix the test for HAVE_DECL_DIRFD, which is 0 on solaris, not undefined.Chris Wilson2008-01-20
| | | | | (I love the consistency of autotools).
* Install SMF files in the appropriate place under the prefix.Chris Wilson2008-01-20
|