aboutsummaryrefslogtreecommitdiffstats
path: root/URPM
Commit message (Expand)AuthorAgeFilesLines
* re-sync after the big svn loss1.581.571.561.55Pascal Rigaux2007-04-242-14/+22
* document what bug is fixedtopic/1.60Pascal Rigaux2007-03-291-1/+1
* perl_checker compliancePascal Rigaux2007-03-081-12/+7
* split request_packages_to_upgrade() in 2 functionsPascal Rigaux2007-03-061-2/+18
* rewritePascal Rigaux2007-03-061-6/+7
* simplifyPascal Rigaux2007-03-061-2/+8
* fix regexp detecting the need for strict-arch (on x86_64)Pascal Rigaux2007-01-191-2/+2
* better debug text1.54Pascal Rigaux2007-01-091-2/+2
* @chosen is always non empty, and @chosen == 1 is already handledPascal Rigaux2007-01-091-1/+1
* use a sort to make things clearPascal Rigaux2007-01-091-20/+15
* factorizePascal Rigaux2007-01-091-12/+10
* factorize code into _set_flag_installed_and_upgrade_if_no_newer()Pascal Rigaux2007-01-091-31/+21
* suggest a valid reason why a package was not foundPascal Rigaux2007-01-091-1/+1
* fix previous commitPascal Rigaux2007-01-091-4/+4
* create _id_to_name() and use itPascal Rigaux2007-01-091-12/+37
* allow toggling debugging and handling it through a callbackPascal Rigaux2007-01-091-14/+28
* Patch by Pixel to ignore self-obsoletesRafael Garcia-Suarez2006-10-161-0/+6
* Invert bogus checkRafael Garcia-Suarez2006-09-211-5/+5
* Add POD test, remove sole pod fragment in URPM::BuildRafael Garcia-Suarez2006-09-071-5/+2
* Oops, remove debug codeRafael Garcia-Suarez2006-09-061-1/+0
* prefer kernel-source-stripped over kernel-sourceRafael Garcia-Suarez2006-09-061-0/+18
* Micro-optimisation, and make comments more explicitRafael Garcia-Suarez2006-09-051-4/+9
* strict-arch doesn't apply to src packagesRafael Garcia-Suarez2006-08-011-2/+2
* One might have an undefined package in the depslist (not sure why)Rafael Garcia-Suarez2006-07-041-0/+1
* Verify if we can open the rpmdb, and abort if we can't (bug #22527)Rafael Garcia-Suarez2006-06-141-2/+4
* Fix longstanding epoch promotion bug, caused by braindead API designRafael Garcia-Suarez2005-12-071-0/+2
* Use new MDV namespaceRafael Garcia-Suarez2005-10-281-3/+3
* Minor comment fixesRafael Garcia-Suarez2005-09-121-4/+4
* DocletRafael Garcia-Suarez2005-06-291-1/+2
* Warning fixes and documentationRafael Garcia-Suarez2005-06-011-5/+13
* Ensure archs are identicalRafael Garcia-Suarez2005-06-011-2/+4
* Integrate a function to produce deltarpmsRafael Garcia-Suarez2005-06-011-4/+20
* Removes obsolete codeRafael Garcia-Suarez2005-05-311-44/+6
* Remove the return value of compute_installed_flags, it's not used anywhereRafael Garcia-Suarez2005-05-111-5/+0
* Fix bug 15628 : when no preferred locale is found, put locales-en in front ofRafael Garcia-Suarez2005-04-281-3/+9
* Speed optimisation for updating mediaRafael Garcia-Suarez2005-03-031-4/+2
* Comments and indentationRafael Garcia-Suarez2005-02-151-96/+99
* Force recomputation of rejected packages when deleting some in installationRafael Garcia-Suarez2005-02-151-0/+1
* Croak if build_base_files can't write filesRafael Garcia-Suarez2005-01-041-3/+3
* Indentation and commentsRafael Garcia-Suarez2004-12-211-78/+82
* Return the list of chosen packages sorted by descending versionRafael Garcia-Suarez2004-12-131-3/+5
* trust packdrake's defaultsRafael Garcia-Suarez2004-12-091-4/+3
* Remove external call to packdrake.Rafael Garcia-Suarez2004-12-091-3/+9
* Inspired changes on top of Olivier's changesRafael Garcia-Suarez2004-11-251-5/+1
* - allow to use an array of id instead (start .. end) in functions.Olivier Thauvin2004-11-252-8/+16
* When resolving dependencies, keep track of the packages that we justRafael Garcia-Suarez2004-11-101-1/+7
* Support for the 'strict-arch' option : upgrade only packages that haveRafael Garcia-Suarez2004-10-271-5/+36
* CommentsRafael Garcia-Suarez2004-10-251-17/+17
* A few perl_checker fixesRafael Garcia-Suarez2004-10-181-3/+3
* Patch by Gwenole Beauchesne to prefer packages which have the closestRafael Garcia-Suarez2004-10-181-11/+17