| 2008-02-26 |
Dan Winship | fix one of the tests to match the probably mistaken... |
commit | commitdiff | tree | snapshot |
| 2008-02-22 |
Dan Winship | Merge branch 'master' of git+ssh://people.freedesktop... |
commit | commitdiff | tree | snapshot |
| 2008-02-22 |
Dan Winship | redo razor_set_remove() to only do a single merge |
commit | commitdiff | tree | snapshot |
| 2008-02-21 |
Dan Winship | make razor_set_update not loop forever on unsatisfiable... |
commit | commitdiff | tree | snapshot |
| 2008-02-21 |
Dan Winship | Add support for removing packages |
commit | commitdiff | tree | snapshot |
| 2008-02-20 |
Dan Winship | fix rebuild_property_package_lists to put the lists... |
commit | commitdiff | tree | snapshot |
| 2008-02-20 |
Dan Winship | Merge file lists when updating |
commit | commitdiff | tree | snapshot |
| 2008-02-20 |
Dan Winship | Fix file importing code to not generate some duplicate... |
commit | commitdiff | tree | snapshot |
| 2008-02-15 |
Dan Winship | redo test framework, with tests taken from yum sources |
commit | commitdiff | tree | snapshot |
| 2008-02-15 |
Dan Winship | misc fixes for edge cases |
commit | commitdiff | tree | snapshot |
| 2008-02-15 |
Dan Winship | remove some unused code |
commit | commitdiff | tree | snapshot |
| 2008-02-14 |
Dan Winship | (trivial optimization) |
commit | commitdiff | tree | snapshot |
| 2008-02-14 |
Dan Winship | add a missing comparison to ensure correct repo sorting |
commit | commitdiff | tree | snapshot |
| 2008-02-11 |
Dan Winship | Split razor_package and razor_entry names into name... |
commit | commitdiff | tree | snapshot |
| 2008-02-11 |
Dan Winship | split razor_property.name into name, flags, and type... |
commit | commitdiff | tree | snapshot |
| 2008-02-11 |
Dan Winship | Change list flags back to 8 bits instead of just 2 |
commit | commitdiff | tree | snapshot |
| 2008-02-08 |
Dan Winship | improve the list abstraction with "struct list_head... |
commit | commitdiff | tree | snapshot |
| 2008-02-08 |
Dan Winship | Add a list abstraction for package/property lists |
commit | commitdiff | tree | snapshot |
| 2008-02-07 |
Dan Winship | split array and hashtable code out into a new file |
commit | commitdiff | tree | snapshot |
| 2008-02-06 |
Dan Winship | clean up some duplicated code around calls to add_to_pr... |
commit | commitdiff | tree | snapshot |
| 2008-02-06 |
Dan Winship | pad repo files with 0 bytes, not random memory |
commit | commitdiff | tree | snapshot |
| 2008-02-06 |
Dan Winship | fix dependencies |
commit | commitdiff | tree | snapshot |
| 2008-02-05 |
Dan Winship | s/import/yum/ |
commit | commitdiff | tree | snapshot |
| 2008-02-05 |
Dan Winship | update |
commit | commitdiff | tree | snapshot |
| 2008-02-04 |
Dan Winship | Support for less/equal/greater version in requires... |
commit | commitdiff | tree | snapshot |
| 2008-02-04 |
Dan Winship | Fix repo format on x86_64 by using uint32_t instead... |
commit | commitdiff | tree | snapshot |
| 2008-02-04 |
Dan Winship | don't use -O2 for now |
commit | commitdiff | tree | snapshot |
| 2008-01-22 |
Kristian H... | Fix comparisong bug in razor_set_diff(). |
commit | commitdiff | tree | snapshot |
| 2008-01-22 |
Kristian H... | Use a package iterator in find_packages() to add packag... |
commit | commitdiff | tree | snapshot |
| 2008-01-22 |
Kristian H... | Factor out property importing for rpm importer. |
commit | commitdiff | tree | snapshot |
| 2008-01-22 |
Kristian H... | Use iterators for razor_set_diff() implementation. |
commit | commitdiff | tree | snapshot |
| 2008-01-18 |
Kristian H... | Use the package iterator for looping over file owners... |
commit | commitdiff | tree | snapshot |
| 2008-01-18 |
Kristian H... | Add a package iterator for iterating through property... |
commit | commitdiff | tree | snapshot |
| 2008-01-11 |
Kristian H... | Move more front-end logic from razor_set_list_property_... |
commit | commitdiff | tree | snapshot |
| 2008-01-11 |
Kristian H... | Use property iterator in razor_set_list_property_packag... |
commit | commitdiff | tree | snapshot |
| 2008-01-11 |
Kristian H... | Clean up property iterator constructor a bit. |
commit | commitdiff | tree | snapshot |
| 2008-01-11 |
Kristian H... | Implement razor_set_get_package() using the package... |
commit | commitdiff | tree | snapshot |
| 2008-01-11 |
Kristian H... | Use property iterator for razor_set_get_property(). |
commit | commitdiff | tree | snapshot |
| 2008-01-11 |
Kristian H... | Get rid of razor_importer_tokenize() helper function. |
commit | commitdiff | tree | snapshot |
| 2008-01-11 |
Kristian H... | Fix a few warnings. |
commit | commitdiff | tree | snapshot |
| 2008-01-08 |
Kristian H... | Add missing test.xml. |
commit | commitdiff | tree | snapshot |
| 2008-01-04 |
Kristian H... | Add iterator API, boot-strap test suite. |
commit | commitdiff | tree | snapshot |
| 2008-01-03 |
Kristian H... | Split a few functions out into new file util.c. |
commit | commitdiff | tree | snapshot |
| 2007-12-30 |
Kristian H... | Drop unused sha1.h. |
commit | commitdiff | tree | snapshot |
| 2007-12-29 |
Kristian H... | Fix a bit of return -1 / exit(-1) confusion. |
commit | commitdiff | tree | snapshot |
| 2007-12-29 |
Kristian H... | Use fstat() instead of stat() when opening rpm. |
commit | commitdiff | tree | snapshot |
| 2007-12-29 |
Kristian H... | Drop table based section lookup and look up sections... |
commit | commitdiff | tree | snapshot |
| 2007-12-27 |
Kristian H... | Extend installer implementation further. |
commit | commitdiff | tree | snapshot |
| 2007-12-27 |
Kristian H... | Run install scripts. |
commit | commitdiff | tree | snapshot |
| 2007-12-27 |
Kristian H... | Use an array of tags instead of a big switch for parsin... |
commit | commitdiff | tree | snapshot |
| 2007-11-16 |
Kristian H... | Fix file tree traversal to not skip the last entry. |
commit | commitdiff | tree | snapshot |
| 2007-11-13 |
Kristian H... | Dump a couple of ideas to TODO, prune a few old items. |
commit | commitdiff | tree | snapshot |
| 2007-11-13 |
Kristian H... | Drop unused sha1.c from repository. |
commit | commitdiff | tree | snapshot |
| 2007-11-13 |
Kristian H... | Add the start of a test suite for the core razor functi... |
commit | commitdiff | tree | snapshot |
| 2007-11-12 |
Kristian H... | Clean up the merging code a bit. |
commit | commitdiff | tree | snapshot |
| 2007-11-11 |
Kristian H... | Split out hashtable functionality from importer. |
commit | commitdiff | tree | snapshot |
| 2007-11-09 |
Kristian H... | First steps towards rpm installation. |
commit | commitdiff | tree | snapshot |
| 2007-11-09 |
Kristian H... | Drop support for half-baked rzr file idea. |
commit | commitdiff | tree | snapshot |
| 2007-11-08 |
Kristian H... | Extend rpm dumper into an rpm importer. |
commit | commitdiff | tree | snapshot |
| 2007-11-07 |
Kristian H... | Add the first bits of rpm file parser. |
commit | commitdiff | tree | snapshot |
| 2007-11-06 |
Kristian H... | Improve download error handling, don't use libcurl... |
commit | commitdiff | tree | snapshot |
| 2007-11-06 |
Kristian H... | Only download yum files if they're not there. |
commit | commitdiff | tree | snapshot |
| 2007-11-06 |
Kristian H... | Link to curl and download yum files automatically. |
commit | commitdiff | tree | snapshot |
| 2007-11-04 |
Kristian H... | Parse filelists.xml.gz too, so we import the yum files... |
commit | commitdiff | tree | snapshot |
| 2007-11-04 |
Kristian H... | Set the property type when merging package sets. |
commit | commitdiff | tree | snapshot |
| 2007-11-04 |
Kristian H... | Don't reset yum parser state when finishing parsing... |
commit | commitdiff | tree | snapshot |
| 2007-11-03 |
Kristian H... | Import obsoletes and conflicts; add commands to list... |
commit | commitdiff | tree | snapshot |
| 2007-11-01 |
Kristian H... | Store requires and provides in the same list. |
commit | commitdiff | tree | snapshot |
| 2007-10-29 |
Kristian H... | Trim TODO, start tracking what's needed for 0.1 (replac... |
commit | commitdiff | tree | snapshot |
| 2007-10-26 |
Kristian H... | Use a terminator bit instead of ~0 for all lists. |
commit | commitdiff | tree | snapshot |
| 2007-10-26 |
Kristian H... | More ideas for TODO. |
commit | commitdiff | tree | snapshot |
| 2007-10-25 |
Kristian H... | Fix yum importer. |
commit | commitdiff | tree | snapshot |
| 2007-10-25 |
Kristian H... | Use immediate links for property package lists too. |
commit | commitdiff | tree | snapshot |
| 2007-10-24 |
Kristian H... | Introduce an immediate bit for 1-length lists. |
commit | commitdiff | tree | snapshot |
| 2007-10-24 |
Kristian H... | Import rpm release as part of the version. |
commit | commitdiff | tree | snapshot |
| 2007-10-24 |
Kristian H... | Add README and add primary.xml.gz to .gitignore. |
commit | commitdiff | tree | snapshot |
| 2007-10-24 |
Kristian H... | Fix problem where / would get added as an entry under... |
commit | commitdiff | tree | snapshot |
| 2007-10-24 |
Kristian H... | Track files per package and add command to list them. |
commit | commitdiff | tree | snapshot |
| 2007-10-24 |
Kristian H... | Prune TODO items. |
commit | commitdiff | tree | snapshot |
| 2007-10-23 |
Kristian H... | Add fnmatch() filtering to output to improve tab-comple... |
commit | commitdiff | tree | snapshot |
| 2007-10-23 |
Kristian H... | Add bash completion script. |
commit | commitdiff | tree | snapshot |
| 2007-10-23 |
Kristian H... | Track file owner ship. |
commit | commitdiff | tree | snapshot |
| 2007-10-23 |
Kristian H... | TODO: Add pipelined download and install idea. |
commit | commitdiff | tree | snapshot |
| 2007-10-23 |
Kristian H... | Fix argument parsing for a couple of commands. |
commit | commitdiff | tree | snapshot |
| 2007-10-22 |
Kristian H... | Implement listing only files in a subdirectory. |
commit | commitdiff | tree | snapshot |
| 2007-10-22 |
Kristian H... | Add a file tree section to the package set structure. |
commit | commitdiff | tree | snapshot |
| 2007-10-22 |
Kristian H... | Update TODO a bit. |
commit | commitdiff | tree | snapshot |
| 2007-10-07 |
Kristian H... | Extend importers to also pick up filelists for packages. |
commit | commitdiff | tree | snapshot |
| 2007-10-05 |
Kristian H... | Fix typo in command_update(). |
commit | commitdiff | tree | snapshot |
| 2007-10-05 |
Kristian H... | Add diff function to compute the difference between... |
commit | commitdiff | tree | snapshot |
| 2007-09-30 |
Kristian H... | Split command line interface out into main.c. |
commit | commitdiff | tree | snapshot |
| 2007-09-30 |
Kristian H... | Get version flags for requires in rpmdb importer. |
commit | commitdiff | tree | snapshot |
| 2007-09-29 |
Kristian H... | Implement linear package set merger. |
commit | commitdiff | tree | snapshot |
| 2007-09-26 |
Kristian H... | Update TODO; prune a couple of obsolete items, add... |
commit | commitdiff | tree | snapshot |
| 2007-09-20 |
Kristian H... | Split the property pool into three pools; requires... |
commit | commitdiff | tree | snapshot |
| 2007-09-20 |
Kristian H... | Implement updating all packages. |
commit | commitdiff | tree | snapshot |
| 2007-09-20 |
Kristian H... | Implement the rest of package updating. |
commit | commitdiff | tree | snapshot |
| 2007-09-20 |
Kristian H... | Add comment about how to implement package addition... |
commit | commitdiff | tree | snapshot |
| 2007-09-20 |
Kristian H... | Implement comparison of version strings and use where... |
commit | commitdiff | tree | snapshot |
| 2007-09-19 |
Kristian H... | Sort packages on version as second order criteria. |
commit | commitdiff | tree | snapshot |
| next |