2009-10-01 J. Ali Harlow Fix bug causing razor update foo to always install foo
2009-10-01 J. Ali Harlow Implement proper locking
2009-10-01 J. Ali Harlow Fix bug causing multiple installs to abort
2009-09-28 J. Ali Harlow Fix bug causing updates to fail on systems with multiple versions of a package installed
2009-09-28 J. Ali Harlow Start 0.3
2009-08-18 ali Release version 0.2
2009-08-18 J. Ali Harlow Fix bug causing remove to abort 0.2
2009-08-13 J. Ali Harlow Basic support for update
2009-08-13 J. Ali Harlow Fix a bug causing libtool versioning to be ignored.
2009-08-11 J. Ali Harlow Start 0.2
2009-07-09 ali Release version 0.1
2009-07-09 J. Ali Harlow Fix problems found by distcheck 0.1
2009-07-08 J. Ali Harlow Fix bugs when removing files and directories
2009-07-07 J. Ali Harlow Pass installation-count to scripts
2009-07-06 J. Ali Harlow Set RPM_INSTALL_PREFIX{n} in preun as well
2009-07-04 J. Ali Harlow Formally fork in preparation for release
2009-07-03 Kristian H?gsberg Go back to having all info in one rzdb file.
2009-07-03 J. Ali Harlow Support RPM_INSTALL_PREFIX{n} during uninstall
2009-07-02 J. Ali Harlow Test uninstall scripts survive merge
2009-07-02 J. Ali Harlow Support empty scripts
2009-06-12 J. Ali Harlow Add basic support for uninstall scripts.
2009-06-03 J. Ali Harlow Add automatic provides for lua pre-loaded modules
2009-05-14 J. Ali Harlow Order the installation and removal of packages correctly so scripts can run
2009-05-14 J. Ali Harlow Take advantage of gcc's builtin implementation of ffs under mingw
2009-05-14 J. Ali Harlow Fix documentation typo
2009-05-09 J. Ali Harlow Add support for topological sorting (needed to order transactions)
2009-05-01 J. Ali Harlow Add very basic support for removing packages
2009-05-01 J. Ali Harlow Set RPM_INSTALL_PREFIX{n} environment variables for use in scripts
2009-04-29 J. Ali Harlow Add support for preloading lua modules. This is useful both when
2009-04-22 J. Ali Harlow Ensure ssize_t is declared before we use it
2009-04-22 J. Ali Harlow Add support for named roots so that we can understand MS-Windows paths
2009-04-17 J. Ali Harlow Make 0 a valid hashtable value consistently (and 0xFFFFFFFF invalid).
2009-04-17 J. Ali Harlow Add hashtable test to expose confusion as to whether 0 is a valid value or not
2009-03-12 J. Ali Harlow Avoid use of legacy rpm library types
2009-03-12 J. Ali Harlow Don't list libcurl as a requirement in the .pc file
2009-03-12 J. Ali Harlow Generate dynamic library on MS-Windows
2009-02-14 J. Ali Harlow Refactor run_script for improved readability
2009-02-05 J. Ali Harlow Implement lua scripts with support for standard and posix libraries.
2009-01-22 J. Ali Harlow Implement relocatations when installing rpms.
2009-01-14 J. Ali Harlow Fix bug causing "razor remove" to quietly fail.
2009-01-14 J. Ali Harlow Fix bug causing "razor list-files" to fail to see any files.
2009-01-14 J. Ali Harlow Fix bug causing merger to place file names in the main string pool
2009-01-13 J. Ali Harlow Don't try and stat the installation root if it's the empty string.
2009-01-12 J. Ali Harlow Cope with the non-atomic behaviour of rename on MS-Windows
2009-01-12 J. Ali Harlow Treat razor data files as binary consistently
2009-01-12 J. Ali Harlow Generate razor.pc in line with details determined during config
2009-01-09 J. Ali Harlow Include test.xml in the distribution since it is needed for make check.
2009-01-09 J. Ali Harlow Add some error checking and reporting for writing upstream data
2009-01-09 J. Ali Harlow Close files before deleting them for compatibility with MS-Windows
2009-01-09 J. Ali Harlow Use CSIDL on MS-Windows platforms instead of FHS paths.
2009-01-09 J. Ali Harlow Avoid use of non-standard %m printf conversion code.
2009-01-08 J. Ali Harlow Provide a program_name global variable as required by gnulib to
2009-01-08 J. Ali Harlow Replace call to random() with the more portable rand() since we
2009-01-08 J. Ali Harlow Use fsync from gnulib for portability
2009-01-08 J. Ali Harlow Link to winsock2 under mingw (needed for ntohl).
2009-01-08 J. Ali Harlow Add an early include of config.h as required by gnulib
2009-01-08 J. Ali Harlow Remove another unnecessary include of sys/mman.h
2009-01-08 J. Ali Harlow Use gnulib with the razor binary for portability (for fnmatch in particular).
2009-01-08 J. Ali Harlow Remove unnecessary include of sys/mman.h
2009-01-08 J. Ali Harlow Only include sys/wait.h on platforms that have it.