summaryrefslogtreecommitdiff
path: root/libhal
AgeCommit message (Expand)AuthorFilesLines
2011-08-23fix some compiler warningsDanny Kukawka1-1/+4
2009-07-30add libhal_device_property_remove_watch_all() to libhalDrew Moseley2-0/+21
2009-02-21do not call property_set_lookup before checking param validityGuillem Jover1-1/+1
2009-02-21do not leak on error conditionsGuillem Jover1-1/+3
2008-04-18fixed a bunch of compiler warnings from the Intel compilerDanny Kukawka1-17/+10
2008-03-04s/LIBHAL_CHECK_LIBHALCONTEXT/LIBHAL_CHECK_PARAM_VALID/Danny Kukawka1-3/+3
2008-03-03Merge branch 'master' of ssh://david@git.freedesktop.org/git/halDavid Zeuthen1-159/+106
2008-03-03add methods and libhal api to get all devices in properties in one callDavid Zeuthen2-0/+161
2008-02-26fix crash in libhal_ctx_shutdownFrederic Crozat1-2/+2
2008-02-07libhal: unref DBusMessages as soon as possibleGuillem Jover1-154/+101
2008-01-15fix compiler warning from cgcc/sparseDanny Kukawka1-3/+3
2007-12-06fix some whitespacesDanny Kukawka1-6/+10
2007-12-06add udi and some more checks to libhalDanny Kukawka1-45/+107
2007-11-28libhal: fix memory leaks after out of memory conditionsGuillem Jover1-6/+19
2007-11-20libhal: do not dereference *reason_why_locked if it's NULLGuillem Jover1-0/+2
2007-09-20fixed access of freed memoryDirk Müller1-3/+5
2007-08-28add more parameter checks to libhalDanny Kukawka1-8/+53
2007-08-09fix libhal_psi_has_more() incorrect behaviorDavid Zeuthen1-1/+1
2007-08-09fixed libhal code docuDanny Kukawka1-1/+0
2007-08-09fixed return type of libhal_ctx_init_direct()Danny Kukawka1-1/+3
2007-07-26fix build errors with D-Bus versions < v1.0Danny Kukawka1-0/+4
2007-07-03fix API documentation of libhalDanny Kukawka1-1/+1
2007-07-02[PATCH] convert libhal to use a hashtable for property setsRob Taylor3-69/+630
2007-07-02[PATCH] libhal support for addon singletonsRob Taylor2-102/+458
2007-07-02free changeset elements keysSjoerd Simons1-0/+1
2007-05-02update configure.in and use autoreconfGuillem Jover1-1/+1
2007-04-18fix possible segfault in probe-volume if vid->type == NULLDanny Kukawka1-0/+3
2007-04-15remove use of "action parameters" now that they're going in PolicyKitDavid Zeuthen2-17/+0
2007-04-09take advantage of new parameter API in PolKitActionDavid Zeuthen2-5/+22
2007-04-06port HAL over to use PolicyKit masterDavid Zeuthen2-69/+157
2007-04-03remove i18n supportDavid Zeuthen1-11/+0
2007-04-02as_ac_removalMichael Biebl1-1/+1
2007-03-31change locking semantics slightly and add missing locking bitsDavid Zeuthen2-3/+357
2007-03-27make libhal locking API take 'bool exclusive' and fix a bugDavid Zeuthen2-2/+8
2007-03-25don't set INVOKED_BY_SYSTEMBUS_CONNECTION_NAME unless call is from busDavid Zeuthen1-4/+4
2007-03-25add interface locking and remove generic locking API committed yesterdayDavid Zeuthen2-0/+273
2007-03-22fix typoDavid Zeuthen1-1/+1
2007-03-07libhal: validate parameter to be != NULLDanny Kukawka2-1/+106
2007-03-05fix compiler warning in libhalDanny Kukawka1-2/+2
2007-02-28sort properties in lshal outputDavid Zeuthen2-0/+44
2007-02-20remove annoying LIBHAL_FREE_DBUS_ERROR spew to stderrDavid Zeuthen1-5/+0
2007-01-04fixed code docu in libhalDanny Kukawka1-5/+5
2006-11-13fixed usage of dbus_error_is_set(error == NULL) due to D-Bus changesDanny Kukawka1-20/+20
2006-09-14remove dead code introduced by commit 0ae1aed74548fec563399d00100d621ce99b383bDavid Zeuthen1-3/+0
2006-09-14send changes in correct order for LibHalChangeSetDavid Zeuthen1-13/+29
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