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
2007-10-22
Track file owner ship.
Kristian Høgsberg
1
-28
/
+67
2007-10-21
Implement listing only files in a subdirectory.
Kristian Høgsberg
1
-2
/
+32
2007-10-21
Add a file tree section to the package set structure.
Kristian Høgsberg
1
-0
/
+157
2007-10-07
Extend importers to also pick up filelists for packages.
Kristian Høgsberg
1
-0
/
+5
2007-10-05
Add diff function to compute the difference between two package sets.
Kristian Høgsberg
1
-0
/
+45
2007-09-30
Split command line interface out into main.c.
Kristian Høgsberg
1
-165
/
+19
2007-09-29
Implement linear package set merger.
Kristian Høgsberg
1
-56
/
+293
2007-09-20
Split the property pool into three pools; requires, provides and packages.
Kristian Høgsberg
1
-76
/
+45
2007-09-20
Implement updating all packages.
Kristian Høgsberg
1
-7
/
+50
2007-09-20
Implement the rest of package updating.
Kristian Høgsberg
1
-10
/
+97
2007-09-19
Add comment about how to implement package addition faster.
Kristian Høgsberg
1
-0
/
+12
2007-09-19
Implement comparison of version strings and use where appropriate.
Kristian Høgsberg
1
-7
/
+52
2007-09-19
Sort packages on version as second order criteria.
Kristian Høgsberg
1
-1
/
+1
2007-09-19
First bits of package set update algorithm.
Kristian Høgsberg
1
-1
/
+105
2007-09-19
Move string hash table buckets to importer object.
Kristian Høgsberg
1
-39
/
+32
2007-09-19
Refactor the import interface and make it opaque.
Kristian Høgsberg
1
-51
/
+144
2007-09-19
Fix swapping of map entries in __qsort_with_data.
Kristian Høgsberg
1
-2
/
+3
2007-09-19
Add importer for system rpm database.
Kristian Høgsberg
1
-0
/
+7
2007-09-18
Split importers to import.c.
Kristian Høgsberg
1
-350
/
+7
2007-09-14
Make qsort_with_data return a map and avoid import_package/property.
Kristian Høgsberg
1
-125
/
+118
2007-09-13
Fix warning.
Kristian Høgsberg
1
-0
/
+1
2007-09-13
Use equality of string pool indices for string equality tests.
Kristian Høgsberg
1
-5
/
+6
2007-09-13
Add qsort_with_data that let's us pass user data to the compare callback.
Kristian Høgsberg
1
-11
/
+67
2007-09-12
Implement package set validation.
Kristian Høgsberg
1
-0
/
+54
2007-09-12
Make what-requires/provides support versioned queries.
Kristian Høgsberg
1
-3
/
+9
2007-09-12
Clean up writing/reading package sets a bit.
Kristian Høgsberg
1
-65
/
+59
2007-09-11
Implement property (requires/provides) to package mapping.
Kristian Høgsberg
1
-37
/
+180
2007-09-07
Refactor razor_set_write() a bit and stop writing the buckets section.
Kristian Høgsberg
1
-55
/
+26
2007-09-07
Use bsearch instead of hash table when looking up packages.
Kristian Høgsberg
1
-10
/
+17
2007-09-07
Add import feature for yum primary.xml files.
Kristian Høgsberg
1
-2
/
+137
2007-09-07
Add a size field to the section headers to avoid sentinels.
Kristian Høgsberg
1
-17
/
+12
2007-09-07
Clean up import logic and make it independent of XML parsing.
Kristian Høgsberg
1
-98
/
+98
2007-09-07
Sort on version as second order key for provides and requires.
Kristian Høgsberg
1
-1
/
+6
2007-09-06
Track the requires and provides per package.
Kristian Høgsberg
1
-44
/
+186
2007-09-06
Uniqueify requires and provides after import.
Kristian Høgsberg
1
-80
/
+104
2007-09-06
Also import requires.
Kristian Høgsberg
1
-16
/
+91
2007-09-05
Track provides in the package set.
Kristian Høgsberg
1
-5
/
+96
2007-09-04
Factor out array code.
Kristian Høgsberg
1
-140
/
+130
2007-09-03
Cleanup and renaming: hashtable and razor_context combined into razor_set.
Kristian Høgsberg
1
-225
/
+183
2007-09-03
Add a simple package list to the repo.
Kristian Høgsberg
1
-9
/
+158
2007-09-03
Initial commit.
Kristian Høgsberg
1
-0
/
+495