summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAge
* Improve wording of control command message.Chris Wilson2008-09-15
* FIx [2285] properly for Windows.Chris Wilson2008-09-14
* Compile fix for [2285].Chris Wilson2008-09-14
* Prefix event log application name with Box Backup, and remove it fromChris Wilson2008-09-14
* Log which command succeeded or failed, rather than just "Succeeded",Chris Wilson2008-09-13
* Allow undelete command to work on files as well as directories.Chris Wilson2008-09-13
* Add command to undelete a file, to complete the set of commandsChris Wilson2008-09-13
* Allow stopping housekeeping during a run, between accounts, when theChris Wilson2008-09-13
* Use logging tagger to identify clients during connections, bothChris Wilson2008-09-13
* Unify program name and console logging tags.Chris Wilson2008-09-13
* Use cross-compiling windres detected by configure.Chris Wilson2008-09-13
* Fix cross-compiling checks for ar, ranlib and windres.Chris Wilson2008-09-13
* Test for read errors being reported at more points during the tests.Chris Wilson2008-09-12
* Fix test regression on Windows where a const char pointer was treatedChris Wilson2008-09-07
* Add Windows Installer (InstallJammer) to version control, thanks toChris Wilson2008-09-06
* Reformat for readability.Chris Wilson2008-09-06
* Add missing include dirs for pcre, and missing link to advapi32.dll.Chris Wilson2008-09-06
* Don't try to kill daemons if not running, avoid error messages.Chris Wilson2008-09-06
* Shorten long lineChris Wilson2008-09-06
* Remove LICENSE.txt from being installed into the binary location. This is def...James O'Gorman2008-09-05
* Fix GNUism in use of xargs (xargs -r is a GNU extension) - just get find to p...James O'Gorman2008-09-05
* Include signal.h if it exists.Chris Wilson2008-09-03
* Add favicon images to version control.Chris Wilson2008-08-25
* Make statistics back into a NOTICE level log again, as they're pretty Chris Wilson2008-08-22
* Make BackupQueries::CompareParams public so that Boxi can use it.Chris Wilson2008-08-21
* Run housekeeping synchronously on all platforms if daemon is run in Chris Wilson2008-08-21
* Report when directory modification time is later than last sync time as Chris Wilson2008-08-21
* Use SelfFlushingStream to ensure that protocol streams are always Chris Wilson2008-08-21
* Reformat for readability.Chris Wilson2008-08-21
* Don't use private direct access to Configuration.mSubConfigurations.Chris Wilson2008-08-21
* Better handle the case where __MSVCRT_VERSION__ is already defined (e.g. Chris Wilson2008-08-21
* Call virtual NotifyListenerIsReady() method when listening socket is Chris Wilson2008-08-21
* Use ForkToHandleRequests in ServerStream template call to avoid compiler Chris Wilson2008-08-21
* Add a Flush() method to IOStream to read and discard all remaining data, Chris Wilson2008-08-21
* Make Open() take a const std::string& for the socket name instead of a Chris Wilson2008-08-21
* Only set spDaemon in Daemon::Main, to allow Boxi to have a BackupDaemon Chris Wilson2008-08-21
* Allow constructing Configuration objects from scratch (for Boxi).Chris Wilson2008-08-21
* Spelling fix.Chris Wilson2008-08-21
* Take a const std::string& for the filename rather than a const char *, Chris Wilson2008-08-21
* Handle sysadmin notifications and calculate next sync time in Chris Wilson2008-08-21
* Propagate BackupStoreException::SignalReceived up to BackupDaemon to Chris Wilson2008-08-21
* More use of new interfaces, compile fix for [2245].Chris Wilson2008-08-21
* Pass a RunStatusProvider and a ReadLoggingStream::Logger from Chris Wilson2008-08-21
* Run status provider interface, needed to connect Box Backup to Boxi and Chris Wilson2008-08-21
* Change FileStream constructor to take a const std::string& instead of a Chris Wilson2008-08-21
* Understand Boxi SVN URLs and build an appropriate version string for Box Chris Wilson2008-08-21
* Remove built binaries and libraries in clean target, so that it behaves Chris Wilson2008-08-21
* Build lib/win32.a (even if empty) on all platforms, to help Boxi Chris Wilson2008-08-21
* Add handling of backup-error events to NotifySysAdmin.vbs.Chris Wilson2008-08-11
* Make test failures more obvious, and log them through logging framework.Chris Wilson2008-08-11