Marian Beermann
81bd55eec3
key testsuite: update blake2 test data to include padded keys
2017-01-12 01:05:59 +01:00
Marian Beermann
b9770c348f
posix: use fully-qualified hostname + node ID
...
The node ID is usually the 48 bit MAC of the primary network
interface.
2017-01-12 00:54:17 +01:00
TW
889ee18c85
Merge pull request #2011 from htgoebel/master
...
Vagrantfile: Split cygwin packaged to be installed into base and project
2017-01-09 01:36:35 +01:00
Hartmut Goebel
0f7493299c
Vagrantfile: Split cygwin packaged to be installed into base and project.
...
The packages which are required for ssh log-in and rsync synchronized
folders to work are separated from those specific for the borg
project. This makes it easier to reuse in other projects.
2017-01-08 22:16:54 +01:00
TW
c5172646ab
Merge pull request #2006 from sherbang/patch-1
...
Docs: language clarification - VM backup FAQ
2017-01-08 01:39:48 +01:00
sherbang
33be583920
Update faq.rst
2017-01-07 18:48:48 -05:00
Thomas Waldmann
69b816fe76
update CHANGES (1.0-maint)
2017-01-07 23:12:27 +01:00
TW
6cb6984433
Merge pull request #2005 from ThomasWaldmann/fix-travis-osx-builds
...
travis: fix OS X based testing
2017-01-07 02:29:41 +01:00
Thomas Waldmann
e119042f4c
travis: install py36 on OS X
2017-01-06 07:12:29 +01:00
Thomas Waldmann
370cb1f19a
travis: fix osxfuse install
2017-01-06 07:12:29 +01:00
Thomas Waldmann
2938a5f6fb
work around spurious log level related test fail when using pytest-xdist
2017-01-06 05:48:50 +01:00
Thomas Waldmann
a1d223cec0
always setup module level "logger" in the same way
...
this is a cleanup change, found this while trying to find out why
borg_cmd spuriously does not have INFO loglevel when testing with
pytest-xdist.
the cleanup did NOT help with this, but is at least a cleanup.
2017-01-06 05:48:50 +01:00
Thomas Waldmann
5ed6d21302
parallel testing: fix issue related to non-reproducible set / dict order
2017-01-06 05:48:50 +01:00
Thomas Waldmann
853cfb703b
parallelizing tests via pytest-xdist
2017-01-06 05:48:50 +01:00
enkore
e61de12d6e
Merge pull request #1996 from ThomasWaldmann/py36
...
tox / travis: also test on Python 3.6
2017-01-05 13:22:56 +01:00
TW
a84466d70c
Merge pull request #1995 from enkore/f/buffer-exc
...
helpers.Buffer: raise OSError subclass if too much memory shall be al…
2017-01-05 04:50:03 +01:00
Marian Beermann
320a56144f
helpers.Buffer: raise OSError subclass if too much memory is allocd
2017-01-04 19:28:05 +01:00
Marian Beermann
be8e0c89b3
check: fail if single archive does not exist
2017-01-04 19:25:03 +01:00
Thomas Waldmann
c412b86455
vagrant: add Python 3.6.0
2017-01-04 01:06:57 +01:00
Thomas Waldmann
7d4d7e7901
setup.py: add Python 3.6 qualifier
2017-01-04 01:03:18 +01:00
Thomas Waldmann
9533493047
tox / travis: also test on Python 3.6
2017-01-04 00:57:35 +01:00
enkore
73795f5a82
Merge pull request #1994 from enkore/issue/1981
...
Fix upgrade --tam, change-passphrase crashes if not encrypted
2017-01-03 17:31:19 +01:00
Marian Beermann
4b9a9f9b5e
change-passphrase: print key location
2017-01-03 17:16:28 +01:00
Marian Beermann
7519bf8100
fix change-passphrase crashing if repository is not encrypted
2017-01-03 17:15:59 +01:00
Marian Beermann
6a5b3018c1
fix upgrade --tam crashing if repository is not encrypted
2017-01-03 17:15:32 +01:00
enkore
9d7ec9aa0a
Merge pull request #1993 from enkore/issue/1992
...
fix xattrs on ObjectiveFS
2017-01-03 17:11:45 +01:00
Marian Beermann
3e04fa972a
xattr: only skip file on BufferTooSmallError
...
redefine __str__ to get a proper error message, not ''
2017-01-03 14:25:55 +01:00
Marian Beermann
85e79f96a1
xattr: ignore empty names returned by llistxattr(2) et al
2017-01-03 12:47:42 +01:00
enkore
902c423086
Merge pull request #1970 from enkore/f/dbg-speed
...
fast crc
2017-01-02 16:11:11 +01:00
Marian Beermann
56818d1db8
Credit the excellent work of these people in AUTHORS
2017-01-02 15:54:14 +01:00
Marian Beermann
9afebead84
two fast CRC implementations
...
CRC slice by 8 for generic CPUs outperforms zlib CRC32 on ppc
and x86 (ARM untested but expected to as well).
PCLMULQDQ derived from Intel's zlib patches outperforms every other
CRC implementation by a huge margin.
2017-01-02 15:54:14 +01:00
enkore
cf19db466d
Merge pull request #1989 from Abogical/master
...
Happy new year!
2017-01-01 01:14:08 +01:00
Abogical
f043b966da
It's 2017
2016-12-31 16:53:30 +02:00
enkore
60d33b838f
Merge pull request #1983 from enkore/f/sigtrace
...
dump trace on signal
2016-12-26 17:57:51 +01:00
enkore
bbddd1a081
Merge pull request #1979 from ThomasWaldmann/no-default-hash
...
borg init --encryption - remove default
2016-12-26 17:01:21 +01:00
Marian Beermann
c2c31aa13a
enable faulthandler
2016-12-26 15:29:30 +01:00
Marian Beermann
0ff76bdc9d
dump a trace on SIGUSR2
2016-12-26 15:29:22 +01:00
Thomas Waldmann
7d48878cfe
borg init --encryption - remove default
...
use --encryption=repokey for all the tests except if they
have special needs.
2016-12-24 02:53:44 +01:00
enkore
8ef860284d
Merge pull request #1934 from musoke/patch-1
...
Update link to security contact
2016-12-22 15:22:45 +01:00
Marian Beermann
fd587331d7
Update link to security contact
...
Currently this move was only done in master, so point to latest.
Might be generally a good idea in case it changes and no release was done
since the responsibility changed.
2016-12-22 15:21:42 +01:00
Nathan Musoke
dc5f954afa
Update link to security contact
...
Information about security contact has moved.
2016-12-22 15:20:09 +01:00
enkore
a4eef67e3b
Merge pull request #1912 from Abogical/prune-progress
...
Add prune progress display
2016-12-22 14:57:26 +01:00
enkore
82455a0863
Merge pull request #1969 from enkore/merge/1.0-maint
...
Merge 1.0 maint
2016-12-21 21:55:30 +01:00
Marian Beermann
742bfa33c4
flake8
2016-12-21 00:36:31 +01:00
Marian Beermann
a0abc3eb75
CHANGES: move 1.1.0b3 to correct position
2016-12-20 23:26:22 +01:00
Marian Beermann
e0e5bc4aa4
ran build_usage
2016-12-20 23:09:28 +01:00
Thomas Waldmann
c9cc97e05b
CHANGES: fix 1.0.9 release date
2016-12-20 23:06:15 +01:00
Marian Beermann
85cebd0419
Merge branch 'partial-1.0-maint' into merge/1.0-maint
2016-12-20 23:05:44 +01:00
Thomas Waldmann
880578da06
quickstart: use prune with --list
...
so people are better aware of what's happening, avoiding pitfalls
with wrong or missing --prefix.
2016-12-20 23:03:32 +01:00
Marian Beermann
91991988e1
Fix subsubparsers for Python <3.4.3
...
This works around http://bugs.python.org/issue9351
Since Debian and Ubuntu ship 3.4.2 and 3.4.0 respectively.
2016-12-20 23:03:31 +01:00