summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAge
* Fix account deletion on Windows by removing write lock before deletingChris Wilson2012-11-17
* Fix timer miscalculation on Windows.Chris Wilson2012-11-17
* We need rm -f to remove read-only files from .svn directory copies in testfiles.Chris Wilson2012-11-15
* Don't use getpeername(), sys/socket.h or sys/un.h on platforms that don'tChris Wilson2012-11-14
* Use AC_SEARCH_LIBS instead of AC_CHECK_LIB when searching for SSLChris Wilson2012-11-14
* Use AC_SEARCH_LIBS instead of AC_CHECK_LIB to search for EVP_CipherInit_ex,Chris Wilson2012-11-14
* Request linker to statically link libz.a, since the default now appears toChris Wilson2012-11-14
* Don't flag an error if the only sockets "leaked" are syslog sockets.Chris Wilson2012-11-08
* Link to HousekeepStoreAccount.o in the right directory since the big refactor.Chris Wilson2012-11-08
* Check for /dev/log and don't report if fds to it are leaked.Chris Wilson2012-11-08
* Ensure that newly created accounts are enabled by default.Chris Wilson2012-11-08
* Fix compile failure due to removal of fields from BackupClientContext.Chris Wilson2012-11-08
* Fix additional space before [FILENAME NOT ENCRYPTED] causing test failures.Chris Wilson2012-11-08
* Fix missing #include for MemBlockStream.hChris Wilson2012-11-08
* Test that BackupStoreInfo::CreateForRegeneration saves AccountEnabledChris Wilson2012-11-08
* Make CreateForRegeneration save the AccountEnabled flag and any extra dataChris Wilson2012-11-08
* Allow constructing an empty MemBlockStream, as it's useful for tests.Chris Wilson2012-11-08
* Remove commented-out method copied from BackupStoreInfo and not used.Chris Wilson2012-11-07
* Replace magic number 1000 with MILLI_SEC_IN_SEC when initialising timers.Chris Wilson2012-11-07
* Fix incorrect logging of timer assignment, and format expiry time as a human ...Chris Wilson2012-11-07
* Refactor and improve timer trace logging, fix subsecond formatting error.Chris Wilson2012-11-07
* BOX_FORMAT_MICROSECONDS doesn't make sense unless the digits to the rightChris Wilson2012-11-07
* Log the number of nanoseconds left to sleep, otherwise the log messagesChris Wilson2012-11-07
* Timer arguments are in milliseconds, not seconds.Chris Wilson2012-11-06
* Convert FORMAT_MICROSECONDS into a global utility macro.Chris Wilson2012-11-06
* Test that the BackupStoreInfo AccountEnabled flag works properly, and isChris Wilson2012-10-22
* Refuse login to disabled accounts.Chris Wilson2012-10-22
* Refactor bbstoreaccounts code to reduce duplication.Chris Wilson2012-10-22
* Keep and resave any extra data present at the end of a BackupStoreInfoChris Wilson2012-10-22
* Add helper methods to get read-only access to the buffer, and its size,Chris Wilson2012-10-22
* Add a comment in header to indicate that StreamableMemBlock does not Chris Wilson2012-10-22
* Add helper method to read a value that might not be present in an ArchiveChris Wilson2012-10-22
* Wrap line for readability.Chris Wilson2012-10-22
* Log the number of the disc set that didn't exist, and the number actually con...Chris Wilson2012-10-22
* Update MSVC 2010 project to match recent changes to file locations.Chris Wilson2012-07-20
* Fix compile error on MSVC due to attempt to convert a std::list::iteratorChris Wilson2012-07-20
* Throw an exception if we fail to open inode database, even in release builds.Chris Wilson2012-06-29
* Allow UnixUser to be created with a std::string for C++ style.Chris Wilson2012-06-29
* Add housekeep command to bbstoreaccounts to run housekeeping right now.Chris Wilson2012-06-29
* Fix double fault causing housekeeping to terminate, thanks to Dave Bamford.Chris Wilson2012-06-11
* Fix typo.Chris Wilson2012-06-07
* bbackupquery readline improvements, thanks to Paolo Tosco:Chris Wilson2012-05-26
* Fix BuildPlatform.pm for Mac OS X 10.7+ and Xcode >= 4.James O'Gorman2012-05-24
* Revert r3106 as it causes compile failures not seen locally.Chris Wilson2012-05-04
* Tag housekeeping logging with the account number and name.Chris Wilson2012-05-03
* Use the correct default config file for bbstored, thanks Pete!Chris Wilson2012-05-03
* Move private variables out of hidden namespace to help debugging.Chris Wilson2012-04-28
* Fix bug that caused sending a ZeroStream to end early, breaking protocol.Chris Wilson2012-04-28
* Make BackupStoreDaemon::RunHousekeepingIfNeeded public to allow tests to call...Chris Wilson2012-04-28
* Change BackupQueries List() to use C++ streams for output.Chris Wilson2012-04-28