Mercurial
razor
/ file revisions
summary
|
shortlog
|
changelog
|
graph
|
tags
|
branches
|
file
| revisions |
annotate
|
diff
|
rss
(0)
-60
tip
razor.c
2008-02-22
redo razor_set_remove() to only do a single merge
file
|
diff
|
annotate
2008-02-21
Add support for removing packages
file
|
diff
|
annotate
2008-02-20
fix rebuild_property_package_lists to put the lists in the right pool
file
|
diff
|
annotate
2008-02-20
Merge file lists when updating
file
|
diff
|
annotate
2008-02-20
Fix file importing code to not generate some duplicate directories
file
|
diff
|
annotate
2008-02-15
misc fixes for edge cases
file
|
diff
|
annotate
2008-02-15
remove some unused code
file
|
diff
|
annotate
2008-02-14
(trivial optimization)
file
|
diff
|
annotate
2008-02-14
add a missing comparison to ensure correct repo sorting
file
|
diff
|
annotate
2008-02-11
Split razor_package and razor_entry names into name and flags
file
|
diff
|
annotate
2008-02-11
split razor_property.name into name, flags, and type bitfields
file
|
diff
|
annotate
2008-02-08
improve the list abstraction with "struct list_head" and "struct list"
file
|
diff
|
annotate
2008-02-08
Add a list abstraction for package/property lists
file
|
diff
|
annotate
2008-02-07
split array and hashtable code out into a new file
file
|
diff
|
annotate
2008-02-06
clean up some duplicated code around calls to add_to_property_pool
file
|
diff
|
annotate
2008-02-06
pad repo files with 0 bytes, not random memory
file
|
diff
|
annotate
2008-02-04
Support for less/equal/greater version in requires/conflicts, etc
file
|
diff
|
annotate
2008-02-04
Fix repo format on x86_64 by using uint32_t instead of unsigned long
file
|
diff
|
annotate
2008-01-22
Fix comparisong bug in razor_set_diff().
file
|
diff
|
annotate
2008-01-22
Use a package iterator in find_packages() to add packages sorted.
file
|
diff
|
annotate
2008-01-21
Use iterators for razor_set_diff() implementation.
file
|
diff
|
annotate
2008-01-17
Use the package iterator for looping over file owners too.
file
|
diff
|
annotate
2008-01-17
Add a package iterator for iterating through property owners.
file
|
diff
|
annotate
2008-01-10
Move more front-end logic from razor_set_list_property_packages() to main.c.
file
|
diff
|
annotate
2008-01-10
Use property iterator in razor_set_list_property_packages().
file
|
diff
|
annotate
2008-01-10
Clean up property iterator constructor a bit.
file
|
diff
|
annotate
2008-01-10
Implement razor_set_get_package() using the package iterator.
file
|
diff
|
annotate
2008-01-10
Use property iterator for razor_set_get_property().
file
|
diff
|
annotate
2008-01-10
Get rid of razor_importer_tokenize() helper function.
file
|
diff
|
annotate
2008-01-10
Fix a few warnings.
file
|
diff
|
annotate
2008-01-03
Add iterator API, boot-strap test suite.
file
|
diff
|
annotate
2008-01-03
Split a few functions out into new file util.c.
file
|
diff
|
annotate
2007-11-16
Fix file tree traversal to not skip the last entry.
file
|
diff
|
annotate
2007-11-12
Clean up the merging code a bit.
file
|
diff
|
annotate
2007-11-11
Split out hashtable functionality from importer.
file
|
diff
|
annotate
2007-11-08
Extend rpm dumper into an rpm importer.
file
|
diff
|
annotate
2007-11-04
Set the property type when merging package sets.
file
|
diff
|
annotate
2007-10-31
Store requires and provides in the same list.
file
|
diff
|
annotate
2007-10-25
Use a terminator bit instead of ~0 for all lists.
file
|
diff
|
annotate
2007-10-25
Use immediate links for property package lists too.
file
|
diff
|
annotate
2007-10-24
Introduce an immediate bit for 1-length lists.
file
|
diff
|
annotate
2007-10-24
Import rpm release as part of the version.
file
|
diff
|
annotate
2007-10-24
Fix problem where / would get added as an entry under root directory.
file
|
diff
|
annotate
2007-10-24
Track files per package and add command to list them.
file
|
diff
|
annotate
2007-10-23
Add fnmatch() filtering to output to improve tab-completion.
file
|
diff
|
annotate
2007-10-22
Track file owner ship.
file
|
diff
|
annotate
2007-10-21
Implement listing only files in a subdirectory.
file
|
diff
|
annotate
2007-10-21
Add a file tree section to the package set structure.
file
|
diff
|
annotate
2007-10-07
Extend importers to also pick up filelists for packages.
file
|
diff
|
annotate
2007-10-05
Add diff function to compute the difference between two package sets.
file
|
diff
|
annotate
2007-09-30
Split command line interface out into main.c.
file
|
diff
|
annotate
2007-09-29
Implement linear package set merger.
file
|
diff
|
annotate
2007-09-20
Split the property pool into three pools; requires, provides and packages.
file
|
diff
|
annotate
2007-09-20
Implement updating all packages.
file
|
diff
|
annotate
2007-09-20
Implement the rest of package updating.
file
|
diff
|
annotate
2007-09-19
Add comment about how to implement package addition faster.
file
|
diff
|
annotate
2007-09-19
Implement comparison of version strings and use where appropriate.
file
|
diff
|
annotate
2007-09-19
Sort packages on version as second order criteria.
file
|
diff
|
annotate
2007-09-19
First bits of package set update algorithm.
file
|
diff
|
annotate
2007-09-19
Move string hash table buckets to importer object.
file
|
diff
|
annotate
(0)
-60
tip