summaryrefslogtreecommitdiff
path: root/obnamlib/vfs_local.py
AgeCommit message (Expand)AuthorFilesLines
2015-09-28Fix un-idiomatic type checks (thanks, pylint)Lars Wirzenius1-2/+2
2015-09-10Fix typo in parameter name in RootIsNotADirectoryLars Wirzenius1-1/+1
2015-08-29Change VFS.open to have optional bufsize argumentLars Wirzenius1-1/+1
2015-08-29Change mkdir to have optional mode argumentLars Wirzenius1-1/+1
2015-08-29Drop unused variablesLars Wirzenius1-3/+2
2015-08-29Silence pylint no-member for _obnamLars Wirzenius1-0/+6
2015-08-28Hide call to os.lchmodLars Wirzenius1-1/+2
2015-07-04Cleanups suggested by pep8Lars Wirzenius1-34/+34
2015-05-23Don't put any content into lock filesLars Wirzenius1-70/+80
2015-04-03Update copyright yearsLars Wirzenius1-1/+1
2015-03-22fix typosThomas Waldmann1-2/+2
2015-03-22Add an ObnamError subclass for errorThomas Waldmann1-1/+6
2015-03-22more imports cleanup: remove unused, add missingThomas Waldmann1-1/+0
2014-06-03Exclude from test coverageLars Wirzenius1-2/+3
2014-06-03Provide a less cryptic error message in VFSJames Vasile1-0/+2
2014-05-12Create new dirs, files with restrictive permissionsLars Wirzenius1-4/+7
2014-04-13Add missing copyright statements, yearsLars Wirzenius1-1/+1
2014-03-05Catch and handle malloc errors in _obnammodule.pyLars Wirzenius1-0/+9
2014-02-25Move LockFail into vfs.py where it belongsLars Wirzenius1-1/+2
2013-12-28Fix race condition in _write_tempfileLars Wirzenius1-1/+9
2013-08-25Split VFS.lchmod into chmod_symlink and chmod_not_symlinkLars Wirzenius1-8/+17
2013-08-24Patches to port Obnam to FreeBSDLars Wirzenius1-4/+13
2013-06-16Remove whitespace from ends of linesLars Wirzenius1-10/+10
2012-12-23Fix bug in handling LocalFS listdir2 lstat errorsLars Wirzenius1-2/+9
2012-11-24Backup files in inode number orderLars Wirzenius1-1/+1
2012-11-19Fix how OSError gets raisedLars Wirzenius1-3/+3
2012-11-19Handle shared B-tree lookup errors during backupsLars Wirzenius1-3/+16
2012-11-17Make Obnam handle value-less extended attributesLars Wirzenius1-1/+1
2012-11-04Add trace statement to the cat methodLars Wirzenius1-0/+1
2012-11-03Add tracing, checking against re-lockingLars Wirzenius1-3/+15
2012-10-12Change write_file to try both os.link and O_EXCLLars Wirzenius1-7/+28
2012-10-12Fix call to os.openLars Wirzenius1-1/+1
2012-10-12Change write_file to use rename instead of linkLars Wirzenius1-2/+8
2012-04-28Make LocalFS.listdir2 return exceptions for unstatable filesLars Wirzenius1-2/+8
2012-04-15Remove unused make_backup argument from overwrite_file VFS methodsLars Wirzenius1-19/+1
2012-04-14Make lock files contain data, instead of being emptyLars Wirzenius1-2/+2
2012-04-13Improve error message when --no-act prevents creating repoLars Wirzenius1-1/+2
2012-04-13Remove test for non-EEXIST OSErrors when lockingLars Wirzenius1-1/+1
2012-03-23Add more crash pointsLars Wirzenius1-1/+7
2012-03-17Add optional crashing to LocalFSLars Wirzenius1-0/+16
2012-03-03Fix creation of LocalFS baseurl race conditionLars Wirzenius1-1/+7
2012-03-01Fix write_file for LocalFSLars Wirzenius1-8/+2
2012-02-25Add commit_shared and related changes to how locking happensLars Wirzenius1-0/+3
2012-02-25Add re-trying of lock until a timeout happensLars Wirzenius1-1/+1
2011-12-29make LocalFS use utimensat instead of lutimesLars Wirzenius1-3/+3
2011-12-18implement get_username and get_groupname for LocalFSLars Wirzenius1-0/+8
2011-12-14fix repo-on-sshfs problem caused by sshfs lacking link(2)Lars Wirzenius1-3/+9
2011-12-02add xattr support to metadata moduleLars Wirzenius1-3/+3
2011-12-02add xattr to VFS layerLars Wirzenius1-0/+18
2011-11-26Use split time fields for VFS.lutimesLars Wirzenius1-9/+9