summaryrefslogtreecommitdiff
path: root/lib
Commit message (Expand)AuthorAge
* 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
* Reduce default logging level in debug builds from TRACE back down to INFO,Chris Wilson2007-03-24
* Use logging framework to reduce noise for those who don't want itChris Wilson2007-03-24
* Initialise logging framework and set our program name to Box Backup (bbstored)Chris Wilson2007-03-24
* Add emulated rename() with path conversion. (refs #3, merges [1436] andChris Wilson2007-03-24
* Change named pipe from message to byte mode. Thanks to Charles LeckliderChris Wilson2007-03-24
* Use memmove() for overlapping source and destination buffer. Thanks toChris Wilson2007-03-24
* Reinitialise the OVERLAPPED structure each time we start a new overlappedChris Wilson2007-03-24
* Fix compilation error reported by Torsten Boob (refs #3)Chris Wilson2007-03-24
* Move lib/common/ServerControl.h to lib/server where it belongs, sinceChris Wilson2007-03-22
* Log at trace level by default in debug builds (refs #3)Chris Wilson2007-03-22
* Flush stdout when writing to it (refs #3)Chris Wilson2007-03-22
* Remove #ifdefs, no longer required (refs #3, merges [1418])Chris Wilson2007-03-10
* Group remaining set*id() and get*id() functions. Improve comments aboutChris Wilson2007-03-10
* Add new syslog level emulations (refs #3, merges remainder of [1299])Chris Wilson2007-03-10
* Reorder for clarityChris Wilson2007-03-10
* Remove #define BOX_VERSION since we now get it from BoxVersion.h viaChris Wilson2007-03-10
* Use #defines to replace POSIX functions with emulated ones on MinGW,Chris Wilson2007-03-10
* Compile fix for [1397] (refs #3)Chris Wilson2007-03-10