save metadata to extended file attributes
authorStefan Tomanek <stefan.tomanek@wertarbyte.de>
Fri, 5 Nov 2010 11:39:46 +0000 (12:39 +0100)
committerDaniel Stenberg <daniel@haxx.se>
Fri, 5 Nov 2010 12:59:10 +0000 (13:59 +0100)
commitfbf51696ef1435cf358943c671ac55944ccec26c
tree1098fbb75838685a5f0d8b1b5471c510a8f8abe1
parent1786950759a0429bde29822c3c879fdbf305f24d
save metadata to extended file attributes

It is often convinient to track back the source of a once downloaded
file; this patch makes curl store the source URL and other metadata
alongside the retrieved file by using the extended attributes (if
supported by the file system and enabled by --xattr).
src/Makefile.inc
src/main.c
src/xattr.c [new file with mode: 0644]
src/xattr.h [new file with mode: 0644]