Mercurial
razor
/ shortlog
summary
| shortlog |
changelog
|
graph
|
tags
|
branches
|
files
(0)
-300
-100
-60
+60
+100
tip
2009-02-05
J. Ali Harlow
Implement lua scripts with support for standard and posix libraries.
changeset
|
files
2009-01-22
J. Ali Harlow
Implement relocatations when installing rpms.
changeset
|
files
2009-01-14
J. Ali Harlow
Fix bug causing "razor remove" to quietly fail.
changeset
|
files
2009-01-14
J. Ali Harlow
Fix bug causing "razor list-files" to fail to see any files.
changeset
|
files
2009-01-14
J. Ali Harlow
Fix bug causing merger to place file names in the main string pool
changeset
|
files
2009-01-13
J. Ali Harlow
Don't try and stat the installation root if it's the empty string.
changeset
|
files
2009-01-12
J. Ali Harlow
Cope with the non-atomic behaviour of rename on MS-Windows
changeset
|
files
2009-01-12
J. Ali Harlow
Treat razor data files as binary consistently
changeset
|
files
2009-01-12
J. Ali Harlow
Generate razor.pc in line with details determined during config
changeset
|
files
2009-01-09
J. Ali Harlow
Include test.xml in the distribution since it is needed for make check.
changeset
|
files
2009-01-09
J. Ali Harlow
Add some error checking and reporting for writing upstream data
changeset
|
files
2009-01-09
J. Ali Harlow
Close files before deleting them for compatibility with MS-Windows
changeset
|
files
2009-01-09
J. Ali Harlow
Use CSIDL on MS-Windows platforms instead of FHS paths.
changeset
|
files
2009-01-09
J. Ali Harlow
Avoid use of non-standard %m printf conversion code.
changeset
|
files
2009-01-08
J. Ali Harlow
Provide a program_name global variable as required by gnulib to
changeset
|
files
2009-01-08
J. Ali Harlow
Replace call to random() with the more portable rand() since we
changeset
|
files
2009-01-08
J. Ali Harlow
Use fsync from gnulib for portability
changeset
|
files
2009-01-08
J. Ali Harlow
Link to winsock2 under mingw (needed for ntohl).
changeset
|
files
2009-01-08
J. Ali Harlow
Add an early include of config.h as required by gnulib
changeset
|
files
2009-01-08
J. Ali Harlow
Remove another unnecessary include of sys/mman.h
changeset
|
files
2009-01-08
J. Ali Harlow
Use gnulib with the razor binary for portability (for fnmatch in particular).
changeset
|
files
2009-01-08
J. Ali Harlow
Remove unnecessary include of sys/mman.h
changeset
|
files
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
(0)
-300
-100
-60
+60
+100
tip