source: box/chris @ 3110

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @3033   7 months chris Add another preview of Boxi.
(edit) @3022   8 months chris Remove pcre.h and config.h, they are version-sensitive and should be …
(edit) @3007   8 months chris Add a new win32 build, to hopefully fix 2GB issues, as requested by Tomasz …
(edit) @2993   9 months chris Update VSS preview build to latest sources with VSS bug fixes. Add the …
(edit) @2924   14 months chris Add a preview build of Box Backup with VSS support for Windows 7.
(edit) @2923   14 months chris Add a directory for precompiled experimental binaries with VSS support.
(edit) @2921   14 months chris More fixes for static library build.
(edit) @2920   14 months chris Move intermediates to their own directories to keep things tidier and fix …
(edit) @2919   14 months chris Add dirent.h for MSVC by Toni Ronkko, to allow pcregrep to compile.
(edit) @2918   14 months chris Add a fake unistd.h to allow pcregrep to compile.
(edit) @2917   14 months chris Add resources needed for building PCRE DLLs.
(edit) @2916   14 months chris Update solution file for MSVC 2010
(edit) @2915   14 months chris Update pcre.h and config.h to recent versions to fix compile errors. Add …
(edit) @2914   14 months chris Convert project files to VS2010 format.
(edit) @2913   14 months chris Add original files from pcre-vsbuild to version control.
(edit) @2912   14 months chris Add origial pcre-vsbuild files to version control.
(edit) @2911   14 months chris Add a directory for PCRE patches to build it with MSVC
(edit) @2752   20 months chris Replace 2745 build with 2751, which adds the missing PCRE DLLs so that the …
(edit) @2749   20 months chris Add a new Windows build to fix some restore problems noted by Roy, and …
(edit) @2638   2 years chris New release of the Windows client, with file creation time included in the …
(edit) @2615   2 years chris Add a new client release, fix attribute compare logging to be in host byte …
(edit) @2605   2 years chris Add windows client release 2604 with compare attribute mismatch debugging.
(edit) @2521   3 years chris Upload new Windows client release 2520.
(edit) @2462   3 years chris Patch the *other* copy of e_os2.h as well.
(edit) @2456   3 years chris Add fix for invalid static declarations for gcc 4.x compilation, thanks …
(edit) @2273   4 years chris Move inline test functions out of line to make debugging easier and reduce …
(edit) @2089   4 years chris Add list of commands and arguments to usage output.
(edit) @2088   4 years chris Use streams rather than printf to format block counts and size in MB.
(edit) @2005   4 years chris Allow logging with microsecond timestamps. Add -U option to enable …
(edit) @1997   4 years chris PCRE 7.x requires us to #define PCRE_STATIC to get the right symbol names.
(edit) @1996   4 years chris Compile fix.
(edit) @1992   4 years chris Don't replace BoxVersion?.h if it hasn't changed, saves rebuilding …
(edit) @1991   4 years chris Compile fix (remove old reference to ploc, replaced with auto ptr).
(edit) @1990   4 years chris Flush console after each log message.
(edit) @1989   4 years chris Hopefully fix a bug reported by Tobias Balle-Petersen, where unused …
(edit) @1988   4 years chris Check for zlib.h and fail if we don't have it.
(edit) @1987   4 years chris Test that redundant locations are really deleted after the time expires. …
(edit) @1986   4 years chris Document the need for -v options when using LogAllFileAccess. (merges …
(edit) @1985   4 years chris Fix wrong comments, thanks to Nestor Arocha Rodriguez. (merges [1868])
(edit) @1984   4 years chris Revert to decimal properly, and also after logging an Object ID. (merges …
(edit) @1983   4 years chris Die if infrastructure/makebuildenv.pl or infrastructure/makeparcels.pl …
(edit) @1982   4 years chris Revert from hex to decimal default format after logging an account number. …
(edit) @1981   4 years chris Allow configuration of the time to delete redundant store locations. …
(edit) @1980   4 years chris Fix crash when notifyscript is called for BackupStart? or BackupFinish?. …
(edit) @1979   4 years chris Make bbstoreaccounts properly report when it failed to lock the account, …
(edit) @1975   4 years chris Fix getopt reset for solaris and maybe other platforms. See …
(edit) @1973   4 years chris Use new logging framework for tracing diffs. Log each block found and …
(edit) @1972   4 years chris Enable TRACE logging in release builds, but make it really cheap when …
(edit) @1971   4 years chris Make ExtendedLogging? use the logging framework so that we can view the …
(edit) @1970   4 years chris Re-initialise the timers when aborting test run during SSL KeepAlive?
(edit) @1969   4 years chris Slightly improve output from waiting methods. (merges [1935])
(edit) @1968   4 years chris Don't crash when trying to cleanup timers a second time (or if never …
(edit) @1967   4 years chris Pass bbackupd_args to the internal daemon (spaces are NOT supported). …
(edit) @1966   4 years chris Ensure that restore failure sets the return code from bbackupquery, so …
(edit) @1965   4 years chris Fix keepalive test failure: * zero memory buffer before use to keep …
(edit) @1964   4 years chris Use lstat() instead of stat() to check whether a file exists. Thanks to …
(edit) @1963   4 years chris Fix restoring over existing files (merges [1919], [1921])
(edit) @1962   4 years chris Allow ObjectExists?() to take a std::string instead of just char *. (merges …
(edit) @1961   4 years chris Add some sleeps to ensure that timestamps change enough to invalidate the …
(edit) @1960   4 years chris Wait for long enough after creating test files that they will actually be …
(edit) @1959   4 years chris Make sync_and_wait() do what it's supposed to, not just force a sync. …
(edit) @1958   4 years chris Log an error if we fail to open the lockfile. (merges [1915] plus local …
(edit) @1957   4 years chris Ignore time differences less than 1 second when comparing attributes, as …
(edit) @1956   4 years chris Include the time taken by bbackupquery compare in the time between syncs, …
(edit) @1955   4 years chris Receiving a connection is not an error. (merges [1912] plus local change)
(edit) @1954   4 years chris Fix compare output for missing local files which are on the store. (merges …
(edit) @1953   4 years chris Explicitly wait for sync to finish instead of assuming that 14 seconds is …
(edit) @1952   4 years chris Move sync helper functions from test/bbackupd to Test.h to share with …
(edit) @1951   4 years chris Remove all the extra newlines after the Fink message. (merges [1906])
(edit) @1950   4 years chris Log something before checking open file descriptors, to ensure that the …
(edit) @1949   4 years chris Log stderr output in the test log file, and don't delete it at the end of …
(edit) @1948   4 years chris Log exactly which file descriptors have been left open and what they are. …
(edit) @1947   4 years chris Bite the bullet and use sigaction() instead, since [1803] shows that …
(edit) @1946   4 years chris Improve debugging when failing to create the large file for diff speed …
(edit) @1945   4 years chris Reduce console verbosity in tests.
(edit) @1944   4 years chris Fix memory leak in [1942].
(edit) @1943   4 years chris Fix comment on #ifdef
(edit) @1942   4 years chris Convert UTF-8 to Unicode for logging in Windows Event Log, so that …
(edit) @1939   4 years chris Close process token in EnableBackupRights?(), thanks Charles! Improve …
(edit) @1899   5 years chris Re-merge the good bits of [1873] with James' suggested improvements. …
(edit) @1897   5 years chris Set the locale from the environment, so that international characters may …
(edit) @1896   5 years chris Compile fix. (merges [1859])
(edit) @1895   5 years chris Added Debian initscripts, thanks to James Stark. (merges [1844])
(edit) @1861   5 years chris Compile fix for MSVC (Gary)
(edit) @1858   5 years chris New client release [1857], with the following new features: * Add James …
(edit) @1857   5 years chris Make detailed timer debugging work on Windows as well. Add a couple of …
(edit) @1856   5 years chris Use the specified service name when installing and removing the service. …
(edit) @1855   5 years chris Add "-h" and "/?" options to display usage in Daemon. Extend usage info …
(edit) @1854   5 years chris Use Daemon's delegated option processing instead of our own hacks. Move …
(edit) @1853   5 years chris Record the exit status of the daemon when running as a service, and return …
(edit) @1852   5 years chris Make Main(), GetOptionString?() and ProcessOption? virtual so that they can …
(edit) @1851   5 years chris Report more useful error messages on connect() failure on Windows.
(edit) @1850   5 years chris Compile fix.
(edit) @1849   5 years chris Refactor out command-line option processing, so that it can be extended by …
(edit) @1848   5 years chris Fix compilation on MinGW. Not yet actually used on MinGW due to the file …
(edit) @1847   5 years chris Undo bad changes (not all exclude options take a regex).
(edit) @1843   5 years chris Replace trunk with chris/merge.
(edit) @1841   5 years chris Don't include the install-backup-client script in Windows builds, as it's …
(edit) @1840   5 years chris Don't include the install-backup-client script in Windows builds, as it's …
(edit) @1839   5 years chris New client release [1837], with the following new features: * Support …
Note: See TracRevisionLog for help on using the revision log.