2
I Use This!
Activity Not Available

News

Analyzed 12 months ago. based on code collected 12 months ago.
Posted over 9 years ago by chris
Disable HTTP keepalive for now because we don't support it properly
Posted over 9 years ago by chris
Increase S3Simulator HTTP timeout to aid debugging
Posted over 9 years ago by chris
Improve exception messages when reading an HTTPResponse
Posted over 9 years ago by chris
Fix check for existing BackupStoreInfo? file on S3 stores
Posted over 9 years ago by chris
Whitespace, import order and comment fixes
Posted over 9 years ago by chris
Allow verifying a BackupStoreFile? without closing underlying stream
Posted over 9 years ago by chris
Make wrong return type an error, not a warning. We should never fail to return something from a non-void function.
Posted over 9 years ago by chris
Add missing header include. Fixes compilation on Windows.
Posted over 9 years ago by chris
Don't overwrite OpenSSH Makefile during extraction. Hopefully should allow previous compilation results to be cached, when combined with not running ./Configure if the Makefile already exists.
Posted over 9 years ago by chris
Add script to compile Box Backup and dependencies on Windows (Cygwin). Automates the instructions found in docs/api-notes/win32_build_on_cygwin_using_mingw.txt.