커밋 기록

작성자 SHA1 메시지 날짜
  Thomas Waldmann 159315ef5d use BORG_* as file MAGIC, adapt tests 10 년 전
  Thomas Waldmann cb5c9b63b3 fork: s/attic/borg/g, fix URLs, add new section to AUTHORS 10 년 전
  Thomas Waldmann bbe200f41b fix incomplete merge of delete_repo branch 10 년 전
  Thomas Waldmann 118fb1a55c PR #226 - Merge branch 'delete_repo' into merge 10 년 전
  Thomas Waldmann a6f8d51b37 updated PR #279 - Merge branch 'fadvise' into merge 10 년 전
  Thomas Waldmann 57071ce6fd repo writes: call posix_fadvise between fsync and close 10 년 전
  Thomas Waldmann 3653acd259 PR #279 - Merge branch 'fadvise' into merge 10 년 전
  Thomas Waldmann 874f5c491b use posix_fadvise for repo writes also 10 년 전
  Thomas Waldmann dd8ff50a5c PR #245 - Merge branch 'fix_exceptions' into merge 10 년 전
  Thomas Waldmann 2da70c7d7a fix some exception handlers 10 년 전
  Thomas Waldmann b7cefacb69 Merge branch 'python_cleanup' into merge 10 년 전
  Thomas Waldmann e9aacad9a3 remove unused imports 10 년 전
  Thomas Waldmann 4ef6125f45 cleanup pep8 issues found by pycharm 10 년 전
  Thomas Waldmann 3a33d57c7d triple-double-quotes for docstrings 10 년 전
  Thomas Waldmann fec5572836 no Class(object) in py3 10 년 전
  Thomas Waldmann 6e6819e626 attic delete: add repository + local cache deletion 10 년 전
  Thomas Waldmann db7ce095d2 fix typos / spelling 10 년 전
  Thomas Waldmann 8ffd4c4926 convert docstrings to triple-double-quoted 10 년 전
  Thomas Waldmann a8ce0b8b8a remove unused imports 10 년 전
  Thomas Waldmann 74768511e1 do os.fsync like recommended in the python docs (gets a fileno, not file object, also do a flush first) 10 년 전
  Jonas Borgström 547fa0a590 Speed up initial repository access 10 년 전
  Jonas Borgström 5a69f58823 Introduce a separate exception for missing repository objects 10 년 전
  Jonas Borgström 2f72b9f960 HashIndex: Switch to a non-mmap based implementation 11 년 전
  Jonas Borgström 64cd6632a1 Avoid deadlock problems 11 년 전
  Jonas Borgström 66a84c0c12 check: Fix a check --repair issue and added more tests 11 년 전
  Jonas Borgström 3193af5482 Remove explicit flush calls since line_buffering is enabled. 11 년 전
  Jonas Borgström 477e1a39dd check: Make sure all non-critical output is sent to stdout 11 년 전
  Jonas Borgström 3982c34e6c Improve attic check documentation 11 년 전
  Jonas Borgström c1e1d6e9dd repository: Fixed a potential infinite loop in recover_segment 11 년 전
  Jonas Borgström 6425d16aa8 repository: Fix potential race condition 11 년 전