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 سال پیش |
Thomas Waldmann
|
a6f9c29dfe
use new OS and IO exception hierarchy of py 3.3
|
9 سال پیش |
Thomas Waldmann
|
19729d3983
requirements: use latest pytest-cov, not blocked by py32 any more
|
9 سال پیش |
Thomas Waldmann
|
4444113414
remove misc. compat code not needed for py 3.4+
|
9 سال پیش |
Thomas Waldmann
|
6a5629226f
simplify to print(...., flush=True)
|
9 سال پیش |
Thomas Waldmann
|
fe8762ad28
os.utime on py 3.4+ always supports fd and follow_symlinks
|
9 سال پیش |
Thomas Waldmann
|
265da6286f
remove conditionals/wrappers, we always have stat nanosecond support on 3.4+
|
9 سال پیش |
Thomas Waldmann
|
19998888ba
remove support for missing PermissionError on py 3.2
|
9 سال پیش |
Thomas Waldmann
|
dabac6a4ed
use mock from stdlib, fixes #145
|
9 سال پیش |
Thomas Waldmann
|
8a819d4499
remove borg.support, fixes #358
|
9 سال پیش |
Thomas Waldmann
|
a2843bc939
docs: require python 3.4+
|
9 سال پیش |
Thomas Waldmann
|
7d591226d2
remove support for python 3.2.x and 3.3.x, require 3.4+, fixes #65, fixes #221
|
9 سال پیش |