summaryrefslogtreecommitdiff
path: root/_obnammodule.c
AgeCommit message (Expand)AuthorFilesLines
2014-10-02Break long linesLars Wirzenius1-3/+6
2014-10-02Initial attempt at getting obnam to work on OSXJimmy Tang1-3/+18
2014-06-04Fix typo in commentCarlo Teubner1-1/+1
2014-04-15Expand TABs in _obnammodule.cLars Wirzenius1-6/+6
2014-04-13Format long linesLars Wirzenius1-2/+4
2014-04-13More copyright nitpick fixesLars Wirzenius1-1/+1
2014-03-05Catch and handle malloc errors in _obnammodule.pyLars Wirzenius1-0/+12
2013-08-25Fix comment formatting and make function staticLars Wirzenius1-5/+5
2013-08-24Patches to port Obnam to FreeBSDLars Wirzenius1-9/+72
2013-06-16Remove whitespace from ends of linesLars Wirzenius1-8/+8
2013-02-27Request large file support unconditionallyLars Wirzenius1-0/+2
2013-02-27Return unsigned stat fields as unsigned, not signedLars Wirzenius1-11/+12
2012-10-21Fix Obnam to read empty xattr values correctlyLars Wirzenius1-1/+1
2012-06-17Use the libc-provided xattr.h instead of the libattr oneLars Wirzenius1-1/+1
2012-02-25Fix argument passing to the utimensat wrapperLars Wirzenius1-4/+10
2011-12-30fix utimensat use to use the right kind of structLars Wirzenius1-3/+3
2011-12-29make LocalFS use utimensat instead of lutimesLars Wirzenius1-4/+4
2011-12-18fix lstat(2) wrapper to build long long integers properlyobnam-0.24Lars Wirzenius1-1/+1
2011-12-02fix handling of no extended attributes in C wrapperLars Wirzenius1-1/+1
2011-12-02add lsetxattr wrapperLars Wirzenius1-1/+13
2011-12-02add lgetxattr wrapperLars Wirzenius1-4/+26
2011-12-02add llistxattr system call wrapperLars Wirzenius1-0/+50
2011-11-26Add a C wrapper around lstat(2) system callLars Wirzenius1-0/+39
2011-08-30Don't use posix_fadvise if it isn't available.Lars Wirzenius1-0/+4
2011-08-24Fix #define for _XOPEN_SOURCE to be conditional.Lars Wirzenius1-0/+2
2011-05-18Change the lutimes(2) wrapper to deal with fractional seconds.Lars Wirzenius1-8/+9
2010-07-11Have lutimes wrapper return errno if there was an error.Lars Wirzenius1-0/+3
2009-11-19Added _obnammodule.c and setup.py and VFS implementations from old branch (hi...Lars Wirzenius1-0/+92
2009-11-09Delete everything, start over from scratch, again.Lars Wirzenius1-92/+0
2009-05-23Fix setting of symlink mtimes on restore. This required switching to using lu...Lars Wirzenius1-0/+92