Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 0.050.05 | Thierry Vignaud | 2020-05-04 | 1 | -1/+1 |
| | |||||
* | document member() - needed for next commit | Thierry Vignaud | 2020-05-04 | 1 | -0/+7 |
| | | | | also explain from where it came | ||||
* | Remove reactor shutdown kludge - it's no longer necessary. | Martin Whitaker | 2020-05-04 | 1 | -11/+2 |
| | |||||
* | Update documentation. | Martin Whitaker | 2020-05-04 | 1 | -10/+14 |
| | |||||
* | Remove redundant fallback to system mount/umount. | Martin Whitaker | 2020-05-04 | 1 | -53/+3 |
| | | | | udisks2 correctly handles devices listed in /etc/fstab. | ||||
* | Recognise any media that has a CD filesystem (iso9660 or udf). | Martin Whitaker | 2020-05-04 | 1 | -1/+2 |
| | | | | This allows urpmi to automatically mount installer ISOs on USB sticks. | ||||
* | Fix "Use of uninitialized value" message (mga#16142). | Martin Whitaker | 2020-05-04 | 1 | -0/+1 |
| | |||||
* | Convert to udisks2. | Martin Whitaker | 2020-05-04 | 1 | -45/+57 |
| | |||||
* | rename 'hal_path' as 'udisks_path' since we no longuer use Hal | Thierry Vignaud | 2012-10-01 | 1 | -54/+54 |
| | |||||
* | rename 'hal_cdroms' as 'cdroms' since we no longuer use Hal | Thierry Vignaud | 2012-10-01 | 1 | -21/+21 |
| | |||||
* | rename 'hal_dn' as 'dn' since we no longuer use Hal | Thierry Vignaud | 2012-10-01 | 1 | -7/+7 |
| | |||||
* | rename 'hal' as 'service' since we no longuer use Hal | Thierry Vignaud | 2012-10-01 | 1 | -6/+6 |
| | |||||
* | 0.040.04 | Thierry Vignaud | 2012-01-29 | 1 | -1/+1 |
| | |||||
* | (list,get_mount_point,mount,mount_hal,eject,unmount_hal) adapt to udisks API | Thierry Vignaud | 2012-01-29 | 1 | -18/+21 |
| | |||||
* | (_get_device) rename as _get_udisks_device(), returning the actual Device | Thierry Vignaud | 2012-01-29 | 1 | -1/+7 |
| | | | | (_get_device) return the Properties interface of the device | ||||
* | (_GetProperty) introduce it as a wrapper to retrieve properties | Thierry Vignaud | 2012-01-29 | 1 | -0/+6 |
| | |||||
* | (new,list,wait_for_insert,wait_for_mounted) connect to udisks instead of HAL | Thierry Vignaud | 2012-01-29 | 1 | -5/+5 |
| | |||||
* | (member) copy it from MDK::Common, needed for next commits | Thierry Vignaud | 2012-01-29 | 1 | -0/+2 |
| | |||||
* | blacklist some files | Thierry Vignaud | 2012-01-29 | 1 | -0/+7 |
| | |||||
* | - 0.03:0.03 | Pascal Rigaux | 2008-03-03 | 1 | -6/+55 |
| | | | | | | - ->mount and ->umount now work even the cdrom is listed in fstab, use ->mount_hal and ->umount_hal if you want the HAL restriction | ||||
* | 0.020.02 | Pascal Rigaux | 2008-02-29 | 1 | -1/+1 |
| | |||||
* | - save error in $hal_cdroms->{error} | Pascal Rigaux | 2008-02-29 | 1 | -11/+20 |
| | | | | | - ->mount: do not set the mount point, HAL handles it | ||||
* | initial release0.01 | Pascal Rigaux | 2008-02-28 | 1 | -0/+251 |