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.h
Age
Commit message (
Expand
)
Author
Files
Lines
2008-06-15
Use depsolver to verify rpm -e, flush out more options.
Kristian Høgsberg
1
-1
/
+1
2008-06-09
Add read-only open function for razor_root and support --root in rpm wrapper.
Kristian Høgsberg
1
-0
/
+2
2008-06-09
Move razor root code to its own file.
Kristian Høgsberg
1
-0
/
+18
2008-06-09
Rewrite depsolver to use a series of passes over all packages.
Kristian Høgsberg
1
-34
/
+4
2008-06-04
Flesh out the rpm -q part of the rpm command line wrapper.
Kristian Høgsberg
1
-0
/
+11
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
-1
/
+1
2008-04-07
Mark package to be installed or removed after creating the transaction.
Kristian Høgsberg
1
-3
/
+6
2008-04-07
Create the new repo file O_EXCL to prevent racing with another razor process.
Kristian Høgsberg
1
-0
/
+1
2008-04-07
Merger razor_transaction_run() and destroy() as finish().
Kristian Høgsberg
1
-1
/
+1
2008-04-06
Also store the package arch in the pacakge set file.
Kristian Høgsberg
1
-2
/
+7
2008-04-06
Hide a bunch of depsolver internals in razor.c.
Kristian Høgsberg
1
-43
/
+7
2008-03-12
fix up transaction descriptions a little more
Dan Winship
1
-2
/
+10
2008-03-07
another checkpoint...
Dan Winship
1
-1
/
+3
2008-03-05
keep track of both the install and the remove on an update
Dan Winship
1
-2
/
+2
2008-03-05
clean up packages states some
Dan Winship
1
-19
/
+45
2008-03-04
Fix version handling (particularly wrt epoch) on import
Dan Winship
1
-1
/
+4
2008-03-03
redo some of the transaction code, get conflicts and obsoletes partly working
Dan Winship
1
-2
/
+5
2008-02-29
Redo updates and removes in terms of a single razor_transaction abstraction
Dan Winship
1
-5
/
+46
2008-02-21
Add support for removing packages
Dan Winship
1
-0
/
+2
2008-02-04
Support for less/equal/greater version in requires/conflicts, etc
Dan Winship
1
-2
/
+14
2008-01-17
Use the package iterator for looping over file owners too.
Kristian Høgsberg
1
-1
/
+3
2008-01-17
Add a package iterator for iterating through property owners.
Kristian Høgsberg
1
-6
/
+3
2008-01-10
Move more front-end logic from razor_set_list_property_packages() to main.c.
Kristian Høgsberg
1
-3
/
+2
2008-01-10
Use property iterator in razor_set_list_property_packages().
Kristian Høgsberg
1
-3
/
+0
2008-01-03
Add iterator API, boot-strap test suite.
Kristian Høgsberg
1
-1
/
+29
2008-01-03
Split a few functions out into new file util.c.
Kristian Høgsberg
1
-0
/
+1
2007-11-08
First steps towards rpm installation.
Kristian Høgsberg
1
-3
/
+6
2007-11-08
Drop support for half-baked rzr file idea.
Kristian Høgsberg
1
-1
/
+0
2007-11-08
Extend rpm dumper into an rpm importer.
Kristian Høgsberg
1
-0
/
+5
2007-11-07
Add the first bits of rpm file parser.
Kristian Høgsberg
1
-0
/
+4
2007-11-04
Parse filelists.xml.gz too, so we import the yum files too.
Kristian Høgsberg
1
-1
/
+1
2007-10-31
Store requires and provides in the same list.
Kristian Høgsberg
1
-11
/
+15
2007-10-24
Track files per package and add command to list them.
Kristian Høgsberg
1
-0
/
+1
2007-10-23
Add fnmatch() filtering to output to improve tab-completion.
Kristian Høgsberg
1
-1
/
+1
2007-10-22
Track file owner ship.
Kristian Høgsberg
1
-0
/
+1
2007-10-21
Implement listing only files in a subdirectory.
Kristian Høgsberg
1
-1
/
+1
2007-10-21
Add a file tree section to the package set structure.
Kristian Høgsberg
1
-0
/
+1
2007-10-07
Extend importers to also pick up filelists for packages.
Kristian Høgsberg
1
-0
/
+2
2007-10-05
Add diff function to compute the difference between two package sets.
Kristian Høgsberg
1
-0
/
+12
2007-09-30
Split command line interface out into main.c.
Kristian Høgsberg
1
-0
/
+23
2007-09-19
Refactor the import interface and make it opaque.
Kristian Høgsberg
1
-72
/
+8
2007-09-19
Add importer for system rpm database.
Kristian Høgsberg
1
-0
/
+1
2007-09-18
Split importers to import.c.
Kristian Høgsberg
1
-0
/
+83