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
/
rpm.c
Age
Commit message (
Expand
)
Author
Files
Lines
2008-06-08
Add url and license package data as well
James Bowes
1
-2
/
+7
2008-06-08
Import summary and description into the repo files.
James Bowes
1
-2
/
+6
2008-04-09
Add GPLv2 license headers.
Kristian Høgsberg
1
-0
/
+19
2008-04-09
Use the cpio headers instead of the rpm headers when unpacking.
Kristian Høgsberg
1
-37
/
+69
2008-04-07
Remove redundant curl initialization.
Kristian Høgsberg
1
-1
/
+1
2008-04-07
Reduce harmless warnings from run_script().
Kristian Høgsberg
1
-4
/
+3
2008-04-07
Don't install files if package has no files.
Kristian Høgsberg
1
-1
/
+1
2008-04-06
Also store the package arch in the pacakge set file.
Kristian Høgsberg
1
-4
/
+7
2008-04-05
No dirnames more likely means 'no files', not old-style filenames.
Kristian Høgsberg
1
-9
/
+13
2008-04-05
Use razor_write() for piping script to interpreter.
Kristian Høgsberg
1
-1
/
+1
2008-03-13
Merge branch 'master' of git://people.freedesktop.org/~krh/razor
Dan Winship
1
-3
/
+17
2008-03-12
install: Handle the case where a directory already exists.
Kristian Høgsberg
1
-3
/
+17
2008-03-12
64-bit fixes
Dan Winship
1
-2
/
+2
2008-03-12
Fix importing flags from RPM file.
Kristian Høgsberg
1
-5
/
+5
2008-03-06
Fix bug in razor_create_dir() path component loop.
Kristian Høgsberg
1
-2
/
+1
2008-03-05
Fix epoch in rpm and rpmdb importer: epoch is an integer tag.
Kristian Høgsberg
1
-6
/
+22
2008-03-04
Fix version handling (particularly wrt epoch) on import
Dan Winship
1
-9
/
+11
2008-02-04
Support for less/equal/greater version in requires/conflicts, etc
Dan Winship
1
-1
/
+125
2008-01-03
Split a few functions out into new file util.c.
Kristian Høgsberg
1
-59
/
+8
2007-12-29
Fix a bit of return -1 / exit(-1) confusion.
Kristian Høgsberg
1
-2
/
+2
2007-12-29
Use fstat() instead of stat() when opening rpm.
Kristian Høgsberg
1
-5
/
+9
2007-12-29
Drop table based section lookup and look up sections on demand.
Kristian Høgsberg
1
-147
/
+95
2007-12-27
Extend installer implementation further.
Kristian Høgsberg
1
-105
/
+206
2007-12-27
Run install scripts.
Kristian Høgsberg
1
-10
/
+80
2007-12-27
Use an array of tags instead of a big switch for parsing the RPM headers.
Kristian Høgsberg
1
-71
/
+48
2007-11-08
First steps towards rpm installation.
Kristian Høgsberg
1
-40
/
+262
2007-11-08
Extend rpm dumper into an rpm importer.
Kristian Høgsberg
1
-56
/
+195
2007-11-07
Add the first bits of rpm file parser.
Kristian Høgsberg
1
-0
/
+126