1
0
Fork 0
mirror of https://github.com/borgbackup/borg.git synced 2024-12-27 02:08:54 +00:00
Commit graph

4612 commits

Author SHA1 Message Date
TW
bf14216da2 Merge pull request #2708 from ThomasWaldmann/vagrant-debian9
vagrant: add Debian 9 "stretch" 64bit
2017-06-18 21:44:03 +02:00
Thomas Waldmann
379378fbba vagrant: add Debian 9 "stretch" 64bit 2017-06-18 18:07:45 +02:00
TW
3cd3de2717 Merge pull request #2704 from borgbackup/rel110b6
release 1.1.0b6
2017-06-18 16:59:01 +02:00
Narendra Vardi
944ae4afc3 Don't perform full Travis build on docs-only changes #2531 2017-06-18 20:20:19 +05:30
Thomas Waldmann
0aac3a129d MANIFEST.in: exclude .coafile (coala) 2017-06-18 14:45:04 +02:00
Thomas Waldmann
f741ac2310 CHANGES: add release date 2017-06-18 14:45:04 +02:00
TW
064377ad76 Merge pull request #2703 from enkore/issue/2702
AdHocCache: avoid divison by zero
2017-06-18 14:34:31 +02:00
Marian Beermann
55e1a54385 AdHocCache: avoid divison by zero
0.01 ~ "one tick or less". ymmv.
2017-06-18 13:32:12 +02:00
enkore
308fb981c5 Merge pull request #2701 from enkore/docs/fixes
docs: assorted formatting fixes
2017-06-18 12:14:28 +02:00
Marian Beermann
1e2835eb1d docs: man pages, usage. 2017-06-18 12:13:28 +02:00
Marian Beermann
c7dda0aca9 docs: assorted formatting fixes 2017-06-18 12:12:50 +02:00
TW
5405f1b8a4 Merge pull request #2655 from ThomasWaldmann/update-changes
update CHANGES (master)
2017-06-18 05:04:56 +02:00
Thomas Waldmann
9031490cfd update CHANGES (master) 2017-06-18 05:03:47 +02:00
TW
7df6597fa1 Merge pull request #2654 from enkore/f/no-cache-sync
create: --no-cache-sync
2017-06-18 03:22:06 +02:00
enkore
02c7b7741a Merge pull request #2699 from enkore/docs/faq-typo
docs: faq: fix typo and strange link text
2017-06-18 02:35:24 +02:00
Marian Beermann
bde828d747 docs: faq: fix typo and strange link text 2017-06-18 02:34:25 +02:00
enkore
0747b3e5f4 Merge pull request #2698 from enkore/docs/table-borders
docs: neater table borders
2017-06-18 02:29:31 +02:00
Marian Beermann
5e9f069dde docs: neater table borders 2017-06-18 02:28:49 +02:00
enkore
31517ca916 Merge pull request #2697 from enkore/f/docs-accidental-quotes
docs: index: disable syntax highlight (bash)
2017-06-18 02:13:20 +02:00
Marian Beermann
89f884588d docs: index: disable syntax highlight (bash) 2017-06-18 02:12:47 +02:00
enkore
df4180e73e Merge pull request #2696 from enkore/f/docs-accidental-quotes
docs: fix accidental block quotes
2017-06-18 02:11:02 +02:00
Marian Beermann
125b02c5c8 docs: list: fix unintended block quote 2017-06-18 02:10:10 +02:00
Marian Beermann
48e815883f docs: usage: fix unintended block quota in common options 2017-06-18 02:07:37 +02:00
Marian Beermann
4689fd0c22 cache: explain fetch_missing_csize cost 2017-06-18 02:04:31 +02:00
Marian Beermann
0462a561c1 item: explicate csize isn't memorizable 2017-06-18 02:01:28 +02:00
Marian Beermann
2cbff48fd3 AdHocCache: explicate chunk_incref assertion 2017-06-18 02:01:27 +02:00
Marian Beermann
5eeca3493b TestAdHocCache 2017-06-18 02:01:27 +02:00
Marian Beermann
3c8257432a cache sync: fetch_missing_csize don't check ids against empty idx
This is always the case if self.do_cache is False.
2017-06-18 02:01:27 +02:00
Marian Beermann
fc7c560345 AdHocCache: fix size not propagating to incref 2017-06-18 02:01:27 +02:00
Marian Beermann
8aa745ddbd create: --no-cache-sync 2017-06-18 02:01:26 +02:00
enkore
4b38a17ab5 Merge pull request #2695 from enkore/docs/themefix
docs: theme tweaks
2017-06-18 01:58:18 +02:00
Marian Beermann
334fa9f322 docs: add some cell-padding to tables 2017-06-18 01:56:36 +02:00
Marian Beermann
658fd2521f docs: fix overeager CSS selector ballooning badges 2017-06-18 01:53:14 +02:00
enkore
4369d30ee2 Merge pull request #2694 from enkore/docs/themefix
switch docs theme
2017-06-18 01:39:47 +02:00
Marian Beermann
e880c7cac6 docs: sidebar pixel-tweak 2017-06-18 01:37:32 +02:00
Marian Beermann
887df51eef docs: development: update docs remarks 2017-06-18 01:31:32 +02:00
Marian Beermann
7df1140ab9 docs: installation: fix accidental block quotes 2017-06-18 01:27:29 +02:00
Marian Beermann
3fea2ac05e docs: switch to a fresher theme
incidentally, fixes font size mismatches on firefox and chrome,
at the same time. marvellous.
2017-06-18 01:27:29 +02:00
TW
fa9940f0fe Merge pull request #2693 from ThomasWaldmann/hashindex-keyerror
implement Hashindex.__delete__ KeyError, more tests, fix double delete
2017-06-17 23:48:27 +02:00
Thomas Waldmann
726051b9d1 fix double delete in rebuild_refcounts
in case of the Manifest having an IntegrityError,
the entry for the manifest was already deleted.
2017-06-17 23:25:32 +02:00
Thomas Waldmann
72ef24cbc0 hashindex: implement KeyError 2017-06-17 23:25:32 +02:00
Thomas Waldmann
b7b6abca7a hashindex: more tests for basics
KeyError test failing due to bug.
2017-06-17 23:17:09 +02:00
enkore
767f72b03e Merge pull request #2692 from enkore/f/initopts
remove short options for rarely used options / commands
2017-06-17 17:05:04 +02:00
Marian Beermann
3f72790b5d upgrade: remove short option for --inplace 2017-06-17 16:44:13 +02:00
Marian Beermann
28f944bd91 init: remove short option for --append-only 2017-06-17 16:40:56 +02:00
enkore
b1dab2c661 Merge pull request #2689 from enkore/docs/formatting-i2650
docs: minor formatting fixes
2017-06-17 14:38:38 +02:00
Marian Beermann
b1205a7932 docs: fix too small text in tables 2017-06-17 14:32:37 +02:00
Marian Beermann
0288fff6b7 docs: explain formatting 2017-06-17 14:29:56 +02:00
Marian Beermann
02ada03486 docs: remove more boxes around monospace 2017-06-17 14:29:55 +02:00
enkore
7d11b4443d Merge pull request #2686 from enkore/docs/i2651
init: note possible denial of service with "none" mode
2017-06-17 14:17:02 +02:00