summaryrefslogtreecommitdiff
path: root/bin/bbackupd
Commit message (Expand)AuthorAge
* Fix tests (hopefully) on Win32 for struct stat ino_t change from 16 toChris Wilson2009-03-21
* Wrap long lines for readability.Chris Wilson2009-03-19
* Rename NDEBUG flag to BOX_RELEASE_BUILD, as other projects use NDEBUG as Chris Wilson2008-12-30
* Separate out daemon control interfaces into BackupDaemonInterface, for Chris Wilson2008-12-30
* Make BackupDaemon::TouchFileInWorkingDir accessible for Boxi.Chris Wilson2008-12-27
* Reformat comment.Chris Wilson2008-12-27
* Catch exceptions from BackupClientFileAttributes::ReadAttributesChris Wilson2008-12-05
* Reduce severity of some log messages about notifying systemChris Wilson2008-12-01
* Fix missing parentheses on stored file ID messages.Chris Wilson2008-12-01
* Fix NotifyScript syntax error reported by Roy.Chris Wilson2008-11-11
* Log statistics before BackupFinish event, so that they can be usedChris Wilson2008-10-04
* Reformat comments for readability.Chris Wilson2008-10-03
* Remove Win32 command socket thread, as it has caused too much trouble.Chris Wilson2008-10-03
* Log creation of directory records and warn on conflicting records.Chris Wilson2008-10-03
* Reformat for readability.Chris Wilson2008-10-03
* Add file logging support (LogFile and LogFileLevel config options).Chris Wilson2008-09-26
* Make upload decision messages (logged with LogAllFileAccess) clearerChris Wilson2008-09-26
* Use named timer for KeepAliveTime.Chris Wilson2008-09-26
* s/(bbdev.)?fluffy.co.uk/boxbackup.org/James O'Gorman2008-09-16
* Prefix event log application name with Box Backup, and remove it fromChris Wilson2008-09-14
* 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
* Add handling of backup-error events to NotifySysAdmin.vbs.Chris Wilson2008-08-11
* Move the code that runs a backup with exception handling into its ownChris Wilson2008-08-10
* Reformat comments for readability.Chris Wilson2008-08-10
* Fix redundant logging of command socket messages.Chris Wilson2008-08-08
* Log file uploads at NOTIFY level so that all you need to do to get themChris Wilson2008-08-03
* Log the error code returned by NotifyScript.Chris Wilson2008-08-03
* Don't warn about ignoring sockets and FIFOs during backup, thanks toChris Wilson2008-07-03
* Add missing #include, thanks to Alex Howansky.Chris Wilson2008-07-02
* Track and log file deletions by name.Chris Wilson2008-05-28
* Shorten names used by daemons.Chris Wilson2008-05-28
* Fix crash when notifying sysadmin of an invalid event code.Chris Wilson2008-04-09
* Improve LogAllFileAccess logging by making the simple case (file notChris Wilson2008-04-09
* Undo mangling by tailorChris Wilson2008-04-04
* TailorizationChris Wilson2008-04-04
* Replace all remaining use of TRACEx() macros with logging framework.Chris Wilson2008-03-29
* Allow configuration of the server port that the client will connect to Chris Wilson2008-03-28
* Improve logging with macros that consistently output strerror(errno) andChris Wilson2008-03-28
* Correct sysconfdir and localstatedir as they weren't doing what they were sup...James O'Gorman2008-03-25
* Use logging framework rather than printf to log when messages are sent Chris Wilson2008-03-13
* Workaround for (buggy?) gcc not finding inherited Main method on Chris Wilson2008-03-01
* * Move all commands from bin to sbin on Unix platformsJames O'Gorman2008-02-27
* Correct typo in the NotifySysadmin.sh generationJames O'Gorman2008-02-12
* Use @sysconfdir_expanded@ as default location for configuration files,Chris Wilson2008-01-28
* Sun CC compile fix: doesn't like assigning an iterator to a const_iterator.Chris Wilson2008-01-22
* Don't warn about mount points which are excluded, thanks to Matt Brown forChris Wilson2008-01-20
* Re-merge the good bits of [1873] with James' suggested improvements.Chris Wilson2007-10-20