Age | Commit message (Expand) | Author | Files | Lines |
2021-12-23 | plistutil: Check return values from plist API to print proper error messages | Nikias Bassen | 1 | -14/+35 |
2021-12-23 | Add support for JSON format | Nikias Bassen | 1 | -42/+36 |
2021-02-06 | plistutil: Fix stdin input buffer reallocation | Nikias Bassen | 1 | -5/+16 |
2021-01-25 | Replace malloc + memset with calloc where appropriate | Rosen Penev | 1 | -2/+1 |
2020-11-24 | Improve code readability by using explicit != 0 compare when using strncmp | Rosen Penev | 1 | -1/+1 |
2020-06-14 | Add API version to library and pkgconfig file for proper linking | Nikias Bassen | 1 | -1/+1 |
2020-06-09 | Unfold automake variables into multiple lines for maintainability | Martin Szulecki | 1 | -1/+4 |
2020-06-05 | plistutil: Update copyright header | Nikias Bassen | 1 | -2/+3 |
2020-06-05 | plistutil: Add new "--version" option to output version information | Nikias Bassen | 1 | -0/+6 |
2020-06-05 | plistutil: Fix option parsing | Nikias Bassen | 1 | -8/+10 |
2020-06-04 | Unify plistutil usage output with other tools and add project URLs | Martin Szulecki | 1 | -5/+10 |
2020-06-04 | Add config.h include to plistutil.c | Martin Szulecki | 1 | -0/+3 |
2020-06-04 | Replace tabs with correct space indentation in plistutil.c | Martin Szulecki | 1 | -10/+10 |
2020-05-24 | plistutil: Improve usage text alignment | Nikias Bassen | 1 | -4/+4 |
2020-05-24 | plistutil: Added ability to specify output format | Jaywalker | 1 | -8/+59 |
2020-05-24 | plistutil: Added ability for files to be read from stdin | Jaywalker | 1 | -25/+71 |
2017-02-07 | plistutil: Print error message when opening input/output file fails and plug ... | Nikias Bassen | 1 | -1/+7 |
2017-01-18 | plistutil: Use plist_is_binary() to check for binary plist data | Nikias Bassen | 1 | -1/+1 |
2017-01-18 | plistutil: Prevent OOB heap buffer read by checking input size | Nikias Bassen | 1 | -0/+6 |
2015-01-29 | plistutil: Plug some memory leaks | Nikias Bassen | 1 | -2/+6 |
2015-01-29 | plistutil: Use static buffer for stat() | Nikias Bassen | 1 | -6/+4 |
2015-01-23 | plistutil: Improve error message for a human if input file reading failed | Martin Szulecki | 1 | -1/+1 |
2015-01-23 | plistutil: Cleanup code style a bit and remove obsolete extra header | Martin Szulecki | 3 | -102/+79 |
2015-01-23 | Update and correct some copyright header comments | Martin Szulecki | 1 | -1/+2 |
2014-02-13 | Replace some LDADD references to use $(top_builddir) for distcheck | Martin Szulecki | 1 | -1/+1 |
2013-12-13 | change build system to autotools | Nikias Bassen | 3 | -0/+200 |