Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2008-04-09 | Use the cpio headers instead of the rpm headers when unpacking. | Kristian Høgsberg | 1 | -4/+4 | |
The files in the cpio payload doesn't actually follow the file order in the rpm headers, so we need to decode the cpio header and use the information there. | |||||
2008-04-05 | Move qsort_with_data to util.c. | Kristian Høgsberg | 1 | -0/+94 | |
2008-03-06 | Fix bug in razor_create_dir() path component loop. | Kristian Høgsberg | 1 | -1/+4 | |
2008-02-29 | use -Wmissing-prototypes to help find dead code | Dan Winship | 1 | -0/+2 | |
(by forcing us to declare functions static, allowing gcc to tell us "warning: foo defined by not used") | |||||
2008-01-03 | Split a few functions out into new file util.c. | Kristian Høgsberg | 1 | -0/+68 | |