summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2022-05-24Add self to list of contributors.format1-3Adam Spragg
2022-05-24Use format 1 without mtime in the example hooksAdam Spragg
2022-05-24Add post-merge git hook.Adam Spragg
2022-05-24Make example hook shell scripts executableAdam Spragg
2022-05-24Abort commits during conflicts if differences existAdam Spragg
2022-05-24Change "compare" output from MSG_QUIET to MSG_NORMAL.Adam Spragg
2022-05-24Return non-zero exit status if "compare" finds differencesAdam Spragg
2022-05-24Make "--no-mtime" apply to "dump" actionAdam Spragg
2022-05-24Add ability to not save mtime in metadata filesAdam Spragg
2022-05-18Sort entries in Format 1 files by path, ASCIIbetically.Adam Spragg
2022-05-18Add ability to read Format 1 metadata filesAdam Spragg
2022-05-18Add ability to write Format 1 metadata filesAdam Spragg
2022-05-18Add documentation for new Format 1Adam Spragg
2022-05-18Add -r/--format option to pick the format to save asAdam Spragg
2022-05-18Build metastore.txt as part of `make all`Adam Spragg
2022-05-18Separate format-specific read/write logic into own functionsAdam Spragg
2022-05-18Reuse already calculated end-of-buffer pointerAdam Spragg
2022-05-18Make buffers that are read from `const`-correctAdam Spragg
2022-05-18Label file Format 0 explicitly as Format 0Adam Spragg
2021-04-08Fix "changing owner" message to show owner instead of group.HEADmasterPrzemyslaw Pawelczyk
2021-04-07NEWS: Mention normalize_path() bugfix.Przemyslaw Pawelczyk
2021-04-07AUTHORS: Add Jürgen Bubeck.Przemyslaw Pawelczyk
2021-04-07Fix path normalization for the case of CWD being the root directory (/).Jürgen Bubeck
2018-09-08Fix conversion specifiers in "Failed to {malloc,strdup}" messages.Przemyslaw Pawelczyk
2018-09-08Add missing argument to "Failed to get metadata for %s\n" message.Przemyslaw Pawelczyk
2018-02-19Support building with empty -DNO_XATTR= (equivalent to -DNO_XATTR=0).Przemyslaw Pawelczyk
2018-02-19Makefile: Support NO_XATTR variable.Przemyslaw Pawelczyk
2018-02-19Support building with no extended attributes support.Przemyslaw Pawelczyk
2018-02-18utils.h: Introduce new verbosity level: MSG_WARNING.Przemyslaw Pawelczyk
2018-02-18metastore.c: Version information cannot be suppressed.Przemyslaw Pawelczyk
2018-02-18metastore.c: Print usage to stdout if help is requested.Przemyslaw Pawelczyk
2018-02-03README.md: Create a symlink to README.Przemyslaw Pawelczyk
2018-02-03Update copyright notices.Przemyslaw Pawelczyk
2018-02-03Add SPDX License Identifier to all source files.Przemyslaw Pawelczyk
2018-02-03Slightly reformat and modernize GPLv2 only license notices.Przemyslaw Pawelczyk
2018-01-23Fix documentation: integers are stored in little-endian byte order.Przemyslaw Pawelczyk
2018-01-23Fix sparse warning: Variable length array is used.Przemyslaw Pawelczyk
2018-01-23Fix sparse warning: symbol was not declared. Should it be static?Przemyslaw Pawelczyk
2018-01-23Fix sparse warnings: non-ANSI function declaration.Przemyslaw Pawelczyk
2018-01-06metastore v1.1.2v1.1.2Przemyslaw Pawelczyk
2018-01-06Makefile: Treat LDFLAGS as passed to the compiler, not linker directly.Przemyslaw Pawelczyk
2018-01-06NEWS: Mention recent PATH_MAX-related change.Przemyslaw Pawelczyk
2018-01-03Makefile: Add printvars phony target.Przemyslaw Pawelczyk
2018-01-03metaentry.c: Define PATH_MAX if it's undefined.Przemyslaw Pawelczyk
2018-01-02metastore v1.1.1av1.1.1aPrzemyslaw Pawelczyk
2018-01-02.gitignore: Do not ignore debian/ directory.Przemyslaw Pawelczyk
2017-12-04metastore v1.1.1v1.1.1Przemyslaw Pawelczyk
2017-12-03README: Fix another typo.Przemyslaw Pawelczyk
2017-12-03README: Fix typo.Andy
2017-11-24metaentry.c: Fix underallocation for xattr_lvalues.Przemyslaw Pawelczyk