| 2008-04-07 |
Kristian H... | Also store the package arch in the pacakge set file. |
commit | commitdiff | tree | snapshot |
| 2008-04-06 |
Kristian H... | Merger structs razor_transaction and razor_transaction_... |
commit | commitdiff | tree | snapshot |
| 2008-04-06 |
Kristian H... | Hide a bunch of depsolver internals in razor.c. |
commit | commitdiff | tree | snapshot |
| 2008-04-06 |
Kristian H... | Make a note about how we don't handle release-less... |
commit | commitdiff | tree | snapshot |
| 2008-04-06 |
Kristian H... | Don't print stray newline if nothing was downloaded. |
commit | commitdiff | tree | snapshot |
| 2008-04-06 |
Kristian H... | Add download command to download packages from yum... |
commit | commitdiff | tree | snapshot |
| 2008-04-05 |
Kristian H... | Move qsort_with_data to util.c. |
commit | commitdiff | tree | snapshot |
| 2008-04-05 |
Kristian H... | No dirnames more likely means 'no files', not old-style... |
commit | commitdiff | tree | snapshot |
| 2008-04-05 |
Kristian H... | Use razor_write() for piping script to interpreter. |
commit | commitdiff | tree | snapshot |
| 2008-03-20 |
Dan Winship | fix find_package_matching to not accidentally skip... |
commit | commitdiff | tree | snapshot |
| 2008-03-18 |
Dan Winship | Merge branch 'master' of git://people.freedesktop.org... |
commit | commitdiff | tree | snapshot |
| 2008-03-17 |
Kristian H... | Only mark pacakges for update if there is a newer versi... |
commit | commitdiff | tree | snapshot |
| 2008-03-14 |
Dan Winship | description of the repo file format / struct razor_set |
commit | commitdiff | tree | snapshot |
| 2008-03-14 |
Dan Winship | remove some done things |
commit | commitdiff | tree | snapshot |
| 2008-03-14 |
Dan Winship | spell out the depsolving rules explicitly, separate... |
commit | commitdiff | tree | snapshot |
| 2008-03-13 |
Dan Winship | Merge branch 'master' of git://people.freedesktop.org... |
commit | commitdiff | tree | snapshot |
| 2008-03-12 |
Kristian H... | install: Handle the case where a directory already... |
commit | commitdiff | tree | snapshot |
| 2008-03-12 |
Dan Winship | add more background to DEPSOLVE.txt |
commit | commitdiff | tree | snapshot |
| 2008-03-12 |
Dan Winship | 64-bit fixes |
commit | commitdiff | tree | snapshot |
| 2008-03-12 |
Kristian H... | install: Initialize package array correctly. |
commit | commitdiff | tree | snapshot |
| 2008-03-12 |
Kristian H... | Fix importing flags from RPM file. |
commit | commitdiff | tree | snapshot |
| 2008-03-12 |
Kristian H... | Write out the new repo on install. |
commit | commitdiff | tree | snapshot |
| 2008-03-12 |
Dan Winship | "requires x > n" matches "provides x", but "obsoletes... |
commit | commitdiff | tree | snapshot |
| 2008-03-12 |
Dan Winship | fix up transaction descriptions a little more |
commit | commitdiff | tree | snapshot |
| 2008-03-12 |
Dan Winship | update to match latest DEPSOLVE.txt changes; find updat... |
commit | commitdiff | tree | snapshot |
| 2008-03-11 |
Dan Winship | move the initialization of the root entry name to razor... |
commit | commitdiff | tree | snapshot |
| 2008-03-11 |
Dan Winship | deal with a single package being the target of both... |
commit | commitdiff | tree | snapshot |
| 2008-03-11 |
Dan Winship | fix req_package in one case |
commit | commitdiff | tree | snapshot |
| 2008-03-11 |
Dan Winship | Fix file tree merging (broken since 7b26d6b3) |
commit | commitdiff | tree | snapshot |
| 2008-03-11 |
Dan Winship | fix generated provides of files provided by more than... |
commit | commitdiff | tree | snapshot |
| 2008-03-11 |
Dan Winship | fix the types of fields in razor_property for easier... |
commit | commitdiff | tree | snapshot |
| 2008-03-11 |
Dan Winship | update to deal with obsoletes better |
commit | commitdiff | tree | snapshot |
| 2008-03-11 |
Dan Winship | update to match DEPSOLVE.txt |
commit | commitdiff | tree | snapshot |
| 2008-03-10 |
Dan Winship | when importing, create fake file PROVIDES to match... |
commit | commitdiff | tree | snapshot |
| 2008-03-10 |
Dan Winship | update DEPSOLVE.txt after talking with Kristian |
commit | commitdiff | tree | snapshot |
| 2008-03-07 |
Dan Winship | depsolving plan |
commit | commitdiff | tree | snapshot |
| 2008-03-07 |
Dan Winship | Fix both sides of provide/conflict handling to work... |
commit | commitdiff | tree | snapshot |
| 2008-03-07 |
Dan Winship | kill warning |
commit | commitdiff | tree | snapshot |
| 2008-03-07 |
Dan Winship | another checkpoint... |
commit | commitdiff | tree | snapshot |
| 2008-03-07 |
Dan Winship | fix version parsing to not sometimes use octal :) |
commit | commitdiff | tree | snapshot |
| 2008-03-06 |
Kristian H... | Use the razor transaction logic when installing rpms. |
commit | commitdiff | tree | snapshot |
| 2008-03-06 |
Kristian H... | Split install root creation out into command_init(). |
commit | commitdiff | tree | snapshot |
| 2008-03-06 |
Kristian H... | Initalize empty package sets with a proper empty file... |
commit | commitdiff | tree | snapshot |
| 2008-03-06 |
Kristian H... | Fix bug in razor_create_dir() path component loop. |
commit | commitdiff | tree | snapshot |
| 2008-03-06 |
Kristian H... | Fix epoch in rpm and rpmdb importer: epoch is an intege... |
commit | commitdiff | tree | snapshot |
| 2008-03-06 |
Dan Winship | keep track of both the install and the remove on an... |
commit | commitdiff | tree | snapshot |
| 2008-03-06 |
Dan Winship | move razor_set_diff so it's not in the middle of the... |
commit | commitdiff | tree | snapshot |
| 2008-03-05 |
Dan Winship | clean up packages states some |
commit | commitdiff | tree | snapshot |
| 2008-03-05 |
Dan Winship | checkpoint, misc rewritage |
commit | commitdiff | tree | snapshot |
| 2008-03-04 |
Dan Winship | Fix version handling (particularly wrt epoch) on import |
commit | commitdiff | tree | snapshot |
| 2008-03-03 |
Dan Winship | unduplicate file-finding code |
commit | commitdiff | tree | snapshot |
| 2008-03-03 |
Dan Winship | add struct razor_transaction_resolver to reduce redunda... |
commit | commitdiff | tree | snapshot |
| 2008-03-03 |
Dan Winship | redo some of the transaction code, get conflicts and... |
commit | commitdiff | tree | snapshot |
| 2008-02-29 |
Dan Winship | add somewhat inefficient file dep removal code |
commit | commitdiff | tree | snapshot |
| 2008-02-29 |
Dan Winship | implement file dependencies for installs |
commit | commitdiff | tree | snapshot |
| 2008-02-29 |
Dan Winship | Redo updates and removes in terms of a single razor_tra... |
commit | commitdiff | tree | snapshot |
| 2008-02-29 |
Dan Winship | use -Wmissing-prototypes to help find dead code |
commit | commitdiff | tree | snapshot |
| 2008-02-29 |
Dan Winship | fix |
commit | commitdiff | tree | snapshot |
| 2008-02-26 |
Dan Winship | redo razor_set_update to only rebuild the set once |
commit | commitdiff | tree | snapshot |
| 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 |
| next |