summaryrefslogtreecommitdiff
path: root/libhal
AgeCommit message (Expand)AuthorFilesLines
2006-09-10require addons to call libhal_device_addon_is_ready() to make device visibleDavid Zeuthen2-0/+67
2006-09-10make addon-hip-ups use LibHalChangeSetDavid Zeuthen1-0/+4
2006-09-10add new partition probing code and adapt hal code to use itDavid Zeuthen1-0/+7
2006-08-14share is_mounted_by_hald() and non-gcc nitsArtem Kachitchkine1-18/+18
2006-08-07add API to hald (and libhal) to change multiple properties at onceDavid Zeuthen2-2/+495
2006-08-06fixed several compiler warnings (warn_unused_result and format stuff)Danny Kukawka1-3/+3
2006-08-02make libhal link against libintl for NetBSD (bug #6471)Julio M. Merino Vidal1-1/+1
2006-08-02 * configure.in: don't PKG_CHECK volume_id on SolarisArtem Kachitchkine1-16/+16
2006-07-29Close memory leaks from not freed DBusError in libhal and libhal-storageDanny Kukawka2-2/+21
2006-07-29add *~ to all .gitignore files for emacs usersDavid Zeuthen1-0/+1
2006-07-27add .o files to .gitignoreKay Sievers1-0/+1
2006-07-27.cvsignore -> .gitignoreKay Sievers1-0/+0
2006-07-03set pointer adress to NULL after free()Danny Kukawka1-1/+6
2006-06-09Adds code so addons can claim interfaces and handle the methods on them inDavid Zeuthen2-2/+82
2006-02-25Add back typedefs for LibHalPropertySetIterator and LibHalContext as theyDavid Zeuthen1-1/+7
2006-02-25Convert doc comments from Doxygen to gtk-docDavid Zeuthen2-689/+701
2006-02-12Attempt to use volume.mount_point if we cannot findDavid Zeuthen2-0/+17
2005-11-02Update to Academic Free License 2.1. Also fix all C source and headerDavid Zeuthen2-2/+2
2005-08-23Since gcc 3.4.4, 4.0.1 andDavid Zeuthen1-1/+6
2005-08-01Patch from Danny Kukawka <danny.kukawka@web.de>.David Zeuthen1-40/+40
2005-07-29The FSF moved to a new address, so I updated all license headers and theDavid Zeuthen1-1/+1
2005-07-21Move the LIBHAL_CHECK_LIBHALCONTEXT down to after declerations so we don'tDavid Zeuthen1-71/+71
2005-07-21Patch from Danny Kukawka <danny.kukawka@web.de>: here the new patch with aDavid Zeuthen2-314/+95
2005-07-21This is a fix to prevent segmentation faults in libhal if a function calledDavid Zeuthen1-11/+316
2005-07-12Make init fail if hald is actually not runningDavid Zeuthen1-1/+12
2005-07-08Make it possible to create and remove HAL devices without kernel and sysfsDavid Zeuthen2-25/+25
2005-05-11Patch from Rohan McGovern <rohan.pm@gmail.com> to fix up DoxygenDavid Zeuthen2-212/+519
2005-04-27Remove prototype for the function hal_util_get_device_file().David Zeuthen1-0/+3
2005-04-08Make all hal helpers use a direct connection to hald rather than goingDavid Zeuthen2-13/+56
2005-03-25Stupid bug; checked for ctx-> device_new_capability, but should check forDavid Zeuthen1-1/+1
2005-03-02Remove foo[012] messagesDavid Zeuthen1-3/+0
2005-03-02Move some things around only to discover that D-BUS python bindings needDavid Zeuthen2-3/+66
2005-02-26Add new LibHalDriveType entries for ZIP, JAZ and FLASH_KEY - the latterDavid Zeuthen2-47/+38
2005-02-23Add a small fix here wrt. error handlingDavid Zeuthen1-10/+6
2005-02-22Patch from John (J5) Palmieri <johnp@redhat.com>. Most libhal methods nowDavid Zeuthen1-36/+117
2005-02-22Send changes as an array to ensure that PropertyModified signal always hasDavid Zeuthen1-13/+16
2005-02-16Fix up more sloppy errors incuded from patches that I should have reviewedDavid Zeuthen1-4/+16
2005-02-16Make this work for string listsDavid Zeuthen2-13/+53
2005-02-14Require dbus >= 0.30David Zeuthen2-397/+372
2005-02-11With this path, all storage devices should be working just as well as onDavid Zeuthen2-0/+92
2005-02-02Adjust for changes in hotplug.h. (osspec_device_rescan): New functionDavid Zeuthen2-0/+16
2005-01-31Prebump to 0.5.0 - but we're not doing a release yet! Add libtoolDavid Zeuthen3-523/+949
2005-01-18Remove hal.dev build rulesDavid Zeuthen1-6/+4
2004-10-14Add fstab-sync.8 to AC_OUTPUTDavid Zeuthen1-0/+3
2004-10-02Don't set is_shutdown when we're just initialized. (hal_get_all_devices):David Zeuthen1-2/+2
2004-09-27Remember to init error varDavid Zeuthen1-0/+1
2004-09-27Make libhal compile since an error variable was errornously deleted beforeDavid Zeuthen1-0/+2
2004-09-27add is_shutdown field (filter_func): if ctx->is_shutdown is TRUE don'tDavid Zeuthen1-7/+43
2004-09-23New fileDavid Zeuthen1-0/+29
2004-09-17Add the Lock and Unlock methods to the spec.Joe Shaw2-0/+133