summaryrefslogtreecommitdiff
path: root/hald/device.c
AgeCommit message (Expand)AuthorFilesLines
2008-02-05add more useful debug output on UTF-8 problemsDanny Kukawka1-1/+2
2007-12-02use GString to convert a strlist propery to string instead of a static bufferSjoerd Simons1-17/+8
2007-08-28fixed changeset handling for HAL_PROPERTY_TYPE_STRLISTDanny Kukawka1-16/+50
2007-04-06port HAL over to use PolicyKit masterDavid Zeuthen1-0/+8
2007-03-31change locking semantics slightly and add missing locking bitsDavid Zeuthen1-11/+66
2007-03-27only acquire a lock exclusively if no-one else is holding the lockDavid Zeuthen1-0/+4
2007-03-25add interface locking and remove generic locking API committed yesterdayDavid Zeuthen1-2/+34
2007-03-24add named mandatory locking APIDavid Zeuthen1-0/+171
2007-03-05add copy_property FDI directive for stringlist propertiesDanny Kukawka1-0/+64
2007-02-20fix gtk-doc code documentationDanny Kukawka1-6/+8
2006-11-28implement HAL_PROPERTY_TYPE_STRLIST support in merge_device_rewrite_cb and fi...Jean-Yves Lefort1-5/+12
2006-10-10free hash table before the private object to prevent segfaultDavid Zeuthen1-3/+2
2006-10-10move property code into device object coreDavid Zeuthen1-1/+308
2006-10-10implement missing functions after move to hash table propertiesDavid Zeuthen1-203/+141
2006-10-09use a hash table for device propertiesDavid Zeuthen1-136/+77
2006-10-09switch device_info.c to use strlist iteratorDavid Zeuthen1-2/+5
2006-10-09use an iterator to iterate over strlist instead of using GSListDavid Zeuthen1-36/+122
2006-10-09make HalProperty private to HalDevice implementation (makes it easier to nuke)David Zeuthen1-12/+14
2006-10-09clean up HalDevice and HalProperty a bitDavid Zeuthen1-142/+0
2006-10-09some memory optimization workDavid Zeuthen1-33/+45
2006-09-10require addons to call libhal_device_addon_is_ready() to make device visibleDavid Zeuthen1-0/+34
2006-08-31add support for attribute 'empty' for strlist to <match> tagDanny Kukawka1-0/+20
2006-08-06fixed several compiler warnings (warn_unused_result and format stuff)Danny Kukawka1-4/+4
2006-01-21Search $PATH before searching allowed dirs; this is needed to make e.g.David Zeuthen1-0/+33
2005-11-02Update to Academic Free License 2.1. Also fix all C source and headerDavid Zeuthen1-1/+1
2005-07-29The FSF moved to a new address, so I updated all license headers and theDavid Zeuthen1-1/+1
2005-07-26This is a patch (against CVS) to fix several compiler warnings with gccDavid Zeuthen1-2/+3
2005-07-13Add prototype for hal_util_helper_invoke_with_pipesDavid Zeuthen1-0/+19
2005-02-28More fun with valgrind :-)David Zeuthen1-0/+16
2005-02-26Add new LibHalDriveType entries for ZIP, JAZ and FLASH_KEY - the latterDavid Zeuthen1-47/+22
2005-02-24RemovedDavid Zeuthen1-1/+0
2005-02-14Require dbus >= 0.30David Zeuthen1-5/+5
2005-01-31Prebump to 0.5.0 - but we're not doing a release yet! Add libtoolDavid Zeuthen1-91/+232
2004-10-12First part of big patch to use .fdi files for policy properties.David Zeuthen1-0/+71
2004-09-02Aiee! If the property is not found, we want to return FALSE instead of -1.Joe Shaw1-1/+1
2004-09-01Patch from Jon Lech Johansen <jon@nanocrew.net>. Add support for propertiesDavid Zeuthen1-0/+80
2004-08-25Add option for new callout hal-hotplug-mapDavid Zeuthen1-0/+20
2004-06-20Create $(LOCALSTATEDIR)/lib/halDavid Zeuthen1-24/+84
2004-04-26Print out to stderr instead of stdout.Joe Shaw1-6/+24
2004-04-20hal_property_get_as_string is now to_string, fix leak.Joe Shaw1-0/+12
2004-04-15Ref the device when we create the AsyncInfo. This should fix the glibJoe Shaw1-1/+2
2004-04-12Merge storage.* and storage_lun%d.* properties from physical device (eg.David Zeuthen1-0/+85
2004-04-03Merge hal-gobject-branch back to HEADDavid Zeuthen1-0/+765