Re: [PATCH v0 1/2] Remove unnecessary pre initializing

2010-10-08 Thread Samuel Ortiz
Hi Daniel, On Fri, Oct 08, 2010 at 05:31:48PM +0200, Daniel Wagner wrote: > From: Daniel Wagner Thanks, patch applied. Cheers, Samuel. > --- > src/service.c |4 ++-- > 1 files changed, 2 insertions(+), 2 deletions(-) > > diff --git a/src/service.c b/src/service.c > index 6a2b19d..026778b

Re: [PATCH v0 2/2] Do not call filter_data_remove_callback twice

2010-10-08 Thread Samuel Ortiz
Hi Daniel, On Fri, Oct 08, 2010 at 05:31:49PM +0200, Daniel Wagner wrote: > From: Daniel Wagner > > __connman_counter_register registers with g_dbus_add_disconnect_watch > only the disconnect function callback and not the connect > function. > > When the the owner disconnects service_filter is

Re: [PATCH Proxy support 2/3] Added a test tool for proxy configuration (set-proxy)

2010-10-08 Thread Marcel Holtmann
Hi Tomasz, > Makefile.am|3 ++- > test/set-proxy | 41 + > 2 files changed, 43 insertions(+), 1 deletions(-) > create mode 100755 test/set-proxy > > diff --git a/Makefile.am b/Makefile.am > index 4e6ecf1..a00464a 100644 > --- a/Makefile.am > +++

[PATCH] docs: Update Service State and LoginRequired docs

2010-10-08 Thread Jussi Kukkonen
--- doc/overview-api.txt | 30 ++ doc/service-api.txt | 14 -- 2 files changed, 22 insertions(+), 22 deletions(-) diff --git a/doc/overview-api.txt b/doc/overview-api.txt index 8ab687f..b83e89a 100644 --- a/doc/overview-api.txt +++ b/doc/overview-api.t

Counter fixes

2010-10-08 Thread Daniel Wagner
Hi, I'm not sure about the second patch. The fix is only a guess. Please review carefully. cheers, daniel GIT: [PATCH v0 1/2] Remove unnecessary pre initializing GIT: [PATCH v0 2/2] Do not call filter_data_remove_callback twice ___ connman mailing list

[PATCH v0 2/2] Do not call filter_data_remove_callback twice

2010-10-08 Thread Daniel Wagner
From: Daniel Wagner __connman_counter_register registers with g_dbus_add_disconnect_watch only the disconnect function callback and not the connect function. When the the owner disconnects service_filter is called eventually. In service_filter filter_data_remove_callback is called twice (see bac

[PATCH v0 1/2] Remove unnecessary pre initializing

2010-10-08 Thread Daniel Wagner
From: Daniel Wagner --- src/service.c |4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/service.c b/src/service.c index 6a2b19d..026778b 100644 --- a/src/service.c +++ b/src/service.c @@ -1130,7 +1130,7 @@ void __connman_service_notify(struct connman_ipconfig *ipco

Counter fixes

2010-10-08 Thread Daniel Wagner
Hi, I'm not sure about the second patch. The fix is only a guess. Please review carefully. cheers, daniel ___ connman mailing list connman@connman.net http://lists.connman.net/listinfo/connman

Re: [PATCH Proxy support 3/3] Small proxy settings rewrite in service API documentation.

2010-10-08 Thread Marcel Holtmann
Hi Tomasz, > doc/service-api.txt | 25 +++-- > 1 files changed, 11 insertions(+), 14 deletions(-) patch has been applied. Thanks. Regards Marcel ___ connman mailing list connman@connman.net http://lists.connman.net/listinfo/co

[PATCH Proxy support 3/3] Small proxy settings rewrite in service API documentation.

2010-10-08 Thread Tomasz Bursztyka
--- doc/service-api.txt | 25 +++-- 1 files changed, 11 insertions(+), 14 deletions(-) diff --git a/doc/service-api.txt b/doc/service-api.txt index 8599041..4624522 100644 --- a/doc/service-api.txt +++ b/doc/service-api.txt @@ -402,18 +402,15 @@ Propertiesstring Stat

[PATCH Proxy support 2/3] Added a test tool for proxy configuration (set-proxy)

2010-10-08 Thread Tomasz Bursztyka
--- Makefile.am|3 ++- test/set-proxy | 41 + 2 files changed, 43 insertions(+), 1 deletions(-) create mode 100755 test/set-proxy diff --git a/Makefile.am b/Makefile.am index 4e6ecf1..a00464a 100644 --- a/Makefile.am +++ b/Makefile.am @@ -184,7 +

[PATCH Proxy support 1/3] Added support for "auto" and "manual" proxy.

2010-10-08 Thread Tomasz Bursztyka
--- include/service.h |7 + src/connman.h |6 - src/ipconfig.c| 108 --- src/service.c | 377 - 4 files changed, 377 insertions(+), 121 deletions(-) diff --git a/include/service.h b/include/service.h index 9de5b

CONNMAN DOCUMENTATION

2010-10-08 Thread Nitesh Bansal
Hello, I am willing to design connectivity UI for the wireless networks. I need the documentation for CONNMAN API and developer guide providing information about how I can integrate CONNMAN with my application. Thanks & Regards, Nitesh Bansal A R I C E N T Main +91 124 234 Extn 5020 _