summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAge
* 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
* Test that store-full error is not wrongly generated on aborted connections.Chris Wilson2008-08-10
* Move the code that runs a backup with exception handling into its ownChris Wilson2008-08-10
* Reformat comments for readability.Chris Wilson2008-08-10
* Check for waitpid() function in configure.Chris Wilson2008-08-10
* Link bbackupd test with objects from bin/bbstored.Chris Wilson2008-08-10
* Handle multiple-line dependencies in Makefile.extraChris Wilson2008-08-10
* Convert console logging output to console encoding on Windows.Chris Wilson2008-08-09
* Map ERROR_SHARING_VIOLATION to EBUSY in openfile().Chris Wilson2008-08-09
* Win32 compile fix for WaitForServerStartup.Chris Wilson2008-08-08
* Replace manual pointer management with std::auto_ptr.Chris Wilson2008-08-08
* Fix redundant logging of command socket messages.Chris Wilson2008-08-08
* Rename BackupContext to BackupStoreContext.Chris Wilson2008-08-07
* Separate LaunchServer and WaitForServerStartup.Chris Wilson2008-08-07
* Allow waiting for a process while killing it, will be needed for testsChris Wilson2008-08-07
* Allow externally controllic whether a daemon will run in the foregroundChris Wilson2008-08-07
* Add machine-readable output mode (with -m option) to bbstoreaccounts info.Chris Wilson2008-08-07
* When dumping stack traces, allow libc to allocate its own memory, ratherChris Wilson2008-08-06
* Fix conflict with local variables called "line".Chris Wilson2008-08-06