summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAge
* Remove double initialisation of winsock library. (refs #3)Chris Wilson2006-10-27
* Remove double initialisation (now done in Chris Wilson2006-10-27
* Catch exceptions from BackupStoreDaemon::Run and log them without killingChris Wilson2006-10-18
* Reinstate #ifdefs on Win32. (refs #3)Chris Wilson2006-10-18
* Reinstate ifdefs around code that should be disabled on Win32 (fake fork()Chris Wilson2006-10-18
* Update description with another possible cause of this errorChris Wilson2006-10-18
* Wait longer for server to die in KillServer (takes about 5 seconds on Chris Wilson2006-10-18
* Add a new CommonException type, AccessDenied (very useful for debuggingChris Wilson2006-10-16
* Set the filename to "HANDLE" under Win32 when initialising from anChris Wilson2006-10-16
* Match case-insensitively on Win32. (refs #3)Chris Wilson2006-10-16
* Fix memory corruption when the number of not-leaks exceeds the table size.Chris Wilson2006-10-16
* Use BoxConfig-MSVC.h and BoxVersion.h when compiling with MSVC. (refs #3)Chris Wilson2006-10-16
* Use more accurate sleeps in poll() to ensure that we don't end up busyChris Wilson2006-10-16
* Use -1 for INVALID_SOCKET_HANDLE to ensure that it's always less than zero,Chris Wilson2006-10-16
* Implement LocalProcessStream on Win32. (refs #3)Chris Wilson2006-10-16
* Use overlapped I/O to avoid blocking.Chris Wilson2006-10-16
* Add new return codes from BackupClientRestore for use on Win32. (refs #3)Chris Wilson2006-10-16
* Delete existing entries to allow reuse of a BackupStoreDirectory object.Chris Wilson2006-10-16
* Remove #ifdefs around geteuid(), re-enable use of fake version under Win32Chris Wilson2006-10-16
* Undefine fstat() so that we get the Win32 POSIX version, instead of ourChris Wilson2006-10-16
* Added a script to determine the build version on Win32 MSVC. (refs #3)Chris Wilson2006-10-16
* Updated MSVC project files. (refs #3)Chris Wilson2006-10-16
* Improved debugging when creation of sparse files fails. (refs #3)Chris Wilson2006-10-16
* Rename config.h.win32 to the new name, which will be auto-included byChris Wilson2006-10-16
* Add test/bbackupd/testfiles/syncallowscript.pl to the list of Perl filesChris Wilson2006-10-16
* Different check for have_regex_h (the old one doesn't seem to work on MinGW).Chris Wilson2006-10-16
* Don't check for AC_HEADER_DIRENT on any mingw32 platform. (refs #3)Chris Wilson2006-10-16
* Don't check for nanosleep, random device, or flock/F_SETLK on any mingw32Chris Wilson2006-10-16
* Change test for return code 3 back to 2, until or unless the bbackupqueryChris Wilson2006-10-15
* Revert patch [825] (mostly).Chris Wilson2006-10-15
* Revert patch [862] (refs #3)Chris Wilson2006-10-15
* Copy our template config.h to BoxConfig.h when compiling with MSVC. Chris Wilson2006-10-15
* Added tests for case-insensitive matching in exclude lists on Win32.Chris Wilson2006-10-15
* Compile fix (refs #3)Chris Wilson2006-10-15
* Compile fix (refs #3)Chris Wilson2006-10-15
* Compile fix. (refs #3)Chris Wilson2006-10-15
* Add an option to ignore attribute differences on compare. (refs #3)Chris Wilson2006-10-15
* Convert command-line arguments from the system locale/character set toChris Wilson2006-10-15
* Convert command-line arguments from the system locale/character set toChris Wilson2006-10-15
* Allow getting an object with a path, not just from the current directoryChris Wilson2006-10-15
* Use BoxPlatform to see if we are building on Windows (refs #3)Chris Wilson2006-10-14
* * Add option to bbackupquery list command to show times in UTC or local timeChris Wilson2006-10-14
* * Fix compile error caused by conflicting MSVC macros (refs #3)Chris Wilson2006-10-14
* * Operator precedence fix (refs #3)Chris Wilson2006-10-14
* * Replace global daemon object with a pointer, to allow deletion andChris Wilson2006-10-14
* * Catch invalid output from sync allow script and tell the user what itChris Wilson2006-10-14
* * Apply Box coding standards (refs #3, replaces [1026])Chris Wilson2006-10-14
* * Oops, svn merged too much, undo againChris Wilson2006-10-14
* * Replace global daemon object with a pointer, to allow deletion andChris Wilson2006-10-14
* * Apply Box coding standards (refs #3)Chris Wilson2006-10-14