summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAge
* 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
* Fix compilation of open64() intercept.Chris Wilson2008-09-26
* Remove #ifdef WIN32 as we now define O_BINARY to 0 on Unixes, soChris Wilson2008-09-26
* Log reason for failing to write to a file.Chris Wilson2008-09-26
* Add file logger class.Chris Wilson2008-09-26
* Replace timer name when assigning from another timer.Chris Wilson2008-09-26
* Log reason for any waitpid() failure.Chris Wilson2008-09-26
* Set console and syslog logging levels rather than global logging level,Chris Wilson2008-09-26
* Use named timer for MaximumDiffingTime.Chris Wilson2008-09-26
* Reinstate and fix the intercept tests for SSL keepalives.Chris Wilson2008-09-26
* s/(bbdev.)?fluffy.co.uk/boxbackup.org/James O'Gorman2008-09-16
* 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