summaryrefslogtreecommitdiff
path: root/_summainmodule.c
AgeCommit message (Collapse)AuthorFilesLines
2015-08-16Copy new version from Obnamliw/sync-moduleLars Wirzenius1-13/+124
This is now identical as Obnam's extension module, except the init function is init_summain, not init_obnam.
2013-08-25FreeBSD portabilityLars Wirzenius1-17/+69
By Itamar Turner-Trauring of HybridCluster.
2012-10-21Handle empty extended attribute valuesLars Wirzenius1-1/+1
2012-10-13Use sys/xattr.h instead of attr/xattr.hLars Wirzenius1-1/+1
2011-12-29add C extension module for system calls Python doesn't provideLars Wirzenius1-0/+166
Snarfed from Obnam.