Mercurial
razor
/ file revisions
summary
|
shortlog
|
changelog
|
graph
|
tags
|
branches
|
file
| revisions |
annotate
|
diff
|
rss
(0)
-100
-60
tip
razor.c
2008-06-04
Flesh out the rpm -q part of the rpm command line wrapper.
file
|
diff
|
annotate
2008-04-09
Add GPLv2 license headers.
file
|
diff
|
annotate
2008-04-08
Make transaction resolve step optional.
file
|
diff
|
annotate
2008-04-08
Don't add package to transaction more than once.
file
|
diff
|
annotate
2008-04-07
Mark package to be installed or removed after creating the transaction.
file
|
diff
|
annotate
2008-04-07
Create the new repo file O_EXCL to prevent racing with another razor process.
file
|
diff
|
annotate
2008-04-07
Merger razor_transaction_run() and destroy() as finish().
file
|
diff
|
annotate
2008-04-07
Finish razor_transaction_destroy some more.
file
|
diff
|
annotate
2008-04-06
Also store the package arch in the pacakge set file.
file
|
diff
|
annotate
2008-04-06
Merger structs razor_transaction and razor_transaction_resolver.
file
|
diff
|
annotate
2008-04-06
Hide a bunch of depsolver internals in razor.c.
file
|
diff
|
annotate
2008-04-05
Move qsort_with_data to util.c.
file
|
diff
|
annotate
2008-03-20
fix find_package_matching to not accidentally skip some packages
file
|
diff
|
annotate
2008-03-17
Only mark pacakges for update if there is a newer version available.
file
|
diff
|
annotate
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
(0)
-100
-60
tip