summaryrefslogtreecommitdiff
path: root/libhal
AgeCommit message (Expand)AuthorFilesLines
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