summaryrefslogtreecommitdiff
path: root/tools/lshal.c
AgeCommit message (Expand)AuthorFilesLines
2008-01-15fix compiler warning from cgcc/sparseDanny Kukawka1-2/+2
2007-12-11lshal: use -l as default for --showDanny Kukawka1-1/+3
2007-03-31change locking semantics slightly and add missing locking bitsDavid Zeuthen1-0/+75
2007-03-24fix segfault in lshal where strlist prop was removed just after it changedDavid Zeuthen1-10/+13
2007-03-21change usb*.version_bcd/usb*.speed_bcd to new double keysDanny Kukawka1-1/+2
2007-02-28sort properties in lshal outputDavid Zeuthen1-0/+2
2007-02-25make lshal print the current timeDavid Zeuthen1-13/+34
2007-02-20fix gtk-doc code documentationDanny Kukawka1-65/+88
2006-10-23don't call dbus_connection_close() for some of our toolsTimo Hoenig1-1/+0
2006-10-13replaced LIBHAL_FREE_DBUS_ERROR with dbus_error_free()Danny Kukawka1-1/+1
2006-10-12do not let tools coredump if HAL is not runningArtem Kachitchkine1-5/+6
2006-08-14share is_mounted_by_hald() and non-gcc nitsArtem Kachitchkine1-1/+1
2006-08-13replaced LIBHAL_FREE_DBUS_ERROR with dbus_error_free()Danny Kukawka1-1/+1
2006-08-12free dbus error freeing in lshalDavid Zeuthen1-1/+2
2006-08-06fixed several compiler warnings (warn_unused_result and format stuff)Danny Kukawka1-5/+5
2006-07-29Close memory leaks from not freed DBusError in tools src dirDanny Kukawka1-5/+21
2006-07-14Replace dbus_connection_disconnect() with dbus_connection_close() (D-BUSKay Sievers1-1/+1
2006-03-05check for getgrouplist() and use the local version if not provided by theArtem Kachitchkine1-0/+4
2006-02-13Fixed problems with usage of dbus_error within a for-block. Need to be sureDanny Kukawka1-0/+6
2006-01-09removed unneeded code, (main): added more informative error message ifDanny Kukawka1-3/+2
2005-11-09fix problems with addon if acpid socket is not available if HAL starts. InDanny Kukawka1-44/+76
2005-11-07Commit a rewrite of lshal by Pierre Ossman with minor updates by meRichard Hughes1-161/+373
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-03-29New file to match all PDA's - right now it only got a single entryDavid Zeuthen1-1/+0
2005-03-02Move some things around only to discover that D-BUS python bindings needDavid Zeuthen1-2/+2
2005-02-16Make this work for string listsDavid Zeuthen1-6/+14
2005-01-31Prebump to 0.5.0 - but we're not doing a release yet! Add libtoolDavid Zeuthen1-70/+111
2004-10-14Patch from Sjoerd Simons <sjoerd@luon.net>.David Zeuthen1-0/+1
2004-09-01Patch from Jon Lech Johansen <jon@nanocrew.net>. Add support for propertiesDavid Zeuthen1-0/+16
2004-04-10Added LibHalContext object so a stack of libraries and applications canDavid Zeuthen1-17/+46
2004-03-03Major reformatting patch - seems that everyone is following another codingDavid Zeuthen1-217/+227
2004-01-13Bump version number to 0.2.3HAL_0_2_3David Zeuthen1-1/+20
2004-01-02bump version to 0.2.2David Zeuthen1-34/+9
2003-12-22rename from hal_free_utf8 as this name makes more sense and we don't yetDavid Zeuthen1-4/+6
2003-12-21add tools directoryDavid Zeuthen1-7/+76
2003-12-21Only call gdl_changed_cb's if the device being destructed is in the GDLDavid Zeuthen1-0/+297