summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2014-03-22Prepare release version 1.7.2obnam-1.7.2Lars Wirzenius4-4/+12
2014-03-22Fix advancing in FUSE fileobnam-1.7.1Lars Wirzenius1-1/+1
We don't necessarily have the content, but we do know its size.
2014-03-22Prepare for release version 1.7.1Lars Wirzenius4-6/+7
2014-03-21Update debian/control URLsLars Wirzenius2-2/+3
2014-03-21Reduce python-coverage-test-runner build-dep to 0.8Lars Wirzenius2-1/+4
2014-03-21Fix test suite failures on TMPDIR without user xattrLars Wirzenius7-10/+31
Remove use of extended attributes from some tests. Make the remaining tests be conditional on whether extended attributes actually work in the temporary directory (in the user.* namespace).
2014-03-21Merge branch 'liw/dump-in-json'Lars Wirzenius4-9/+10
2014-03-21Update NEWSLars Wirzenius1-0/+3
2014-03-21Document dropped dep in debian/changelogLars Wirzenius1-0/+1
2014-03-21Drop dependency on python-yamlLars Wirzenius1-4/+2
2014-03-21Convert dump-repo plugin to output JSONLars Wirzenius1-5/+4
This will let us drop the depenency on PyYAML.
2014-03-21Convert verifies-randomly from cmdtest to yarnLars Wirzenius4-27/+21
2014-03-21Convert verify-notices-changes cmdtest to yarnLars Wirzenius4-29/+36
2014-03-19Add scenario for testing --keep=4h style scheduleLars Wirzenius2-1/+79
2014-03-18Update debian/changelogLars Wirzenius1-3/+4
2014-03-18Merge branch 'liw/fuse-64k-bug'Lars Wirzenius5-5/+103
2014-03-18Update NEWS about bug fixLars Wirzenius1-0/+10
2014-03-18Bug fix: change FUSE read to read right amount of dataLars Wirzenius1-5/+6
The actual bug was that when we extracted data from the chunk we were processing at the time, we used "data[start:n]", where n is the number of bytes we wanted to extract from this chunk. This is clearly wrong: the slice end is an offset, not a length to be added to the start. Thus, "data[start:start+n]" is the fix. In addition, a small performance silliness is removed by fixing the check for whether we should be extracting data from a chunk: if the chunk ends at the start of the offset in the file from where data should be returned, it should clearly not be considered. Clarify code a bit as well, which was useful for me to understand what's going on.
2014-03-18Add test case for FUSE bugLars Wirzenius3-0/+87
2014-03-17Remove tests that don't seem worth itLars Wirzenius2-24/+0
2014-03-17Remove another seemingly pointless testLars Wirzenius1-32/+0
2014-03-17Remove test that seems pointlessLars Wirzenius1-36/+0
2014-03-17Convert forget --pretend cmdtest to yarnLars Wirzenius3-29/+23
2014-03-16Fix Uploaders field name in debian/controlLars Wirzenius2-1/+9
2014-03-15Fix Debian package versionobnam-1.7Lars Wirzenius1-1/+1
2014-03-15Prepare release version 1.7Lars Wirzenius5-11/+17
2014-03-15Update build and runtime dependencies on DebianLars Wirzenius2-10/+11
2014-03-14Close bug in debian/changelogLars Wirzenius1-0/+1
2014-03-14Add an example config file for ObnamLars Wirzenius2-0/+9
Also in the Debian package.
2014-03-13Add CACHEDIR.TAG explanation bug to debian/controlLars Wirzenius1-0/+3
2014-03-13Point at CACHEDIR.TAG resources for --exclude-cachesLars Wirzenius1-4/+8
Reported-by: Osamu Aoki <osamu@debian.org>
2014-03-13Improve error message when secret key missingLars Wirzenius3-3/+7
The actual gpg error message is now shown, instead of hidden behind a "unknown tag found" message.
2014-03-13Convert "forget nothing by default" to yarnLars Wirzenius3-29/+25
2014-03-12Fix filename in error outputLars Wirzenius1-2/+2
2014-03-11Add python-yaml as a build and runtime dependency.Lars Wirzenius2-2/+10
2014-03-11Turn IO/OSError into structured errors in backupLars Wirzenius4-6/+19
2014-03-11Add yarn for no-op backupsLars Wirzenius2-1/+32
2014-03-11Disable xattr unit tests if no xattr on TMPDIRLars Wirzenius1-9/+41
2014-03-10Add donation blurb to the manualLars Wirzenius1-0/+26
2014-03-08Merge branch 'liw/nemo-inis-bug-refactor'Lars Wirzenius7-7/+155
Reported-by: Nemo Inis <nemoinis@hotmail.com>
2014-03-08Update NEWSLars Wirzenius1-0/+5
2014-03-08Bug fix: Don't fail checksum when chunk not in chunksumsLars Wirzenius1-1/+6
2014-03-08Bug fix: mark chunk as shared when sharing itLars Wirzenius1-3/+4
2014-03-08Add a repository dumper pluginLars Wirzenius2-0/+120
This is useful for debugging errors in what is in the repository. It's just a start, for now, and can be added to later, as needed.
2014-03-08Break long lineLars Wirzenius1-1/+2
2014-03-08Display restore errors correctlyLars Wirzenius1-2/+2
2014-03-06Add test for bug found recentlyLars Wirzenius1-0/+16
2014-03-06Don't generate obnam-benchmark.1 in setup.pyLars Wirzenius1-1/+1
2014-03-05Note in manual how to check if repo is encryptedLars Wirzenius1-0/+7
2014-03-05Show verify progress based on file size as wellLars Wirzenius2-1/+11