index
:
hal
hal-0_4-stable-branch
hal-0_5_11-branch
hal-0_5_12-branch
hal-0_5_7-branch
hal-0_5_8-branch
hal-0_5_9-branch
hal-gobject-branch
master
Hardware Abstraction Layer (mirrored from https://gitlab.freedesktop.org/archived-projects/hal/hal)
root
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
libhal
Age
Commit message (
Expand
)
Author
Files
Lines
2005-11-02
Update to Academic Free License 2.1. Also fix all C source and header
David Zeuthen
2
-2
/
+2
2005-08-23
Since gcc 3.4.4, 4.0.1 and
David Zeuthen
1
-1
/
+6
2005-08-01
Patch from Danny Kukawka <danny.kukawka@web.de>.
David Zeuthen
1
-40
/
+40
2005-07-29
The FSF moved to a new address, so I updated all license headers and the
David Zeuthen
1
-1
/
+1
2005-07-21
Move the LIBHAL_CHECK_LIBHALCONTEXT down to after declerations so we don't
David Zeuthen
1
-71
/
+71
2005-07-21
Patch from Danny Kukawka <danny.kukawka@web.de>: here the new patch with a
David Zeuthen
2
-314
/
+95
2005-07-21
This is a fix to prevent segmentation faults in libhal if a function called
David Zeuthen
1
-11
/
+316
2005-07-12
Make init fail if hald is actually not running
David Zeuthen
1
-1
/
+12
2005-07-08
Make it possible to create and remove HAL devices without kernel and sysfs
David Zeuthen
2
-25
/
+25
2005-05-11
Patch from Rohan McGovern <rohan.pm@gmail.com> to fix up Doxygen
David Zeuthen
2
-212
/
+519
2005-04-27
Remove prototype for the function hal_util_get_device_file().
David Zeuthen
1
-0
/
+3
2005-04-08
Make all hal helpers use a direct connection to hald rather than going
David Zeuthen
2
-13
/
+56
2005-03-25
Stupid bug; checked for ctx-> device_new_capability, but should check for
David Zeuthen
1
-1
/
+1
2005-03-02
Remove foo[012] messages
David Zeuthen
1
-3
/
+0
2005-03-02
Move some things around only to discover that D-BUS python bindings need
David Zeuthen
2
-3
/
+66
2005-02-26
Add new LibHalDriveType entries for ZIP, JAZ and FLASH_KEY - the latter
David Zeuthen
2
-47
/
+38
2005-02-23
Add a small fix here wrt. error handling
David Zeuthen
1
-10
/
+6
2005-02-22
Patch from John (J5) Palmieri <johnp@redhat.com>. Most libhal methods now
David Zeuthen
1
-36
/
+117
2005-02-22
Send changes as an array to ensure that PropertyModified signal always has
David Zeuthen
1
-13
/
+16
2005-02-16
Fix up more sloppy errors incuded from patches that I should have reviewed
David Zeuthen
1
-4
/
+16
2005-02-16
Make this work for string lists
David Zeuthen
2
-13
/
+53
2005-02-14
Require dbus >= 0.30
David Zeuthen
2
-397
/
+372
2005-02-11
With this path, all storage devices should be working just as well as on
David Zeuthen
2
-0
/
+92
2005-02-02
Adjust for changes in hotplug.h. (osspec_device_rescan): New function
David Zeuthen
2
-0
/
+16
2005-01-31
Prebump to 0.5.0 - but we're not doing a release yet! Add libtool
David Zeuthen
3
-523
/
+949
2005-01-18
Remove hal.dev build rules
David Zeuthen
1
-6
/
+4
2004-10-14
Add fstab-sync.8 to AC_OUTPUT
David Zeuthen
1
-0
/
+3
2004-10-02
Don't set is_shutdown when we're just initialized. (hal_get_all_devices):
David Zeuthen
1
-2
/
+2
2004-09-27
Remember to init error var
David Zeuthen
1
-0
/
+1
2004-09-27
Make libhal compile since an error variable was errornously deleted before
David Zeuthen
1
-0
/
+2
2004-09-27
add is_shutdown field (filter_func): if ctx->is_shutdown is TRUE don't
David Zeuthen
1
-7
/
+43
2004-09-23
New file
David Zeuthen
1
-0
/
+29
2004-09-17
Add the Lock and Unlock methods to the spec.
Joe Shaw
2
-0
/
+133
2004-09-01
Patch from Jon Lech Johansen <jon@nanocrew.net>. Add support for properties
David Zeuthen
2
-7
/
+135
2004-08-04
Work in progress
David Zeuthen
1
-4
/
+4
2004-08-02
Only return RESULT_HANDLED if we really handle the message. Otherwise
David Zeuthen
1
-1
/
+6
2004-07-29
s/namespace/property_namespace/ to not break using libhal from C++. Pointed
David Zeuthen
2
-4
/
+4
2004-07-22
Patch from Kay Sievers <kay.sievers@vrfy.org>
David Zeuthen
2
-67
/
+114
2004-06-23
Patch from Kay Sievers <kay.sievers@vrfy.org>
David Zeuthen
1
-1
/
+1
2004-05-04
new function (hal_ctx_get_user_data): new function
David Zeuthen
2
-0
/
+17
2004-05-01
fix that the extern "C" linkage stuff was accidently commented out
David Zeuthen
1
-2
/
+0
2004-04-10
Added LibHalContext object so a stack of libraries and applications can
David Zeuthen
2
-137
/
+207
2004-03-03
Major reformatting patch - seems that everyone is following another coding
David Zeuthen
2
-1761
/
+1773
2004-03-01
shut up cvs
Joe Shaw
1
-0
/
+6
2004-01-17
use strtok_r instead of strstr as it didn't really work (example: will
David Zeuthen
1
-3
/
+3
2004-01-13
Bump version number to 0.2.3
HAL_0_2_3
David Zeuthen
2
-0
/
+33
2004-01-04
Don't include dbus-glib
David Zeuthen
1
-2
/
+2
2004-01-02
bump version to 0.2.2
David Zeuthen
2
-81
/
+33
2003-12-22
rename from hal_free_utf8 as this name makes more sense and we don't yet
David Zeuthen
2
-25
/
+93
2003-12-22
Some changes due to the big rename patch
David Zeuthen
1
-1
/
+1
[next]