Age | Commit message (Collapse) | Author | |
---|---|---|---|
2016-01-12 | NEWS: Update planned release date. | Przemyslaw Pawelczyk | |
2016-01-12 | NEWS: Mention some important changes during my unofficial continuation. | Przemyslaw Pawelczyk | |
2016-01-12 | metaentry.c: Fix meta entry handling in case of xattr errors. | Przemyslaw Pawelczyk | |
getxattr() call can fail in mentry_create(), so NULL-initialize mentry->xattr_values[i] and update mentry->xattrs upon error, so there is no attempt in mentry_free() to free unitialized xattr_names[i] and xattr_values[i] pointers. Fixes #38. | |||
2015-09-08 | Add action to dump metadata in human-readable form: -d / --dump. | Przemyslaw Pawelczyk | |
metastore depends now on libbsd, because of strmode() function. This commit fixes issue #28. | |||
2015-09-08 | NEWS: Add info about recent bugfix in 489d586. | Przemyslaw Pawelczyk | |
2015-09-02 | Merge branch 'impro/switch-xattr-header' | Przemyslaw Pawelczyk | |
Conflicts: NEWS | |||
2015-09-02 | NEWS: Add information about new example script. | Przemyslaw Pawelczyk | |
2015-09-02 | NEWS: Add information about new option and unbashed scripts. | Przemyslaw Pawelczyk | |
2015-02-08 | NEWS: Add information about xattr.h change. | Przemyslaw Pawelczyk | |
2015-02-07 | Create NEWS file. | Przemyslaw Pawelczyk | |
`git log` provides detailed stuff. NEWS file should only contain user-visible or really important changes. |