index
:
ayatana-indicator-session
main
release-builds
Ayatana Indicator Session Service
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
backend-dbus
/
users.c
Commit message (
Collapse
)
Author
Age
Files
Lines
*
in src/backend-dbus/users.c, use a helper struct for disconnecting the ↵
Charles Kerr
2013-07-01
1
-49
/
+45
|
|
|
|
signals to the user proxies in our uid-to-user hashtable
*
in src/backend-dbus/users.c's object_unref_and_disconnect(), fix an ↵
Charles Kerr
2013-07-01
1
-1
/
+2
|
|
|
|
unbalanced ref/unref
*
in src/backend-dbus/users.c's track_user(), simplify the ref/unref semantics ↵
Charles Kerr
2013-07-01
1
-5
/
+6
|
|
|
|
of the user argument
*
in src/backend-dbus/users.c, use G_DEFINE_QUARK() instead of rolling our own ↵
Charles Kerr
2013-07-01
1
-13
/
+4
|
|
|
|
quark func
*
in src/backend-dbus/users.c's set_logins(), fix ref/unref semantics of the ↵
Charles Kerr
2013-07-01
1
-1
/
+2
|
|
|
|
hashtable argument
*
finish up backend-dbus/users.c: fix an unref bug when creating user proxies. ↵
Charles Kerr
2013-06-28
1
-64
/
+54
|
|
|
|
fix an async race condition where we emitted change events for users before their proxy objects had finished being asynchronously constructed.
*
in users.c, fix bugs that leaked system accounts into the list of users to ↵
Charles Kerr
2013-06-27
1
-51
/
+86
|
|
|
|
show in the indicator
*
all the tests in test-users pass
Charles Kerr
2013-06-25
1
-8
/
+6
|
*
in IndicatorSessionUsers, use the uid as the user's key. Users.ActivateUser ↵
Charles Kerr
2013-06-25
1
-48
/
+25
|
|
|
|
is now green.
*
in backend-dbus/users.c, fix a user proxy leak
Charles Kerr
2013-06-24
1
-0
/
+1
|
*
in IndicatorSessionUsers, update to login1
Charles Kerr
2013-06-24
1
-448
/
+365
|
*
in our async callbacks, don't call g_warning() if the task was cancelled by ↵
Charles Kerr
2013-06-19
1
-7
/
+21
|
|
|
|
the client
*
remove #if 0 code
Charles Kerr
2013-04-18
1
-26
/
+0
|
*
port indicator-session to GMenu/cmake. Code coverage increased from 0% to 95.4%.
Charles Kerr
2013-03-22
1
-0
/
+810