summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
* (refs #3)Chris Wilson2006-09-01
| | | | | Use truncation/sparse files to quickly create files with 200MB of zeroes
* Revert to trunkChris Wilson2006-09-01
|
* (refs #3)Chris Wilson2006-08-31
| | | | | | | | | | | | | Use strict and warnings for code safety. Exit with status 2 on invalid usage. Allow running multiple tests, comma separated. Exit with status 2 if make fails for any test. Exit with status 1 if any test fails.
* Revert to trunkChris Wilson2006-08-31
|
* (refs #3)Chris Wilson2006-08-31
| | | | | Added support for non-blocking sockets on Win32 as well
* Revert to trunkChris Wilson2006-08-31
|
* Use INVALID_SOCKET_VALUE instead of -1Chris Wilson2006-08-31
|
* Revert to trunkChris Wilson2006-08-31
|
* (refs #3)Chris Wilson2006-08-31
| | | | | | Define a suitable constant for invalid socket handles, for use in SocketStream.cpp
* Revert to trunkChris Wilson2006-08-31
|
* (refs #3)Chris Wilson2006-08-31
| | | | | | | | Added an OnIdle method which can be overridden by subclasses for idle tasks. Used for housekeeping on Win32. Avoid forking on Win32, and trying to clean up after children.
* Revert to trunkChris Wilson2006-08-31
|
* (refs #3)Chris Wilson2006-08-31
| | | | | 64-bit format fixes (Win32)
* Revert to trunkChris Wilson2006-08-31
|
* (refs #3)Chris Wilson2006-08-31
| | | | | | | Initialise Windows sockets automatically for all daemons on Win32 Write PID files on Win32
* Revert to trunkChris Wilson2006-08-31
|
* (refs #3)Chris Wilson2006-08-31
| | | | | | | | | | | Open files in binary mode (Win32) Disable the lock failure block when we don't have any locking mechanism Close and delete files before renaming over them on Win32. This breaks Ben's desired recovery semantics, so it's not done on other platforms, but Win32 requires it.
* Revert to trunkChris Wilson2006-08-31
|
* (refs #3)Chris Wilson2006-08-31
| | | | | | | Don't include headers that we don't have Open RAID files in binary mode
* Revert to trunkChris Wilson2006-08-31
|
* Disable all calls to set*id() on Win32 (doesn't work) (refs #3)Chris Wilson2006-08-31
|
* Revert to trunkChris Wilson2006-08-31
|
* Revert to trunkChris Wilson2006-08-31
|
* Add O_BINARY to default flags, since most files opened this way shouldChris Wilson2006-08-31
| | | | | be opened in binary mode on Win32 (refs #3)
* Revert to trunkChris Wilson2006-08-31
|
* Make FDGETLINE_BUFFER_SIZE big enough for one unicode character on Win32,Chris Wilson2006-08-31
| | | | | | otherwise reading from console can fail due to insufficient buffer size. (refs #3)
* Revert to trunkChris Wilson2006-08-31
|
* Disable intercept tests on Win32 as wellChris Wilson2006-08-31
| | | | | | | | Define O_BINARY to 0 (zero) if our platform doesn't have it (all except Win32?) which enables us to reduce #ifdefs (refs #3)
* Revert to trunkChris Wilson2006-08-31
|
* Use DIRECTORY_SEPARATOR instead of assuming that it's a forward slashChris Wilson2006-08-31
| | | | | (refs #3)
* Revert to trunkChris Wilson2006-08-31
|
* Use DIRECTORY_SEPARATOR instead of assuming that it's a forward slashChris Wilson2006-08-31
|
* * lib/backupstore/BackupStoreAccounts.cppChris Wilson2006-08-31
| | | | | - Revert to trunk
* * lib/backupclient/BackupStoreObjectDump.cppChris Wilson2006-08-31
| | | | | Fix format strings on Win32 (refs #3)
* * lib/backupclient/BackupStoreObjectDump.cppChris Wilson2006-08-31
| | | | | - Revert to trunk
* * lib/backupclient/BackupStoreFile.cppChris Wilson2006-08-31
| | | | | | Close file before trying to apply attributes to it. Otherwise, when we close it the timestamp will be updated on Win32 (refs #3)
* * lib/backupclient/BackupStoreFile.cppChris Wilson2006-08-31
| | | | | - Revert to trunk
* * lib/backupclient/BackupClientFileAttributes.cppChris Wilson2006-08-31
| | | | | | Don't call geteuid() on Win32, since it's emulated, always returns 0, and I want to remove it entirely (refs #3)
* * lib/backupclient/BackupClientFileAttributes.cppChris Wilson2006-08-31
| | | | | - Revert to trunk
* * infrastructure/makebuildenv.pl.inChris Wilson2006-08-31
| | | | | | | | | | | | | | | | | | | | | | | Support multiple implicit dependencies Add lib/win32 as an implicit dependency on Win32 Make lib/common depend on lib/win32 on Win32 Fix space between test file name platform executable extension, and between executable name and arguments, in test shell scripts Add support for compiling resource files (.rc) on Win32 Fix dependencies to avoid unnecessary rebuilds when not using BSD make Code cleanups Fix typos (refs #3)
* * infrastructure/makebuildenv.pl.inChris Wilson2006-08-31
| | | | | - Revert to trunk
* * infrastructure/buildenv-testmain-template.cppChris Wilson2006-08-31
| | | | | | | Record the file and line of first test failure, and print them at the end of the test, useful for debugging when the first failure has scrolled off screen (refs #3)
* * buildenv-testmain-template.cppChris Wilson2006-08-31
| | | | | - Revert to trunk
* * infrastructure/BoxPlatform.pm.inChris Wilson2006-08-31
| | | | | | | | | | | Determine whether we are building for Windows or not, and export that information Search for VERSION.txt in a few more places, for example when running Perl scripts like getversion.pl (refs #3)
* * infrastructure/BoxPlatform.pm.inChris Wilson2006-08-31
| | | | | - Revert to trunk
* * docs/backup/win32_build_on_linux_using_mingw.txt (refs #3)Chris Wilson2006-08-31
| | | | | Updated documentation for building Win32 native builds on Linux
* * docs/backup/win32_build_on_linux_using_mingw.txtChris Wilson2006-08-31
| | | | | | - Revert to trunk -
* * configure.acChris Wilson2006-08-31
| | | | | | | | | | | | | | Show the required versions of Berkeley DB when configure fails to find them Check for sys/uio.h Check for O_BINARY Clean up code for AX_CHECK_MOUNT_POINT Display whether regular expressions are enabled at the end
* * configure.acChris Wilson2006-08-31
| | | | | Revert to trunk (refs #3)
* * bin/bbstored/BackupStoreDaemon.hChris Wilson2006-08-31
| | | | | | - Reinstate SendMessageToHousekeepingProcess() on Win32, but make it do nothing (refs #3)