summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAge
* 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
* Formatting fix.Chris Wilson2008-08-06
* Allow passing C strings into TEST_FAIL_WITH_MESSAGE, not just string constants.Chris Wilson2008-08-06
* Log a warning with the file that couldn't be opened and the error code,Chris Wilson2008-08-06
* Windows compile and deletion/housekeeping test fix.Chris Wilson2008-08-03
* Name the timers to help with debugging.Chris Wilson2008-08-03
* 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
* Really enable PID logging on Windows.Chris Wilson2008-08-03
* Enable logging of PID on Windows.Chris Wilson2008-08-03
* Log error when rename over RaidFile fails on Windows.Chris Wilson2008-08-03
* Kill running daemons using kill -f on Windows (cygwin) which killsChris Wilson2008-08-03
* Remove Windows limitation on Logging that showing PID was not possible.Chris Wilson2008-08-03
* Add getpid() emulation.Chris Wilson2008-08-03
* New timer implementation using TimerQueue on Windows to avoid the needChris Wilson2008-07-27
* On Windows XP, you can open a process even after it's terminated, toChris Wilson2008-07-27
* Use the new time function when generating console log messages.Chris Wilson2008-07-27
* Add a function to format a BoxTime as a human-readable time onlyChris Wilson2008-07-27
* Add spaces before Make progress output lines to visually separateChris Wilson2008-07-26
* Remove -rdynamic flag from mingw gcc which doesn't support it.Chris Wilson2008-07-26