Mercurial
razor
/ shortlog
summary
| shortlog |
changelog
|
graph
|
tags
|
branches
|
files
(0)
-300
-100
-60
+60
+100
tip
2009-01-08
J. Ali Harlow
Only include sys/wait.h on platforms that have it.
changeset
|
files
2009-01-08
J. Ali Harlow
Include winsock.h rather than arpa/inet.h on mingw platforms.
changeset
|
files
2009-01-08
J. Ali Harlow
Don't attempt to use chroot() on systems that don't support it.
changeset
|
files
2009-01-08
J. Ali Harlow
Don't try and create symbolic links on platforms that don't support symlink()
changeset
|
files
2009-01-07
J. Ali Harlow
Support platforms where mkdir only takes one argument (eg., MS-Windows)
changeset
|
files
2009-01-07
J. Ali Harlow
Include limits.h in files which used PATH_MAX for portability
changeset
|
files
2009-01-07
J. Ali Harlow
Avoid unportable "uint" type
changeset
|
files
2009-01-07
J. Ali Harlow
Add support for platforms without fnmatch.
changeset
|
files
2009-01-06
J. Ali Harlow
Support platforms without mmap
changeset
|
files
2009-01-06
J. Ali Harlow
Make curl an optional dependancy
changeset
|
files
2009-01-06
J. Ali Harlow
Make rpmlib an optional dependency
changeset
|
files
2009-01-05
J. Ali Harlow
Reduce intltool requirements to version 0.35 for compatibility with Centos 5
changeset
|
files
2008-07-09
James Bowes
Use strings to identify section types in the on-disk repo format.
changeset
|
files
2008-07-08
Kristian H?gsberg
Convert main.c to use razor_root for most cases.
changeset
|
files
2008-07-08
Kristian H?gsberg
Change the install iterator API to what we want.
changeset
|
files
2008-07-08
Kristian H?gsberg
Always open all three rzdb files when we're merging package sets.
changeset
|
files
2008-07-08
Kristian H?gsberg
Fix old typo in file merging code.
changeset
|
files
2008-07-08
Kristian H?gsberg
Use the file string pool when merging directories.
changeset
|
files
2008-07-02
Kristian H?gsberg
Rename a couple more .repo references.
changeset
|
files
2008-07-02
Kristian H?gsberg
Move DEPSOLVE.txt and REPO.txt into docbook.
changeset
|
files
2008-07-02
Richard Hughes
rename the .repo files to .rzdb files
changeset
|
files
2008-07-01
Kristian H?gsberg
Document the razor_importer API.
changeset
|
files
2008-07-01
Kristian H?gsberg
Update docs for the RAZOR_DETAIL_LAST change.
changeset
|
files
2008-07-01
Richard Hughes
convert the NULL sentinel to RAZOR_DETAIL_LAST
changeset
|
files
2008-06-30
Kristian H?gsberg
Get rid of razor_set_get_package().
changeset
|
files
2008-06-30
Kristian H?gsberg
Tweak razor search a bit: casefold, print summary, search rawhide instead.
changeset
|
files
2008-06-30
Richard Hughes
the vararg list must be terminated with zero else 64bit machines may crash
changeset
|
files
2008-06-30
Richard Hughes
trivial: razor_property_iterator_create() can have package NULL and be valid
changeset
|
files
2008-06-30
Richard Hughes
convert razor_package_get_details() and razor_package_iterator_next() to varargs
changeset
|
files
2008-06-29
Richard Hughes
protect all exported functions by checking the input parameters for NULL input
changeset
|
files
2008-06-29
Richard Hughes
add missing licencing information at the top of each source file
changeset
|
files
2008-06-28
Kristian H?gsberg
Remove a couple of done TODO items.
changeset
|
files
2008-06-28
Kristian H?gsberg
Merge commit 'fdo/master'
changeset
|
files
2008-06-26
Richard Hughes
include stdint.h in razor.h to fix an error
changeset
|
files
2008-06-25
Richard Hughes
Allow NULL pointers in razor_package_get_details().
changeset
|
files
2008-06-25
Kristian H?gsberg
Fix pkg-config file problems.
changeset
|
files
2008-06-28
Kristian H?gsberg
Revert "Get api docs building"
changeset
|
files
2008-06-26
James Bowes
Add more gtk-doc artifacts to gitignore
changeset
|
files
2008-06-26
James Bowes
Add 'search' command
changeset
|
files
2008-06-26
James Bowes
Save the details and files repo files when importing a dir of rpms
changeset
|
files
2008-06-26
James Bowes
Add import-rpms to bash-completion
changeset
|
files
2008-06-26
James Bowes
get rpm -qpi working fully
changeset
|
files
2008-06-26
James Bowes
Add return codes to razor_set_open_files and open_details
changeset
|
files
2008-06-26
James Bowes
Get api docs building
changeset
|
files
2008-06-26
James Bowes
Add missing newline for conflicts output
changeset
|
files
2008-06-25
James Bowes
Update gitignore files for docs and test-driver
changeset
|
files
2008-06-25
James Bowes
Get the test driver compiling and running again (but not passing).
changeset
|
files
2008-06-25
Kristian H?gsberg
Also don't explode when a given path doesn't exist.
changeset
|
files
2008-06-25
Richard Hughes
Don't explode when listing files.
changeset
|
files
2008-06-25
Kristian H?gsberg
Factor out package selection and listing in main.c.
changeset
|
files
2008-06-25
Richard Hughes
Error out if package isn't found instead of listing all properties.
changeset
|
files
2008-06-23
James Bowes
For rpm --query, --requires is also -R
changeset
|
files
2008-06-23
James Bowes
Create an empty package iterator when we don't know about the given file.
changeset
|
files
2008-06-23
James Bowes
Implement rpm --query --file
changeset
|
files
2008-06-23
James Bowes
Display razor version number for rpm --version
changeset
|
files
2008-06-23
James Bowes
Implement rpm --query --list
changeset
|
files
2008-06-23
James Bowes
Make file listing (either per-repo or per-package) use the correct string pool
changeset
|
files
2008-06-23
James Bowes
Save all 3 repo files on razor_root_create
changeset
|
files
2008-06-23
Richard Hughes
Fix configure.ac version, remove /usr/bin/rpm workaround from spec file.
changeset
|
files
2008-06-23
Kristian H?gsberg
Nuke ARRAY_SIZE and obsolete razor_set_list_unsatisfied from razor.h.
changeset
|
files
(0)
-300
-100
-60
+60
+100
tip