Age | Commit message (Expand) | Author |
2021-03-01 | Yi-yo Chiang wants cpio -u implemented, and sent some tests. | Rob Landley |
2021-02-14 | cpio: Guard free() with CFG_TOYBOX_FREE | Yi-Yo Chiang |
2021-02-08 | Yi-Yo Chiang reported that readlink() failures could corrupt archive | Rob Landley |
2020-08-21 | Honor --no-preserve-owner for archive creation, and tidy up header comments. | Rob Landley |
2020-08-21 | cpio: fixes for Android kernel build. | Elliott Hughes |
2020-04-16 | cpio: fix tests by removing --trailer. | Elliott Hughes |
2020-04-15 | cpio: fix --trailer flag check, switch to FLAG() macros. | Ethan Sommer |
2019-03-02 | Improve help consistency. | Elliott Hughes |
2018-12-04 | Clean up some --help formatting. | Elliott Hughes |
2018-08-31 | Convert option style. | Rob Landley |
2018-04-08 | Add mkpath() for common case of mkpathat(), and #define magic constants. | Rob Landley |
2017-06-04 | Don't add cpio TRAILER!!! entry by default, add new --trailer option if you | Rob Landley |
2017-01-28 | Add missing `static`s and remove an unused function. | Elliott Hughes |
2016-03-02 | For years the man pages have said to #include <sys/types.h> to get | Rob Landley |
2016-01-05 | Add error_msg_raw() and friends, replace error_msg("%s", s) uses, enable format | Rob Landley |
2015-12-21 | Rich Felker's reading of posix is that fchown() and fchmod() must be allowed | Rob Landley |
2015-12-06 | Attempt at making cpio chown() mode 000 files sanely. | Rob Landley |
2015-12-06 | Remove trailing whitespace and wrap lines to 80 chars. | Rob Landley |
2015-12-06 | CPIO: Add --no-preserve-owner option. | Mike Moreton |
2015-12-06 | Correct setting of guid and uid when extracting from a cpio archive. | Mike Moreton |
2015-09-29 | Make defconfig build for nommu. | Rob Landley |
2014-11-22 | As long as Android's going to require fortify, fixup the warnings it generates. | Rob Landley |
2014-09-14 | Add cpio -p | Rob Landley |
2014-09-09 | Ignore -m option to cpio, it's what we do anyway so it's not an error. | Rob Landley |
2014-09-08 | Fix more memory leaks reported by Ashwini Sharma. | Rob Landley |
2014-06-01 | cpio: archive more files | Isaac Dunham |
2014-04-29 | Teach cpio to set uid/gid and timestamp. (Timestamp has year 2100 problem.) | Rob Landley |
2014-03-27 | Fix cpio -it: don't close(fd) unless we opened it. | Isaac Dunham |
2014-03-26 | More cpio bugfixes from Isaac Dunham. | Rob Landley |
2014-03-25 | Promote cpio out of pending. | Rob Landley |