提交历史

作者 SHA1 备注 提交日期
  Thomas Waldmann b8303a38bf Merge branch '1.0-maint' 9 年之前
  Marian Beermann 714e93bf64 Repository: fix commit tags being seen in data 9 年之前
  Marian Beermann c52861e0ca Improve LoggedIO write performance, make commit mechanism more solid 9 年之前
  Thomas Waldmann d3fe134abd add a bin_to_hex helper and some properties 9 年之前
  Thomas Waldmann 9a70a20370 move some constants to new constants module 9 年之前
  TW fc10ac0ef9 Merge pull request #830 from enkore/feature/1.0ctxmng 9 年之前
  Marian Beermann 83586ae09c Make Repository a context manager, use decorators for wrapping withs 9 年之前
  TW d56e4c5370 Merge pull request #818 from borgbackup/1.0-maint 9 年之前
  Marian Beermann effa992d22 append-only mode: use single file for log, disallow check --repair, docs 9 年之前
  Marian Beermann ffc8cf6c97 Append-only mode for repositories 9 年之前
  Marian Beermann 7caec0187f Make Repository a context manager, use decorators for wrapping withs 9 年之前
  Thomas Waldmann 6d615ec30a change encryption to be on by default (repokey mode) 9 年之前
  Thomas Waldmann fc52101d46 suppress unneeded exception context (PEP 409) 9 年之前
  Thomas Waldmann a6f9c29dfe use new OS and IO exception hierarchy of py 3.3 9 年之前
  Thomas Waldmann 4444113414 remove misc. compat code not needed for py 3.4+ 9 年之前
  Thomas Waldmann 265da6286f remove conditionals/wrappers, we always have stat nanosecond support on 3.4+ 9 年之前
  Thomas Waldmann e2f5983eef finer repo check progress indicator 9 年之前
  Thomas Waldmann 0c076ad114 compact_segments: save_space -> free unused segments quickly 9 年之前
  Thomas Waldmann b41f6dfbbf Merge branch 'silent' of https://github.com/ThomasWaldmann/borg into ThomasWaldmann-silent 9 年之前
  Jakob Schnitzer 17952dff48 helpers: remove functions that are only used once 9 年之前
  Thomas Waldmann 7a1316cb79 implement ProgressIndicators, use it for repo check and segment replay, fixes #195, fixes #188 9 年之前
  Thomas Waldmann 38994c78fc implement borg break-lock REPO command, fixes #157 9 年之前
  Thomas Waldmann f19e95fcf7 implement --lock-wait, support timeout for UpgradableLock, fixes #210 9 年之前
  Antoine Beaupré f13dd6e579 completely remove have_cython() hack 9 年之前
  Thomas Waldmann c01efa4666 repository: refactor some duplicate code 9 年之前
  Thomas Waldmann f804c6fb1c repository check code: added some comments 9 年之前
  Thomas Waldmann 98f3b8d937 fix "check" for repos that have incomplete chunks, fixes #364 9 年之前
  Thomas Waldmann 6d5cc06cf6 remove unused imports, add missing imports 9 年之前
  TW 5f86959762 Merge pull request #349 from ThomasWaldmann/pretty-errors 9 年之前
  Thomas Waldmann 762fdaadd8 prettier error messages, fixes #57 9 年之前