summaryrefslogtreecommitdiff
path: root/lib
Commit message (Expand)AuthorAge
* 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
* Added d_type member to struct dirent, initialise with S_IFDIR or S_IFREGChris Wilson2007-03-10
* First attempt to achieve a more logical order in this chaos:Chris Wilson2007-03-10
* Fix two memory leaks and one buffer overflow in codepage conversion code.Chris Wilson2007-03-10
* Typo fix (refs #3)Chris Wilson2007-03-10
* We don't have access to DIRECTORY_SEPARATOR_ASCHAR in lib/win32Chris Wilson2007-03-10
* Fix handling of O_EXCL to behave just like Unix, not abused to lock files.Chris Wilson2007-03-10
* Improve GetErrorMessage() by including the error number/code in the messageChris Wilson2007-03-10
* Print localised error messages rather than error codes for all errorsChris Wilson2007-03-10
* Expanded character set conversion API to allow arbitrary conversionsChris Wilson2007-03-10
* We can't use lib/common here, so we don't have ASSERT() (refs #3)Chris Wilson2007-03-10
* Our timer code only supports ITIMER_REAL (refs #3)Chris Wilson2007-03-10
* Always include process.h, as we don't know whether it was detected or notChris Wilson2007-03-10
* Catch exceptions thrown by closing the WinNamedPipeStream during shutdownChris Wilson2007-03-10
* Code formatting (cosmetic) (refs #3, merges [1345])Chris Wilson2007-03-10