summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)Author
2015-11-08update CHANGES0.28.1Thomas Waldmann
2015-11-08Merge pull request #388 from ThomasWaldmann/no-docs-build-by-defaultTW
2015-11-08do not try to build api / usage docs for production installThomas Waldmann
2015-11-08Merge pull request #386 from bket/nameerrorTW
2015-11-08Avoid using msgpack.packb at import time.Björn Ketelaars
2015-11-08fix formatting issue in changes.rstThomas Waldmann
2015-11-08try to fix build on readthedocs0.28.0Thomas Waldmann
2015-11-08update CHANGESThomas Waldmann
2015-11-08deal with unicode errors for symlinks in same way as for regular files, fixes...Thomas Waldmann
2015-11-08have a helpful warning message about how to fix wrong locale setup, fixes #382Thomas Waldmann
2015-11-07add ACL keys the RobustUnpacker must know aboutThomas Waldmann
2015-11-07use latest pytest-benchmarkThomas Waldmann
2015-11-07helper: minor style fixThomas Waldmann
2015-11-07docs: minor development docs updateThomas Waldmann
2015-11-07make basic test more robust, try 2Thomas Waldmann
2015-11-07make basic test more robustThomas Waldmann
2015-11-06CHANGES: some fixes, add compatibility notesThomas Waldmann
2015-11-06updated CHANGESThomas Waldmann
2015-11-06Merge pull request #366 from ThomasWaldmann/fix-364TW
2015-11-06repository: refactor some duplicate codeThomas Waldmann
2015-11-06docs: add section about debug commandsThomas Waldmann
2015-11-06docs: group general stuff under 1 headline, fix another headline levelThomas Waldmann
2015-11-06Merge pull request #370 from ThomasWaldmann/debug-helpersTW
2015-11-06debug-get-obj commandThomas Waldmann
2015-11-06debug-put-obj commandThomas Waldmann
2015-11-06add some tests for the debug commandsThomas Waldmann
2015-11-06Merge pull request #379 from jaltek/patch-1TW
2015-11-06Fix for link to "The Borg collective"Jan
2015-11-06Merge pull request #378 from ThomasWaldmann/list-with-prefixTW
2015-11-06borg list --prefix=thishostname- REPO, fixes #205Thomas Waldmann
2015-11-06do not mention the deprecated passphrase modeThomas Waldmann
2015-11-06remove some superfluous / duplicate log messagesThomas Waldmann
2015-11-04Merge branch 'master' of github.com:borgbackup/borgThomas Waldmann
2015-11-04docs: warn about not running out of spaceThomas Waldmann
2015-11-04debugging helper: borg debug-delete-objThomas Waldmann
2015-11-04archiver checker: better error logging, give chunk_id and sequence numbersThomas Waldmann
2015-11-03debugging helper: borg debug-dump-archive-itemsThomas Waldmann
2015-11-03Merge pull request #369 from ThomasWaldmann/fix-key-checkTW
2015-11-03fix RobustUnpacker, it missed some metadata keys. add check for unknown metad...Thomas Waldmann
2015-11-03create from stdin: also save atime, ctimeThomas Waldmann
2015-11-03disk full test: some improvementsThomas Waldmann
2015-11-03repository check code: added some commentsThomas Waldmann
2015-11-03fix "check" for repos that have incomplete chunks, fixes #364Thomas Waldmann
2015-11-03Merge pull request #363 from ThomasWaldmann/corruption-testTW
2015-11-03add a test to find disk-full issues, #327Thomas Waldmann
2015-11-02vagrant: use pyinstaller from develop branch, fixes #336Thomas Waldmann
2015-11-02docs: add example for renameThomas Waldmann
2015-11-02remove unused imports, add missing importsThomas Waldmann
2015-11-02improve chunker params docs, fixes #362Thomas Waldmann
2015-11-02use default_notty=False for confirmations, fixes #345Thomas Waldmann