summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
* * Create man pages in man/ instead of man-pages/ (slightly more standard ↵James O'Gorman2008-10-26
| | | | | | | | | location) * Fix a bug in the creation of the HTML man pages dir * Make the output quieter (don't display commands when making)
* Check whether HAVE_UCRED_H is defined, not whether its value is 1.Chris Wilson2008-10-24
|
* Add missing #include <errno.h>, needed by FreeBSD and Solaris at least.Chris Wilson2008-10-24
|
* Report the filename that failed when various file attribute syscallsChris Wilson2008-10-21
| | | | | | | fail, for example setting, listing or reading extended attributes, or creating or changing the owner of a symlink. Thanks to Torsten for noticing that the filename was not reported in these cases.
* Remove unused and wrong default path for accounts database.Chris Wilson2008-10-18
|
* Create destination directory before installing into it, as requestedChris Wilson2008-10-18
| | | | | by David Kaufman for Gentoo.
* Fix compile errors on Debian Lenny, reported by Torsten.Chris Wilson2008-10-17
|
* Fix warning about converting string constant to char * on debian lenny.Chris Wilson2008-10-17
|
* Update bbackupquery man page for new -m option for the usage command.James O'Gorman2008-10-17
|
* Add -m option to bbackupquery usage command for machine-readable output.Chris Wilson2008-10-16
|
* - fix issue with log format change, but stay backwards compatible.Kenny Millington2008-10-13
|
* Ensure that _FILE_OFFSET_BITS is defined before testing its value.Chris Wilson2008-10-11
| | | | | | Move definition of DEFINE_ONLY_OPEN64 into intercept.cpp which is the only place that should use it.
* FreeBSD is very strict about vararg types and aborts at runtime ifChris Wilson2008-10-11
| | | | | | the type passed to va_arg() has been promoted, so let's keep it happy by using ints instead.
* Don't blindly use an undefined symbol in #if.Chris Wilson2008-10-11
|
* Use getpeerucred() to identify connecting socket clients on Solaris,Chris Wilson2008-10-11
| | | | | | | | and silence warnings that the peer cannot be identified on this platform. Remove another use of uname -o which doesn't work on Solaris.
* Add missing extern "C" on intercept function definitions inChris Wilson2008-10-11
| | | | | | | testbbackupd. Fix assignment of string constants to non-const char pointers.
* Fix spurious memory leak warnings on Solaris when using Sun StudioChris Wilson2008-10-11
| | | | | compiler.
* Fix intercept compile problem on Solaris, and hopefully on other platformsChris Wilson2008-10-11
| | | | | with large file support.
* Remove non-working icons for now.Chris Wilson2008-10-08
| | | | | Fix creation of configuration file.
* Use Windows Crypto API to seed the random number generator, and removeChris Wilson2008-10-08
| | | | | warning that it hasn't been seeded on Windows.
* Determine whether to use find | xargs at build time, not at run time,Chris Wilson2008-10-08
| | | | | as Solaris/SunOS doesn't have "uname -o".
* Compile fix for makeparcels.pl (missing definition of @args).Chris Wilson2008-10-08
|
* Rebranding of installer.Chris Wilson2008-10-08
|
* Add @build_dir@ as a substituted variable in autoconf script.Chris Wilson2008-10-08
|
* Include LICENSE.txt in parcels, but don't install it.Chris Wilson2008-10-08
|
* Documentation restructuring: part 2 of 2.James O'Gorman2008-10-07
|
* Documentation restructuring: part 1 of 2.James O'Gorman2008-10-07
|
* Yet more backslashes required :(Chris Wilson2008-10-05
|
* Really fix sed expression.Chris Wilson2008-10-05
|
* Add missing closing quote to path substitution for parcel path.Chris Wilson2008-10-05
|
* Use program version for installer version as well.Chris Wilson2008-10-05
| | | | | Default to installing on drive C, not drive D.
* Parcel path must have backslashes replaced with forward slashes forChris Wilson2008-10-05
| | | | | boxbackup.mpi.
* Substitute parcel directory and Box version into InstallJammer configChris Wilson2008-10-05
| | | | | file for Windows installer.
* Add a script to print the Box software version, to substitute into theChris Wilson2008-10-05
| | | | | installer and the documentation.
* Move parcel_* functions into BoxPlatform package to share them withChris Wilson2008-10-05
| | | | | | | | | other scripts. Add a script to print the path to the current parcel directory, for use in configure.ac to allow this to be placed in substitutions (contrib/windows/installer/boxbackup.mpi in particular).
* Update autoconf to silence warnings on autoconf >= 2.62James O'Gorman2008-10-05
| | | | | | * AC_SUBST now only works with one variable per call * When using AC_CACHE the variable must contain the string '_cv_', thus prefix all cache variables with box_cv_
* Reintroducing old typos isn't very helpful.James O'Gorman2008-10-04
|
* Add some more <refmiscinfo> tags to silence warnings from xsltproc.James O'Gorman2008-10-04
|
* Log statistics before BackupFinish event, so that they can be usedChris Wilson2008-10-04
| | | | | in reporting in the NotifyScript.
* Use xargs to delete files on Cygwin, as it's much faster than find -exec.Chris Wilson2008-10-04
|
* No need for pcreposix.dll in parcels, now that it's statically linked.Chris Wilson2008-10-04
|
* Update svn:ignore property to remove a few generated files from contrib and ↵James O'Gorman2008-10-04
| | | | documentation.
* Fix bbackupd/housekeeping deletion test for Unix again, and hopefullyChris Wilson2008-10-04
| | | | | make it work on Windows too. Improve comments about this test.
* Reformat comments for readability.Chris Wilson2008-10-03
|
* Remove Win32 command socket thread, as it has caused too much trouble.Chris Wilson2008-10-03
| | | | | | | | | | | Handle command socket on Win32 the same as all other platforms, removing #ifdefs from BackupDaemon. Will replace this thread with regular but not excessive command socket polling using timers in future. Change error messages when command socket comms fail to make them clearer.
* Remove -K option which now does nothing on Windows.Chris Wilson2008-10-03
| | | | | Add -Q option which disables all logging instead.
* Fix directory record conflicts caused by including the same directoryChris Wilson2008-10-03
| | | | | | | twice. Fix/reduce locked file timing conflict problems.
* Log creation of directory records and warn on conflicting records.Chris Wilson2008-10-03
|
* Reformat for readability.Chris Wilson2008-10-03
|
* Utility classes to be used by new Windows named pipe framework.Chris Wilson2008-10-03
|