summaryrefslogtreecommitdiff
path: root/libhal
AgeCommit message (Expand)AuthorFilesLines
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
2004-09-01Patch from Jon Lech Johansen <jon@nanocrew.net>. Add support for propertiesDavid Zeuthen2-7/+135
2004-08-04Work in progressDavid Zeuthen1-4/+4
2004-08-02Only return RESULT_HANDLED if we really handle the message. OtherwiseDavid Zeuthen1-1/+6
2004-07-29s/namespace/property_namespace/ to not break using libhal from C++. PointedDavid Zeuthen2-4/+4
2004-07-22Patch from Kay Sievers <kay.sievers@vrfy.org>David Zeuthen2-67/+114
2004-06-23Patch from Kay Sievers <kay.sievers@vrfy.org>David Zeuthen1-1/+1
2004-05-04new function (hal_ctx_get_user_data): new functionDavid Zeuthen2-0/+17
2004-05-01fix that the extern "C" linkage stuff was accidently commented outDavid Zeuthen1-2/+0
2004-04-10Added LibHalContext object so a stack of libraries and applications canDavid Zeuthen2-137/+207
2004-03-03Major reformatting patch - seems that everyone is following another codingDavid Zeuthen2-1761/+1773
2004-03-01shut up cvsJoe Shaw1-0/+6
2004-01-17use strtok_r instead of strstr as it didn't really work (example: willDavid Zeuthen1-3/+3
2004-01-13Bump version number to 0.2.3HAL_0_2_3David Zeuthen2-0/+33
2004-01-04Don't include dbus-glibDavid Zeuthen1-2/+2
2004-01-02bump version to 0.2.2David Zeuthen2-81/+33
2003-12-22rename from hal_free_utf8 as this name makes more sense and we don't yetDavid Zeuthen2-25/+93
2003-12-22Some changes due to the big rename patchDavid Zeuthen1-1/+1
2003-12-21Only call gdl_changed_cb's if the device being destructed is in the GDLDavid Zeuthen2-259/+163
2003-12-08s/volume./block./ (udev_filter_func): new function for filtering D-BUSDavid Zeuthen1-1/+7
2003-12-06new function (ethmon_process): new function (ethmon_timeout): new functionDavid Zeuthen2-33/+95
2003-12-03Change mac address to be split into two 24-bit sizes.David Zeuthen1-3/+6
2003-12-03new directory with tools/hal-device-manager split into many filesDavid Zeuthen2-2/+195
2003-11-27Fixed stupied error that prevented libhal from compilingDavid Zeuthen1-1/+1
2003-11-27Removed; splitted into multiple files; added scsi, ide and block probing +David Zeuthen1-0/+15
2003-11-19Use usb.ids if available. (find_parent_udi_from_sysfs_path): Sleep ifDavid Zeuthen1-3/+4
2003-11-16new directory; for Linux 2.6 agentsDavid Zeuthen2-0/+68
2003-11-11new file, GUI device manager using PyGTKDavid Zeuthen2-0/+44
2003-11-08Fixed typo from --remove toDavid Zeuthen1-62/+94
2003-11-05initial importDavid Zeuthen3-0/+1895