summaryrefslogtreecommitdiff
path: root/lib
Commit message (Expand)AuthorAge
* Remove Win32 command socket thread, as it has caused too much trouble.Chris Wilson2008-10-03
* Remove -K option which now does nothing on Windows.Chris Wilson2008-10-03
* Utility classes to be used by new Windows named pipe framework.Chris Wilson2008-10-03
* Spacing and additional stream header byte logging.Chris Wilson2008-10-03
* More debugging, log type of stream received and fix logging of header byte.Chris Wilson2008-10-03
* Additional debugging for protocol stream deadlock reported byChris Wilson2008-09-30
* Add file logging support (LogFile and LogFileLevel config options).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
* 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
* Unify program name and console logging tags.Chris Wilson2008-09-13
* Fix test regression on Windows where a const char pointer was treatedChris Wilson2008-09-07
* Reformat for readability.Chris Wilson2008-09-06
* 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
* 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
* Make test failures more obvious, and log them through logging framework.Chris Wilson2008-08-11
* 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
* 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
* 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
* 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
* Remove Windows limitation on Logging that showing PID was not possible.Chris Wilson2008-08-03