summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAge
* Added commentary to RaidFileDoesntExist exception.Chris Wilson2007-04-20
* Check return value using the macro, because ::system works differentlyChris Wilson2007-04-06
* Use the old way to unzip files on win32/cygwin, since the pipe method Chris Wilson2007-04-06
* Disable interrupted restore test on Win32 (uses fork) Chris Wilson2007-04-06
* Disable symlink tests on win32. (refs #3, merges part of [623])Chris Wilson2007-04-02
* Test for restoring to a directory whose parent does not exist Chris Wilson2007-04-01
* Only include headers on systems which have themChris Wilson2007-03-25
* Win32 fixes (paths to executables, and don't try things that don't workChris Wilson2007-03-25
* Allow '/' as a path separator on all platforms, even Win32 (refs #3,Chris Wilson2007-03-25
* Close RaidFile before committing, so that commit can work on win32.Chris Wilson2007-03-25
* Use #defined paths for executables to remove win32/unix differences.Chris Wilson2007-03-25
* Fix spurious/suprious typos.Chris Wilson2007-03-25
* Use #defined paths for applications to fix cross unix/win32 compatibility.Chris Wilson2007-03-25
* Fix unix path to bbstored (refs #3)Chris Wilson2007-03-25
* Added precompiled output from message compiler, for those who don'tChris Wilson2007-03-24
* Indent cleanup (refs #3)Chris Wilson2007-03-24
* Merge new m4 from trunk. (refs #3, merges [1453])Chris Wilson2007-03-24
* Use logging framework to remove timer noise for those who don't want it.Chris Wilson2007-03-24
* Initialise logging framework and set our program name to Chris Wilson2007-03-24
* Add a quiet mode to compare command, to make test output easier to read.Chris Wilson2007-03-24
* Move all command socket communications to the worker thread, to avoidChris Wilson2007-03-24
* Compile fix to [1448] (refs #3)Chris Wilson2007-03-24
* Reformat long lines for readability. (refs #3, merges remainder of [1459])Chris Wilson2007-03-24
* Better handle a case where a force-sync command comes in immediatelyChris Wilson2007-03-24
* iUse our new ClientException codes for clock skew and archive problems.Chris Wilson2007-03-24
* Improve logging of pipe errors by including the error message. (refs #3,Chris Wilson2007-03-24
* Add autogen_ClientException.o to testbbackupd extra objects, because itChris Wilson2007-03-24
* Add new exception codes for use in bbackupd, and possibly other clients.Chris Wilson2007-03-24
* Initialise logging framework and set sensible default verbosity levelsChris Wilson2007-03-24
* Remove newlines from syslog() messages. (refs #3, merges [1447])Chris Wilson2007-03-24
* Fix header include order. (refs #3, merges [1446])Chris Wilson2007-03-24
* Use logging framework to remove timer noise for those who don't want it.Chris Wilson2007-03-24
* Trivial code simplification. (refs #3, merges [1444])Chris Wilson2007-03-24
* Reduce default logging level in debug builds from TRACE back down to INFO,Chris Wilson2007-03-24
* Use logging framework to reduce noise for those who don't want itChris Wilson2007-03-24
* Initialise logging framework and set our program name to Box Backup (bbstored)Chris Wilson2007-03-24
* Add emulated rename() with path conversion. (refs #3, merges [1436] andChris Wilson2007-03-24
* Change named pipe from message to byte mode. Thanks to Charles LeckliderChris Wilson2007-03-24
* Use memmove() for overlapping source and destination buffer. Thanks toChris Wilson2007-03-24
* Reinitialise the OVERLAPPED structure each time we start a new overlappedChris Wilson2007-03-24
* Fix compilation error reported by Torsten Boob (refs #3)Chris Wilson2007-03-24
* Move lib/common/ServerControl.h to lib/server where it belongs, sinceChris Wilson2007-03-22
* Trace reasons for uploading (or not) each fileChris Wilson2007-03-22
* Log at trace level by default in debug builds (refs #3)Chris Wilson2007-03-22
* Add a new notification constant, NotifyEvent_BackupError, for use whenChris Wilson2007-03-22
* Flush stdout when writing to it (refs #3)Chris Wilson2007-03-22
* Test that bbackupd reports an error when the backup failed due to anChris Wilson2007-03-22
* Use unique name for compare log (refs #3)Chris Wilson2007-03-22
* Flush stdout after writing to it (refs #3)Chris Wilson2007-03-22
* Test expected behaviour for modifying a file without changing its modtime,Chris Wilson2007-03-22