index
:
razor
master
Unnamed repository; edit this file to name it for gitweb. (mirrored from https://gitlab.freedesktop.org/archived-projects/razor)
root
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
razor.c
Age
Commit message (
Expand
)
Author
Files
Lines
2008-06-16
Autoconfify razor.
Richard Hughes
1
-2611
/
+0
2008-06-15
Use depsolver to verify rpm -e, flush out more options.
Kristian Høgsberg
1
-15
/
+28
2008-06-09
Make razor_transaction_describe() work and use it in rpm wrapper.
Kristian Høgsberg
1
-12
/
+36
2008-06-09
Remove some debug prints from depsolver.
Kristian Høgsberg
1
-51
/
+30
2008-06-09
Rewrite depsolver to use a series of passes over all packages.
Kristian Høgsberg
1
-1093
/
+614
2008-06-04
Start implementing erase - still need better depsolver.
Kristian Høgsberg
1
-1
/
+1
2008-06-04
Flesh out the rpm -q part of the rpm command line wrapper.
Kristian Høgsberg
1
-0
/
+79
2008-04-09
Add GPLv2 license headers.
Kristian Høgsberg
1
-0
/
+19
2008-04-08
Make transaction resolve step optional.
Kristian Høgsberg
1
-5
/
+1
2008-04-08
Don't add package to transaction more than once.
Kristian Høgsberg
1
-0
/
+2
2008-04-07
Mark package to be installed or removed after creating the transaction.
Kristian Høgsberg
1
-59
/
+65
2008-04-07
Create the new repo file O_EXCL to prevent racing with another razor process.
Kristian Høgsberg
1
-8
/
+20
2008-04-07
Merger razor_transaction_run() and destroy() as finish().
Kristian Høgsberg
1
-2
/
+6
2008-04-07
Finish razor_transaction_destroy some more.
Kristian Høgsberg
1
-0
/
+4
2008-04-06
Also store the package arch in the pacakge set file.
Kristian Høgsberg
1
-11
/
+20
2008-04-06
Merger structs razor_transaction and razor_transaction_resolver.
Kristian Høgsberg
1
-64
/
+58
2008-04-06
Hide a bunch of depsolver internals in razor.c.
Kristian Høgsberg
1
-1
/
+71
2008-04-05
Move qsort_with_data to util.c.
Kristian Høgsberg
1
-125
/
+27
2008-03-20
fix find_package_matching to not accidentally skip some packages
Dan Winship
1
-1
/
+2
2008-03-17
Only mark pacakges for update if there is a newer version available.
Kristian Høgsberg
1
-1
/
+2
2008-03-12
"requires x > n" matches "provides x", but "obsoletes x < n" doesn't
Dan Winship
1
-0
/
+6
2008-03-12
fix up transaction descriptions a little more
Dan Winship
1
-32
/
+56
2008-03-12
update to match latest DEPSOLVE.txt changes; find updates of obsoleted packages
Dan Winship
1
-24
/
+89
2008-03-11
move the initialization of the root entry name to razor_set_create
Dan Winship
1
-3
/
+3
2008-03-11
deal with a single package being the target of both a FORCED_UPDATE and an IN...
Dan Winship
1
-0
/
+9
2008-03-11
fix req_package in one case
Dan Winship
1
-1
/
+1
2008-03-11
Fix file tree merging (broken since 7b26d6b3)
Dan Winship
1
-1
/
+3
2008-03-11
fix generated provides of files provided by more than one package
Dan Winship
1
-23
/
+17
2008-03-11
fix the types of fields in razor_property for easier debugging
Dan Winship
1
-3
/
+3
2008-03-11
update to match DEPSOLVE.txt
Dan Winship
1
-421
/
+128
2008-03-10
when importing, create fake file PROVIDES to match file REQUIRES
Dan Winship
1
-1
/
+89
2008-03-07
Fix both sides of provide/conflict handling to work the same way
Dan Winship
1
-66
/
+11
2008-03-07
another checkpoint...
Dan Winship
1
-60
/
+281
2008-03-07
fix version parsing to not sometimes use octal :)
Dan Winship
1
-3
/
+3
2008-03-06
Initalize empty package sets with a proper empty file list.
Kristian Høgsberg
1
-4
/
+14
2008-03-05
keep track of both the install and the remove on an update
Dan Winship
1
-65
/
+148
2008-03-05
move razor_set_diff so it's not in the middle of the transaction code
Dan Winship
1
-46
/
+46
2008-03-05
clean up packages states some
Dan Winship
1
-138
/
+157
2008-03-04
checkpoint, misc rewritage
Dan Winship
1
-289
/
+427
2008-03-04
Fix version handling (particularly wrt epoch) on import
Dan Winship
1
-0
/
+23
2008-03-03
unduplicate file-finding code
Dan Winship
1
-58
/
+44
2008-03-03
add struct razor_transaction_resolver to reduce redundant procedure args
Dan Winship
1
-132
/
+118
2008-03-03
redo some of the transaction code, get conflicts and obsoletes partly working
Dan Winship
1
-161
/
+390
2008-02-29
add somewhat inefficient file dep removal code
Dan Winship
1
-38
/
+101
2008-02-29
implement file dependencies for installs
Dan Winship
1
-6
/
+26
2008-02-29
Redo updates and removes in terms of a single razor_transaction abstraction
Dan Winship
1
-283
/
+477
2008-02-26
redo razor_set_update to only rebuild the set once
Dan Winship
1
-59
/
+148
2008-02-22
Merge branch 'master' of git+ssh://people.freedesktop.org/~danw/razor
Dan Winship
1
-14
/
+73
2008-02-22
redo razor_set_remove() to only do a single merge
Dan Winship
1
-68
/
+87
2008-02-21
make razor_set_update not loop forever on unsatisfiable dependencies
Dan Winship
1
-39
/
+76
[next]