Mercurial
razor
/ file revisions
summary
|
shortlog
|
changelog
|
graph
|
tags
|
branches
|
file
| revisions |
annotate
|
diff
|
rss
(0)
-100
-60
tip
razor.c
2008-03-12
"requires x > n" matches "provides x", but "obsoletes x < n" doesn't
file
|
diff
|
annotate
2008-03-12
fix up transaction descriptions a little more
file
|
diff
|
annotate
2008-03-12
update to match latest DEPSOLVE.txt changes; find updates of obsoleted packages
file
|
diff
|
annotate
2008-03-11
move the initialization of the root entry name to razor_set_create
file
|
diff
|
annotate
2008-03-11
deal with a single package being the target of both a FORCED_UPDATE and an INSTALL
file
|
diff
|
annotate
2008-03-11
fix req_package in one case
file
|
diff
|
annotate
2008-03-11
Fix file tree merging (broken since 7b26d6b3)
file
|
diff
|
annotate
2008-03-11
fix generated provides of files provided by more than one package
file
|
diff
|
annotate
2008-03-11
fix the types of fields in razor_property for easier debugging
file
|
diff
|
annotate
2008-03-11
update to match DEPSOLVE.txt
file
|
diff
|
annotate
2008-03-10
when importing, create fake file PROVIDES to match file REQUIRES
file
|
diff
|
annotate
2008-03-07
Fix both sides of provide/conflict handling to work the same way
file
|
diff
|
annotate
2008-03-07
another checkpoint...
file
|
diff
|
annotate
2008-03-07
fix version parsing to not sometimes use octal :)
file
|
diff
|
annotate
2008-03-06
Initalize empty package sets with a proper empty file list.
file
|
diff
|
annotate
2008-03-05
keep track of both the install and the remove on an update
file
|
diff
|
annotate
2008-03-05
move razor_set_diff so it's not in the middle of the transaction code
file
|
diff
|
annotate
2008-03-05
clean up packages states some
file
|
diff
|
annotate
2008-03-04
checkpoint, misc rewritage
file
|
diff
|
annotate
2008-03-04
Fix version handling (particularly wrt epoch) on import
file
|
diff
|
annotate
2008-03-03
unduplicate file-finding code
file
|
diff
|
annotate
2008-03-03
add struct razor_transaction_resolver to reduce redundant procedure args
file
|
diff
|
annotate
2008-03-03
redo some of the transaction code, get conflicts and obsoletes partly working
file
|
diff
|
annotate
2008-02-29
add somewhat inefficient file dep removal code
file
|
diff
|
annotate
2008-02-29
implement file dependencies for installs
file
|
diff
|
annotate
2008-02-29
Redo updates and removes in terms of a single razor_transaction abstraction
file
|
diff
|
annotate
2008-02-26
redo razor_set_update to only rebuild the set once
file
|
diff
|
annotate
2008-02-22
Merge branch 'master' of git+ssh://people.freedesktop.org/~danw/razor
file
|
diff
|
annotate
2008-02-21
make razor_set_update not loop forever on unsatisfiable dependencies
file
|
diff
|
annotate
2008-02-22
redo razor_set_remove() to only do a single merge
file
|
diff
|
annotate
2008-02-21
Add support for removing packages
file
|
diff
|
annotate
2008-02-20
fix rebuild_property_package_lists to put the lists in the right pool
file
|
diff
|
annotate
2008-02-20
Merge file lists when updating
file
|
diff
|
annotate
2008-02-20
Fix file importing code to not generate some duplicate directories
file
|
diff
|
annotate
2008-02-15
misc fixes for edge cases
file
|
diff
|
annotate
2008-02-15
remove some unused code
file
|
diff
|
annotate
2008-02-14
(trivial optimization)
file
|
diff
|
annotate
2008-02-14
add a missing comparison to ensure correct repo sorting
file
|
diff
|
annotate
2008-02-11
Split razor_package and razor_entry names into name and flags
file
|
diff
|
annotate
2008-02-11
split razor_property.name into name, flags, and type bitfields
file
|
diff
|
annotate
2008-02-08
improve the list abstraction with "struct list_head" and "struct list"
file
|
diff
|
annotate
2008-02-08
Add a list abstraction for package/property lists
file
|
diff
|
annotate
2008-02-07
split array and hashtable code out into a new file
file
|
diff
|
annotate
2008-02-06
clean up some duplicated code around calls to add_to_property_pool
file
|
diff
|
annotate
2008-02-06
pad repo files with 0 bytes, not random memory
file
|
diff
|
annotate
2008-02-04
Support for less/equal/greater version in requires/conflicts, etc
file
|
diff
|
annotate
2008-02-04
Fix repo format on x86_64 by using uint32_t instead of unsigned long
file
|
diff
|
annotate
2008-01-22
Fix comparisong bug in razor_set_diff().
file
|
diff
|
annotate
2008-01-22
Use a package iterator in find_packages() to add packages sorted.
file
|
diff
|
annotate
2008-01-21
Use iterators for razor_set_diff() implementation.
file
|
diff
|
annotate
2008-01-17
Use the package iterator for looping over file owners too.
file
|
diff
|
annotate
2008-01-17
Add a package iterator for iterating through property owners.
file
|
diff
|
annotate
2008-01-10
Move more front-end logic from razor_set_list_property_packages() to main.c.
file
|
diff
|
annotate
2008-01-10
Use property iterator in razor_set_list_property_packages().
file
|
diff
|
annotate
2008-01-10
Clean up property iterator constructor a bit.
file
|
diff
|
annotate
2008-01-10
Implement razor_set_get_package() using the package iterator.
file
|
diff
|
annotate
2008-01-10
Use property iterator for razor_set_get_property().
file
|
diff
|
annotate
2008-01-10
Get rid of razor_importer_tokenize() helper function.
file
|
diff
|
annotate
2008-01-10
Fix a few warnings.
file
|
diff
|
annotate
2008-01-03
Add iterator API, boot-strap test suite.
file
|
diff
|
annotate
(0)
-100
-60
tip