Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | - drop function fuzzy_parse() (it is unused) | Pascal Rigaux | 2009-01-12 | 1 | -23/+2 |
| | | | | | - add some comment | ||||
* | add a comment | Pascal Rigaux | 2009-01-09 | 1 | -0/+1 |
| | |||||
* | add some comment | Pascal Rigaux | 2009-01-09 | 1 | -0/+3 |
| | |||||
* | - @unsatisfied is a better var name than @l | Pascal Rigaux | 2009-01-09 | 1 | -8/+9 |
| | | | | | - add some comment | ||||
* | make it clear the func is local | Pascal Rigaux | 2009-01-08 | 1 | -3/+3 |
| | |||||
* | add a comment | Pascal Rigaux | 2009-01-08 | 1 | -0/+2 |
| | |||||
* | Favour required packages when we have several choices to fulfill | Christophe Fergeau | 2009-01-08 | 2 | -0/+14 |
| | | | | a "requires", fixes bug #46874 | ||||
* | - add some comment | Pascal Rigaux | 2009-01-06 | 1 | -4/+33 |
| | | | | | - enhance a comment | ||||
* | document a "hack" | Pascal Rigaux | 2009-01-06 | 1 | -0/+7 |
| | |||||
* | - fix sorting choices on provided version (feature introduced in 3.08, | Pascal Rigaux | 2008-12-15 | 2 | -4/+12 |
| | | | | | but was not working if packages were coming from different repository) | ||||
* | 3.233.23 | Pascal Rigaux | 2008-12-15 | 2 | -1/+3 |
| | |||||
* | - fix bad free() (thanks to glibc for detecting it) | Pascal Rigaux | 2008-12-15 | 2 | -4/+6 |
| | |||||
* | 3.223.22 | Pascal Rigaux | 2008-12-12 | 2 | -1/+3 |
| | |||||
* | - fix scriptlet failing: | Pascal Rigaux | 2008-12-12 | 2 | -2/+5 |
| | | | | | adapt to librpm4.6, rpmtsSetRootDir(ts, "") is forbidden | ||||
* | revert wrong commit | Pascal Rigaux | 2008-12-09 | 1 | -5/+4 |
| | |||||
* | correctly clean temp directories | Pascal Rigaux | 2008-12-09 | 1 | -4/+5 |
| | |||||
* | 3.213.21 | Pascal Rigaux | 2008-12-09 | 2 | -2/+4 |
| | |||||
* | - adapt to librpm4.6 | Pascal Rigaux | 2008-12-09 | 2 | -2/+3 |
| | |||||
* | - adapt to rpm 4.6 changes: | Pascal Rigaux | 2008-12-09 | 1 | -11/+16 |
| | | | | | | | - headerNextIterator -> headerNext - headerAddEntry -> headerPut - headerModifyEntry -> headerMod | ||||
* | - adapt to rpm 4.6 changes: headerGetEntry -> headerGet | Pascal Rigaux | 2008-12-09 | 1 | -104/+112 |
| | |||||
* | - adapt to some easy rpm 4.6 changes: | Pascal Rigaux | 2008-12-09 | 1 | -31/+29 |
| | | | | | | | | - headerSprintf -> headerFormat - headerAddEntry -> headerPutString - headerRemoveEntry -> headerDel - rpmProblemGetLong -> rpmProblemGetDiskNeed | ||||
* | free the iterator *after* use | Pascal Rigaux | 2008-12-09 | 1 | -2/+4 |
| | | | | | (otherwise it segfaults with 4.6.0-rc1, and i wonder how it worked before...) | ||||
* | do free the ts after user, this is especially needed since rpmVerifySignature | Pascal Rigaux | 2008-12-09 | 1 | -0/+1 |
| | | | | | | (wrongly) called in rpmReadPackageFile can open the rpmdb which won't get closed if ts is not closed | ||||
* | - don't handle %_sourcedir specially, it's not needed | Pascal Rigaux | 2008-12-09 | 1 | -2/+2 |
| | | | | | | - use an absolute filename for %_topdir, it seems to help (bug in rpm 4.6.0-rc1?) | ||||
* | - list_rpm_tag() is no more | Pascal Rigaux | 2008-12-09 | 1 | -8/+1 |
| | | | | | - remove a failing test (old) | ||||
* | - drop list_rpm_tag() | Pascal Rigaux | 2008-12-09 | 3 | -34/+4 |
| | |||||
* | adapt types to rpm-4.6.x | Pascal Rigaux | 2008-12-09 | 1 | -56/+58 |
| | |||||
* | fix rpmRelocation usage with rpm 5.2 | Per Øyvind Karlsen | 2008-12-08 | 1 | -2/+13 |
| | |||||
* | 3.203.20 | Pascal Rigaux | 2008-10-14 | 2 | -1/+3 |
| | |||||
* | - $trans->run can now return both the translated errors, and some parsable | Pascal Rigaux | 2008-10-14 | 2 | -5/+11 |
| | | | | | errors (useful for example to detect diskspace issues) | ||||
* | use rpmuint64_t rather than long long, we know that it should stay compatible:) | Per Øyvind Karlsen | 2008-10-14 | 1 | -1/+1 |
| | |||||
* | fix build with rpm5.org HEAD | Per Øyvind Karlsen | 2008-10-10 | 1 | -5/+11 |
| | |||||
* | 3.193.19 | Pascal Rigaux | 2008-10-07 | 2 | -1/+3 |
| | |||||
* | - handle flag "replacefiles" | Pascal Rigaux | 2008-10-07 | 2 | -0/+4 |
| | |||||
* | add filelinktos() & dirnames() to URPM::Package | Per Øyvind Karlsen | 2008-07-18 | 2 | -0/+20 |
| | |||||
* | ensure that initSourceHeader gets run for rpm5.org, otherwise querying of ↵ | Per Øyvind Karlsen | 2008-07-17 | 1 | -0/+2 |
| | | | | spec files won't work | ||||
* | fix build with rpm5.org HEAD | Per Øyvind Karlsen | 2008-07-14 | 1 | -0/+9 |
| | |||||
* | 3.183.18 | Pascal Rigaux | 2008-07-07 | 2 | -1/+3 |
| | |||||
* | - revert change introduced in 3.16 (it breaks too much, eg | Pascal Rigaux | 2008-07-07 | 3 | -2/+8 |
| | | | | | | superuser--priority-upgrade.t test case), and introduce $state->{rejected_already_installed} instead | ||||
* | fix typo in description | Pascal Rigaux | 2008-07-07 | 1 | -1/+1 |
| | |||||
* | 3.173.17 | Pascal Rigaux | 2008-07-04 | 2 | -1/+3 |
| | |||||
* | add removed_or_obsoleted_packages() | Pascal Rigaux | 2008-07-04 | 2 | -1/+7 |
| | |||||
* | - handle $state->{orphans_to_remove} in selected_size() and | Pascal Rigaux | 2008-07-04 | 3 | -0/+13 |
| | | | | | build_transaction_set() | ||||
* | - add traverse_tag_find() | Pascal Rigaux | 2008-07-04 | 3 | -0/+51 |
| | |||||
* | perl_checker compliance | Pascal Rigaux | 2008-07-03 | 1 | -3/+3 |
| | |||||
* | remove unused vars | Pascal Rigaux | 2008-07-03 | 1 | -4/+3 |
| | |||||
* | create packages_to_remove() and use it to factorize code | Pascal Rigaux | 2008-07-03 | 1 | -10/+13 |
| | |||||
* | create rpmtag_from_string() out of Db_traverse_tag | Pascal Rigaux | 2008-07-01 | 1 | -15/+19 |
| | |||||
* | 3.163.16 | Pascal Rigaux | 2008-06-26 | 2 | -1/+3 |
| | |||||
* | - when not selecting a package because already installed, | Pascal Rigaux | 2008-06-26 | 3 | -4/+9 |
| | | | | | but it in $state->{rejected} with flags {installed} |