| Commit message (Expand) | Author | Age |
* | deal with old repositories with non-encrypted creds | Joey Hess | 2014-09-18 |
* | glacier, S3: Fix bug that caused embedded creds to not be encypted using the ... | Joey Hess | 2014-09-18 |
* | Revert "S3, Glacier, WebDAV: Fix bug that prevented accessing the creds when ... | Joey Hess | 2014-09-18 |
* | WebDav: Fix enableremote crash when the remote already exists. (Bug introduce... | Joey Hess | 2014-09-17 |
* | The annex-rsync-transport configuration is now also used when checking if a k... | Joey Hess | 2014-09-11 |
* | New annex.hardlink setting. Closes: #758593 | Joey Hess | 2014-09-05 |
* | Do not preserve permissions and acls when copying files from one local git re... | Joey Hess | 2014-08-26 |
* | use types to enforce that removeAnnex can only be called inside lockContent | Joey Hess | 2014-08-20 |
* | more lock file refactoring | Joey Hess | 2014-08-20 |
* | reorganize and refactor lock code | Joey Hess | 2014-08-20 |
* | When accessing a local remote, shut down git-cat-file processes afterwards, t... | Joey Hess | 2014-08-20 |
* | forgot some lifts | Joey Hess | 2014-08-20 |
* | Ensure that all lock fds are close-on-exec, fixing various problems with them... | Joey Hess | 2014-08-20 |
* | S3, Glacier, WebDAV: Fix bug that prevented accessing the creds when the repo... | Joey Hess | 2014-08-12 |
* | testremote: Add testing of behavior when remote is not available | Joey Hess | 2014-08-10 |
* | avoid printing really ugly webdav exceptions | Joey Hess | 2014-08-09 |
* | fix checkPresent error handling for non-present local git repos | Joey Hess | 2014-08-08 |
* | check for 200 response | Joey Hess | 2014-08-08 |
* | fix removeKey when not present | Joey Hess | 2014-08-08 |
* | show missing url= parameter error sooner | Joey Hess | 2014-08-08 |
* | WebDAV: Avoid buffering whole file in memory when downloading. | Joey Hess | 2014-08-08 |
* | further break out legacy chunking code | Joey Hess | 2014-08-08 |
* | unify exception handling into Utility.Exception | Joey Hess | 2014-08-07 |
* | WebDAV: Avoid buffering whole file in memory when uploading. | Joey Hess | 2014-08-07 |
* | webdav: reuse http connection when operating on the chunks of a file | Joey Hess | 2014-08-07 |
* | use DAV monad | Joey Hess | 2014-08-07 |
* | convert WebDAV to new special remote interface, adding new-style chunking sup... | Joey Hess | 2014-08-06 |
* | run Preparer to get Remover and CheckPresent actions | Joey Hess | 2014-08-06 |
* | pushed checkPresent exception handling out of Remote implementations | Joey Hess | 2014-08-06 |
* | make local gcrypt storeKey be atomic | Joey Hess | 2014-08-04 |
* | gcrypt: fix removal of key that does not exist | Joey Hess | 2014-08-04 |
* | make testremote work with gcrypt repos | Joey Hess | 2014-08-04 |
* | remove write bit when storing to local gcrypt repo | Joey Hess | 2014-08-03 |
* | fix removal from local gcrypt repo that had files stored using rsync | Joey Hess | 2014-08-03 |
* | when not using rsync (for local gcrypt repo), display own progress meter | Joey Hess | 2014-08-03 |
* | finally properly fixed ssh zombie leak | Joey Hess | 2014-08-03 |
* | convert gcrypt to new regime, including chunking | Joey Hess | 2014-08-03 |
* | finish making rsync support chunking | Joey Hess | 2014-08-03 |
* | move ugly rsync zombie workaround | Joey Hess | 2014-08-03 |
* | remove redundant progress meter display code | Joey Hess | 2014-08-03 |
* | roll ChunkedEncryptable into Special and improve interface | Joey Hess | 2014-08-03 |
* | whitespace | Joey Hess | 2014-08-03 |
* | better byteRetriever | Joey Hess | 2014-08-03 |
* | convert ddar to new ChunkedEncryptable API (but do not support chunking) | Joey Hess | 2014-08-02 |
* | convert bup to new ChunkedEncryptable API (but do not support chunking) | Joey Hess | 2014-08-02 |
* | hook: use ChunkedEncryptable | Joey Hess | 2014-08-02 |
* | convert glacier to new ChunkedEncryptable API (but do not support chunking) | Joey Hess | 2014-08-02 |
* | S3: support chunking | Joey Hess | 2014-08-02 |
* | specialize Preparer a bit, so resourcePrepare can be added | Joey Hess | 2014-08-02 |
* | minor optimisation | Joey Hess | 2014-08-01 |