TW
|
fd9f9792cb
Merge pull request #601 from trassl/master
|
9 жил өмнө |
Christoph Trassl
|
3061b3048c
Reformat commands list.
|
9 жил өмнө |
TW
|
9f70a4c0e0
Merge pull request #596 from Herover/patch-1
|
9 жил өмнө |
Herover
|
29b84a1b43
Use https on updated license link
|
9 жил өмнө |
TW
|
8f18b4bcf1
Merge pull request #597 from LocutusOfBorg/patch-1
|
9 жил өмнө |
Gianfranco Costamagna
|
37eb22ad55
Delete Ubuntu Vivid, EOL
|
9 жил өмнө |
TW
|
20bc823592
Merge pull request #594 from ThomasWaldmann/update-changes10
|
9 жил өмнө |
Herover
|
7cb6b5657a
Fix dead link to license
|
9 жил өмнө |
Thomas Waldmann
|
d2bfa24814
update CHANGES
|
9 жил өмнө |
TW
|
0ec998cb3b
Merge pull request #505 from ThomasWaldmann/prep-rel1
|
9 жил өмнө |
Thomas Waldmann
|
3476fffe7d
remove deprecated "--compression <number>"
|
9 жил өмнө |
Thomas Waldmann
|
ad31fcd7c0
remove deprecated "--hourly/daily/weekly/monthly/yearly"
|
9 жил өмнө |
Thomas Waldmann
|
079646ee4c
remove deprecated "--do-not-cross-mountpoints"
|
9 жил өмнө |
Thomas Waldmann
|
e1515ee251
remove deprecated "borg verify"
|
9 жил өмнө |
Thomas Waldmann
|
1fc99ec9cd
update docs, remove references to passphrase mode
|
9 жил өмнө |
Thomas Waldmann
|
815d2e23ce
remove support for --encryption=passphrase, clean up
|
9 жил өмнө |
Thomas Waldmann
|
2f9b643edb
migrate-to-repokey command, dispatch passphrase type to repokey handler
|
9 жил өмнө |
Thomas Waldmann
|
b2dedee3c8
refactor yes(), cleanup env var semantics, fixes #355
|
9 жил өмнө |
Thomas Waldmann
|
6d615ec30a
change encryption to be on by default (repokey mode)
|
9 жил өмнө |
Thomas Waldmann
|
169634f2ca
change the builtin default for --chunker-params, create 2MiB chunks, fixes #343
|
9 жил өмнө |
Thomas Waldmann
|
5607e5aefe
use os.urandom instead of own cython openssl RAND_bytes wrapper, fixes #493
|
9 жил өмнө |
Thomas Waldmann
|
3ade3d8a41
use hashlib.pbkdf2_hmac from py stdlib instead of own openssl wrapper
|
9 жил өмнө |
Thomas Waldmann
|
2cc0225527
use hmac.compare_digest instead of == operator
|
9 жил өмнө |
Thomas Waldmann
|
9fa18c9ee9
use stat.filemode instead of homegrown code
|
9 жил өмнө |
Thomas Waldmann
|
7c8bfe6681
__file__ is now always an absolute path (3.4)
|
9 жил өмнө |
Thomas Waldmann
|
0be62d4233
stuff found on "Porting to Python 3.3"
|
9 жил өмнө |
Thomas Waldmann
|
8e13d315bb
use PyMemoryView_FromMemory (py 3.3+)
|
9 жил өмнө |
Thomas Waldmann
|
ef00f5d12d
we always have shutil.get_terminal_size on py 3.3+
|
9 жил өмнө |
Thomas Waldmann
|
fc326df600
a2b_base64 now also accepts ascii-only str objects
|
9 жил өмнө |
Thomas Waldmann
|
fc52101d46
suppress unneeded exception context (PEP 409)
|
9 жил өмнө |