index
:
hal
master
[no description]
Dyson
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
hald
/
hald_dbus.c
Age
Commit message (
Expand
)
Author
Files
Lines
2009-11-27
added more strlen related NULL pointer checks
Danny Kukawka
1
-0
/
+10
2009-08-02
fix memory leaks due to usage of g_path_get_basename()
Danny Kukawka
1
-8
/
+5
2009-08-01
extend debug message in device_reprobe()
Danny Kukawka
1
-1
/
+1
2009-07-24
remove action_parameters from DBus XML for IsCallerPrivileged
C. Scott Ananian
1
-1
/
+0
2009-07-24
replace another deprecated g_basename() with g_path_get_basename()
Danny Kukawka
1
-2
/
+5
2009-07-23
replace deprecated g_basename() with g_path_get_basename()
Danny Kukawka
1
-10
/
+24
2009-07-23
hald_dbus.c: fix DBusError handling
Danny Kukawka
1
-14
/
+36
2009-07-14
work aroud crash caused by LED device handling
Andrey Borzenkov
1
-1
/
+1
2009-02-21
fix some memory leaks on normal operation
Guillem Jover
1
-1
/
+5
2008-08-25
fix DBus introspection for org.freedesktop.Hal.Manager
Danny Kukawka
1
-5
/
+5
2008-08-25
fixed Lock() handling
Danny Kukawka
1
-16
/
+51
2008-06-17
fixed memory leaks related to usage of g_strsplit
Danny Kukawka
1
-1
/
+2
2008-04-18
fixed a bunch of compiler warnings from the Intel compiler
Danny Kukawka
1
-7
/
+7
2008-03-13
cleanup code, removed separate calls to set info.udi
Danny Kukawka
1
-2
/
+0
2008-03-12
compute udis that are unique in the gdl and tdl
Rob Taylor
1
-1
/
+1
2008-03-06
fixed an other compiler warning from cgcc/sparse
Danny Kukawka
1
-1
/
+2
2008-03-04
properly serialize the calls to 'hal-acl-tool --reconfigure'
David Zeuthen
1
-105
/
+177
2008-03-03
use g_timeout_add_seconds() where appropriate if glib 2.14 is available
Sven Neumann
1
-1
/
+4
2008-03-03
Merge branch 'master' of ssh://david@git.freedesktop.org/git/hal
David Zeuthen
1
-2
/
+6
2008-03-03
add methods and libhal api to get all devices in properties in one call
David Zeuthen
1
-0
/
+90
2008-01-30
ignore NameAcquired signal on org.freedesktop.DBus
Danny Kukawka
1
-0
/
+3
2008-01-15
fix compiler warning from cgcc/sparse
Danny Kukawka
1
-2
/
+3
2007-11-26
fix compiler error, remove braceright
Danny Kukawka
1
-1
/
+0
2007-11-26
the singleton hash not yet initialised is not an error
Rob Taylor
1
-4
/
+2
2007-11-23
fix possible segfault if singletons is NULL
Danny Kukawka
1
-2
/
+6
2007-08-31
Revert "make return value for method calls implemented via programs be UINT32"
David Zeuthen
1
-4
/
+4
2007-08-28
fixed changeset handling for HAL_PROPERTY_TYPE_STRLIST
Danny Kukawka
1
-7
/
+27
2007-08-27
update to work with PolicyKit HEAD
David Zeuthen
1
-2
/
+2
2007-07-03
fix usage of g_list_free1() to fit HAL requirements
Danny Kukawka
1
-1
/
+1
2007-07-02
[PATCH] hald core support for singleton addons
Rob Taylor
1
-4
/
+323
2007-06-06
make return value for method calls implemented via programs be UINT32
David Zeuthen
1
-4
/
+4
2007-06-01
also change type from uint32_t to int32_t
David Zeuthen
1
-1
/
+1
2007-06-01
actually return INT32 rather than UINT32 to adhere to the spec
David Zeuthen
1
-2
/
+2
2007-04-17
changes to compile against recent PolicyKit
David Zeuthen
1
-1
/
+1
2007-04-15
remove use of "action parameters" now that they're going in PolicyKit
David Zeuthen
1
-31
/
+4
2007-04-09
take advantage of new parameter API in PolKitAction
David Zeuthen
1
-20
/
+42
2007-04-06
use new file monitoring interface and integrate witk PK master
David Zeuthen
1
-30
/
+43
2007-04-06
make distcheck happy again and remove ChangeLog from tarballs
David Zeuthen
1
-1
/
+5
2007-04-06
port HAL over to use PolicyKit master
David Zeuthen
1
-31
/
+173
2007-03-31
change locking semantics slightly and add missing locking bits
David Zeuthen
1
-13
/
+292
2007-03-27
make LUKS setup/teardown respect the standard .Volume and .Storage locks
David Zeuthen
1
-3
/
+3
2007-03-27
fix up ReleaseGlobalInterfaceLock() and improve locking example
David Zeuthen
1
-1
/
+1
2007-03-25
don't set INVOKED_BY_SYSTEMBUS_CONNECTION_NAME unless call is from bus
David Zeuthen
1
-9
/
+1
2007-03-25
add interface locking and remove generic locking API committed yesterday
David Zeuthen
1
-62
/
+338
2007-03-25
refactor access control checks into separate files
David Zeuthen
1
-218
/
+112
2007-03-25
move caller tracking into it's own class
David Zeuthen
1
-251
/
+45
2007-03-25
fix up introspection bits
David Zeuthen
1
-1
/
+22
2007-03-24
remove dead code
David Zeuthen
1
-174
/
+0
2007-03-24
add named mandatory locking API
David Zeuthen
1
-0
/
+324
2007-03-24
avoid logging when client asks for non-existant property
David Zeuthen
1
-1
/
+1
[next]