| Commit message (Expand) | Author | Age | Files | Lines |
* | - urpmi | Pascal Rigaux | 2008-09-09 | 1 | -0/+18 |
* | add whereis_binary() | Pascal Rigaux | 2008-09-09 | 1 | -0/+13 |
* | please perl_checker | Pascal Rigaux | 2008-09-09 | 1 | -1/+1 |
* | create may_clean_rpmdb_shared_regions() | Pascal Rigaux | 2008-09-09 | 1 | -0/+9 |
* | empty_dir() is a better name, clean_dir() will be used for just removing the dir | Pascal Rigaux | 2008-06-24 | 1 | -0/+5 |
* | handle need_restart() rooted (not very useful, except for tests!) | Pascal Rigaux | 2008-03-18 | 1 | -4/+7 |
* | - urpmi: | Pascal Rigaux | 2008-03-17 | 1 | -0/+47 |
* | create read_mtab() | Pascal Rigaux | 2008-02-27 | 1 | -1/+3 |
* | - since find_mntpoints doesn't really return a list, make it clear | Pascal Rigaux | 2008-02-26 | 1 | -3/+18 |
* | simplify | Pascal Rigaux | 2008-02-26 | 1 | -6/+3 |
* | create _expand_symlink() out of find_mntpoints() | Pascal Rigaux | 2008-02-26 | 1 | -11/+17 |
* | simplify | Pascal Rigaux | 2008-02-26 | 1 | -3/+2 |
* | make it more clear | Pascal Rigaux | 2008-02-26 | 1 | -4/+4 |
* | remove not useful %fstab | Pascal Rigaux | 2008-02-26 | 1 | -4/+2 |
* | create _read_fstab_or_mtab() to factorise | Pascal Rigaux | 2008-02-26 | 1 | -13/+20 |
* | every callers give a hash ref, so remove unneeded code | Pascal Rigaux | 2008-02-26 | 1 | -9/+3 |
* | supermount is dead! | Pascal Rigaux | 2008-02-26 | 1 | -20/+2 |
* | - urpmi, urpmi.addmedia, urpmi.update: | Pascal Rigaux | 2008-02-24 | 1 | -0/+5 |
* | create urpm::sys::clean_rpmdb_shared_regions() and use it | Pascal Rigaux | 2007-10-02 | 1 | -0/+5 |
* | - library | Pascal Rigaux | 2007-08-12 | 1 | -1/+1 |
* | - get rid of a warning reading empty file | Pascal Rigaux | 2007-08-11 | 1 | -7/+7 |
* | move get_packages_list() (for next commit) | Pascal Rigaux | 2007-08-11 | 1 | -0/+15 |
* | (open_safe) since these errors messages are displayed by | Thierry Vignaud | 2007-08-02 | 1 | -1/+1 |
* | - move lock functions to a full blown module | Pascal Rigaux | 2006-11-23 | 1 | -44/+0 |
* | don't say "urpmi database locked" when it's the rpm database that is locked | Pascal Rigaux | 2006-11-23 | 1 | -6/+7 |
* | don't have a global variable to hold locks, otherwise code can't lock twice | Pascal Rigaux | 2006-11-23 | 1 | -20/+12 |
* | move clean_dir() | Pascal Rigaux | 2006-11-21 | 1 | -0/+8 |
* | help perl_checker | Pascal Rigaux | 2006-11-21 | 1 | -0/+1 |
* | move open_safe, opendir_safe and syserror to urpm::sys | Pascal Rigaux | 2006-11-21 | 1 | -0/+19 |
* | move lock functions to urpm::sys | Pascal Rigaux | 2006-11-21 | 1 | -21/+70 |
* | perl_checker compliance | Pascal Rigaux | 2006-11-03 | 1 | -4/+4 |
* | When restarting urpmi, close leaked filehandles. Useful for the upgrade | Rafael Garcia-Suarez | 2006-09-19 | 1 | -0/+15 |
* | Use revision number as version numbers for internal modules. | Rafael Garcia-Suarez | 2006-06-07 | 1 | -1/+3 |
* | Add versions to modules | Rafael Garcia-Suarez | 2005-12-02 | 1 | -2/+2 |
* | Update copyright notices | Rafael Garcia-Suarez | 2005-12-02 | 1 | -0/+17 |
* | Patch by Blino to be less liberal in what we detect in /proc/mount to figure | Rafael Garcia-Suarez | 2005-12-01 | 1 | -1/+1 |
* | Provide our own tempdir function, that doesn't require File::Temp if it's not... | Rafael Garcia-Suarez | 2005-11-03 | 1 | -0/+16 |
* | Remove verbose output of applydeltarpm | Rafael Garcia-Suarez | 2005-06-02 | 1 | -7/+7 |
* | Add support for deltarpms | Rafael Garcia-Suarez | 2005-06-02 | 1 | -1/+3 |
* | Don't shell out unless necessary | Rafael Garcia-Suarez | 2005-06-02 | 1 | -2/+10 |
* | Exit codes for applydeltarpm suck | Rafael Garcia-Suarez | 2005-06-02 | 1 | -2/+3 |
* | A function to encapsulate calls to apply_delta_rpm | Rafael Garcia-Suarez | 2005-06-02 | 1 | -1/+14 |
* | Don't die if fstab or mtab isn't present | Rafael Garcia-Suarez | 2005-04-15 | 1 | -2/+2 |
* | Don't try to find ISO mountpoints if an ISO image is already mounted | Rafael Garcia-Suarez | 2005-03-30 | 1 | -0/+6 |
* | Copy all rpms from removable media into the cachedir; don't check for | Rafael Garcia-Suarez | 2005-03-30 | 1 | -20/+0 |
* | Make urpmi support ISO images as removable media. | Rafael Garcia-Suarez | 2005-01-28 | 1 | -0/+20 |
* | As suggested by Giuseppe Ghibo, fail early if an essential filesystem | Rafael Garcia-Suarez | 2004-12-24 | 1 | -0/+13 |
* | Refactorisation error: urpmi.update was looping. | Rafael Garcia-Suarez | 2004-06-23 | 1 | -1/+2 |
* | Move some system-related functions in a separate module | Rafael Garcia-Suarez | 2004-06-23 | 1 | -0/+109 |