summaryrefslogtreecommitdiff
path: root/gsystem-shutil.c
Commit message (Expand)AuthorAgeFilesLines
* Import xattr code from OSTree, use it to make gs_shutil_cp_a() copy xattrsColin Walters2013-11-281-90/+131
* shutil: Make gs_shutil_cp_a copy ownership as wellSjoerd Simons2013-11-031-1/+11
* shutil: Treat ELOOP like ENOTDIRColin Walters2013-09-101-1/+1
* shutil: Use at-relative walking for gs_shutil_rm_rf()Colin Walters2013-09-091-62/+167
* Include local allocation macros by defaultColin Walters2013-05-031-0/+1
* shutil: rm_rf should delete symlinks to directories, not follow themColin Walters2013-03-011-8/+27
* Decouple gsystem-local-alloc from libgsystem.hColin Walters2013-01-231-63/+100
* shutil: Allow gs_shutil_rm_rf() to delete files tooColin Walters2013-01-071-0/+7
* localalloc: Rename macrosColin Walters2012-12-031-7/+7
* shutil: Ensure we create directories with correct modeColin Walters2012-12-021-1/+1
* shutil: New submodule for high-level I/O operationsColin Walters2012-11-291-0/+239