[PATCH memleak resend v2 1/2] memoryleak: check return value correctly before clearing pointer

2011-01-03 Thread Jukka Rissanen
--- src/service.c |4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/service.c b/src/service.c index 61e065b..e58c08f 100644 --- a/src/service.c +++ b/src/service.c @@ -3406,10 +3406,10 @@ int __connman_service_disconnect(struct connman_service *service)

[PATCH memleak resend v3 2/2] Make calls to __connman_ipconfig_disable() consistent.

2011-01-03 Thread Jukka Rissanen
--- src/service.c | 12 ++-- 1 files changed, 6 insertions(+), 6 deletions(-) diff --git a/src/service.c b/src/service.c index 18b0340..09cc4eb 100644 --- a/src/service.c +++ b/src/service.c @@ -2233,11 +2233,11 @@ static gboolean connect_timeout(gpointer user_data)

ConnMan Development History

2011-01-03 Thread Daniel Wagner
Hi, I found a cool tool for visualization of commit histories. Of course, I tried it on ConnMan :) http://www.youtube.com/watch?v=dScztWtB7Z4 cheers, daniel ___ connman mailing list connman@connman.net http://lists.connman.net/listinfo/connman

[PATCH v2] Add inotify monitoring .config file.

2011-01-03 Thread Mohamed Abbas
Reflect new and modify *.config to connman config list. with patch any modified or added .config file will be read by connman and add these configuration for new provisioning. P.S. I will submit another patch to refelect new provisioning on current avialable network. --- src/config.c | 165

Re: [PATCH] Add inotify monitoring .config file.

2011-01-03 Thread Marcel Holtmann
Hi Mohamed, Reflect new and modify *.config to connman config list. with patch any modified or added .config file will be read by connman and add these configuration for new provisioning. P.S I will submit another patch to refelect new provisioning on current avialable network. --- just

[PATCH v3] Add inotify monitoring .config file.

2011-01-03 Thread Mohamed Abbas
Reflect new and modify *.config to connman config list. with patch any modified or added .config file will be read by connman and add these configuration for new provisioning. --- src/config.c | 174 - 1 files changed, 170 insertions(+), 4