razor.git
2012-01-27 J. Ali HarlowFix bugs causing arguments to not be passed to lua... 0.5.1
2012-01-27 J. Ali HarlowStart 0.5.1
2011-11-10 J. Ali HarlowUse Windows KTM (atomic transactions) where supported. 0.5
2011-08-25 J. Ali HarlowUpdate gnulib 0.4.1
2011-08-24 J. Ali HarlowMinGW runtime 3.15.2 doesn't define ESTALE or ETIMEDOUT
2011-08-24 J. Ali HarlowUpdate gnulib
2011-08-24 J. Ali HarlowUse INTLLIBS where appropriate
2011-08-24 J. Ali HarlowStart 0.4.1
2010-04-28 J. Ali HarlowTreat missing detail strings as empty 0.4
2010-04-23 J. Ali HarlowFix bug causing detail strings to be lost
2010-04-23 J. Ali HarlowUpdate testsuite to work with rpm 4.7
2010-04-23 J. Ali HarlowStart 0.4
2009-10-01 J. Ali HarlowDon't touch v2+ rzdb files 0.3
2009-10-01 J. Ali HarlowFix bug causing razor update foo to always install foo
2009-10-01 J. Ali HarlowImplement proper locking
2009-10-01 J. Ali HarlowFix bug causing multiple installs to abort
2009-09-28 J. Ali HarlowFix bug causing updates to fail on systems with multipl...
2009-09-28 J. Ali HarlowStart 0.3
2009-08-18 J. Ali HarlowFix bug causing remove to abort 0.2
2009-08-13 J. Ali HarlowBasic support for update
2009-08-13 J. Ali HarlowFix a bug causing libtool versioning to be ignored.
2009-08-11 J. Ali HarlowStart 0.2
2009-07-08 J. Ali HarlowFix problems found by distcheck 0.1
2009-07-08 J. Ali HarlowFix bugs when removing files and directories
2009-07-07 J. Ali HarlowPass installation-count to scripts
2009-07-06 J. Ali HarlowSet RPM_INSTALL_PREFIX{n} in preun as well
2009-07-04 J. Ali HarlowFormally fork in preparation for release
2009-07-03 Kristian H... Go back to having all info in one rzdb file.
2009-07-03 J. Ali HarlowSupport RPM_INSTALL_PREFIX{n} during uninstall
2009-07-02 J. Ali HarlowTest uninstall scripts survive merge
2009-07-02 J. Ali HarlowSupport empty scripts
2009-06-12 J. Ali HarlowAdd basic support for uninstall scripts.
2009-06-03 J. Ali HarlowAdd automatic provides for lua pre-loaded modules
2009-05-14 J. Ali HarlowOrder the installation and removal of packages correctl...
2009-05-14 J. Ali HarlowTake advantage of gcc's builtin implementation of ffs...
2009-05-14 J. Ali HarlowFix documentation typo
2009-05-09 J. Ali HarlowAdd support for topological sorting (needed to order...
2009-05-01 J. Ali HarlowAdd very basic support for removing packages
2009-05-01 J. Ali HarlowSet RPM_INSTALL_PREFIX{n} environment variables for...
2009-04-29 J. Ali HarlowAdd support for preloading lua modules. This is useful...
2009-04-22 J. Ali HarlowEnsure ssize_t is declared before we use it
2009-04-22 J. Ali HarlowAdd support for named roots so that we can understand...
2009-04-17 J. Ali HarlowMake 0 a valid hashtable value consistently (and 0xFFFF...
2009-04-17 J. Ali HarlowAdd hashtable test to expose confusion as to whether...
2009-03-12 J. Ali HarlowAvoid use of legacy rpm library types
2009-03-12 J. Ali HarlowDon't list libcurl as a requirement in the .pc file
2009-03-12 J. Ali HarlowGenerate dynamic library on MS-Windows
2009-02-14 J. Ali HarlowRefactor run_script for improved readability
2009-02-05 J. Ali HarlowImplement lua scripts with support for standard and...
2009-01-22 J. Ali HarlowImplement relocatations when installing rpms.
2009-01-14 J. Ali HarlowFix bug causing "razor remove" to quietly fail.
2009-01-14 J. Ali HarlowFix bug causing "razor list-files" to fail to see any...
2009-01-14 J. Ali HarlowFix bug causing merger to place file names in the main...
2009-01-13 J. Ali HarlowDon't try and stat the installation root if it's the...
2009-01-12 J. Ali HarlowCope with the non-atomic behaviour of rename on MS...
2009-01-12 J. Ali HarlowTreat razor data files as binary consistently
2009-01-12 J. Ali HarlowGenerate razor.pc in line with details determined durin...
2009-01-09 J. Ali HarlowInclude test.xml in the distribution since it is needed...
2009-01-09 J. Ali HarlowAdd some error checking and reporting for writing upstr...
2009-01-09 J. Ali HarlowClose files before deleting them for compatibility...
2009-01-09 J. Ali HarlowUse CSIDL on MS-Windows platforms instead of FHS paths.
2009-01-09 J. Ali HarlowAvoid use of non-standard %m printf conversion code.
2009-01-08 J. Ali HarlowProvide a program_name global variable as required...
2009-01-08 J. Ali HarlowReplace call to random() with the more portable rand...
2009-01-08 J. Ali HarlowUse fsync from gnulib for portability
2009-01-08 J. Ali HarlowLink to winsock2 under mingw (needed for ntohl).
2009-01-08 J. Ali HarlowAdd an early include of config.h as required by gnulib
2009-01-08 J. Ali HarlowRemove another unnecessary include of sys/mman.h
2009-01-08 J. Ali HarlowUse gnulib with the razor binary for portability (for...
2009-01-08 J. Ali HarlowRemove unnecessary include of sys/mman.h
2009-01-08 J. Ali HarlowOnly include sys/wait.h on platforms that have it.
2009-01-08 J. Ali HarlowInclude winsock.h rather than arpa/inet.h on mingw...
2009-01-08 J. Ali HarlowDon't attempt to use chroot() on systems that don't...
2009-01-08 J. Ali HarlowDon't try and create symbolic links on platforms that...
2009-01-07 J. Ali HarlowSupport platforms where mkdir only takes one argument...
2009-01-07 J. Ali HarlowInclude limits.h in files which used PATH_MAX for porta...
2009-01-07 J. Ali HarlowAvoid unportable "uint" type
2009-01-07 J. Ali HarlowAdd support for platforms without fnmatch.
2009-01-06 J. Ali HarlowSupport platforms without mmap
2009-01-06 J. Ali HarlowMake curl an optional dependancy
2009-01-06 J. Ali HarlowMake rpmlib an optional dependency
2009-01-05 J. Ali HarlowReduce intltool requirements to version 0.35 for compat...
2008-07-09 James BowesUse strings to identify section types in the on-disk...
2008-07-09 Kristian H... Convert main.c to use razor_root for most cases.
2008-07-09 Kristian H... Change the install iterator API to what we want.
2008-07-09 Kristian H... Always open all three rzdb files when we're merging...
2008-07-09 Kristian H... Fix old typo in file merging code.
2008-07-09 Kristian H... Use the file string pool when merging directories.
2008-07-02 Kristian H... Rename a couple more .repo references.
2008-07-02 Kristian H... Move DEPSOLVE.txt and REPO.txt into docbook.
2008-07-02 Richard Hughesrename the .repo files to .rzdb files
2008-07-01 Kristian H... Document the razor_importer API.
2008-07-01 Kristian H... Update docs for the RAZOR_DETAIL_LAST change.
2008-07-01 Richard Hughesconvert the NULL sentinel to RAZOR_DETAIL_LAST
2008-06-30 Kristian H... Get rid of razor_set_get_package().
2008-06-30 Kristian H... Tweak razor search a bit: casefold, print summary,...
2008-06-30 Richard Hughesthe vararg list must be terminated with zero else 64bit...
2008-06-30 Richard Hughestrivial: razor_property_iterator_create() can have...
2008-06-30 Richard Hughesconvert razor_package_get_details() and razor_package_i...
2008-06-29 Richard Hughesprotect all exported functions by checking the input...
next