summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
* Added man-page for bbackupctl.Per Reedtz Thomsen2006-04-10
| | | | | Makefile changes, to accommodate unlimited number of man-pages
* Changed the 'Bugs' section, to include a description of how to file a bug.Per Reedtz Thomsen2006-04-06
|
* Added man page for bbackupquery, and updated Makefile to be able to build ↵Per Reedtz Thomsen2006-04-06
| | | | the man pages.
* generate_except_xml.pl: closing the files at the end of the script.Per Reedtz Thomsen2006-03-31
| | | | | Makefile: changing to use a macro everywhere for bb-book.xsl
* CSS file and images for the HTML pages.Per Reedtz Thomsen2006-03-30
|
* Changed bb-book.xsl to point to the correct places in the directory structure.Per Reedtz Thomsen2006-03-30
| | | | | | | | | | Admin Guide now contains all exception codes. See below. generate_except_xml.pl generates a DocBook Appendix with all exceptions from ExceptionCodes.txt. That is then included in the Admin Guide. Makefile updated to generate ExceptionCodes.xml, and the dockit.
* Added XSL customization layer, and Makefile.Per Reedtz Thomsen2006-03-29
| | | | | | The Makefile is pretty simple, and doesn't integrate into the full build. At least not at this time.
* Prevent runaway behaviour when the StoreObjectInfo file doesn't exist when ↵Ben Summers2006-03-19
| | | | it's expected to exist. Not a fix to the underlying problem.
* Renamed instguide.sgml -> instguide.xml, to make XXE editing a little easier.Per Reedtz Thomsen2006-03-14
| | | | | First cut of the admin guide. There are several TODO items there now.
* Set svn:ignore for new substituted filesMartin Ebourne2006-03-12
|
* Fix execute permission on substituted perl scriptsMartin Ebourne2006-03-12
|
* (no commit message)Per Reedtz Thomsen2006-03-11
|
* Added rough cut of the installation guide. No DSSSL yet, but at least it can be Per Reedtz Thomsen2006-03-10
| | | | | reviewed, and edited.
* Added documentation directories.Per Reedtz Thomsen2006-03-10
|
* Fix for perl changes. makebuildenv now works with $(PERL) when executing ↵Martin Ebourne2006-03-04
| | | | | | | autogen code from Makefile.extras. Still not working fully though - execute permission lost on all substituted scripts.
* This is part 2 of a patch from James O'Gorman.Martin Ebourne2006-03-04
| | | | | This just renames all of the files that configure now substitutes - no changes to any of the files.
* This is part 1 of a patch from James O'Gorman.Martin Ebourne2006-03-04
| | | | | configure now detects perl executable location and updates all scripts to use the correct path; also adds PERL_EXECUTABLE define to BoxConfig.h. makebuildenv.pl adds PERL define to all makefiles.
* Fix RPM spec file since system name is now calculated differentlyMartin Ebourne2006-02-23
|
* Let's use directory and SVN version in our BOX_VERSION variableBen Summers2006-02-23
|
* Update linux install docMartin Ebourne2006-02-23
|
* Patch from Per Thomsen to skip kqueue check on NetBSD, required because the ↵Martin Ebourne2006-02-23
| | | | NetBSD kqueue is not compatible with the OpenBSD kqueue. This is a temporary workaround to be revisited for 0.11.
* Patch from Per Thomsen to detect statvfs. This is used by recent versions of ↵Martin Ebourne2006-02-23
| | | | NetBSD in preference to statfs.
* Disable memory testing on Darwin -- order of destructors of static variables ↵Ben Summers2006-02-21
| | | | is nasty so debug processes segfault on termination
* * boxbackup.ncbChris Wilson2006-02-21
| | | | | - Added missing Visual Studio 2003 project file
* * 2003/boxquery.vcprojChris Wilson2006-02-21
| | | | | | | | | | | * 2003/boxbackup.suo * 2003/win32test.vcproj * 2003/common.vcproj * 2003/bbackupctl.vcproj * 2003/bbackupd.vcproj - Updated Visual Studio 2003 project files, thanks to "Mark" <boxbackup@hostingbrothers.nl>
* Bump version for rc3Ben Summers2006-02-18
|
* On XFS the file permissions appear to apply also to the extended attribute ↵Martin Ebourne2006-02-17
| | | | | | | data. ie. If a file is not readable then nor is the extended attribute data - even if there isn't any this is still an error. This is not an ideal fix for this problem. Really we should notify a read-error as we do for file read permission problems and continue, but the BackupClientFileAttributes code is called from multiple locations and it is not clear that it could always report the error in such a way, nor even continue. This alternative is better than aborting the whole run. In the case where a file isn't readable this will be found and reported elsewhere anyway.
* tar -C is not portable, so avoid using it in tests.Martin Ebourne2006-02-14
|
* Increased "timeout" from 18 to 28 seconds needed on Solaris.Stefan Norlin2006-02-14
|
* Zero any unused fields in struct stat, to avoid spurious checksum mismatches ↵Ben Summers2006-02-14
| | | | that waste bandwidth and slow down backups (committing on behalf of chris)
* Update copyright notice, add SVN revision to distributed filesBen Summers2006-02-13
|
* Bandwidth usage logging patch from Pascal Lalonde <plalonde@overnet.qc.ca>, ↵Ben Summers2006-02-13
| | | | with minor change to exception handling
* Merge chris/win32/vc2005-compile-fixes @ r455, add infrastructure/msvc to ↵Ben Summers2006-02-13
| | | | distribution
* Change "PPC workaround" to use union instead of memcpy(). All tests now pass.Jonathan Morton2006-02-12
|
* This ppc problem is clearly a common big-endian platform issue.Martin Ebourne2006-02-12
| | | | | | Remove ppc hack and configure option. Replace dubious casts with clearer use of memcpy to make this work on all platforms all of the time. Note that there isn't really a call to memcpy, the compiler inlines it as 2 int copies which is an insignificant overhead (even true with -O0).
* Bump ident string version to stop new clients connecting to old serversBen Summers2006-02-11
|
* Remove extra version number on OpenBSD -- functionality provided elsewhereBen Summers2006-02-11
|
* Added workaround option for GCC on the PPC platform. This is a manually ↵Martin Ebourne2006-02-11
| | | | | | invoked option because I do not know under what circumstances (eg. versions etc) the problem occurs. If the raidfile test fails in release mode but passes in debug mode then try this option and see if it fixes it.
* Workaround for autoconf's unexpanded directory substitutions vs. the current ↵Martin Ebourne2006-02-11
| | | | Makefile not being able to expand them itself.
* Include all the right win32 directories in distributionsBen Summers2006-02-03
|
* Beef up configure checks for 64 bit endian swapping function.Martin Ebourne2006-02-03
| | | | NOTE: Needs testing on other platforms, especially BSD.
* Ignore windows sources in lib/win32 on non-windows platforms.Martin Ebourne2006-02-02
|
* Use gzip directly to avoid GNU specific tar options.Martin Ebourne2006-02-01
| | | | NOTE: Can someone test that this doesn't break Windows please?
* Detect network libraries for OpenSSL, needed on SolarisMartin Ebourne2006-02-01
|
* Get rid of the non-test compiler warnings seen on Darwin with gcc4Ben Summers2006-02-01
|
* Prevent failure from pre-existing directory when making parcels.Martin Ebourne2006-02-01
|
* Filter -O2 out because we do that explicitly later on.Martin Ebourne2006-01-31
| | | | Now debug builds are once again unoptimised.
* Merge chris/bb-save-state, resolving conflictsBen Summers2006-01-30
|
* Run bootstrap when making distribution, preparations for 0.10 release candidateBen Summers2006-01-30
|
* * parcels.txtChris Wilson2006-01-28
| | | | | - Omit Windows-specific files on non-Windows platforms