summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
* 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
* * infrastructure/makeparcels.plChris Wilson2006-01-28
| | | | | | | | | | | | | | | | | | | | | | | - Use the target platform's name, rather than the build platform, in the generated package file names (useful for cross-compiling) * lib/win32/emu.cpp - Don't log a warning when statting a file that doesn't exist, as bbackupquery does this to verify that the target does not exist before restoring * lib/backupclient/BackupClientFileAttributes.cpp - Fixed a missing endian conversion that was causing file timestamps to appear to be invalid, generating warnings about every file on the server, on Win32 * parcels.txt - Include a couple of DLL files in the package on MinGW, which are needed to run the compiled binaries * bin/bbackupquery/BackupQueries.cpp - Fixed usage text for the "get" command
* * configure.acChris Wilson2006-01-28
| | | | | | | | | | | | | | | | | | | * bin/bbstored/backupprotocol.txt * bin/bbstored/BackupCommands.cpp * bin/bbackupd/BackupClientContext.cpp * bin/bbackupd/BackupClientContext.h * bin/bbackupd/BackupClientDirectoryRecord.cpp * bin/bbackupd/BackupDaemon.cpp * lib/backupclient/BackupStoreFileDiff.cpp * lib/backupclient/BackupDaemonConfigVerify.cpp * lib/backupclient/BackupStoreFile.h * test/backupstore/testbackupstore.cpp * test/backupstorepatch/testbackupstorepatch.cpp - Applied changes from chris/diff-timeout-and-ssl-keepalive * test/backupdiff/testbackupdiff.cpp - Fixed test to match new prototype for EncodeFileDiff
* Quick hack to stop attempting to intercept clib functions on Darwin, pending ↵Ben Summers2006-01-08
| | | | autoconf test
* Fix raidfile intercept tests on 32 bit Linux with large file support.Martin Ebourne2006-01-07
| | | | Now intercept tests are never disabled.
* Fixes for xattr on LinuxMartin Ebourne2006-01-06
| | | | | | | | | | | | | | | | - A very unlikely failure where getxattr returns an error code the first time but succeeds the second time could cause buffer overrun and corruption. Affecting the tests only: - On Linux (and presumably Irix) normal users can only modify attributes in the 'user.' namespace. - Some filesystems can have strict limits on value size (eg. 1024 bytes on ext3 depending on block size) - ENOATTR is defined in xattr/xattr.h. This file is an optional install and is not needed for the rest of box to use extended attributes. Provide it ourselves if not present.
* Change handling of static buffer in filename encoding and decoding to avoid ↵Ben Summers2006-01-06
| | | | double free on exit under Darwin -- maybe a runtime issue?
* Simple test for xattr support in test/bbackupd, fix xattr support for ↵Ben Summers2006-01-06
| | | | Darwin, move xattr adjustments to BoxPlatform.h to use globally
* Fix for Darwin: xattr support, remove nasty assembler intercept code, ↵Ben Summers2006-01-05
| | | | cosmetic in configure
* Rewrite configure check for readline lib to match libraries to headers and ↵Martin Ebourne2006-01-04
| | | | | | be more selective. Also changes --enable-gnu-readline which intentionally used to prefer editline over readline even when specified (for licence goodness), to now prefer readline if requested. This is probably less confusing to a user.
* The last commit fixed the header file check, hopefully this will fix the ↵Martin Ebourne2006-01-02
| | | | library check on platforms with only db version 1.
* Try and bodge round the scary mess Berkeley DB has left us. This possible ↵Martin Ebourne2006-01-02
| | | | fix is for FreeBSD which fails to compile db.h
* Use %configure macro in rpm spec fileMartin Ebourne2005-12-28
|
* Change to list email addressMartin Ebourne2005-12-28
|
* Fix make distributionMartin Ebourne2005-12-28
|
* Putting this back now I see why we've got twoMartin Ebourne2005-12-28
|