summaryrefslogtreecommitdiff
path: root/lib
Commit message (Expand)AuthorAge
...
* More debugging.Chris Wilson2007-07-03
* Hopefully work around buggy getopt implementation noted by TBP inChris Wilson2007-07-03
* Add extra debugging to help find out why getopt is behaving weirdlyChris Wilson2007-06-30
* Log reasons for failure to connect to a socket.Chris Wilson2007-06-28
* Add a new -F option for daemons, which runs in the foreground but stillChris Wilson2007-06-28
* Get it right this time.Chris Wilson2007-06-04
* Hopefully reset getopt in a way that's compatible with BSD and GLIBC,Chris Wilson2007-06-04
* Add missing #include <errno.h>, thanks Tobias.Chris Wilson2007-06-03
* Fix emulated chdir to work with relative paths and with bbackupquery'sChris Wilson2007-05-09
* Add missing #include <errno.h>, thanks to Matt Brown (refs #3)Chris Wilson2007-05-02
* Compile fix, thanks to Matt Brown (refs #3)Chris Wilson2007-05-02
* Remove assertion that we are at the end of the stream when decodingChris Wilson2007-04-29
* Remove unwanted blank line. (refs #3)Chris Wilson2007-04-29
* Make directories user-writable while restoring them, so that restoringChris Wilson2007-04-29
* Make directories user-writable while restoring them, so that restoringChris Wilson2007-04-29
* Initialise mSingleProcess flag to false (oops!) (refs #3)Chris Wilson2007-04-29
* Fix rare memory leak. (refs #3, merges part of [1514])Chris Wilson2007-04-28
* Remove newline from end of banner text, since logging framework will addChris Wilson2007-04-28
* Fix bbackupd choosing an invalid (too large) block size for large filesChris Wilson2007-04-28
* Fix getting files with uncertain size (over 2GB) from the store. FailureChris Wilson2007-04-28
* Don't fork to handle requests when running as a single process (veryChris Wilson2007-04-28
* Remove comments accidentally left in [1591]. (refs #3)Chris Wilson2007-04-28
* Make Daemon remember whether we're supposed to run in a single process,Chris Wilson2007-04-28
* Use ReadLoggingStream to log progress of file uploads. (refs #3)Chris Wilson2007-04-28
* Add a stream which logs progress of reading data from another (child)Chris Wilson2007-04-28
* Keep a copy of the program name, in case the original goes away, whichChris Wilson2007-04-28
* Fix inability to handle streams over 2GB properly. (refs #3)Chris Wilson2007-04-28
* Add a stream which provides a source of zero bytes of arbitrary size,Chris Wilson2007-04-28
* Ignore attempts to listen on a Unix socket on Win32, so that we can shareChris Wilson2007-04-22
* Merge [1566] from chris/general:Chris Wilson2007-04-22
* Compile fix for Win32, where no localtime_r is available and localtimeChris Wilson2007-04-22
* Display file and line where memory leak test failed. (refs #3)Chris Wilson2007-04-22
* Add -V option, which sets maximum verbosity in one go.Chris Wilson2007-04-22
* Add options to log timestamps, and a custom tag, with each message toChris Wilson2007-04-22
* Use logging framework to log stack traces from exceptions. (refs #3)Chris Wilson2007-04-22
* Use logging framework to log exceptions. (refs #3)Chris Wilson2007-04-22
* Declare global std::string variables that hold extra arguments forChris Wilson2007-04-22
* Compile fix, always include Test.h (refs #3)Chris Wilson2007-04-21
* Don't log errors or throw exceptions when we get ERROR_NO_DATA, which justChris Wilson2007-04-20
* Fix erroneous line break.Chris Wilson2007-04-20
* Added commentary to RaidFileDoesntExist exception.Chris Wilson2007-04-20
* Allow '/' as a path separator on all platforms, even Win32 (refs #3,Chris Wilson2007-03-25
* Fix unix path to bbstored (refs #3)Chris Wilson2007-03-25
* Added precompiled output from message compiler, for those who don'tChris Wilson2007-03-24
* Indent cleanup (refs #3)Chris Wilson2007-03-24
* Compile fix to [1448] (refs #3)Chris Wilson2007-03-24
* Improve logging of pipe errors by including the error message. (refs #3,Chris Wilson2007-03-24
* Fix header include order. (refs #3, merges [1446])Chris Wilson2007-03-24
* Use logging framework to remove timer noise for those who don't want it.Chris Wilson2007-03-24
* Trivial code simplification. (refs #3, merges [1444])Chris Wilson2007-03-24