| Commit message (Expand) | Author | Age | Files | Lines |
| * | do not try to get synthesis if hdlist is available as an handle on file (typical | Francois Pons | 2002-03-15 | 1 | -5/+8 |
| * | add gcc and gcc-c++ in @preferred | Pascal Rigaux | 2002-03-13 | 1 | -1/+1 |
| * | "fam" is not a naughtyServers | Pascal Rigaux | 2002-03-12 | 1 | -1/+0 |
| * | remove the old "boa" comment | Pascal Rigaux | 2002-03-12 | 1 | -1/+1 |
| * | adapt naughtyServers for 8.2 | Pascal Rigaux | 2002-03-12 | 1 | -9/+25 |
| * | remove synthesis if not found (filesize is 0) | Francois Pons | 2002-03-12 | 1 | -0/+1 |
| * | add @preferred libxpm4 | Pascal Rigaux | 2002-03-06 | 1 | -1/+1 |
| * | fixed error when using multiple removable media and user aborted installation | Francois Pons | 2002-03-06 | 1 | -3/+21 |
| * | add save of synthesis too when partitions are reformated, so that urpmi is ha... | Francois Pons | 2002-03-06 | 1 | -0/+2 |
| * | fixed when hdlist gives no new package (new name) but only obsoleted package or | Francois Pons | 2002-03-06 | 1 | -1/+1 |
| * | fix scroll total to match reality. | Francois Pons | 2002-03-04 | 1 | -1/+1 |
| * | fixed interpretation of size of package when doing an install (this can be | Francois Pons | 2002-03-04 | 1 | -2/+2 |
| * | added pixel comments for handling INSTALL category and NOCOPY handling. | Francois Pons | 2002-03-01 | 1 | -2/+2 |
| * | only copy package in INSTALL category with a rate of at least 2. | Francois Pons | 2002-03-01 | 1 | -1/+1 |
| * | even smarted process to kill selection | Pascal Rigaux | 2002-02-22 | 1 | -1/+23 |
| * | smarter choosing of processes to kill | Pascal Rigaux | 2002-02-21 | 1 | -1/+2 |
| * | much simpler & stronger killing of still running processes | Pascal Rigaux | 2002-02-20 | 1 | -24/+2 |
| * | fixed INSTALL category in rpmsrate for copying file when changing cd (was an | Francois Pons | 2002-02-20 | 1 | -3/+4 |
| * | fix typo | Pascal Rigaux | 2002-02-15 | 1 | -1/+1 |
| * | fixed obsoletes management according to urpmi code. | Francois Pons | 2002-02-14 | 1 | -9/+19 |
| * | added extension to setSelectedFromCompssList. | Francois Pons | 2002-02-13 | 1 | -4/+10 |
| * | move /root/* files (ddebug.log, install.log, report.bug, | Guillaume Cottenceau | 2002-01-29 | 1 | -1/+1 |
| * | fixed try opening to trigger changeCD callback. | Francois Pons | 2002-01-25 | 1 | -5/+11 |
| * | added support to save already existing synthesis file. | Francois Pons | 2002-01-22 | 1 | -0/+2 |
| * | avoid upgrading a package by selection on files unless it has been obsoleted. | Francois Pons | 2002-01-17 | 1 | -1/+1 |
| * | use rpm version comparison function. | Francois Pons | 2002-01-09 | 1 | -8/+10 |
| * | allow to use same identifier for security medium (1u). | Francois Pons | 2002-01-04 | 1 | -1/+1 |
| * | added update installation support to install (big modifs need testing). | Francois Pons | 2002-01-04 | 1 | -19/+46 |
| * | prefer gcc-cpp | Pascal Rigaux | 2002-01-03 | 1 | -1/+1 |
| * | (selectPackage): hard coded preference to simple kernel | Pascal Rigaux | 2001-12-05 | 1 | -0/+1 |
| * | (naughtyServers): cleanup comments | Pascal Rigaux | 2001-09-25 | 1 | -1/+1 |
| * | sort mediums by number, in allMediums() else they will be in hash keys orders in | Francois Pons | 2001-09-24 | 1 | -1/+1 |
| * | reworked medium management. | Francois Pons | 2001-09-21 | 1 | -16/+16 |
| * | take care not probing in /dev/ for finding package to upgrade, this cause | Francois Pons | 2001-09-20 | 1 | -3/+3 |
| * | added code to check if package are really installed. | Francois Pons | 2001-09-19 | 1 | -1/+7 |
| * | - gmc instead of nautilus for non-latin1 installs | Pascal Rigaux | 2001-09-19 | 1 | -3/+3 |
| * | tentative to correct install time for big installs | Pascal Rigaux | 2001-09-18 | 1 | -0/+14 |
| * | (read_rpmsrate): fix bug | Pascal Rigaux | 2001-09-16 | 1 | -6/+6 |
| * | more up to my need ALL flag in compssUsersChoice | Pascal Rigaux | 2001-09-16 | 1 | -1/+1 |
| * | - cleanup packages appearing twice in rpmsrate | Pascal Rigaux | 2001-09-16 | 1 | -2/+20 |
| * | use new mkdir_p, rm_rf and cp_af from MDK::Common | Pascal Rigaux | 2001-09-16 | 1 | -4/+3 |
| * | update correctSize and invCorrectSize (now linear) | Pascal Rigaux | 2001-09-14 | 1 | -19/+4 |
| * | fixed retry of package 3 times everytime even if first install succeeded, now | Francois Pons | 2001-09-06 | 1 | -5/+7 |
| * | revert previous patch, this is not usable with current rpm as it complains if | Francois Pons | 2001-09-06 | 1 | -6/+0 |
| * | guess filename if the file is not found (for an rpm file during installation), | Francois Pons | 2001-09-06 | 1 | -0/+6 |
| * | cleanup to avoid invalid file error. | Francois Pons | 2001-09-04 | 1 | -39/+45 |
| * | avoid deleting package from %packages in install() when closing fd associated, | Francois Pons | 2001-09-01 | 1 | -2/+2 |
| * | (naughtyServers): update for 8.1 | Pascal Rigaux | 2001-08-30 | 1 | -4/+46 |
| * | fixed if undef encountered in depslist when installing package (traversing | Francois Pons | 2001-08-29 | 1 | -1/+2 |
| * | updated allowedToUpgrade to avoid upgrading some newer kernel packages. | Francois Pons | 2001-08-28 | 1 | -1/+1 |