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
Age
Commit message (
Expand
)
Author
Files
Lines
2008-06-23
Display razor version number for rpm --version
James Bowes
1
-1
/
+3
2008-06-23
Implement rpm --query --list
James Bowes
1
-4
/
+9
2008-06-23
Make file listing (either per-repo or per-package) use the correct string pool
James Bowes
1
-2
/
+2
2008-06-23
Save all 3 repo files on razor_root_create
James Bowes
1
-2
/
+11
2008-06-23
Fix configure.ac version, remove /usr/bin/rpm workaround from spec file.
Richard Hughes
2
-3
/
+1
2008-06-23
Nuke ARRAY_SIZE and obsolete razor_set_list_unsatisfied from razor.h.
Kristian Høgsberg
3
-6
/
+4
2008-06-23
Move a couple of unrelated functions out of transaction.c.
Kristian Høgsberg
2
-41
/
+41
2008-06-23
Use GCC 4 -fvisibility to control exported symbols.
Kristian Høgsberg
8
-62
/
+91
2008-06-23
Merge commit 'krh/master'
James Bowes
3
-6
/
+26
2008-06-23
Actually store the files strings in the files string pool
James Bowes
2
-3
/
+6
2008-06-23
Compare the right index against pq->count.
Kristian Høgsberg
1
-1
/
+1
2008-06-23
Add some support for --info.
Kristian Høgsberg
1
-4
/
+23
2008-06-23
Don't install /usr/bin/rpm just yet...
Kristian Høgsberg
1
-1
/
+2
2008-06-23
Display progress when importing rpms
James Bowes
3
-2
/
+24
2008-06-23
Set up gtkdoc for razor.
Kristian Høgsberg
8
-26
/
+326
2008-06-23
Rename bash completion script to razor.sh
Richard Hughes
2
-1
/
+1
2008-06-23
Don't assume razor is being run locally in bash-completion.
Richard Hughes
1
-5
/
+5
2008-06-23
Merge commit 'jbowes/master'
Kristian Høgsberg
11
-39
/
+307
2008-06-20
When uniquifying properties, also sort them on the owning package.
Kristian Høgsberg
2
-2
/
+6
2008-06-20
Call exit() instead of just returning if child fails.
Kristian Høgsberg
1
-3
/
+3
2008-06-20
Return if we fail to open root.
Kristian Høgsberg
1
-0
/
+3
2008-06-20
Introduce install/remove iterators.
Kristian Høgsberg
3
-64
/
+129
2008-06-20
Fix the razor_set_diff() callback prototype.
Kristian Høgsberg
4
-56
/
+55
2008-06-20
command_update: check the right return code to see if transaction failed.
Kristian Høgsberg
1
-2
/
+5
2008-06-20
Fix package queries for empty sets.
Kristian Høgsberg
1
-4
/
+7
2008-06-20
Merge branch 'krh/master'
James Bowes
42
-3792
/
+4418
2008-06-20
Add getter to return system set for a razor_root.
Kristian Høgsberg
3
-39
/
+28
2008-06-20
Rename razor_importer_new to _create to follow convention.
Kristian Høgsberg
6
-6
/
+6
2008-06-20
Break up the monolithic razor.c.
Kristian Høgsberg
12
-2255
/
+2372
2008-06-20
Record the time of dependencies (post, pre, postun, preun).
Kristian Høgsberg
7
-231
/
+276
2008-06-19
Handle NULL dirnames when importing rpms into a set.
Kristian Høgsberg
1
-1
/
+5
2008-06-19
Make razor install work again after the razor_root changes.
Kristian Høgsberg
1
-3
/
+4
2008-06-16
Don't fail to update if there is not older package found.
Kristian Høgsberg
1
-4
/
+4
2008-06-16
Fix a typo when creating the root path.
Kristian Høgsberg
1
-1
/
+1
2008-06-16
Add spec file.
Richard Hughes
2
-1
/
+102
2008-06-16
Autoconfify razor.
Richard Hughes
36
-186
/
+843
2008-06-15
Do the same for rpm -i and rpm -U.
Kristian Høgsberg
1
-7
/
+47
2008-06-15
Use depsolver to verify rpm -e, flush out more options.
Kristian Høgsberg
4
-27
/
+76
2008-06-15
WIP patch for seperate files for filelists and package details
James Bowes
3
-28
/
+165
2008-06-15
Use a seperate string pool for package details
James Bowes
1
-14
/
+24
2008-06-15
Use a seperate string pool for files
James Bowes
1
-13
/
+24
2008-06-15
Add info command to bash completion
James Bowes
1
-2
/
+2
2008-06-09
Make razor_transaction_describe() work and use it in rpm wrapper.
Kristian Høgsberg
2
-13
/
+60
2008-06-09
Remove some debug prints from depsolver.
Kristian Høgsberg
1
-51
/
+30
2008-06-09
Add read-only open function for razor_root and support --root in rpm wrapper.
Kristian Høgsberg
3
-5
/
+19
2008-06-09
Add --initdb support for rpm wrapper.
Kristian Høgsberg
2
-3
/
+14
2008-06-09
Move razor root code to its own file.
Kristian Høgsberg
4
-161
/
+181
2008-06-09
Add librazor.a to Makefile to make it clearer what is core razor.
Kristian Høgsberg
1
-5
/
+9
2008-06-09
Introduce struct razor_root.
Kristian Høgsberg
1
-77
/
+168
2008-06-09
Make yum url overridable by environment variable YUM_URL.
Kristian Høgsberg
1
-8
/
+17
[next]