2
I Use This!
Activity Not Available

News

Analyzed 12 months ago. based on code collected 12 months ago.
Posted about 10 years ago by chris
Fix test failing on OpenBSD because tar -m behaves differently.
Posted about 10 years ago by chris
Fix more minor test breaks on Windows
Posted about 10 years ago by chris
Fix test to handle console encoding already in UTF-8.
Posted about 10 years ago by chris
Fix random timezone errors on restore. Work in UTC inside Box Backup, not local time.
Posted about 10 years ago by chris
Remove unused variable
Posted about 10 years ago by chris
Fix error logging when file open fails on Windows. We need to use the saved Windows error code from GetLastError?(), rather than calling it again, because another system call has run in the mean time and GetLastError?() will now return 0.
Posted about 10 years ago by chris
Write memory leak report files to current working directory saved at startup. Fixes tests broken by changing current directory, for example in bbackupquery, which meant that the report file was written in the wrong place and couldn't be found by the test, causing a failure.
Posted about 10 years ago by chris
Improve internal debug logging
Posted about 10 years ago by chris
Fix overlapped I/O in WinNamedPipeStream?. Broken by previous changes to introduce overlapped I/O for writes.
Posted about 10 years ago by chris
Whitespace and comment fixes. Improve correctness and reduce code duplication in bbackupctl.