Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2008-07-09 | Use strings to identify section types in the on-disk repo format. | James Bowes | 1 | -8/+1 | |
Previously, a given razor file type had a fixed number of sections in a fixed order, identified by an integer type. Now, sections are identified by a named string (stored in a string pool after the section lists). This will allow for razor files to contain arbitrary sections. For bonus points, also drop the 4k section alignment and change the magic byte string to "RZDB". | |||||
2008-07-02 | rename the .repo files to .rzdb files | Richard Hughes | 1 | -12/+12 | |
2008-06-28 | Remove a couple of done TODO items. | Kristian Høgsberg | 1 | -9/+0 | |
2008-04-30 | Add more TODO items. | Kristian Høgsberg | 1 | -2/+72 | |
2008-04-09 | Edit TODO a bit. | Kristian Høgsberg | 1 | -8/+19 | |
2008-04-07 | Misc comment/todo changes. | Kristian Høgsberg | 1 | -5/+0 | |
2008-04-06 | Make a note about how we don't handle release-less properties. | Kristian Høgsberg | 1 | -0/+15 | |
Such as requires: glibc > 2.6.90. | |||||
2008-03-14 | remove some done things | Dan Winship | 1 | -7/+1 | |
2008-01-10 | Implement razor_set_get_package() using the package iterator. | Kristian Høgsberg | 1 | -3/+0 | |
Drop bsearch and qsort with data TODO items. | |||||
2007-11-13 | Dump a couple of ideas to TODO, prune a few old items. | Kristian Høgsberg | 1 | -16/+37 | |
2007-11-08 | Extend rpm dumper into an rpm importer. | Kristian Høgsberg | 1 | -0/+2 | |
2007-11-07 | Add the first bits of rpm file parser. | Kristian Høgsberg | 1 | -3/+8 | |
2007-11-05 | Link to curl and download yum files automatically. | Kristian Høgsberg | 1 | -2/+3 | |
2007-11-04 | Parse filelists.xml.gz too, so we import the yum files too. | Kristian Høgsberg | 1 | -0/+5 | |
2007-10-31 | Store requires and provides in the same list. | Kristian Høgsberg | 1 | -0/+2 | |
2007-10-28 | Trim TODO, start tracking what's needed for 0.1 (replace rpm+yum). | Kristian Høgsberg | 1 | -9/+22 | |
2007-10-25 | More ideas for TODO. | Kristian Høgsberg | 1 | -0/+15 | |
2007-10-24 | Track files per package and add command to list them. | Kristian Høgsberg | 1 | -0/+6 | |
2007-10-24 | Prune TODO items. | Kristian Høgsberg | 1 | -42/+3 | |
2007-10-22 | Track file owner ship. | Kristian Høgsberg | 1 | -0/+4 | |
2007-10-22 | TODO: Add pipelined download and install idea. | Kristian Høgsberg | 1 | -0/+4 | |
2007-10-21 | Update TODO a bit. | Kristian Høgsberg | 1 | -3/+9 | |
2007-09-29 | Implement linear package set merger. | Kristian Høgsberg | 1 | -0/+5 | |
2007-09-26 | Update TODO; prune a couple of obsolete items, add a new few new. | Kristian Høgsberg | 1 | -5/+8 | |
2007-09-11 | Implement property (requires/provides) to package mapping. | Kristian Høgsberg | 1 | -0/+12 | |
2007-09-06 | Also import requires. | Kristian Høgsberg | 1 | -7/+10 | |
Needs more work though, only 10% of requires are unique. | |||||
2007-09-04 | Add idea for representing all files in a package set. | Kristian Høgsberg | 1 | -0/+14 | |
2007-09-03 | Add TODO and .gitignore. | Kristian Høgsberg | 1 | -0/+37 | |