summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2011-12-18fix lstat(2) wrapper to build long long integers properlyobnam-0.24Lars Wirzenius2-2/+2
2011-12-18add check for lstat and directory file typeLars Wirzenius1-0/+4
2011-12-18prepare release 0.24Lars Wirzenius5-4/+9
2011-12-18break long lines in examplesLars Wirzenius1-2/+4
2011-12-18add explicit note that you can restore individual filesLars Wirzenius1-0/+2
2011-12-18add example for restoring just one fileLars Wirzenius1-0/+6
2011-12-18fix sftp so it doesn't look up user/group names locallyLars Wirzenius5-0/+29
2011-12-18update NEWSLars Wirzenius1-0/+2
2011-12-18add tests to verify sftp plugin always returns None for user/group namesLars Wirzenius1-0/+6
2011-12-18implement get_username and get_groupname for LocalFSLars Wirzenius2-0/+15
2011-12-18add methods for getting user and group names for a filesystemLars Wirzenius1-0/+6
2011-12-18add note about new feature in NEWSLars Wirzenius1-0/+2
2011-12-18remove checkpoint generations after a successful backupLars Wirzenius3-0/+43
2011-12-18make backup remove any checkpoint generations is creates, on successLars Wirzenius1-0/+10
2011-12-18add test case for removing checkpointsLars Wirzenius2-0/+33
2011-12-17refactor: add a Repository.walk method and use it in restore pluginLars Wirzenius6-29/+91
2011-12-17when restoring, walking depth-firstLars Wirzenius1-1/+1
2011-12-17implement depth-first walkingLars Wirzenius2-6/+11
2011-12-17add test case for depth-first walkingLars Wirzenius1-0/+7
2011-12-17refactor test case so I can easily add another oneLars Wirzenius1-17/+17
2011-12-17make use of Repository.walk instead of explicit recursionLars Wirzenius1-16/+13
2011-12-17make test case less fragileLars Wirzenius2-2/+1
2011-12-17make verify's walker use Repository.walkLars Wirzenius1-10/+2
2011-12-17simplify Repository.walk APILars Wirzenius3-12/+12
2011-12-17copy walker method from verify to repo, with adjustmentsLars Wirzenius2-0/+21
2011-12-17add test for Repository.walkLars Wirzenius1-1/+42
2011-12-17use existing B-tree node sizeLars Wirzenius6-3/+47
2011-12-17make it possible to use existing trees even when node-size setting is differentLars Wirzenius3-3/+9
2011-12-17add cmdtest to ./check scriptLars Wirzenius1-0/+1
2011-12-17add correct output to cmdtestLars Wirzenius1-0/+2
2011-12-17add test case for backing up to repository with different node size settingLars Wirzenius1-0/+35
2011-12-17add progress reporting to forgetLars Wirzenius2-4/+17
2011-12-17add new feature to NEWSLars Wirzenius1-0/+2
2011-12-17add progress reporting to forgetLars Wirzenius1-4/+15
2011-12-14fix repo-on-sshfs problem caused by sshfs lacking link(2)Lars Wirzenius2-3/+14
2011-12-12mention faster forget in NEWSLars Wirzenius1-0/+1
2011-12-11optimize forget by avoiding stupid data structure useLars Wirzenius1-4/+4
2011-12-11verify progress reportingLars Wirzenius2-0/+17
2011-12-11add new feature to NEWSLars Wirzenius1-0/+1
2011-12-11add progress reporing to verifyLars Wirzenius1-0/+16
2011-12-11add --verify-random optionLars Wirzenius3-38/+66
2011-12-11update NEWS with new featureLars Wirzenius1-0/+2
2011-12-11fix error reporting and fix verify-randomly < backed up filesLars Wirzenius1-1/+4
2011-12-11add blackbox test for --verify-randomly and fix tests so they passLars Wirzenius1-4/+12
2011-12-11fix --verify-randomly so it actually worksLars Wirzenius1-1/+2
2011-12-11implement --verify-randomlyLars Wirzenius1-12/+22
2011-12-11change explicit recursion into a generatorLars Wirzenius1-34/+38
2011-12-11give a more helpful error message for encryption subcommands when encryption ...Lars Wirzenius1-0/+1
2011-12-10add synopsis to every subcommand that's missing itLars Wirzenius6-6/+11
2011-12-10debian/control: new build dependency libattr1-dev.Lars Wirzenius2-1/+3