index
:
hal
hal-0_4-stable-branch
hal-0_5_11-branch
hal-0_5_12-branch
hal-0_5_7-branch
hal-0_5_8-branch
hal-0_5_9-branch
hal-gobject-branch
master
Hardware Abstraction Layer (mirrored from https://gitlab.freedesktop.org/archived-projects/hal/hal)
root
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
Files
Lines
2006-01-21
Search $PATH before searching allowed dirs; this is needed to make e.g.
David Zeuthen
9
-36
/
+183
2006-01-21
Add docs for volume.disc.capacity
David Zeuthen
6
-35
/
+356
2006-01-21
Yesterday while unit testing my HAL wrapper I noticed that calling
David Zeuthen
2
-10
/
+15
2006-01-21
Add Eject method for audio CD's. Patch from John Palmieri
David Zeuthen
2
-0
/
+15
2006-01-21
Great patch from Sjoerd Simons <sjoerd@luon.net>: As most people probably
David Zeuthen
26
-498
/
+1431
2006-01-20
kill subfs
Kay Sievers
3
-5
/
+5
2006-01-20
Add "flush" as a valid option for FAT.
Kay Sievers
2
-0
/
+6
2006-01-20
Add scsi.type, scsi.vendor, scsi.model for the scsi device and merge these
Kay Sievers
4
-30
/
+43
2006-01-18
Use a direct connection to the bus; sleep between writing and reading as
David Zeuthen
2
-12
/
+31
2006-01-18
Post-release version bump to 0.5.7
David Zeuthen
3
-3
/
+12
2006-01-17
commit generated HTML
HAL_0_5_6
David Zeuthen
1
-30
/
+43
2006-01-17
Update for 0.5.6
David Zeuthen
2
-0
/
+72
2006-01-16
relaced usage of strtok with g_strsplit_set.
Danny Kukawka
2
-5
/
+11
2006-01-16
Changed call of powersave fom call binary to call powersave dbus interface
Danny Kukawka
3
-4
/
+19
2006-01-16
added storage.cdrom.write_speeds to spec
Danny Kukawka
5
-4
/
+126
2006-01-15
Add docs for volume.ignore
David Zeuthen
3
-326
/
+761
2006-01-15
Respect volume.ignore and refuse to mount if set to TRUE
David Zeuthen
6
-0
/
+62
2006-01-15
Auch, volume.fsusage may be an empty string and our string extraction macro
David Zeuthen
2
-0
/
+10
2006-01-13
Fixed fd.o bug #5137 with slightly adopted and split off patch from James
Danny Kukawka
3
-0
/
+30
2006-01-13
revert my patch from 2005-08-31 and added property info.category back
Danny Kukawka
3
-1
/
+40
2006-01-13
Add device objects for video and dvb devices, to have a way for
Kay Sievers
3
-1
/
+114
2006-01-13
Add "usbraw" device object, that contains the name of the device node to
Kay Sievers
2
-0
/
+53
2006-01-13
updated header lines (by SuSE/Novell Translation Team)
Danny Kukawka
2
-3
/
+7
2006-01-13
added uk.po to configure
Danny Kukawka
2
-1
/
+5
2006-01-13
Ukrainian translation from Ivan Petrouchtchak <ivanpetrouchtchak@yahoo.com>
Danny Kukawka
2
-0
/
+340
2006-01-12
Fixed compiler warnings if compile with flag warn_unused_result.
Danny Kukawka
7
-8
/
+29
2006-01-11
Don't trust any user input, replace all suspicious chars with '_'.
Kay Sievers
5
-15
/
+78
2006-01-11
Also add battery.reporting.* properties
David Zeuthen
2
-0
/
+19
2006-01-11
Fix a potential security hole where the user could pass e.g.
David Zeuthen
2
-5
/
+12
2006-01-10
Add a fallback for the root user for distros that do not have working
Richard Hughes
2
-16
/
+20
2006-01-09
added slightly adopted patch from Chris Spiegel <l@happyjack.org> to fix
Danny Kukawka
2
-0
/
+8
2006-01-09
removed unneeded code, (main): added more informative error message if
Danny Kukawka
2
-3
/
+7
2006-01-08
Populate the new property volume.mount.valid_options
David Zeuthen
4
-43
/
+98
2006-01-06
move uid_export to root scope in function to avoid corruption
Kay Sievers
3
-2
/
+10
2006-01-06
fixed type of volume.policy.mount_option from string to bool as in the
Danny Kukawka
2
-1
/
+6
2006-01-06
Added missdetected TEAC CD-R55S to list of broken CD/DVD burner, from:
Danny Kukawka
2
-0
/
+14
2006-01-06
fixed two voltage related properties in the spec
Danny Kukawka
3
-2
/
+13
2006-01-06
Set 'storage.drive_type' to 'disk' for new TYPE_RBC devices (e.g. FireWire
Danny Kukawka
2
-1
/
+11
2006-01-06
Add "at_console" restrictions for storage methods.
Kay Sievers
2
-0
/
+13
2006-01-06
Add scsi_generic devices.
Kay Sievers
2
-0
/
+55
2005-12-21
Move callout one level up.
Kay Sievers
3
-1
/
+9
2005-12-20
Remove HAL created mountpoints on HAL startup.
Kay Sievers
4
-1
/
+45
2005-12-20
Switch extended attributes use to .created-by-hal file to mark created
Kay Sievers
3
-3
/
+12
2005-12-18
added simple check of scripts for correct bash syntax to 'make distcheck'
Danny Kukawka
2
-0
/
+20
2005-12-17
Detailed return values from method invocations.
Kay Sievers
4
-17
/
+49
2005-12-14
Remove the dry-run boolean option. Need a better way to figure out what
David Zeuthen
3
-9
/
+9
2005-12-14
Add a boolean parameter to Mount for dry-run.
David Zeuthen
3
-1
/
+16
2005-12-13
Add HAL_METHOD_INVOKED_BY_UID to the method-call environment and use it to
Kay Sievers
3
-11
/
+53
2005-12-12
Fixed broken scripts and changed error messages.
Danny Kukawka
3
-26
/
+24
2005-12-12
fixed validate fdi files for correct XML in target check to fix broken
Danny Kukawka
4
-6
/
+50
[next]