Age | Commit message (Collapse) | Author | |
---|---|---|---|
2010-11-08 | xattr: use const char * for const strings | Daniel Stenberg | |
2010-11-05 | xattr: add configure check and #ifdefs | Daniel Stenberg | |
setxattr is a glibc call to set extended attributes, so configure now checks for it and the code is adapted to only build when the functionality is present. | |||
2010-11-05 | save metadata to extended file attributes | Stefan Tomanek | |
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). |